'Assets missing after building and running app in unity

I have built the game and I am running it on my phone, in the game window on the editor, the game runs great and has no problems. Whereas the version on my phone is missing the main character, including all the scripts, it would seem.



Solution 1:[1]

It depends on the way you are loading the main character asset. "LoadAssetAtPath" i.e. only works in the editor, it will not work when the game is compiled.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 rbcode