Hello,
I'm having an issue of duplicate game objects using the same FSM not registering a trigger collision.
I was doing tests, and only the first weapon I pick up registers trigger collision as normal, but every other subsequent weapon I pick up does not register trigger collisions (I duplicated the 1st weapon so they're all the same/same logic).
In the screenshots you can see the triggers do make contact with the other colliders on the NPC, but only 1 weapon triggers the action event.
Am I doing something wrong with the logic? Feels like I'm missing something.
Thanks!