- Home /
Question by
catblessed · Jun 05, 2016 at 04:15 PM ·
collideredge detection
Is it possible to automatically create and attach a collider to an object whose edge is detected
Unity has an asset that can detect edges (http://docs.unity3d.com/Manual/script-EdgeDetectEffect.html).
Suppose we have an object whose edge is detected using the method above, is there a way to automatically or programmatically create a collider that would cover the boundary of the given object?
Comment
Your answer
Follow this Question
Related Questions
How to get the center of a collider face and the halfExtents to the corners of that face? 0 Answers
Internal collisions 1 Answer
2D One-Way Stairs 0 Answers
How to pickup objects with Kinect (using colliders) 0 Answers
Fitting 2D collider to a sprite 0 Answers