I am making some sort of builing game and having my first problem ![]()
I have some objects on my terrain but i want to select them. How can i detect when i click on the mouse, witch object i can select? Do i have to cast a Ray from the camera and see if it’s collide with the object or is their an onClick event or some sort?