Skip to content

This is procedural world generation tool I wrote for Unity. It supports chunking of the world and generation of the world on editor or at runtime.

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.meta
Notifications You must be signed in to change notification settings

shariarpapon/everime-world-generator

Repository files navigation

Everime Procedural World Generator

Setup Instructions:

  1. Drag the World Master to the scene from the prefabs folder.

  2. Create a world settings scriptable object (Asset Menu > Create > World Generation > World Settings). Modify the settings to fit your needs.

  3. Assign the world settings in the World Master.

  4. Enable world editor in the World Master inspector.

  5. Click "Create World" to generate a world with the already assigned world settings.

Known Issues:

  1. The vertex normals for the terrain mesh do not allign smoothly between chunk edges. For curvy terrains the lighting seams maybe visible on the edges of the chunks.

  2. World created in the editor sometimes do not generate fully and must be re-created to fix it.

DevNotes:

The spawn system for world objects (such as trees) is kind of primitive at the moment. Not yet sure of a good way to implement such a thing.

I have plans to fix any of the known issues when I have some more time.

About

This is procedural world generation tool I wrote for Unity. It supports chunking of the world and generation of the world on editor or at runtime.

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.meta

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published