A ResoniteModLoader mod for Resonite.
This mod provides a simple performance metrics counter for Resonite, useful for world optimisation.
It can measure execution times for components and ProtoFlux node groups.
These execution times are measured per RefreshStage
, helping you to identify and fix performance bottlenecks in your world.
- Install the ResoniteModLoader.
- Place the ResoniteMetricsCounter.dll into your
rml_mods
folder. This folder should be located atC:\Program Files (x86)\Steam\steamapps\common\Resonite\rml_mods
for a standard installation. You can create it if it's missing, or if you start the game once with the ResoniteModLoader installed it will create this folder for you. - Launch the game. If you want to check that the mod is working you can check your Resonite logs.
- Open the
Editor
category in theCreate Dialog
. - Press the
Start Metrics Counter (mod)
button.
For development, you will need the ResoniteHotReloadLib to be able to hot reload your mod with DEBUG build.