File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed
Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 3434 " com.unity.polyspatial.visionos" ,
3535 " com.unity.polyspatial.xr" ,
3636 " com.unity.xr.visionos"
37+ ],
38+ "6000.6" : [
39+ " com.unity.charactercontroller" ,
40+ " com.unity.polyspatial" ,
41+ " com.unity.polyspatial.extensions" ,
42+ " com.unity.polyspatial.visionos" ,
43+ " com.unity.polyspatial.xr" ,
44+ " com.unity.xr.visionos"
3745 ]
3846 }
3947 }
Original file line number Diff line number Diff line change @@ -125,7 +125,19 @@ public InputSystemSettings()
125125 "com.unity.xr.visionos" ,
126126 "com.unity.charactercontroller"
127127 }
128- }
128+ } ,
129+ {
130+ new Editor ( "6000.6" , "" ) ,
131+ new HashSet < string > ( )
132+ {
133+ "com.unity.polyspatial" ,
134+ "com.unity.polyspatial.visionos" ,
135+ "com.unity.polyspatial.extensions" ,
136+ "com.unity.polyspatial.xr" ,
137+ "com.unity.xr.visionos" ,
138+ "com.unity.charactercontroller"
139+ }
140+ } ,
129141 } ;
130142
131143 InputSystemPackage . CoverageCommands . Enabled = true ;
You can’t perform that action at this time.
0 commit comments