Big FPS drop during PrimeTweenManager.Update() #42
-
Beta Was this translation helpful? Give feedback.
Answered by
KyryloKuzyk
Jan 28, 2024
Replies: 1 comment 4 replies
-
|
This spike is most likely coming from a |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
Alaxxxx
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

This spike is most likely coming from a
Tween.Delay()or from.OnComplete()callback that callsLoading.ReadObjectmethod.Loading.ReadObjectis not part of PrimeTween, PrimeTween is only calling another method from your codebase which causes the spike.Please enable 'Deep profiling' to see the exact place in your codebase that makes this call or search your codebase to find out which places are making this call.