Skip to content

Commit

Permalink
Merge pull request #17 from realitycollective/feature/player-compat
Browse files Browse the repository at this point in the history
Restore compatibility with player module
  • Loading branch information
FejZa authored Jan 26, 2024
2 parents c5c6b82 + c86eda5 commit 82fa90a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
13 changes: 1 addition & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Please refer to the package's [Releases GitHub Page](https://github.com/realitycollective/com.realitytoolkit.devtools/releases) for the changelog.
2 changes: 1 addition & 1 deletion Runtime/DiagnosticsService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 82fa90a

Please sign in to comment.