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
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.