chore: sync main to experimental - #448
Merged
Merged
Conversation
* feat: adding mobile_input_controls and ui_input_binding * rename PBMobileInputControls to PBTouchscreenInputControls * adding touch_button for control customization * simplifying specification * adding hide_crosshair * using TextureUnio, properly referencing PBTouchScreenControls * added import public, documented release semantics + multi-touch behavior, documented accepted actions + invalid-value fallback
Author
|
🔄 Updated with latest changes from main on 2026-07-22 14:19 UTC |
Author
|
🔄 Updated with latest changes from main on 2026-07-28 08:48 UTC |
….proto (#453) * feat: add new archipelago message * fix: timestamp --------- Co-authored-by: Pedro Tamborindeguy <pftambo@gmail.com>
Author
|
🔄 Updated with latest changes from main on 2026-07-28 13:00 UTC |
…iResult) (#451) ## What Adds an `OpenExplorerUi` RPC to the existing `RestrictedActionsService` so SDK7 scenes can open native explorer UI panels (Map, Settings, Backpack, Camera Reel, Communities, Places, Events) through `~system/RestrictedActions`. - New enum `ExplorerUi` — 7 fullscreen sections; `EU_SETTINGS` holds the zero value so an unset `ui` field defaults to the least-intrusive panel. - New enum `OpenExplorerUiResult` — the open verdict: `UNSPECIFIED`, `OPENED`, `WAS_ALREADY_OPEN`, `REJECTED_NOT_CURRENT_SCENE`, `REJECTED_FEATURE_DISABLED`, `REJECTED_NO_USER_GESTURE`. - New messages `OpenExplorerUiRequest { ExplorerUi ui }` / `OpenExplorerUiResponse { OpenExplorerUiResult open_result }` (dedicated response, not the shared `SuccessResponse`; the request documents a `oneof` extension point for future per-panel params). - `rpc OpenExplorerUi(OpenExplorerUiRequest) returns (OpenExplorerUiResponse)` on `RestrictedActionsService`. Additive and non-breaking. Only `proto/decentraland/kernel/apis/restricted_actions.proto` changed. ## Context Iteration 1 of the Scene-triggered Explorer UI feature. This is the **review PR into `main`** per the protocol contribution flow; #446 carries the exact same change on `experimental` for Unity testing and will be closed once the main→experimental sync lands. ## Testing Consumed downstream by js-sdk-toolchain (decentraland/js-sdk-toolchain#1485, `~system/RestrictedActions` codegen) and unity-explorer (decentraland/unity-explorer#9472, C# implementation with QA test scene) on matching `feat/scene-triggered-explorer-ui` branches.
Author
|
🔄 Updated with latest changes from main on 2026-07-28 15:24 UTC |
Author
Test this pull request on NPM or Yarn
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
👑 An automated PR to keep experimental in sync with main