I am very new to Unity. I am able to build and run to the quest just fine. However I never see debug messages in the console window. Is this normal? Is the only way to see debug messages to use the PLAY button with the link cable on PC?
Are there solutions so I can see debug messages in the console, or to be able to use the PLAY button on MacOS? I have the new M1. Unity runs great, no issues, just can’t see dang debug messages in the console!
The Play button will play your project in the editor, not on the Quest. To run on the Quest you have to actually Build to the device.
Seeing debug messages in the console is a separate question. You can (sometimes) accomplish that just by picking your device from the menu in the Console tab (that probably reads “Editor” right now). Or you can use adb logcat (in Terminal).