926
parent
36838131e9
commit
0396990aa8
|
|
@ -170,8 +170,7 @@ function M:Login(callback)
|
|||
acc = user.acc,
|
||||
nick = user.nick_name,
|
||||
sex = user.sex,
|
||||
portrait = user
|
||||
.head_url,
|
||||
portrait = user.head_url,
|
||||
deviceCode = UnityEngine.SystemInfo.deviceUniqueIdentifier
|
||||
}))
|
||||
end)
|
||||
|
|
|
|||
|
|
@ -179,8 +179,8 @@ PlayerSettings:
|
|||
buildNumber:
|
||||
iPhone: 1
|
||||
AndroidBundleVersionCode: 12
|
||||
AndroidMinSdkVersion: 33
|
||||
AndroidTargetSdkVersion: 33
|
||||
AndroidMinSdkVersion: 26
|
||||
AndroidTargetSdkVersion: 26
|
||||
AndroidPreferredInstallLocation: 1
|
||||
aotOptions:
|
||||
stripEngineCode: 0
|
||||
|
|
@ -776,12 +776,12 @@ PlayerSettings:
|
|||
platformArchitecture:
|
||||
iPhone: 1
|
||||
scriptingBackend:
|
||||
Android: 1
|
||||
Android: 0
|
||||
Standalone: 1
|
||||
iPhone: 1
|
||||
il2cppCompilerConfiguration: {}
|
||||
managedStrippingLevel:
|
||||
Android: 3
|
||||
Android: 1
|
||||
incrementalIl2cppBuild: {}
|
||||
allowUnsafeCode: 0
|
||||
additionalIl2CppArgs:
|
||||
|
|
|
|||
Loading…
Reference in New Issue