Search Issue Tracker
Not Reproducible
Votes
4
Found in
Issue ID
790260
Regression
Yes
importing Sample UI package outputs warning for basehierarchySort
1. download the UI sample package from the asset store: unity Samples: UI
2. import the package
3. as soon as it's done, the console will complaint with 2 warnings:
Assets/Scripts/Editor/AlphaNumericSort.cs(4,14): warning CS0618: `UnityEditor.BaseHierarchySort' is obsolete: `BaseHierarchySort is no longer supported because of performance reasons'
this does not occur with 5.3.4.
Comments (2)
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
- Assets are created in the Package folders when creating assets via custom buttons in the Inspector window or other windows
- “Select” windows are named differently on Windows and macOS
- [Windows] No minimum “Select” window size
- Enabling “Editor Extension Authoring” in UI Builder doesn’t dirty the document and saving with shortcut doesn’t persist the state
- WebRequest.Create() function fails with "URI prefix is not recognized" errors when the project is built for Linux Standalone or Windows Dedicated Server
AnneAtLukkien
Sep 08, 2016 10:23
Is there an alternative? Documentation doesn't mention anything.