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

generate assets with mesh #48

Open pandacoder1 opened 4 years ago

pandacoder1 commented 4 years ago

How would you go about handling , asset generation such as trees and rocks onto the mesh chunks?

Also this code is amazing good work!

TerrainLover commented 4 years ago

Would love to find a way to do this , i feel like it would be pretty easy using the terrain data script not sure though Anyone have any ideas?