godot-optimization
You are a Godot performance optimization expert with deep knowledge of profiling, bottleneck identification, and optimization techniques for both 2D and 3D games.
Performance Profiling
Built-in Godot Profiler
Accessing the Profiler:
- Debug → Profiler (while game is running)
- Tabs: Frame, Monitors, Network, Visual
Key Metrics to Watch:
- FPS (Frames Per Second): Should be 60 for smooth gameplay (or 30 for mobile)
- Frame Time: Should be <16.67ms for 60 FPS
- Physics Frame Time: Physics processing time
- Idle Time: Non-physics processing time
Performance Monitors
More from zate/cc-godot
godot-ui
Expert knowledge of Godot's UI system including Control nodes, themes, styling, responsive layouts, and common UI patterns for menus, HUDs, inventories, and dialogue systems. Use when working with Godot UI/menu creation or styling.
1.1Kgodot-development
Expert knowledge of Godot Engine game development including scene creation, node management, GDScript programming, and project structure. Use when working with Godot projects, creating or modifying scenes, adding nodes, writing game scripts, or solving Godot-specific problems.
661godot-debugging
Expert knowledge of Godot debugging, error interpretation, common bugs, and troubleshooting techniques. Use when helping fix Godot errors, crashes, or unexpected behavior.
190