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
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
AnneAtLukkien
Sep 08, 2016 10:23
Is there an alternative? Documentation doesn't mention anything.