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);
|
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}");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user