Unity Issue Tracker - Crash when opening project while HOME is null
Fixed
UUM-14787
Crash when opening project while HOME is null
Unity: Hub
MacOS
Fixed
2023.1.X
2022.2.X
Won't Fix
2022.1.X
2021.3.X
2020.3.X
2022.1 has reached end of life so the issue will be fixed in a newer version.
Reproduction steps:
1. Create an empty project
2. Open Terminal
3. Run the command “unset HOME“
4. Open the project through Terminal with Command “[Unity Editor path]-projectPath[Project path]” (example: /Applications/Unity/Hub/Editor/2021.3.9f1/Unity.app/Contents/MacOS/Unity -projectPath /Users/username/Projects/empty)
Expected result: Project opens
Actual result: Editor crashes