I have a Animation controller with my character model, and I want that when an animation event is triggered, my model is added on the right and, and when the other trigger is activated, remove the model.
That’s all basically, I’m trying to do this for like 4 hours and it’s driving me crazy…
Why not just position the object on the right and SetActive(false). When you’re ready to trigger the event, SetActive(true) to the object. For the “other”, just SetActive(false) again.
Just do it at the same place that you’re triggering the animation event.
Sorry, I don’t know much about Animation Events. Perhaps this will help: