Skip to content

Commit ebc96f5

Browse files
committed
#5 Added workflows.
1 parent 6b6944a commit ebc96f5

File tree

3 files changed

+47
-11
lines changed

3 files changed

+47
-11
lines changed

.github/workflows/activation.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Get Unity license activation file 🔐
2+
3+
on: workflow_dispatch
4+
5+
jobs:
6+
requestManualActivationFile:
7+
name: Request manual activation file 🔑
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v2
11+
12+
- uses: webbertakken/unity-request-manual-activation-file@v2
13+
id: getManualLicenseFile
14+
15+
- uses: actions/upload-artifact@v2
16+
with:
17+
name: Manual Activation File
18+
path: ${{ steps.getManualLicenseFile.outputs.filePath }}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Developer CI/CD for testing purposes
2+
3+
on:
4+
push:
5+
branches-ignore:
6+
- main
7+
env:
8+
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE}}
9+
jobs:
10+
checkLicense:
11+
name: Check for the Unity license ☑️
12+
runs-on: ubuntu-latest
13+
steps:
14+
- name: Fail - No license ☠️
15+
if: ${{ !startsWith(env.UNITY_LICENSE, '<') }}
16+
run: exit 1

UnityProject/AR_Pool/Assets/XR/Settings/OpenXR Package Settings.asset

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ MonoBehaviour:
483483
nameUi: Meta XR Feature
484484
version: 0.0.1
485485
featureIdInternal: com.meta.openxr.feature.metaxr
486-
openxrExtensionStrings: 'XR_KHR_vulkan_enable XR_KHR_D3D11_enable XR_OCULUS_common_reference_spaces
486+
openxrExtensionStrings: XR_KHR_vulkan_enable XR_KHR_D3D11_enable XR_OCULUS_common_reference_spaces
487487
XR_FB_display_refresh_rate XR_EXT_performance_settings XR_FB_composition_layer_image_layout
488488
XR_KHR_android_surface_swapchain XR_FB_android_surface_swapchain_create XR_KHR_composition_layer_color_scale_bias
489489
XR_FB_color_space XR_EXT_hand_tracking XR_FB_swapchain_update_state XR_FB_swapchain_update_state_opengl_es
@@ -505,9 +505,10 @@ MonoBehaviour:
505505
XR_META_simultaneous_hands_and_controllers XR_MSFT_hand_interaction XR_EXT_hand_interaction
506506
XR_FB_hand_tracking_confidence XR_META_detached_controllers XR_LOGITECH_mx_ink_stylus_interaction
507507
XR_META_colocation_discovery XR_META_spatial_entity_sharing XR_META_spatial_entity_group_sharing
508-
XR_METAX1_dynamic_object_tracker XR_META_spatial_entity_persistence XR_META_spatial_entity_discovery
509-
XR_META_boundary_visibility XR_META_headset_id XR_FB_composition_layer_settings
510-
XR_META_automatic_layer_filter XR_EXT_future '
508+
XR_EXT_debug_utils XR_META_dynamic_object_tracker XR_META_dynamic_object_keyboard
509+
XR_META_spatial_entity_persistence XR_META_spatial_entity_discovery XR_META_boundary_visibility
510+
XR_METAX1_face_tracking_visemes XR_META_headset_id XR_FB_composition_layer_settings
511+
XR_META_automatic_layer_filter XR_EXT_future XR_META_recommended_layer_resolution
511512
company: Meta
512513
priority: 0
513514
required: 0
@@ -792,7 +793,7 @@ MonoBehaviour:
792793
m_Script: {fileID: 11500000, guid: 2a24be4b5ebfe5f4d8ed1de9b25cb7aa, type: 3}
793794
m_Name: HandCommonPosesInteraction Android
794795
m_EditorClassIdentifier:
795-
m_enabled: 0
796+
m_enabled: 1
796797
nameUi: Hand Interaction Poses
797798
version: 0.0.1
798799
featureIdInternal: com.unity.openxr.feature.input.handinteractionposes
@@ -962,7 +963,7 @@ MonoBehaviour:
962963
nameUi: Meta XR Feature
963964
version: 0.0.1
964965
featureIdInternal: com.meta.openxr.feature.metaxr
965-
openxrExtensionStrings: 'XR_KHR_vulkan_enable XR_KHR_D3D11_enable XR_OCULUS_common_reference_spaces
966+
openxrExtensionStrings: XR_KHR_vulkan_enable XR_KHR_D3D11_enable XR_OCULUS_common_reference_spaces
966967
XR_FB_display_refresh_rate XR_EXT_performance_settings XR_FB_composition_layer_image_layout
967968
XR_KHR_android_surface_swapchain XR_FB_android_surface_swapchain_create XR_KHR_composition_layer_color_scale_bias
968969
XR_FB_color_space XR_EXT_hand_tracking XR_FB_swapchain_update_state XR_FB_swapchain_update_state_opengl_es
@@ -984,9 +985,10 @@ MonoBehaviour:
984985
XR_META_simultaneous_hands_and_controllers XR_MSFT_hand_interaction XR_EXT_hand_interaction
985986
XR_FB_hand_tracking_confidence XR_META_detached_controllers XR_LOGITECH_mx_ink_stylus_interaction
986987
XR_META_colocation_discovery XR_META_spatial_entity_sharing XR_META_spatial_entity_group_sharing
987-
XR_METAX1_dynamic_object_tracker XR_META_spatial_entity_persistence XR_META_spatial_entity_discovery
988-
XR_META_boundary_visibility XR_META_headset_id XR_FB_composition_layer_settings
989-
XR_META_automatic_layer_filter XR_EXT_future '
988+
XR_EXT_debug_utils XR_META_dynamic_object_tracker XR_META_dynamic_object_keyboard
989+
XR_META_spatial_entity_persistence XR_META_spatial_entity_discovery XR_META_boundary_visibility
990+
XR_METAX1_face_tracking_visemes XR_META_headset_id XR_FB_composition_layer_settings
991+
XR_META_automatic_layer_filter XR_EXT_future XR_META_recommended_layer_resolution
990992
company: Meta
991993
priority: 0
992994
required: 0
@@ -1024,7 +1026,7 @@ MonoBehaviour:
10241026
m_Script: {fileID: 11500000, guid: f028123e2efe1d443875bc7609b4a98b, type: 3}
10251027
m_Name: PalmPoseInteraction Android
10261028
m_EditorClassIdentifier:
1027-
m_enabled: 0
1029+
m_enabled: 1
10281030
nameUi: Palm Pose
10291031
version: 0.0.1
10301032
featureIdInternal: com.unity.openxr.feature.input.palmpose
@@ -1149,7 +1151,7 @@ MonoBehaviour:
11491151
m_Script: {fileID: 11500000, guid: feeef8d85de8db242bdda70cc7ff5acd, type: 3}
11501152
m_Name: OculusTouchControllerProfile Standalone
11511153
m_EditorClassIdentifier:
1152-
m_enabled: 0
1154+
m_enabled: 1
11531155
nameUi: Oculus Touch Controller Profile
11541156
version: 0.0.1
11551157
featureIdInternal: com.unity.openxr.feature.input.oculustouch

0 commit comments

Comments
 (0)