File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Packages/webxr/Runtime/XRPlugin Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ namespace WebXR
10
10
// TODO: we need an XRInputSubsystem implementation - this can only be done via native code
11
11
12
12
#if UNITY_XR_MANAGEMENT_4_3_1_OR_NEWER
13
+ public abstract class WebXRSubsystemProvider : SubsystemProvider < WebXRSubsystem > { }
14
+
13
15
public class WebXRSubsystemDescriptor : SubsystemDescriptorWithProvider < WebXRSubsystem , WebXRSubsystemProvider >
14
16
{
15
17
public WebXRSubsystemDescriptor ( )
@@ -24,8 +26,6 @@ public class WebXRSubsystemDescriptor : SubsystemDescriptor<WebXRSubsystem>
24
26
#endif
25
27
26
28
#if UNITY_XR_MANAGEMENT_4_3_1_OR_NEWER
27
- public abstract class WebXRSubsystemProvider : SubsystemProvider < WebXRSubsystem > { }
28
-
29
29
public class WebXRSubsystem : SubsystemWithProvider < WebXRSubsystem , WebXRSubsystemDescriptor , WebXRSubsystemProvider >
30
30
#else
31
31
public class WebXRSubsystem : Subsystem < WebXRSubsystemDescriptor >
You can’t perform that action at this time.
0 commit comments