Search Issue Tracker
Won't Fix
Votes
6
Found in
2022.1.3f1
Issue ID
UUM-1760
Regression
Yes
Entities TreeView clashes with UIElements.TreeView
Steps to reproduce:
- Open a new project in version 2022.1.3f1
- Add the entities package by name from com.unity.entities
Expected result: no issues
Actual result: errors
Library\PackageCache\com.unity.entities@0.50.1-preview.2\Unity.Entities.Editor\ProfilerModules\MemoryProfilerModule+View.cs(57,13): error CS0104: 'TreeView' is an ambiguous reference between 'Unity.Editor.Bridge.TreeView' and 'UnityEngine.UIElements.TreeView'
Library\PackageCache\com.unity.entities@0.50.1-preview.2\Unity.Entities.Editor\ProfilerModules\StructuralChangesProfilerModule+View.cs(36,13): error CS0104: 'TreeView' is an ambiguous reference between 'Unity.Editor.Bridge.TreeView' and 'UnityEngine.UIElements.TreeView'
Library\PackageCache\com.unity.entities@0.50.1-preview.2\Unity.Entities.Editor\SystemSchedule\TreeView\SystemTreeView.cs(18,27): error CS0104: 'TreeView' is an ambiguous reference between 'Unity.Editor.Bridge.TreeView' and 'UnityEngine.UIElements.TreeView'
Only reproducible with 2022.1.X and Entities 0.50.1-preview.2
Comments (2)
-
Stickymadness
Jan 19, 2023 20:01
Same issue. Platform: MacOS. Entities version: 0.51.1-preview.21
-
Stickymadness
Jan 19, 2023 19:59
Same issue. Platform: MacOS
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
- Channel remapping dropdown in the Terrain Layer does not open when clicked on the title
- The Editor freezes indefinitely when a large number of elements are entered in the Subgraphs or Categories lists
- Some Visual Effects package Assets links to documentation are not working
- Heatmap asset’s documentation button in the Inspector window leads to “Sorry... that page seems to be missing!” page when clicked
- Crash on MonoBehaviour::CallMethodIfAvailable when performing various actions
Resolution Note:
This is not reproducible in 1.0.X.