Okay so I’m currently working on a scene that contains a door and a trigger collider, the trigger collider gets disabled after pressing “e” via animation. My question is, Are there any performance draw backs since I’m using the animator to do it vs scripting it. Or is it better to Script these kinds of things?
–Thanks