It gives no information as to where the majority of that total percfentage is coming from, is that normal? everything under the drop down of behaviourUpdate does not come close to totaling 32.2 percent. I cannot find out where the performacne impact is coming from
enable deep-profiling.
but it’s indeed strange, normally it should still add up to the correct percentage. even without deep profiling.
but its the only thing i can think of.
one more thing: generating stack traces sounds very bad already… check your console, I bet you’re getting spammed with errors.
maybe thats where all the unaccounted time goes… overhead from exceptions, stack traces and Debug.Log() stuff…
1 Like
Thank you, I will look into it further and post back when I can. much appreciated dadude123.
