Hi, I have a big gameObject which act as a big map.
I want to create an invisible TileMap for this object but I can’t find a way to get the y coordinates at a random x and z coordinates.
I already know the function Terrain.SampleHeight(). Is there an equivalent for other gameObjects?
Thanks in advance.