- Home /
Question is off-topic or not relevant
How can i make an automatic world generator?
I know this question has been asked a lot but im still not completely sure on how to do it. Iv been reading and i know i have to make chunks and Instantiate the chunks. But do i have to hand build all of the chunks or what? I mean that would take a while to do! And also when should i Instantiate the other chunks and how? Any help will be appreciated.
Answer by LightSource · Apr 11, 2013 at 02:24 AM
Google is your BEST FRIEND:
Thanks but how could i get this to work with blocks? Im creating something sorta like $$anonymous$$ecraft but a little different.
Uff, thats complicated. Do you have heavy experience with Javascript or otherwise C sharp in Unity?
Im not tooo experienced but i know quite a bit. Javascript
Like right now im using the basic for loops to create flat land but i want to get it more complex.