Skip to content

Commit 9c64247

Browse files
committed
add package docs check
1 parent bf80417 commit 9c64247

File tree

1 file changed

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

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#if PACKAGE_DOCS_GENERATION
2+
13
using System;
24
using System.Collections.Generic;
35
using UnityEngine.InputSystem.Layouts;
@@ -509,3 +511,4 @@ public static void Initialize()
509511
}
510512
}
511513
}
514+
#endif

0 commit comments

Comments
 (0)