Optimize game performance across platforms.
Create a performance optimization checklist:
Game Type: ${{GAME_TYPE}}
Target Platforms: ${{TARGET_PLATFORMS}}
Current Issues: ${{CURRENT_ISSUES}}
Target Specs: ${{TARGET_SPECS}}
Development Stage: ${{DEVELOPMENT_STAGE}}
Create optimization checklist:
1. PROFILING
- CPU profiling
- GPU profiling
- Memory profiling
- I/O profiling
- Network profiling
2. RENDERING OPTIMIZATION
- Draw call reduction
- LOD implementation
- Occlusion culling
- Shader optimization
- Texture optimization
3. CPU OPTIMIZATION
- Algorithm efficiency
- Threading utilization
- Cache optimization
- Object pooling
- Update frequency
4. MEMORY OPTIMIZATION
- Asset streaming
- Memory pooling
- Garbage collection
- Texture compression
- Audio compression
5. LOADING OPTIMIZATION
- Async loading
- Level streaming
- Preloading strategy
- Progress indication
- Cold start optimization
6. PLATFORM-SPECIFIC
- Console optimization
- Mobile optimization
- PC scalability
- Min spec testing
- Quality presets
7. TESTING METHODOLOGY
- Benchmark creation
- Regression detection
- Edge case testing
- Real-world testing
- User hardware testing
8. CONTINUOUS OPTIMIZATION
- Performance budgets
- Regression prevention
- Monitoring systems
- Alert thresholds
- Optimization sprints
Provide:
- Profiling checklist
- Optimization techniques list
- Performance budget template
- Testing protocolOr press ⌘C to copy
Replace these placeholders with your own content before using the prompt.
[{GAME_TYPE][{TARGET_PLATFORMS][{CURRENT_ISSUES][{TARGET_SPECS][{DEVELOPMENT_STAGE]