Open DeveloperAugustus opened 3 years ago
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
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);
after trying this, I facing a lagging issue when the pawn changes position. do you have any solutions for that?
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.