Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: one scene loading #1284

Draft
wants to merge 32 commits into
base: main
Choose a base branch
from
Draft

Feat: one scene loading #1284

wants to merge 32 commits into from

Conversation

popuz
Copy link
Collaborator

@popuz popuz commented Jun 20, 2024

What does this PR change?

Close #1217

  • Add possibility to load only 1 scene (where Player is presented). It is controlled in RealmPartitionSettings
  • Add possibility to load only 1 scene from the start (for worlds)
  • Extended commands with additional parameter to load worlds
    /goto-local 5,7 only
    /goto goerli 82,1 only

How to test the changes?

  1. Launch the explorer
  2. type /goto goerli 82,1 only and verify you get in Goerli with just 82,1 scene loaded.
  3. type /goto-local 77,1 only and verify you are still in Goerli with just 77,1 scene loaded.
  4. Jump to Genesis back (via map or command) and verify it load everything

tip: try to play with scenes loading radius in settings and verify it is not affecting when scene are loaded with only parameter from the chat

NOTE: see previous check of this PR

Our Code Review Standards

https://github.com/decentraland/unity-renderer/blob/master/docs/code-review-standards.md

@popuz popuz self-assigned this Jun 20, 2024
@popuz popuz changed the title Feat/one scene loading 2 Feat: one scene loading Jun 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Introduce new command to allow loading of a single scene
1 participant