com.wallstop-studios.unity-helpers 2.0.0-rc32 → 2.0.0-rc34

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -49,21 +49,17 @@ jobs:
49
49
  fi
50
50
 
51
51
  - name: Activate Unity License
52
+ uses: game-ci/unity-activate@v2
52
53
  if: env.should_build == 'true'
53
54
  env:
54
55
  UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
55
- run: |
56
- echo "$UNITY_LICENSE" | base64 --decode > UnityLicense.ulf
57
- echo "Unity license activated."
58
56
 
59
57
  - name: Set up Unity
60
58
  if: env.should_build == 'true'
61
59
  uses: game-ci/unity-builder@v3
62
60
  with:
63
- unityVersion: 2022.3.10f1 # Change to your Unity version
61
+ unityVersion: 2022.3.5f1
64
62
  targetPlatform: StandaloneLinux64
65
- activateLicense: true
66
- unityLicense: ${{ secrets.UNITY_LICENSE }}
67
63
 
68
64
  - name: Export Unity Package
69
65
  if: env.should_build == 'true'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "com.wallstop-studios.unity-helpers",
3
- "version": "2.0.0-rc32",
3
+ "version": "2.0.0-rc34",
4
4
  "displayName": "Unity Helpers",
5
5
  "description": "Various Unity Helper Library",
6
6
  "dependencies": {},