Search Issue Tracker
Fixed
Votes
0
Found in
2019.4
2020.2.7f1
2020.3
2021.1
2021.2
Issue ID
1322064
Regression
No
Unity allows to export a package that has an invalid path and does not strip illegal symbols when importing it
How to reproduce:
1. Open the attached project (case_1322064-InvalidPath)
2. Observe that the 'folder ' directory in the assets has a trailing space
3. Click Assets/Export Package
4. Try to import the package to a new project
Expected result: Unity detects the space at the end of the directory and does not allow the export
Actual result: Unity exports the package
Reproducible with: 2019.4.23f1, 2020.3.2f1, 2021.1.2f1, 2021.2.0a10
Could not test with: 2018.4.33f1 (Unity ignores the directory)
Notes:
1. *"<>?| are symbols only allowed on MacOS. If a package with these symbols was exported on Mac and imported on Windows Unity should strip them
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on TextCore::OTL_TableReader::GetOpenTypeLayoutTables when using Japanese Font as TMP Fallback
- TreeView.AddItem performance regression when opening EditorWindow
- Shadows are not visible in Player when using DX12 with Forward+ or Deferred+ rendering in URP
- Rendering Debugger Playmode debug UI scrolling is jittery when using click and drag to scroll
- Frame Debugger Target Selection Search Results window becomes too tiny to even see the default “Editor” selection when there are no search results
Add comment