No Mesh Render, No GameObject after building game. I am using Unity 5.6.1. I dont know why? here is image. The player is on ground but no mesh and no gameobject only skybox is visible. Any comment and solution is appreciated here.
Here is my outputlog of my game OutPutLog
- Have you checked that you are in the correct scene?
- Are you using some editor script to generate your game contents? If so, it won’t do the job at built version.
- In order to find out what the real problem is, you could build your game with “development mode” selected. And check /Data/output_log.txt for error messages.