The ant walks again

This commit is contained in:
Pascal Serrarens 2026-08-10 15:33:12 +02:00
parent 67431f2ad4
commit e41bd74b5d

View File

@ -83,7 +83,7 @@ namespace NanoBrain.Unity {
Rect fieldRect = new(position.x, position.y, position.width, EditorGUIUtility.singleLineHeight); Rect fieldRect = new(position.x, position.y, position.width, EditorGUIUtility.singleLineHeight);
EditorGUI.BeginChangeCheck(); EditorGUI.BeginChangeCheck();
//EditorGUI.PropertyField(fieldRect, jsonProp, label); //EditorGUI.PropertyField(fieldRect, jsonProp, label);
//EditorGUI.PropertyField(fieldRect, prefabProp, label); EditorGUI.PropertyField(fieldRect, prefabProp, label);
// If a new prefab has been selected // If a new prefab has been selected
if (EditorGUI.EndChangeCheck()) { if (EditorGUI.EndChangeCheck()) {
Debug.Log($"Cluster change, Event is {Event.current.type}"); Debug.Log($"Cluster change, Event is {Event.current.type}");