We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97f7405 commit f5a1579Copy full SHA for f5a1579
Packages/webxr/CHANGELOG.md
@@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
### Changed
10
- Improve performance.
11
12
+### Fixed
13
+- Missing Provider class in build.
14
+
15
## [0.16.1] - 2023-05-27
16
### Fixed
17
- Issues when using more than one WebXRManager components.
Packages/webxr/Runtime/XRPlugin/WebXRSubsystem.cs
@@ -32,6 +32,7 @@ public class WebXRSubsystem : Subsystem<WebXRSubsystemDescriptor>
32
#endif
33
{
34
#if UNITY_XR_MANAGEMENT_4_3_1_OR_NEWER
35
+ [UnityEngine.Scripting.Preserve]
36
public class Provider : WebXRSubsystemProvider
37
38
public override void Start() { }
0 commit comments