Having trouble with my event tick

Hi, so I was working on a sprinting system and I was about to use a event tick when I remebered that I was already using one for my camera… is there any way to work around this? thx

You can use tick for as many things was you want with this node:

Screenshot_1

and you CAN have a lot of stuff on tick. Here’s a graph from part of my game:

I know it’s too small to read, but the point is, you can have a lot on tick, if you do it right.

I have a lot of stuff going on there, and yet there is absolutely no impact on the frame rate.

BUT, if you put the wrong kind of thing on tick, you can kiss your frames goodbye… :slight_smile:

Omg, thank you… this helped me so much xD sorry that I was late to reply I dont normally check this

1 Like