File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed
Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 2626 " com.unity.polyspatial.visionos" ,
2727 " com.unity.polyspatial.xr" ,
2828 " com.unity.xr.visionos"
29+ ],
30+ "6000.5" : [
31+ " com.unity.charactercontroller" ,
32+ " com.unity.polyspatial" ,
33+ " com.unity.polyspatial.extensions" ,
34+ " com.unity.polyspatial.visionos" ,
35+ " com.unity.polyspatial.xr" ,
36+ " com.unity.xr.visionos"
2937 ]
3038 }
3139 }
Original file line number Diff line number Diff line change @@ -113,6 +113,18 @@ public InputSystemSettings()
113113 "com.unity.polyspatial.xr" ,
114114 "com.unity.xr.visionos"
115115 }
116+ } ,
117+ {
118+ new Editor ( "6000.5" , "" ) ,
119+ new HashSet < string > ( )
120+ {
121+ "com.unity.polyspatial" ,
122+ "com.unity.polyspatial.visionos" ,
123+ "com.unity.polyspatial.extensions" ,
124+ "com.unity.polyspatial.xr" ,
125+ "com.unity.xr.visionos" ,
126+ "com.unity.charactercontroller"
127+ }
116128 }
117129 } ;
118130
You can’t perform that action at this time.
0 commit comments