File tree Expand file tree Collapse file tree 4 files changed +28
-4
lines changed
Assets/Scripts/Puzzle/Managers Expand file tree Collapse file tree 4 files changed +28
-4
lines changed Original file line number Diff line number Diff line change 1+ name : Get Unity license activation file 🔐
2+
3+ on : workflow_dispatch
4+
5+ jobs :
6+ requestManualActivationFile :
7+ name : Request manual activation file 🔑
8+ runs-on : ubuntu-latest
9+ steps :
10+ - uses : actions/checkout@v2
11+
12+ - uses : game-ci/unity-request-activation-file@v2
13+ id : getManualLicenseFile
14+
15+ - uses : actions/upload-artifact@v2
16+ with :
17+ name : Manual Activation File
18+ path : ${{ steps.getManualLicenseFile.outputs.filePath }}
Original file line number Diff line number Diff line change 2121# /[Aa]ssets/AssetStoreTools*
2222
2323# Autogenerated Jetbrains Rider plugin
24- # /[Aa]ssets/Plugins/Editor/JetBrains*
24+ /[Aa ]ssets /Plugins /Editor /JetBrains *
2525
2626# Visual Studio cache directory
2727.vs /
Original file line number Diff line number Diff line change @@ -240,5 +240,9 @@ void Update()
240240 if ( _IsStartGame && ! _IsGameOver ) {
241241 puzzleAnsCheck ( ) ;
242242 }
243+ if ( Input . GetKeyDown ( KeyCode . Escape ) )
244+ {
245+ Application . Quit ( ) ;
246+ }
243247 }
244248}
Original file line number Diff line number Diff line change 11{
22 "MonoBehaviour" : {
3- "Version" : 3 ,
3+ "Version" : 4 ,
44 "EnableBurstCompilation" : true ,
55 "EnableOptimisations" : true ,
66 "EnableSafetyChecks" : false ,
77 "EnableDebugInAllBuilds" : false ,
8- "UsePlatformSDKLinker" : false ,
8+ "DebugDataKind" : 0 ,
9+ "EnableArmv9SecurityFeatures" : false ,
910 "CpuMinTargetX32" : 0 ,
1011 "CpuMaxTargetX32" : 0 ,
1112 "CpuMinTargetX64" : 0 ,
1213 "CpuMaxTargetX64" : 0 ,
1314 "CpuTargetsX32" : 6 ,
14- "CpuTargetsX64" : 72
15+ "CpuTargetsX64" : 72 ,
16+ "OptimizeFor" : 0
1517 }
1618}
You can’t perform that action at this time.
0 commit comments