You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just solved a big performance issue in my game, where my EditorLoop was taking almost 70% in the profiler tab by removing this package from my project.
I removed this package and my project started to run smoothly in editor again. It was very significantly slowing the game and dropping my framerate, specially when shots were fired for some reason.
The text was updated successfully, but these errors were encountered:
I have the same problem on my side. For me it's when I melee attack (wich is instantiating an effect for the attack) The problem is definitely coming from when an object is instantiated in your scene (wich is changing the hierarchy and the puglin has to refactor or something.)
I just solved a big performance issue in my game, where my EditorLoop was taking almost 70% in the profiler tab by removing this package from my project.
I removed this package and my project started to run smoothly in editor again. It was very significantly slowing the game and dropping my framerate, specially when shots were fired for some reason.
The text was updated successfully, but these errors were encountered: