This is the 5th part of the runtime foliage generation system we are working on our infinite world system. Here, we will work on how to make the foliage placement deterministic. This means, every time we start the game, even though everything is generated in runtime, we will get the same world. So, foliage will be placed in the same way as the last session. This is important when we want to have some pre-planned level content/ areas in the game and also if we want to use this system for a multiplayer game, all the players should have the same world generated for them.
password=CLM_ToTheSpace