File tree Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 2323 "depth" : 0 ,
2424 "source" : " embedded" ,
2525 "dependencies" : {
26- "com.de-panther.webxr" : " 0.20.1-preview "
26+ "com.de-panther.webxr" : " 0.21.0 "
2727 }
2828 },
2929 "com.unity.burst" : {
Original file line number Diff line number Diff line change @@ -6,11 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 0.21.0] - 2024-01-17
910### Added
1011- An option to auto-load WebXRInputSystem on start in WebXRSettings.
1112
1213### Changed
1314- Minimum WebXR Input Profiles Loader version 0.6.2.
15+ - Requires WebXR Export 0.21.0.
1416
1517### Fixed
1618- SceneHitTest now updates the pose of the originTransform instead of WebXRManager transform.
Original file line number Diff line number Diff line change 11{
22 "name" : " com.de-panther.webxr-interactions" ,
33 "displayName" : " WebXR Interactions" ,
4- "version" : " 0.20.1-preview " ,
4+ "version" : " 0.21.0 " ,
55 "unity" : " 2020.3" ,
66 "unityRelease" : " 11f1" ,
77 "description" : " WebXR interactions components and samples for WebXR Export" ,
3030 }
3131 ],
3232 "dependencies" : {
33- "com.de-panther.webxr" : " 0.20.1-preview "
33+ "com.de-panther.webxr" : " 0.21.0 "
3434 }
3535}
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 0.21.0] - 2024-01-17
910### Added
1011- An option to auto-load WebXRManager on start in WebXRSettings.
1112- An option to auto-load WebXRInputSystem on start in WebXRSettings.
Original file line number Diff line number Diff line change 11{
22 "name" : " com.de-panther.webxr" ,
33 "displayName" : " WebXR Export" ,
4- "version" : " 0.20.1-preview " ,
4+ "version" : " 0.21.0 " ,
55 "unity" : " 2020.3" ,
66 "unityRelease" : " 11f1" ,
77 "description" : " Export Unity projects to WebXR" ,
You can’t perform that action at this time.
0 commit comments