File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
### Added
9
9
- Docs page.
10
10
- WebXR Input Profiles Loader support.
11
+ - UI to toggle WebXR Input Profiles Loader in the sample scene.
11
12
12
13
### Changed
13
14
- ControllerInteraction handles hand joints.
15
+ - Disabled the transparent cube in the sample scene. (It's still there for tests)
16
+
17
+ ### Fixed
18
+ - Working default WebXRCameraSet prefab.
14
19
15
20
## [ 0.4.2] - 2020-11-28
16
21
### Changed
Original file line number Diff line number Diff line change @@ -15,6 +15,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
15
- Better handling for controllers buttons in the editor.
16
16
- WebXRController TryUpdateButtons is now private.
17
17
18
+ ### Fixed
19
+ - Disable controllers on XR session end.
20
+
18
21
## [ 0.4.1] - 2020-11-28
19
22
### Added
20
23
- Support for Unity 2020.1.
You can’t perform that action at this time.
0 commit comments