Using Debug.log inside my script works great when I am running on the Game Scene inside unity. But it totally ignores when I run it on my mobile device (windows phone and android)
is there anything special I need to do?
Using Debug.log inside my script works great when I am running on the Game Scene inside unity. But it totally ignores when I run it on my mobile device (windows phone and android)
is there anything special I need to do?
It should still show your Debug.log’s inside the console. I test on an Android and everything shows inside of there…