File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1515 target :
1616 - mac-desktop
1717 - windows-desktop
18+ - ios
19+ - android
1820
1921 steps :
2022 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -3,6 +3,4 @@ org.gradle.parallel=true
33android.enableJetifier =true
44android.useAndroidX =true
55unityStreamingAssets =**STREAMING_ASSETS**
6- **ADDITIONAL_PROPERTIES**
7-
8- android.enableR8 =**MINIFY_WITH_R_EIGHT**
6+ **ADDITIONAL_PROPERTIES**
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ dependencies {
88** DEPS ** }
99
1010android {
11+ namespace " com.unity3d.player"
12+ ndkPath " **NDKPATH**"
1113 compileSdkVersion ** APIVERSION **
1214 buildToolsVersion ' **BUILDTOOLS**'
1315
Original file line number Diff line number Diff line change @@ -853,7 +853,7 @@ PlayerSettings:
853853 webGLMemoryGeometricGrowthCap : 96
854854 webGLPowerPreference : 2
855855 scriptingDefineSymbols :
856- Android : SEQUENCE_DEBUG
856+ Android : SEQUENCE_DEBUG;ENABLE_SEQUENCE_ANDROID_SECURE_STORAGE
857857 Server :
858858 Standalone : UNITY_ASTOOLS_EXPERIMENTAL;SEQUENCE_DEBUG
859859 WebGL : VUPLEX_CCU;VUPLEX_STANDALONE;SEQUENCE_DEBUG
You can’t perform that action at this time.
0 commit comments