Chess-Coding-Adventure
Chess-Coding-Adventure copied to clipboard
Textures not loading in Android build!
Hello, Hope you are doing well, I took a build for android. But the problem is textures/chess pieces are not loading in game, Buttons are clickable.

hi I have the same problem have you found any solution ?
I got solution , its just because the streamWriter is set to unAlocated location .
to fix this issuse just go to Zobrist.cs and change line number 106 and replace with this line
return Path.Combine (Application.persistentDataPath, randomNumbersFileName);
it worked thanks a lot