File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
VContainer/Assets/VContainer/Editor/Diagnostics Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 66using UnityEditor . IMGUI . Controls ;
77using VContainer . Diagnostics ;
88using VContainer . Unity ;
9+ #if UNITY_6000_2_OR_NEWER
10+ using TreeView = UnityEditor . IMGUI . Controls . TreeView < int > ;
11+ using TreeViewItem = UnityEditor . IMGUI . Controls . TreeViewItem < int > ;
12+ using TreeViewState = UnityEditor . IMGUI . Controls . TreeViewState < int > ;
13+ #endif
914
1015namespace VContainer . Editor . Diagnostics
1116{
Original file line number Diff line number Diff line change 55using UnityEditor . IMGUI . Controls ;
66using UnityEngine ;
77using VContainer . Diagnostics ;
8+ #if UNITY_6000_2_OR_NEWER
9+ using TreeView = UnityEditor . IMGUI . Controls . TreeView < int > ;
10+ using TreeViewItem = UnityEditor . IMGUI . Controls . TreeViewItem < int > ;
11+ using TreeViewState = UnityEditor . IMGUI . Controls . TreeViewState < int > ;
12+ #endif
813
914namespace VContainer . Editor . Diagnostics
1015{
You can’t perform that action at this time.
0 commit comments