Building Problems
When I built my proyect and I ran it on Windows 8, my proyect didnt have any mistakes or problems, but when I ran my game on windows 7 the terrain textures just dissapeared. What can I do? It s very important and I need to run the proyect on a computer with windows 7. Please help. I use unty 5.1
Answer by Statement · Nov 10, 2015 at 09:10 PM
What can I do?
Debug the problem. Read the log, attach your debugger, add helper functions to debug your issue to give you clarity of what is happening. If it's shader related and you use DX11, perhaps you can use visual studios shader debugger along with your code debugger.
Figure out if the textures ever get loaded.
Figure out if the texture contents are correct.
Figure out if the materials are correct.
Figure out if the shaders work as intended.
Figure out if your terrain load correctly, etc, etc.
Your answer
Follow this Question
Related Questions
Ads aren't showing in my builds/showing placeholder 0 Answers
Lots of graphical artifacts in the build only 0 Answers
Mac OSX build crash on start 0 Answers
is there any way to focus (select) in hierarchy by script 1 Answer
Android Build error 1 Answer