添加设置文件,更新项目名称和API兼容性级别
This commit is contained in:
parent
eec09a0bb4
commit
3d785d5139
|
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"permissions": {
|
||||||
|
"allow": [
|
||||||
|
"Bash(unzip -l \"Assets/GameFramework/Libraries/GameFramework.xml\")"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -98,10 +98,14 @@ InitTestScene*.unity*
|
||||||
/[Aa]ssets/[Ii]nit[Tt]est[Ss]cene*.unity*
|
/[Aa]ssets/[Ii]nit[Tt]est[Ss]cene*.unity*
|
||||||
|
|
||||||
/[Aa]ssets/StreamingAssets/
|
/[Aa]ssets/StreamingAssets/
|
||||||
|
!/[Aa]ssets/StreamingAssets/.gitkeep
|
||||||
|
|
||||||
/.vscode
|
/.vscode
|
||||||
/.dotnet-home
|
/.dotnet-home
|
||||||
|
|
||||||
/[Aa]ssets/RawResources
|
/[Aa]ssets/RawResources
|
||||||
/[Aa]ssets/RawResources.meta
|
/[Aa]ssets/RawResources.meta
|
||||||
|
|
||||||
/.dotnet
|
/.dotnet
|
||||||
/.idea
|
/.idea
|
||||||
~$*.xlsx
|
~$*.xlsx
|
||||||
|
|
@ -110,3 +114,4 @@ InitTestScene*.unity*
|
||||||
package.json
|
package.json
|
||||||
package-lock.json
|
package-lock.json
|
||||||
/.omc
|
/.omc
|
||||||
|
/.omx
|
||||||
|
|
@ -13,7 +13,7 @@ PlayerSettings:
|
||||||
useOnDemandResources: 0
|
useOnDemandResources: 0
|
||||||
accelerometerFrequency: 60
|
accelerometerFrequency: 60
|
||||||
companyName: DefaultCompany
|
companyName: DefaultCompany
|
||||||
productName: GeometryTD
|
productName: GeometryTowerDefense
|
||||||
defaultCursor: {fileID: 0}
|
defaultCursor: {fileID: 0}
|
||||||
cursorHotspot: {x: 0, y: 0}
|
cursorHotspot: {x: 0, y: 0}
|
||||||
m_SplashScreenBackgroundColor: {r: 0.13725491, g: 0.12156863, b: 0.1254902, a: 1}
|
m_SplashScreenBackgroundColor: {r: 0.13725491, g: 0.12156863, b: 0.1254902, a: 1}
|
||||||
|
|
@ -812,7 +812,8 @@ PlayerSettings:
|
||||||
iPhone: ENABLE_LOG
|
iPhone: ENABLE_LOG
|
||||||
additionalCompilerArguments: {}
|
additionalCompilerArguments: {}
|
||||||
platformArchitecture: {}
|
platformArchitecture: {}
|
||||||
scriptingBackend: {}
|
scriptingBackend:
|
||||||
|
Standalone: 1
|
||||||
il2cppCompilerConfiguration: {}
|
il2cppCompilerConfiguration: {}
|
||||||
il2cppCodeGeneration: {}
|
il2cppCodeGeneration: {}
|
||||||
managedStrippingLevel:
|
managedStrippingLevel:
|
||||||
|
|
@ -916,7 +917,7 @@ PlayerSettings:
|
||||||
embeddedLinuxEnableGamepadInput: 1
|
embeddedLinuxEnableGamepadInput: 1
|
||||||
hmiLogStartupTiming: 0
|
hmiLogStartupTiming: 0
|
||||||
hmiCpuConfiguration:
|
hmiCpuConfiguration:
|
||||||
apiCompatibilityLevel: 6
|
apiCompatibilityLevel: 3
|
||||||
activeInputHandler: 2
|
activeInputHandler: 2
|
||||||
windowsGamepadBackendHint: 0
|
windowsGamepadBackendHint: 0
|
||||||
cloudProjectId:
|
cloudProjectId:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue