Update file setup for addressable remote
This commit is contained in:
@@ -5,6 +5,9 @@ EditorBuildSettings:
|
||||
m_ObjectHideFlags: 0
|
||||
serializedVersion: 2
|
||||
m_Scenes:
|
||||
- enabled: 1
|
||||
path: Assets/PerfectWorld/Scene/LoadScene.unity
|
||||
guid: 7231194cdbf312f4ea3bc0583146e93f
|
||||
- enabled: 1
|
||||
path: Assets/PerfectWorld/Scene/Bootstrap.unity
|
||||
guid: 40f9b53766c74f541b85df4d35cfc767
|
||||
|
||||
@@ -791,24 +791,25 @@ PlayerSettings:
|
||||
webGLCloseOnQuit: 0
|
||||
webWasm2023: 0
|
||||
scriptingDefineSymbols:
|
||||
Android: DOTWEEN;_TASK_CLIENT;LOAD_TASK_TEMPL;LICENSE_VERSION
|
||||
EmbeddedLinux: DOTWEEN
|
||||
Android: ENABLE_JSON_CATALOG;DOTWEEN;_TASK_CLIENT;LOAD_TASK_TEMPL;LICENSE_VERSION
|
||||
EmbeddedLinux: ENABLE_JSON_CATALOG;DOTWEEN
|
||||
GameCoreScarlett: DOTWEEN
|
||||
GameCoreXboxOne: DOTWEEN
|
||||
Kepler: DOTWEEN
|
||||
LinuxHeadlessSimulation: DOTWEEN
|
||||
Nintendo Switch: DOTWEEN
|
||||
LinuxHeadlessSimulation: ENABLE_JSON_CATALOG;DOTWEEN
|
||||
Nintendo Switch: ENABLE_JSON_CATALOG;DOTWEEN
|
||||
Nintendo Switch 2: DOTWEEN
|
||||
PS4: DOTWEEN
|
||||
PS4: ENABLE_JSON_CATALOG;DOTWEEN
|
||||
PS5: DOTWEEN
|
||||
QNX: DOTWEEN
|
||||
Standalone: DOTWEEN;_TASK_CLIENT
|
||||
QNX: ENABLE_JSON_CATALOG;DOTWEEN
|
||||
Server: ENABLE_JSON_CATALOG
|
||||
Standalone: ENABLE_JSON_CATALOG;DOTWEEN;_TASK_CLIENT
|
||||
VisionOS: DOTWEEN
|
||||
WebGL: DOTWEEN
|
||||
Windows Store Apps: DOTWEEN
|
||||
XboxOne: DOTWEEN
|
||||
iPhone: DOTWEEN;_TASK_CLIENT
|
||||
tvOS: DOTWEEN
|
||||
WebGL: ENABLE_JSON_CATALOG;DOTWEEN
|
||||
Windows Store Apps: ENABLE_JSON_CATALOG;DOTWEEN
|
||||
XboxOne: ENABLE_JSON_CATALOG;DOTWEEN
|
||||
iPhone: ENABLE_JSON_CATALOG;DOTWEEN;_TASK_CLIENT
|
||||
tvOS: ENABLE_JSON_CATALOG;DOTWEEN
|
||||
additionalCompilerArguments: {}
|
||||
platformArchitecture: {}
|
||||
scriptingBackend: {}
|
||||
@@ -916,6 +917,6 @@ PlayerSettings:
|
||||
hmiLoadingImage: {fileID: 0}
|
||||
platformRequiresReadableAssets: 0
|
||||
virtualTexturingSupportEnabled: 0
|
||||
insecureHttpOption: 0
|
||||
insecureHttpOption: 2
|
||||
androidVulkanDenyFilterList: []
|
||||
androidVulkanAllowFilterList: []
|
||||
|
||||
@@ -60,4 +60,6 @@ QualitySettings:
|
||||
excludedTargetPlatforms:
|
||||
- Standalone
|
||||
m_TextureMipmapLimitGroupNames: []
|
||||
m_PerPlatformDefaultQuality: {}
|
||||
m_PerPlatformDefaultQuality:
|
||||
Android: 0
|
||||
Standalone: 0
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!114 &1
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 53
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 0}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: a287be6c49135cd4f9b2b8666c39d999, type: 3}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
assetDefaultFramerate: 60
|
||||
m_DefaultFrameRate: 60
|
||||
Reference in New Issue
Block a user