diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c3182c..170249f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,3 @@ # Changelog -All notable changes to this project will be documented in this file. - -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), -and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - -## [1.0.0] - 2024-01-25 - -Initial package release. - -## [1.0.0-pre.1] - 2022-05-20 - -Initial package preview release. \ No newline at end of file +Please refer to the package's [Releases GitHub Page](https://github.com/realitycollective/com.realitytoolkit.devtools/releases) for the changelog. \ No newline at end of file diff --git a/Runtime/DiagnosticsService.cs b/Runtime/DiagnosticsService.cs index 38c6cda..cd645df 100644 --- a/Runtime/DiagnosticsService.cs +++ b/Runtime/DiagnosticsService.cs @@ -6,10 +6,10 @@ using RealityCollective.ServiceFramework.Attributes; using RealityCollective.ServiceFramework.Definitions.Platforms; using RealityCollective.ServiceFramework.Services; -using RealityToolkit.PlayerService.Interfaces; using RealityToolkit.DevTools.ConsoleDiagnostics; using RealityToolkit.DevTools.FrameDiagnostics; using RealityToolkit.DevTools.MemoryDiagnostics; +using RealityToolkit.Player.Interfaces; using UnityEngine; using UnityEngine.EventSystems; using Object = UnityEngine.Object; diff --git a/package.json b/package.json index 3de5738..f872ab4 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,7 @@ }, "dependencies": { "com.realitytoolkit.core": "1.0.0-pre.37", + "com.realitytoolkit.player": "1.0.3-pre.1", "com.unity.ugui": "1.0.0" }, "assets": [