I build my project and try to run it but only pink that i get on my screen, and it happen to all my scene after build, the pic is shown text got pink after i build it. How to solve this, i’m using unity 5.4.2f2?
That pink visuals might be caused by some materials that fails to compile its shader. If thats the case there should be some logs about it.
On windows the log file is inside data folder of the build. The name of the log file is “output_log.txt”. Check that file for some shader compile errors.
On android you can get logs using adb.exe with logcat command.