diff --git a/Package/Runtime/CrashKonijn.Goap.Runtime/Sensors/MultiSensorBase.cs b/Package/Runtime/CrashKonijn.Goap.Runtime/Sensors/MultiSensorBase.cs index bebb44ef..21cdd577 100644 --- a/Package/Runtime/CrashKonijn.Goap.Runtime/Sensors/MultiSensorBase.cs +++ b/Package/Runtime/CrashKonijn.Goap.Runtime/Sensors/MultiSensorBase.cs @@ -197,7 +197,7 @@ private void ValidateCalledFromConstructor() ); if (!calledFromConstructor) - throw new InvalidOperationException("Multi sensor registration must be added from the constructor of the sensor, not the Created method."); + UnityEngine.Debug.LogWarning("Multi sensor registration must be added from the constructor of the sensor, not the Created method."); #endif } }