Runtime Terrain Editor

Unity Forum | Discord | WebGL Demo


Now with multiple terrains!


Unity Terrain is a great tool but in runtime we don't have a built-in solution to modify the terrain.


This package is a simple terrain editor works in runtime(play mode), built with unity ui components and Terrain API.


Don't loose your progress, serialize your terrain at runtime! Save and load your map files easily.


WebGL built can be test from here.


Also, I used this project as a base to create my own sandbox application, Map Sandbox.


FAQ

- Can I use this asset for my already made terrain?

While there is no supported feature for this, it is possible to modify your existing terrains to suit your needs. Keep in mind that this may require significant customization and may not work seamlessly with the project. Recommended way is using the project's runtime features for optimal compatibility and functionality.


- Is there a tutorial to follow along?

Project contains two sample scenes. First one is a simple and small example, while the other one demonstrates all the features in a demo scene. These samples are intended to showcase the potential of the project and help users get started.


- As a beginner, can I understand the project structure?

I tried my best to keep project small, straightforward and simple. Reason is to make the project accessible to developers of all levels, but I would like to note that some programming experience is recommended to fully utilize its features.