Skip to content

Commit f8effaf

Browse files
committed
Made XRSupport Public
1 parent ce7e4a3 commit f8effaf

File tree

1 file changed

+1
-1
lines changed
  • Packages/com.unity.inputsystem/InputSystem/Plugins/XR

1 file changed

+1
-1
lines changed

Packages/com.unity.inputsystem/InputSystem/Plugins/XR/XRSupport.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
namespace UnityEngine.InputSystem.XR
99
{
10-
static class XRUtilities
10+
public static class XRUtilities
1111
{
1212
/// <summary>
1313
/// A simple Regex pattern that allows InputDeviceMatchers to match to any version of the XRInput interface.

0 commit comments

Comments
 (0)