-
Notifications
You must be signed in to change notification settings - Fork 4
Troubleshooting
This is a small wiki where anyone affiliated with SEE can share encountered issues and found solutions.
Solution:
You probably paused the game; either by pressing the pause button (see
<1> in screenshot) or by enabling Error Pause
(see <2> in
screenshot). When the game is paused, the Game
tab won't respond to
any user interaction.
Solution:
Assuming the full log (Console -> Show Editor Log) contains something
about a missing ICU library, you need to close Unity (and the Unity
Hub), and start Unity (or the Unity Hub) with environment variable
DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1
.
This can happen when you have not run the generateHooks.{sh/bat}
script after cloning.
Solution:
You will have to do a manual rebase to resolve this. Refer to the Git-FAQ.