Indeed your finding is correct 🙂
This is an editor only lag spike when there are a lot of Graphowner, that was introduced in the last version (and will be removed in the next one). The cause of this lag spike in the editor, is only so that the hierachy icons of GraphOwners in the editor, change when the behaviour is paused/unpaused, or enabled/disabled, which certainly does not worth the lag spike.
If you want to quickly fix this, please open up GraphOwnerInspector.cs and comment out line #19, which reads: GraphOwner.onOwnerBehaviourStateChange += delegate { EditorApplication.RepaintHierarchyWindow(); };
That will take care of the lag spike, but also the hierarchy icons changing.
Thanks!
Join us on Discord: https://discord.gg/97q2Rjh
Login
Register
By registering on this website you agree to our Privacy Policy.