File tree Expand file tree Collapse file tree 3 files changed +5
-37
lines changed
actions/setup-unity-project Expand file tree Collapse file tree 3 files changed +5
-37
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3333 packagePath : Packages/${{ vars.PACKAGE_NAME }}
3434 if : needs.config.outputs.config_package == 'true'
3535 steps :
36- # Setup Unity project
37- - name : Setup Unity project
38- uses : ./.github/actions/setup -unity-project
36+ # Create Unity project
37+ - name : Create Unity project
38+ uses : RamType0/create -unity-project@v0.1.0
3939 with :
4040 unityVersion : 2022.3.22f1
4141 manifest : " {}"
Original file line number Diff line number Diff line change 2626 - editmode
2727 - standalone
2828 steps :
29- - name : Setup package testing project
30- uses : ./.github/actions/setup -unity-project
29+ - name : Create package testing project
30+ uses : RamType0/create -unity-project@v0.1.0
3131 with :
3232 projectDirectory : ${{ env.PROJECT_DIRECTORY }}
3333 unityVersion : ${{ matrix.unityVersion }}
You can’t perform that action at this time.
0 commit comments