@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user