- Home /
Trigger if 3 Objects Collide at the same time
Hello, i am Pretty new into Unity(University-VR-Project) and have a (simple) Problem: I created a Little VR game where you have to collect prisms and put them into the Right Position. If the 3 Prisms are in the Position there should spawn another Object. I am very bad at coding so i did a Little Workaround: 1. i build 3 Little cubes at the same position and disabled the Box-Collider. 2. every time i got the Right Position for a prism 1 of the cubes enables the Box-Collider 3. If the 3 Box-Collider are activated they should check a Collision between the 3 Cubes and activate an Action, but this don`t work.
Can u guys help me?
Comment