Skip to content

Tools & Profilers

The Tools menu opens standalone utility windows. The everyday ones:

ToolWhat it does
Asset RegistryEvery known asset, its load state, size, and dependencies.
Input ActionsDefine named input actions and their key or pad bindings, see Scripting › Input.
Scripts InfoA live reference for the Lua API your scripts can call.
Console VariablesBrowse and set engine CVars, and run console commands.
Object BrowserInspect every live engine object in memory.
Plugin BrowserEnable or disable plugins for the project.

For performance work:

  • CPU Profiler, frame time and a hierarchical scope tree.
  • GPU Profiler, GPU timings, pipeline stats, and a barrier inspector.
  • Memory, CPU and GPU memory broken down by category.
  • Task System, the fiber job scheduler, live.
  • Network, per-world transport and replication stats.
  • Shadow Atlas, shadow-map allocation.
  • Lua Debugger, breakpoints and stepping for scripts.

For deep captures, Tracy Profiler (Ctrl+P) launches the external Tracy app, and RenderDoc Capture (F11) grabs a GPU frame.

File > Package Project builds a distributable of your game.

Editor, project, and engine settings are not in this menu, they live under File > Settings. See the Editor Overview for what it covers.