Unity Version: 6000.0.53f1
Package installed from the Package Manager via git URL: https://github.com/leth4/Colorlink.git
Issue:
When naming colors with slashes (/) to organize them into submenus, some entries don’t display correctly depending on their order:
-
Case 1
✅ Two entries, as expected.
-
Case 2
✅ Two entries: one submenu under Foo, one standalone Foo entry.
-
Case 3
❌ Only one entry is displayed: Bar under Foo. The standalone Foo entry is missing.
This is probably caused by how entries are grouped and listed internally.
Proposal:
Sort or group entries in a way that preserves both standalone entries (e.g. Foo) and submenu entries (e.g. Foo/Bar), regardless of the order they are defined.
Unity Version: 6000.0.53f1
Package installed from the Package Manager via git URL:
https://github.com/leth4/Colorlink.gitIssue:
When naming colors with slashes (
/) to organize them into submenus, some entries don’t display correctly depending on their order:Case 1
✅ Two entries, as expected.
Case 2
✅ Two entries: one submenu under Foo, one standalone Foo entry.
Case 3
❌ Only one entry is displayed: Bar under Foo. The standalone Foo entry is missing.
This is probably caused by how entries are grouped and listed internally.
Proposal:
Sort or group entries in a way that preserves both standalone entries (e.g.
Foo) and submenu entries (e.g.Foo/Bar), regardless of the order they are defined.