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
- Build fails when building a project containing an 18+ dimension array with IL2CPP
- [Android][Sentis] Human poses are not detected when using the BlazePose model
- Sprite Editor Outline Tool Overlay is not displayed when no Sprite is selected
- “No method with RuntimeInitializeOnLoadMethod attribute” warning from ReadmeEditor.cs is thrown after installing Project Auditor Rules
- Projection matrix is altered when using RasterCommandBuffer.ClearRenderTarget on DX12 and Metal
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