Skip to content

Troubleshooting

Falko Galperin edited this page Sep 24, 2024 · 11 revisions

Troubleshooting Knowledge Base

This is a small wiki where anyone affiliated with SEE can share encountered issues and found solutions.

Issue: The Game tab in the Unity editor ignores user inputs (unable to move, rotate, etc.).

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.

pause

Issue: (Linux) Unity Editor shows one or two empty error messages

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.

Accidentally committed a code city

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.