Move the planet in the space environment
Hi, I know this isnt exactly a feature, but i really love the space environment except for the large planet that always ends up in the scene. sometimes ill move my entire drawing upwards to avoid this planet but sometimes thats not easy to do (when i also have camera paths to move for example)
7 Replies
being able to remove the stage in the other environments would also be really helpful
could download the unity project and turn it off i am sure.
I actually started work on the ability to switch elements of environments on and off - but I made a mess of it and scrapped it.
Also - since then I've started on supporting environments in the new GLB exports - so I need to rethink how customized environments will work when exported.
What's the format of the environments? How easy would it be to allow people to edit / create their own directly, rather than having us do it via customized toggles?
Unity prefabs plus metadata
And I assume that means it has to be baked it at build time, rather than dynamically loaded from something a user creates in Unity, right?
Currently yes but it could be loaded at runtime with a bit of effort