Tools
Track provides useful tools to enhance the development experience. These tools can be added with the VIRNECT Track | Tools menu:
Recorder UI
The Recorder UI
component adds two UI buttons to the in-game UI.
The first starts and stops a recording, the second allows choosing between JPG
and PGM
format.
The save path can be specified in the inspector.
Info
The recording function can only be used during runtime.
Warning
Recording image sequences is not supported on Android 11 API level 30 builds.
To enable this functionality on Android 11 devices, the Target API level needs to be set to API level 29 or lower.
Active Target Manager UI
The ActiveTargetManager
can be used to test dynamic activation and deactivation of Targets during runtime.
It will automatically add a UI button for every target in the scene.
Pressing a button will toggle the Ignore target during tracking
setting of the corresponding target.
Static Target Manager UI
The StaticTargetManager
can be used to test dynamic activation and deactivation of the "static" property of the Target during runtime.
It will automatically add a UI button for every target in the scene.
Pressing a button will toggle the Is static in scene
setting of the corresponding target.