From 8a7f401e894f744f116cb73edd2b5e959aad42b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dino=20Fejzagi=C4=87?= Date: Fri, 26 Jan 2024 09:53:28 +0100 Subject: [PATCH 1/3] Adjust to player module namespace change --- Runtime/DiagnosticsService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; From 3d4abccad767a82c33db9db1455864e8cf30447c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dino=20Fejzagi=C4=87?= Date: Fri, 26 Jan 2024 09:54:19 +0100 Subject: [PATCH 2/3] Update CHANGELOG to link to GitHub releases page --- CHANGELOG.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) 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 From c86eda58cd19c770676bd1fbe069e4475e4c60d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dino=20Fejzagi=C4=87?= Date: Fri, 26 Jan 2024 09:56:41 +0100 Subject: [PATCH 3/3] Add player dep --- package.json | 1 + 1 file changed, 1 insertion(+) 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": [