Cutting objects and applying texture to cut. Unity3d/C#

Posted by Timothy Williams on Game Development See other posts from Game Development or by Timothy Williams
Published on 2012-11-20T16:58:14Z Indexed on 2012/11/20 17:21 UTC
Read the original article Hit count: 1962

Filed under:
|
|

Basically what I'm trying to do is figure out how to calculate realtime cutting of objects, and apply a texture to the cut. I found some good scripts, but most of them have been abandoned and aren't really fully working yet.

Applying textures: http://forum.unity3d.com/threads/75949-Mesh-Real-Cutting?highlight=mesh+real+cutting

Cutting: http://forum.unity3d.com/threads/78594-Object-Cutter

Another (Free) Cutter (Also, I'm not entirely sure how this one will handle cutting complex meshes): http://forum.unity3d.com/threads/69992-fake-slicer?p=449114&viewfull=1#post449114

My plan as of right now is to combine links 1 & 2 or 1 & 3 programming wise. What I'm asking here for is any advice on how to advance (links to asset store packages, or other codes to show how to accomplish something complex like this.)

© Game Development or respective owner

Related posts about c#

Related posts about unity