Reply To: Problem with rewind

Slate Forums Support Problem with rewind Reply To: Problem with rewind

#926
lataria
Participant

Yes, you’re right. I use custom action clip to do that.

My component inherits from ActorActionClip.

for example I want 6 sec blink animation:
1. I use OnEnter() method in my class where I just animate color through an animation engine with DOColor method.
2. I put my custom clip where I want in the cutscene and when its time OnEnter() executes on that custom clip.

When I jump to another section (when I’m on a clip OnEnter starts) it jumps, but that blinking blinks that 6 (real) seconds independent where I am in the time line.