Question by
gideonwshington21 · May 18, 2018 at 08:24 AM ·
unity 5scripting problemcollisionevent triggering
Check if collision between the model and two different objects is happening at the same time
My character model has two feet that are controlled in VR using trackers. I need a way to find out when both feet are colliding with cubes. cube A for left foot and cube B for the right foot at the same time. So that I can spawn another object when the condition is met.
What would be the way of doing it? What object should have the script? Right now, the cubes have a OnTriggerStay function that checks for collision with feet and changes the cube color to green.
Comment
Your answer
Follow this Question
Related Questions
New Hierarchy Son Script 0 Answers
Event Trigger Isn't Working. 1 Answer
High Speed Collision 0 Answers
Collision Detection Not Working (Unity 5.2.3) 5 Answers
change material color for all object -Element object 1 Answer