mirror of
https://github.com/GrahamKracker/UnityExplorer.git
synced 2025-07-10 14:03:30 +08:00
Cleanups and refactorings, and some small UI fixes
This commit is contained in:
@ -246,7 +246,7 @@ namespace Explorer
|
||||
}
|
||||
#endif
|
||||
|
||||
if (GetCacheObject(obj, t) is CacheObjectBase cached)
|
||||
if (CacheFactory.GetCacheObject(obj, t) is CacheObjectBase cached)
|
||||
{
|
||||
list.Add(cached);
|
||||
}
|
||||
@ -354,6 +354,7 @@ namespace Explorer
|
||||
GUI.skin.label.alignment = TextAnchor.MiddleCenter;
|
||||
GUILayout.Label($"[{i}]", new GUILayoutOption[] { GUILayout.Width(30) });
|
||||
|
||||
GUI.skin.label.alignment = TextAnchor.MiddleLeft;
|
||||
entry.DrawValue(window, window.width - (whitespace + 85));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user