I'm working on an AR project, and I'm trying to have the models interact with each other. I am using Vuforia and currently have 2 functioning models that are animated. I want the models to change animation when they are within a certain proximity of each other. My current approach is to use colliders and have a script that changed the animation when the collider is triggered. Below is my current script. I've tried everything I can think of, but it seems like my colliders aren't doing...
AR Colliders
AR Colliders