com.wallstop-studios.unity-helpers 2.0.0-rc33 → 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.
@@ -56,12 +56,10 @@ jobs:
56
56
 
57
57
  - name: Set up Unity
58
58
  if: env.should_build == 'true'
59
- uses: game-ci/unity-builder@v2
59
+ uses: game-ci/unity-builder@v3
60
60
  with:
61
61
  unityVersion: 2022.3.5f1
62
62
  targetPlatform: StandaloneLinux64
63
- activateLicense: true
64
- unityLicense: ${{ secrets.UNITY_LICENSE }}
65
63
 
66
64
  - name: Export Unity Package
67
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-rc33",
3
+ "version": "2.0.0-rc34",
4
4
  "displayName": "Unity Helpers",
5
5
  "description": "Various Unity Helper Library",
6
6
  "dependencies": {},