Hello,
searching the best way to make a procedural generated galaxy like this one :
http://www.infinity-universe.com/Infinity/index.php?option=com_content&task=view&id=106&Itemid=27
and define space, sun and planets with an impressive space / planet transition like this :
http://www.infinity-universe.com/Infinity/index.php?option=com_content&task=view&id=114&Itemid=49
any ideas ?
Thanks ^^
http://lmgtfy.com/?q=procedurally+generated+unity3d <-- a little more condescending but the URL is much nicer. :D
– flaviusxviiThe logic above sets something to not destroy on load if the level you are in currently is called Level 01. If you are trying to have it not destroy on load when you GO to Level 01 then you are not running this code early enough. Basically it's destroying it as you switch to level 1, not once you get there. What is the functionality that you are looking for? Do you want this object to be destroyed if you go to level 2 for example?
– SuperrodanThank you so much!
– Haythamcrc