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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
AnneAtLukkien
Sep 08, 2016 10:23
Is there an alternative? Documentation doesn't mention anything.