Memory Management Memory Architecture Platform Memory Budgets Object Pooling Garbage Collection Optimization Memory Profiling Asset Streaming 🔧 Troubleshooting Memory Optimization Checklist | Area | Technique | Impact | Effort | |------|-----------|--------|--------| | Objects | Object Pooling | High | Medium | | Strings | StringBuilder | Medium | Low | | Collections | Pre-allocation | Medium | Low | | Assets | Streaming | High | High | | Textures | Compression | High | Low | | GC | Incremental GC | Medium | Low | | Events | Weak References | Low | Medium | --- Use this skill : When optimizi…