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

Fixed time of day in worlds ignored #3242

Open
nearnshaw opened this issue Jan 28, 2025 · 0 comments
Open

Fixed time of day in worlds ignored #3242

nearnshaw opened this issue Jan 28, 2025 · 0 comments
Labels
2-medium Important issues we must fix, but not as important as high! bug Something isn't working feature a new feature tech debt
Milestone

Comments

@nearnshaw
Copy link
Member

๐Ÿ› ๏ธ Build version:

All versions, was never implemented

๐Ÿ“” Issue Description:

In the Web Explorer we had a features that was developed only for Worlds (for now), which lets you ignore the default day/night cycle and set a specific fixed skybox time of day. For example if you want your scene to always be nighttime, or the hour of the sunset.

This feature was never developed in explorer alpha.

This is needed for example in the tutorial scene, where the scene looks much better with day light than at night, but today players will find themselves with whatever time of day the default cycle shows them.

More info in this feature in the docs:
https://docs.decentraland.org/creator/worlds/about/#world-defaults

STR:

  1. Open this world, and check that the time of day cycles.
    decentraland://?realm=nicoe.dcl.eth
Image

According to its definition on the scene.json, it should always be midnight.

 "worldConfiguration": {
    "name": "nicoe.dcl.eth",
    "skyboxConfig": {
      "fixedTime": 0
    }
  }
  1. Open the same world on the web explorer, and note how it's always night
Image

โœ”๏ธ Expected Result:

The scene should always be with the midnight sky.

โŒ Actual Result with evidence:

The scene cycles through the normal day/night cycle.

โž— Repro Index:

100%

๐Ÿ–ฅ๏ธ Operative system and additional Notes:

Mac
(surely happens on all OS)

@nearnshaw nearnshaw added bug Something isn't working new Issues to triage labels Jan 28, 2025
@aixaCode aixaCode added tech debt 2-medium Important issues we must fix, but not as important as high! and removed new Issues to triage labels Jan 28, 2025
@aixaCode aixaCode added this to the Cycle 11 milestone Jan 28, 2025
@aixaCode aixaCode added feature a new feature bug Something isn't working and removed bug Something isn't working labels Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2-medium Important issues we must fix, but not as important as high! bug Something isn't working feature a new feature tech debt
Projects
Status: Todo
Development

No branches or pull requests

2 participants