changed: build settings updated

This commit is contained in:
Chris
2025-07-16 13:40:43 -04:00
parent 981c9eda18
commit 4062a3b5db
2 changed files with 4 additions and 1 deletions

View File

@@ -85,6 +85,7 @@ public struct FloatCameraValueGroup{
}
}
#if UNITY_EDITOR
public class FloatCameraValueGroupDrawer : ObjectDrawer<FloatCameraValueGroup> {
public override FloatCameraValueGroup OnGUI(GUIContent _content, FloatCameraValueGroup _instance){
// Remove label for floats
@@ -317,6 +318,7 @@ public class OrbitalFollowValueGroupDrawer : ObjectDrawer<OrbitalFollowValueGrou
return _instance;
}
}
#endif
namespace NodeCanvas.Tasks.Actions {
[Category("Reset")]