From 6a32e62d1e384cbe141ec2ad48bcabcbe3044891 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dino=20Fejzagi=C4=87?= Date: Wed, 15 May 2024 23:24:24 +0200 Subject: [PATCH] Update core --- Runtime/BoundaryService.cs | 13 ------------- package.json | 4 ++-- 2 files changed, 2 insertions(+), 15 deletions(-) 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