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

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.
@@ -61,10 +61,6 @@ jobs:
61
61
  echo "should_build=false" >> $GITHUB_ENV
62
62
  fi
63
63
 
64
- - name: Activate Unity License
65
- uses: game-ci/unity-activate@v2
66
- if: env.should_build == 'true'
67
-
68
64
  - name: Set up Unity
69
65
  if: env.should_build == 'true'
70
66
  uses: game-ci/unity-builder@v4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "com.wallstop-studios.unity-helpers",
3
- "version": "2.0.0-rc36",
3
+ "version": "2.0.0-rc37",
4
4
  "displayName": "Unity Helpers",
5
5
  "description": "Various Unity Helper Library",
6
6
  "dependencies": {},