Is there any reason I'm getting huge performance spikes from unity's GUI in the profiler? Canvas.BuildBatch is at 46.6% during the spikes. Disabling the GUI resolves this issue. However, like most games, a GUI is kind of essential. The GUI isn't complicated with only 4 text boxes and no complicated updates (simple text updates).
↧