Skip to content

Commit

Permalink
Merge pull request #6 from realitycollective/dev/update-core
Browse files Browse the repository at this point in the history
Update core
  • Loading branch information
FejZa authored May 15, 2024
2 parents 3882aaa + 6a32e62 commit d60e7ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
13 changes: 0 additions & 13 deletions Runtime/BoundaryService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -373,19 +373,6 @@ public override void Update()
}
}

/// <inheritdoc/>
public override void Disable()
{
base.Disable();

if (!Application.isPlaying) { return; }

if (!boundaryVisualizationRoot.IsNull())
{
boundaryVisualizationRoot.SetActive(false);
}
}

/// <inheritdoc/>
public override void Destroy()
{
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
"registry": "https://package.openupm.com"
},
"dependencies": {
"com.realitytoolkit.core": "1.0.0-pre.48"
"com.realitytoolkit.core": "1.0.0-pre.50"
},
"assets": [
{
"displayName": "Default Assets",
"path": "Assets~/"
}
]
}
}

0 comments on commit d60e7ee

Please sign in to comment.