Thx for your attention. I don't usually hang around on forums. . just fck this game dude
Where is file located inside your machine?
Some game engines do not like when you put games too deep in directories. As they might have max letter count, which may break the game, believe it or not. Even if they do not show directory ingame in full, it can cause many applications to break by default.
Second thing that "might" be an issue, are shaders. This is very simple game, but unity engine still uses resources. And some devs use shaders for easier texturing certain objects inside the game.
Shader issues on GPU can mean 4 things.
1. Needs driver update.
2. Needs bios update.
3. is dying.
4. Or you aren't utilizing the GPU.
a.)Check if NVIDIA (NVIDIA Control Panel) -> Manage 3D settings -> High Performance processor
b.)if AMD (Download Adrenaline) -> GAMING (tab) -> Global Gaming Experience -> Performance
c.)if laptop go to -> windows settings -> system -> power&battery -> power mode -> Best Performance
But I believe texture anomalies happens because of faulty compression. In other words. Download 7z. And use it properly.
Right click on zipped folder -> 7z -> Open Archive -> (in tab section) Extract -> on the right you have three dots (...) click it-> choose where you want to extract
Start the game.
Feel free to give me results if you care enough to do this. And if issue persist, show a bit more information and describe the issue as much as you can.