com.wallstop-studios.unity-helpers 2.0.0-rc35 → 2.0.0-rc36

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.
@@ -67,7 +67,11 @@ jobs:
67
67
 
68
68
  - name: Set up Unity
69
69
  if: env.should_build == 'true'
70
- uses: game-ci/unity-builder@v3
70
+ uses: game-ci/unity-builder@v4
71
+ env:
72
+ UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
73
+ UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
74
+ UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
71
75
  with:
72
76
  unityVersion: 2022.3.5f1
73
77
  targetPlatform: StandaloneLinux64
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "com.wallstop-studios.unity-helpers",
3
- "version": "2.0.0-rc35",
3
+ "version": "2.0.0-rc36",
4
4
  "displayName": "Unity Helpers",
5
5
  "description": "Various Unity Helper Library",
6
6
  "dependencies": {},