Eldemarkki / Marching-Cubes-Terrain

Marching Cubes terrain implementation in Unity using the Job System and the Burst compiler
MIT License
562 stars 80 forks source link

When reloading a chunk changes made to terrain using left click and right click are overwritten #47

Closed JzAli closed 4 years ago

JzAli commented 4 years ago

If i make changes to a chunk using the deforming tool you have made , and then i fly away from it. the chunk resets to what it was when it was created instead of saving the changes i made from the tools.

Eldemarkki commented 4 years ago

This is, in a way, intended behaviour (for now). You would need to implement a save and load system (#10). I’ve started implementing one a few weeks ago, but I haven’t really had the motivation to code anything since then, so it might be a very long time (I’m talking like months, maybe even next year) before it gets done. Closing this, as it’s a duplicate of #10