Report
s&box: Performance patterns — cache components, avoid per-frame GetAllComponents, use OnFixedUpdate for physics
c4b560ec-c54e-4683-8c5f-d5ec35c0a004
In s&box, common performance mistakes include calling Scene.GetAllComponents every frame, using OnUpdate for things that should be in OnFixedUpdate, not caching component references, and creating garbage in hot paths. The ZeroMCP optimizer skill documents the key patterns.