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

A debugging panel #59

Closed Eldemarkki closed 3 years ago

Eldemarkki commented 3 years ago

A panel in the game view, where you can see debugging info, such as how many chunks are currently loaded, the current player coordinate, render distance, etc.

The user should be able to show/hide the panel by pressing a specific key, which should be set in the inspector.

The panel should only be included in the editor and development builds.