Search Issue Tracker
By Design
Votes
0
Found in
2018.4
2019.1
2019.2
2019.3
2019.4
2020.1
2020.2
2020.2.0a14
Issue ID
1254012
Regression
No
[IMGUI] Swatch Library file in Color picker palette is created but not shown for invalid names like "." period
Swatch Library file in Color picker palette is created but not shown in project when a library is made starting with invalid gameObject names like "." period. Refer the attached video
Steps to reproduce:
1) Create a new project
2) Create a new material
3) Click on the Color palette next to Albedo
4) Swatches > Create a new Library
5) Create a library with name starting with "."
Actual result: If a library is created with characters that are not allowed to be at the start of the name, then the library is not shown in Project even if its been created
Expected result: If a new swatches library is created in project, it should be shown
Occurring on: 2020.2.0a14, 2020.1.0b12, 2019.4.0f1, 2018.415f1
Environment: Both Windows and Mac
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Font Engine Layout Tables memory increases when repeatedly entering Play Mode with custom fonts used in a UIDocument
- The Ragdoll Builder window has no scrollbar making elements unreachable unless the window is resized
- Crash on FindSeamTexels when generating lighting while the meshAtlasIndex >= 0
- Floating Material Preview window does not update when material properties are changed in the Inspector
- The Ragdoll Builder window has no minimum window size for the critical functionality to be visible at all times
Resolution Note (2020.2.X):
User Created a library name starting with "."
Eg: '.sample.color'
As Unity ignores files (and folders) starting with "." so those files are not shown.
For more details Please refer to https://docs.unity3d.com/Manual/SpecialFolders.html