Can't change bool while accessing other script

Hi, I’ve tried several different ways for this… Really need help.

When the Thrombocytes (grey stuff) are in the trigger collider “VesselCollider”, it should set bool “vessel” to true in the other script named “Follow” in the “Thrombocyte” GameObject. See pics.

Thing is it doesn’t. When I change the bool manually to true, it works, so the rest of the scripts is fine. Just trouble triggering or accessing the boolean…


I think two trigger colliders do not detect each other. You might have to make one of the triggers (maybe the Thrombocytes one) a collider with an attached rigidbody (maybe set to kinematic) to be able to detect it entering the other trigger.

Thank you Sublime! It works!

192.168.0.1