Skip to content

Commit

Permalink
Merge pull request #326 from GothicVRProject/bugfix/325-no-controller…
Browse files Browse the repository at this point in the history
…-in-game

add Conroller Support for devices
  • Loading branch information
piotrb92 authored Mar 26, 2024
2 parents 7b430a1 + a8550cd commit f6942ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Assets/XR/Settings/OpenXR Package Settings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 0d6ccd3d0ef0f1d458e69421dccbdae1, type: 3}
m_Name: ValveIndexControllerProfile Standalone
m_EditorClassIdentifier:
m_enabled: 0
m_enabled: 1
nameUi: Valve Index Controller Profile
version: 0.0.1
featureIdInternal: com.unity.openxr.feature.input.valveindex
Expand Down Expand Up @@ -896,7 +896,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: e5315f812f023cf4ebf26f7e5d2d70f2, type: 3}
m_Name: HPReverbG2ControllerProfile Standalone
m_EditorClassIdentifier:
m_enabled: 0
m_enabled: 1
nameUi: HP Reverb G2 Controller Profile
version: 0.0.1
featureIdInternal: com.unity.openxr.feature.input.hpreverb
Expand Down Expand Up @@ -1029,7 +1029,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: feeef8d85de8db242bdda70cc7ff5acd, type: 3}
m_Name: OculusTouchControllerProfile Standalone
m_EditorClassIdentifier:
m_enabled: 0
m_enabled: 1
nameUi: Oculus Touch Controller Profile
version: 0.0.1
featureIdInternal: com.unity.openxr.feature.input.oculustouch
Expand Down Expand Up @@ -1180,7 +1180,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 274c02963f889a64e90bc2e596e21d13, type: 3}
m_Name: HTCViveControllerProfile Standalone
m_EditorClassIdentifier:
m_enabled: 0
m_enabled: 1
nameUi: HTC Vive Controller Profile
version: 0.0.1
featureIdInternal: com.unity.openxr.feature.input.htcvive
Expand Down

0 comments on commit f6942ba

Please sign in to comment.