ended7μ›” 10일· 1 sources

Quick reminder: Stop putting heavy logic in Unity's Update()

Why it matters

If you are coming from pure script writing (like Python) to game engines, the Update() loop is a trap.πŸͺ€ Putting complex calculations there will destroy your framerate. If it doesn't need to happen eve...

1
Sources
+0
24h
β€”
Growth
73d
Active

Sources

Related Issues