Unity 2D Games Developer Question:
Download Questions PDF

Explain me can two GameObjects, each with only an SphereCollider, both set as trigger and raise OnTrigger events?

Unity 2D Games Developer Interview Question
Unity 2D Games Developer Interview Question

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.”

Download Unity 2D Games Developer Interview Questions And Answers PDF

Previous QuestionNext Question
What is first Person Shooters?What are simulations?