Answers

Question and Answer:

  Home  Unity 3D Developer

⟩ Can two GameObjects, each with only an SphereCollider, both set as trigger and raise OnTrigger events? Explain your answer?

No. Collision events between two objects can only be raised when one of them has a RigidBody attached to it. This is a common error when implementing applications that use "physics."

 294 views

More Questions for you: