Debugging
There are several helper classes that can aid in debugging:
tbe/Tools/debug
RtUnitSheet
This comes as prefab that you can add to your scene.
It is an ingame runtime UI (made with UI Toolkit) that displays the currently selected Unit in detail.
MessageDebuggerBhv
The MessageDebugger enables logging Game Messages to the console. Add one anywhere to your scene. By default, it does not log anything.
ValidatorDebuggerBhv
This has to be on a GameObject that also has a RtUnitBhv and you must place it BEFORE you press play.