Stratkit Profiling Tools¶
Adds a set of profiling tools, such as monitor draw calls, memory, fps, etc.
FPSCounter¶
A simple FPS counter that changes color based on the current FPS.
To use, add a canvas with a text component, and the FPSCounter
component to an initialization scene. Then, set up the fps thresholds with the colors you want.
If you have cheats enabled, they will also be added.
RuntimeProfiler¶
Tool to monitor draw calls, memory, and other performance metrics.
To use, add a canvas with a text component, and the RuntimeProfiler
component to an initialization scene. Then, press the UpdateCategories
button to populate all supported profilers, and enable the ones you want to monitor.
If you have cheats enabled, they will also be added.