The ant walks again
This commit is contained in:
parent
67431f2ad4
commit
e41bd74b5d
@ -83,7 +83,7 @@ namespace NanoBrain.Unity {
|
||||
Rect fieldRect = new(position.x, position.y, position.width, EditorGUIUtility.singleLineHeight);
|
||||
EditorGUI.BeginChangeCheck();
|
||||
//EditorGUI.PropertyField(fieldRect, jsonProp, label);
|
||||
//EditorGUI.PropertyField(fieldRect, prefabProp, label);
|
||||
EditorGUI.PropertyField(fieldRect, prefabProp, label);
|
||||
// If a new prefab has been selected
|
||||
if (EditorGUI.EndChangeCheck()) {
|
||||
Debug.Log($"Cluster change, Event is {Event.current.type}");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user