Skip to content

Big FPS drop during PrimeTweenManager.Update() #42

Answered by KyryloKuzyk
OpGala asked this question in FAQ
Discussion options

You must be logged in to vote

This spike is most likely coming from a Tween.Delay() or from .OnComplete() callback that calls Loading.ReadObject method. Loading.ReadObject is 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.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@KyryloKuzyk
Comment options

@OpGala
Comment options

@KyryloKuzyk
Comment options

@OpGala
Comment options

Answer selected by OpGala
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
FAQ
Labels
None yet
2 participants