After building my game for windows platform, I tried to run the .exe file. It works fine as it can go on the splash screen and my game’s main menu and when I build the game there is no error in unity editor log, but when I click on the start button, my game crashed. The next scene supposedly is my game’s cutscene, which uses Video Player to play the video for my game’s cutscene. So I decided to check out the crash report to check the cause of the crash. And there is this line of code appear on the crash report:
The file ‘C:/Mai/cd/Hang Tuah Laksamana Terbilang_Data/Resources/unity_builtin_extra’ is corrupted! Remove it and launch unity again!
[Position out of bounds!]
Crash!!!
I’m not really sure what to do with it. I tried restarting unity and build the game again but the same thing still happened. Any ideas?