Skip to content

Commit b029e2a

Browse files
committed
Add information for v0.9.7 release
1 parent c0fb2dc commit b029e2a

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
- Soon v1.0.0 with full multiplayer support and tons of new features.
11+
12+
## [0.9.7] - 2024-01-10
13+
1014
### Added
1115

1216
- Add support for Meta Quest 3.
@@ -333,7 +337,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
333337

334338
- First public release!
335339

336-
[Unreleased]: https://github.com/VRMADA/ultimatexr-unity/compare/v0.9.6...HEAD
340+
[Unreleased]: https://github.com/VRMADA/ultimatexr-unity/compare/v0.9.7...HEAD
341+
[0.9.7]: https://github.com/VRMADA/ultimatexr-unity/releases/tag/v0.9.7
337342
[0.9.6]: https://github.com/VRMADA/ultimatexr-unity/releases/tag/v0.9.6
338343
[0.9.5]: https://github.com/VRMADA/ultimatexr-unity/releases/tag/v0.9.5
339344
[0.9.4]: https://github.com/VRMADA/ultimatexr-unity/releases/tag/v0.9.4

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ Main features:
1717
- Clean code; fully documented using standard XML format.
1818
- Lots of tools, methods and extensions to make development easier.
1919

20+
Soon! (v1.0.0)
21+
- Full multiplayer support with many networking integrations.
22+
- Serialization.
23+
- New improved manipulation mechanics.
24+
2025
## Installation
2126

2227
We provide the following ways to install **UltimateXR**:

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.vrmada.ultimatexr-unity",
3-
"version": "0.9.6",
3+
"version": "0.9.7",
44
"displayName": "UltimateXR",
55
"description": "UltimateXR is a free, open source XR framework and toolkit for Unity that includes powerful features such as:\n \u25AA Cross-device compatibility\n \u25AA State-of-the-art grab and manipulation mechanics\n \u25AA Advanced hand pose editor\n \u25AA Inclusion through a library of gender- and race-agnostic hands\n \u25AA Customizable full body avatar representation\n \u25AA Advanced UI components\n \u25AA Locomotion mechanics\n \u25AA Fully documented API\n \u25AA High-quality assets\n...And much more!\n\nDon't forget to install the samples for a nice showcase of all features.",
66
"unity": "2021.2",
@@ -14,6 +14,7 @@
1414
},
1515
"keywords": [
1616
"XR",
17+
"spatial",
1718
"virtual",
1819
"augmented",
1920
"reality",

0 commit comments

Comments
 (0)