22324
Assets/FR2_Cache.asset
22324
Assets/FR2_Cache.asset
File diff suppressed because it is too large
Load Diff
@@ -35,6 +35,7 @@ MonoBehaviour:
|
||||
- Boxophobic.AtmosphericHeightFog.Runtime
|
||||
- Boxophobic.Utils.Scripts
|
||||
- CW.Common
|
||||
- IchniAssembly
|
||||
- IngameDebugConsole.Runtime
|
||||
- LeanCommon
|
||||
- LeanPool
|
||||
|
||||
@@ -94,7 +94,7 @@ namespace Ichni.Editor
|
||||
var item = LeanPool.Spawn(searchResultItemPrefab, searchResultsRoot);
|
||||
var itemText = item.GetComponentInChildren<TMP_Text>();
|
||||
if (itemText != null)
|
||||
itemText.text = element.elementName + " | " + element.GetType().ToString();
|
||||
itemText.text = element.elementName + " | " + element.GetType().ToString().Split(".")[^1];
|
||||
|
||||
var button = item.GetComponentInChildren<Button>();
|
||||
if (button != null)
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user