C# , Revived Post , Unity

Unity Mesh Modification

Posted on:

As part of the technical preview for a project I’m working on I have ran into an interesting problem that I’m trying to solve. In Unity when you use the OnCollisionEnter/OnCollisionExit collision handling and need the information about the mesh it is colliding with. Modifying the mesh requires knowledge of […]