- Home /
Debug.log not working when run from mobile
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?
Answer by ransomink · Aug 15, 2015 at 06:38 AM
It should still show your Debug.log's inside the console. I test on an Android and everything shows inside of there...
I don't know what I am doing wrong, I will keep investigating
I forgot to set script debugging inside build settigns for android, but I still have problems with windows phone.
Your answer
Follow this Question
Related Questions
Creating prefabs at runtime for debugging purposes 1 Answer
Debug an occasional freeze 0 Answers
Unity 2017 frame rate capped? 2 Answers
Can I see debug log(ex:printf) from C++ dll in Unity? 0 Answers