How to stop revive ability

ChoChick

New member
Because I want to revive the character by event occurrence, I want to stop revival with the passage of time.
I turned off the revive StartOnDeath flag or deleted the revive ability, but the character will revive over time.
Are there any conditions for revival other than revive ability in the demo scene?
 
The Revive ability will stop based on the OnAnimatorReviveComplete event. If you don't send this event from the animator then it'll never stop, and you can instead stop it using the StopAbility method.
 
Top