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
- Time.deltaTime is locked to the display's refresh rate when the built Player is moved to a Secondary Display and Windowed Mode is used
- Crash on RaiseException when importing a specific asset
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
Add comment