If you want to improve Unity performance, you can export Profiler data and feed it into an AI. It can spot bottlenecks fast.
Mine flagged behavior trees iterating every tick for every unit: obvious in hindsight, but the AI caught it right away.

#Unity #GameDevTips #Indiedev #ProfilerNotProphet