NTG Unity is a package for running Neural Terrain Generation models inside of Unity.
The training code for NTG models can be found at novaia-computing/ntg.
- Create a 3D terrain object
- From the terrain component, select the "Paint Terrain" tab
- Open the terrain tools dropdown and select "Neural Terrain Generation"
- Click "Generate Terrain" to generate a new terrain
You can download and install NTG Unity from the Unity Asset Store.
- Clone this repository
- Open it in Unity
- Export
Assets/NeuralTerrainGeneration
as a package - Import the package into your own Unity project from
Assets > Import Package > Custom Package
- Import the Terrain Tools and ML Agents packages from the Unity Package Manager