Search Issue Tracker
Fixed in 2021.2.X
Fixed in 2019.4.X, 2020.3.X, 2021.1.X
Votes
0
Found in
2019.4
2020.2
2021.1
2021.1.0b7
Issue ID
1317244
Regression
Yes
Editor won't start with Unicode install path
-e: see title. an error is being shown and removing unicode from the path makes it work again
-repro:
--change the install path of the editor to contain unicode characters (see https://www.ltg.ed.ac.uk/~richard/unicode-sample.html for examples)
--start the editor
--NOTICE you get an error message about packman and you can't start the editor
---starting the UnityPackageManager.exe from the terminal throws the following error:
E:\Unity Installs\2021.1\2021.1.0b7_ Ί Ό Ύ Ώ ΐ Α Β\Editor\Data\Resources\PackageManager\Server>UnityPackageManager.exe
internal/modules/cjs/loader.js:818
throw err;
^
Error: Cannot find module 'E:\Unity Installs\2021.1\2021.1.0b7_ ? ? ? ? ? ? ?\Editor\Data\Resources\PackageManager\Server\server\app.js'
←[90m at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)←[39m
←[90m at Function.Module._load (internal/modules/cjs/loader.js:667:27)←[39m
←[90m at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12)←[39m
←[90m at internal/main/run_main_module.js:17:47←[39m {
code: ←[32m'MODULE_NOT_FOUND'←[39m,
requireStack: []
}
--error being thrown on Windows, on Mac it seems to just freeze the editor
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Long Prefab save times when using Unity 2022.2 and higher
- Console displays error "UnityException: Creating asset at path Assets/Scenes/ .scenetemplate failed." during scene template saving
- "Development Build" watermark is shown in non-development UWP release builds
- Console errors appear when the Inspector is set to Debug and a GameObject is selected
- A script public variable value is not used when set in the Inspector window
Add comment