Skip to content

Commit

Permalink
Update Unity Project
Browse files Browse the repository at this point in the history
  • Loading branch information
manjav committed Jun 16, 2022
1 parent 9492504 commit fde71d9
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 7 deletions.
4 changes: 2 additions & 2 deletions ProjectSettings/AndroidResolverDependencies.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
<file>Assets/Plugins/Android/org.jetbrains.kotlin.kotlin-stdlib-jdk7-1.2.41.jar</file>
</files>
<settings>
<setting name="androidAbis" value="armeabi-v7a,x86" />
<setting name="bundleId" value="com.example" />
<setting name="androidAbis" value="arm64-v8a,armeabi-v7a" />
<setting name="bundleId" value="com.farsitel.bazaar.game.example" />
<setting name="explodeAars" value="True" />
<setting name="gradleBuildEnabled" value="True" />
<setting name="gradlePropertiesTemplateEnabled" value="False" />
Expand Down
23 changes: 18 additions & 5 deletions ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@ PlayerSettings:
androidRenderOutsideSafeArea: 0
androidUseSwappy: 0
androidBlitType: 0
androidResizableWindow: 0
androidDefaultWindowWidth: 1920
androidDefaultWindowHeight: 1080
androidMinimumWindowWidth: 400
androidMinimumWindowHeight: 300
androidFullscreenMode: 1
defaultIsNativeResolution: 1
macRetinaSupport: 1
runInBackground: 1
Expand Down Expand Up @@ -121,6 +127,7 @@ PlayerSettings:
vulkanEnableSetSRGBWrite: 0
vulkanEnablePreTransform: 0
vulkanEnableLateAcquireNextImage: 0
vulkanEnableCommandBufferRecycling: 1
m_SupportedAspectRatios:
4:3: 1
5:4: 1
Expand All @@ -146,7 +153,7 @@ PlayerSettings:
androidSupportedAspectRatio: 1
androidMaxAspectRatio: 2.1
applicationIdentifier:
Android: com.example
Android: com.farsitel.bazaar.game.example
Standalone: com.bazaar.unitysdk
buildNumber:
Standalone: 1
Expand All @@ -155,7 +162,7 @@ PlayerSettings:
overrideDefaultApplicationIdentifier: 1
AndroidBundleVersionCode: 41
AndroidMinSdkVersion: 19
AndroidTargetSdkVersion: 0
AndroidTargetSdkVersion: 30
AndroidPreferredInstallLocation: 1
aotOptions:
stripEngineCode: 1
Expand Down Expand Up @@ -236,7 +243,8 @@ PlayerSettings:
useCustomBaseGradleTemplate: 0
useCustomGradlePropertiesTemplate: 0
useCustomProguardFile: 0
AndroidTargetArchitectures: 5
AndroidTargetArchitectures: 3
AndroidTargetDevices: 0
AndroidSplashScreenScale: 0
androidSplashScreen: {fileID: 0}
AndroidKeystoreName: C:/_Game/Exports/TetraPuzzleKeyStore.keystore
Expand All @@ -253,6 +261,7 @@ PlayerSettings:
height: 180
banner: {fileID: 0}
androidGamepadSupportLevel: 0
chromeosInputEmulation: 1
AndroidMinifyWithR8: 0
AndroidMinifyRelease: 0
AndroidMinifyDebug: 0
Expand Down Expand Up @@ -466,6 +475,7 @@ PlayerSettings:
cameraUsageDescription:
locationUsageDescription:
microphoneUsageDescription:
bluetoothUsageDescription:
switchNMETAOverride:
switchNetLibKey:
switchSocketMemoryPoolSize: 6144
Expand Down Expand Up @@ -675,6 +685,7 @@ PlayerSettings:
ps4videoRecordingFeaturesUsed: 0
ps4contentSearchFeaturesUsed: 0
ps4CompatibilityPS5: 0
ps4AllowPS5Detection: 0
ps4GPU800MHz: 1
ps4attribEyeToEyeDistanceSettingVR: 0
ps4IncludedModules: []
Expand Down Expand Up @@ -702,9 +713,11 @@ PlayerSettings:
scriptingDefineSymbols: {}
additionalCompilerArguments: {}
platformArchitecture: {}
scriptingBackend: {}
scriptingBackend:
Android: 0
il2cppCompilerConfiguration: {}
managedStrippingLevel: {}
managedStrippingLevel:
Android: 3
incrementalIl2cppBuild: {}
suppressCommonWarnings: 1
allowUnsafeCode: 0
Expand Down

0 comments on commit fde71d9

Please sign in to comment.