02 Debugging - project-SIMPLE/simple.toolchain GitHub Wiki
A simple way of debugging a program is to use stantard display. You can thus write a message in the Unity console using the "Debug.Log("...")" method.
It is possible to display the content of the console inside the headset using the "Debug Overlay" prefab (in Assets/Ressources/Prefabs/Utils/). For that, put the "Debug Overlay" prefab in your scene. Then, inspect the "Debug Overlay", and add the Main Camera in "Render Camera" (Canvas)