diff --git a/Runtime/BoundaryService.cs b/Runtime/BoundaryService.cs
index 838bfe0..4991be3 100644
--- a/Runtime/BoundaryService.cs
+++ b/Runtime/BoundaryService.cs
@@ -373,19 +373,6 @@ public override void Update()
}
}
- ///
- public override void Disable()
- {
- base.Disable();
-
- if (!Application.isPlaying) { return; }
-
- if (!boundaryVisualizationRoot.IsNull())
- {
- boundaryVisualizationRoot.SetActive(false);
- }
- }
-
///
public override void Destroy()
{
diff --git a/package.json b/package.json
index 6771456..39e732c 100644
--- a/package.json
+++ b/package.json
@@ -32,7 +32,7 @@
"registry": "https://package.openupm.com"
},
"dependencies": {
- "com.realitytoolkit.core": "1.0.0-pre.48"
+ "com.realitytoolkit.core": "1.0.0-pre.50"
},
"assets": [
{
@@ -40,4 +40,4 @@
"path": "Assets~/"
}
]
-}
+}
\ No newline at end of file