Please help anyone
animation playing in playmode by pressing E
i use this animation for every 2min and animation timing is gradually slowing down please help anyone
Please help anyone
animation playing in playmode by pressing E
i use this animation for every 2min and animation timing is gradually slowing down please help anyone
Try creating the Sequence player only once (during begin play) and then promoting it to a variable (right click and promote to new variable).
Then when pressing the e key use the cached variable to play the sequence.
If you need to swap the level sequence then also promote the level sequence player’s return to variable and use that.
Just try not constantly creating the level sequence player as it will eat up memory and processing power.