Hello,
I want to create an object with scripted logic so that when you click the mouse button it toggles the objects model. In other words I’d like to be able to dynamically switch an objects mesh, material, and collider whenever I click the mouse button. I tried to do this in script utilizing the OnRenderObject() function along with the Graphics.DrawMesh() function but with no luck.