diff --git a/Basis/Packages/com.basis.framework/Interactions/BasisInteractableObject.cs b/Basis/Packages/com.basis.framework/Interactions/BasisInteractableObject.cs index 110549e94..a3f1cb77c 100644 --- a/Basis/Packages/com.basis.framework/Interactions/BasisInteractableObject.cs +++ b/Basis/Packages/com.basis.framework/Interactions/BasisInteractableObject.cs @@ -114,8 +114,7 @@ public bool HasState(BasisInputState state, BasisInputKey Key) /// Flag indicating whether this object requires an update loop /// while being influenced by inputs. /// - [NonSerialized] - internal bool RequiresUpdateLoop = false; + public bool RequiresUpdateLoop { get; protected set; } = false; #region Interaction Events