Hi @MackeyK24 Hey I notice when I export the terrain I get to walk with the universal camera but for spheres and boxes is going through the ground , how can I add a mes-collider for the ground so the spheres roll downhill like in your last example ?
var terrain = this.scene.getMeshByName('Terrain');
terrain.checkCollisions = true;
But is not working things are going trough the ground, please tell me if know how to get it to work?