- Home /
Getting Collisions from another Object
Is there any way to get collisions off of another object that the script is attached to? like otherobject.oncollisionenter(){} or some such as a function on the main script?
Answer by Loius · Jan 01, 2013 at 06:36 AM
http://docs.unity3d.com/Documentation/ScriptReference/30_search.html?q=collision
I think you're asking for OnCollisionEnter.
Thats not the question, im askin if theirs a way to get an OnCollisionEnter function called from another game object, without a script on the object colliding.
Your answer
Follow this Question
Related Questions
Finding a script on an object 1 Answer
Calling script method for collider in collision callback 0 Answers
support not detected collision and Leasehold 0 Answers
Detect Collisions from Script 1 Answer
How to Destroy a gameobject on collision 3 Answers