I am developing a game using Unity Editor version 2021.3.81f.
Some players who downloaded the game via Steam are reporting a crash after the splash screen, with a specific window popping up.
Do you know of any solutions to this issue?
I am developing a game using Unity Editor version 2021.3.81f.
Some players who downloaded the game via Steam are reporting a crash after the splash screen, with a specific window popping up.
Do you know of any solutions to this issue?
To fix a crash of a released game you need to obtain a crash log (logs & stacktrace) of this event. No other way around it - crash logs tell a story of what & when went wrong & one can’t fix anything without this.
Unity - Manual: Log files (search for “crash”)
To obtain these files, you can: