File tree Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 6666          rm openapi-generator-cli.jar 
6767          rm openapi.json 
6868
69+ name : Open sample app in Unity to generate .meta files 
70+         uses : game-ci/unity-test-runner@v4 
71+         env :
72+           UNITY_EMAIL : ${{ secrets.UNITY_EMAIL }} 
73+           UNITY_PASSWORD : ${{ secrets.UNITY_PASSWORD }} 
74+           UNITY_SERIAL : ${{ secrets.UNITY_SERIAL }} 
75+         with :
76+           unityVersion : 2021.3.26f1 
77+           projectPath : ' ./sample' 
78+           githubToken : ${{ secrets.GITHUB_TOKEN }} 
79+           testMode : ' EditMode' 
80+ 
6981      - name : Create or update PR 
7082        if : steps.comparison.outputs.difference == 'true' 
7183        uses : gr2m/create-or-update-pull-request-action@v1 
Original file line number Diff line number Diff line change 33    "com.alttester.sdk" : " 2.1.1" 
44    "com.cysharp.unitask" : " 2.3.3" 
55    "com.immutable.passport" : " file:../../src/Packages/Passport" 
6+     "com.immutable.api.zkevm" : " file:../../src/Packages/ZkEvmApi" 
67    "com.unity.ai.navigation" : " 1.1.4" 
78    "com.unity.ide.visualstudio" : " 2.0.21" 
89    "com.unity.ide.vscode" : " 1.2.5" 
Original file line number Diff line number Diff line change 1414      "dependencies" : {},
1515      "url" : " https://package.openupm.com" 
1616    },
17+     "com.immutable.api.zkevm" : {
18+       "version" : " file:../../src/Packages/ZkEvmApi" 
19+       "depth" : 0 ,
20+       "source" : " local" 
21+       "dependencies" : {
22+         "com.unity.nuget.newtonsoft-json" : " 3.0.2" 
23+       }
24+     },
1725    "com.immutable.passport" : {
1826      "version" : " file:../../src/Packages/Passport" 
1927      "depth" : 0 ,
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments