decentraland / editor-legacy

📝 Collaborative real-time edition of parcel scenes, with IPFS uploading. Based on aframe-inspector
MIT License
55 stars 15 forks source link

The positions of the scene light isn't restored from the previous scene save #31

Closed cfravel closed 6 years ago

cfravel commented 6 years ago

Open Loader Select land (buy it if you don't own it). Open editor on your land Place some object in the scene. Move the Y position of the <a-entity [object] [light] [material]> to 50m (higher in the sky) Publish scene. Close editor Reopen Editor from the same land selection // expected: the light remains where you put it // actual: the light is back at the default position of 10,10,10

eordano commented 6 years ago

This is by design. We're working on defining how users should be able to alter both the sky box and the global lighting, but this is not a priority right now.