mirror of
https://github.com/Kizuren/ShantiManti.git
synced 2025-12-21 21:16:04 +01:00
Updated .gitignore & UnitySettings
This commit is contained in:
parent
aa6085b151
commit
0ced7d4da4
2 changed files with 8 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -76,3 +76,4 @@ crashlytics-build.properties
|
||||||
|
|
||||||
# Auto-generated build files
|
# Auto-generated build files
|
||||||
Assets/Resources/BuildInfo.txt*
|
Assets/Resources/BuildInfo.txt*
|
||||||
|
.utmp/
|
||||||
|
|
@ -164,6 +164,7 @@ PlayerSettings:
|
||||||
androidMaxAspectRatio: 2.1
|
androidMaxAspectRatio: 2.1
|
||||||
androidMinAspectRatio: 1
|
androidMinAspectRatio: 1
|
||||||
applicationIdentifier:
|
applicationIdentifier:
|
||||||
|
Android: com.MarcUs7i.ShantiManti
|
||||||
Standalone: com.DefaultCompany.2DProject
|
Standalone: com.DefaultCompany.2DProject
|
||||||
iPhone: com.marc.shantimanti
|
iPhone: com.marc.shantimanti
|
||||||
buildNumber:
|
buildNumber:
|
||||||
|
|
@ -589,6 +590,9 @@ PlayerSettings:
|
||||||
- serializedVersion: 3
|
- serializedVersion: 3
|
||||||
m_BuildTarget: Android
|
m_BuildTarget: Android
|
||||||
m_Formats: 03000000
|
m_Formats: 03000000
|
||||||
|
- serializedVersion: 3
|
||||||
|
m_BuildTarget: WebGL
|
||||||
|
m_Formats: 05000000
|
||||||
playModeTestRunnerEnabled: 0
|
playModeTestRunnerEnabled: 0
|
||||||
runPlayModeTestAsEditModeTest: 0
|
runPlayModeTestAsEditModeTest: 0
|
||||||
actionOnDotNetUnhandledException: 1
|
actionOnDotNetUnhandledException: 1
|
||||||
|
|
@ -856,6 +860,8 @@ PlayerSettings:
|
||||||
webWasm2023: 0
|
webWasm2023: 0
|
||||||
scriptingDefineSymbols: {}
|
scriptingDefineSymbols: {}
|
||||||
additionalCompilerArguments:
|
additionalCompilerArguments:
|
||||||
|
Android:
|
||||||
|
- /langversion:latest
|
||||||
Standalone:
|
Standalone:
|
||||||
- /langversion:latest
|
- /langversion:latest
|
||||||
platformArchitecture: {}
|
platformArchitecture: {}
|
||||||
|
|
@ -971,7 +977,7 @@ PlayerSettings:
|
||||||
qnxGraphicConfPath:
|
qnxGraphicConfPath:
|
||||||
apiCompatibilityLevel: 6
|
apiCompatibilityLevel: 6
|
||||||
captureStartupLogs: {}
|
captureStartupLogs: {}
|
||||||
activeInputHandler: 2
|
activeInputHandler: 1
|
||||||
windowsGamepadBackendHint: 0
|
windowsGamepadBackendHint: 0
|
||||||
cloudProjectId: da2feb68-c12b-4efb-becb-3051c43020ea
|
cloudProjectId: da2feb68-c12b-4efb-becb-3051c43020ea
|
||||||
framebufferDepthMemorylessMode: 0
|
framebufferDepthMemorylessMode: 0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue