提交交互替换

This commit is contained in:
YXY
2026-03-05 18:52:29 +08:00
parent c7de21bb9a
commit eb9306ba2c
47 changed files with 3820 additions and 1743 deletions

View File

@@ -29,19 +29,19 @@ EditorBuildSettings:
- enabled: 1
path: Assets/Scenes/Scene_01.unity
guid: ee715637c0f182e4e999c9738f391545
- enabled: 1
- enabled: 0
path: Assets/Scenes/Scene_02.unity
guid: 8eaab09c0bef06b44ab38fbc9851bc95
- enabled: 1
- enabled: 0
path: Assets/Scenes/Scene_03.unity
guid: 9420365d551014747bb1aef28ff7b718
- enabled: 1
- enabled: 0
path: Assets/Scenes/Scene_04.unity
guid: ad379b1b85275984793e924b36290ea2
- enabled: 1
- enabled: 0
path: Assets/Scenes/Scene_05.unity
guid: cbbc9f554f205bc48b38a1049fdc0cbf
- enabled: 1
- enabled: 0
path: Assets/Scenes/Scene_06.unity
guid: 15dffa1af456bc64d89b160385f36b7a
- enabled: 0
@@ -64,6 +64,8 @@ EditorBuildSettings:
type: 2}
Unity.XR.PXR.Settings: {fileID: 11400000, guid: 846a6119e15216d4fbad905eb21e4169,
type: 2}
com.unity.addressableassets: {fileID: 11400000, guid: faa98003894d0904da605cb106931121,
type: 2}
com.unity.input.settings: {fileID: 11400000, guid: 9e7be553448fa2546aea5752021cbcf7,
type: 2}
com.unity.xr.management.loader_settings: {fileID: 11400000, guid: f2f89e34580da664ea7627784c93a3d6,

View File

@@ -148,8 +148,7 @@ PlayerSettings:
bundleVersion: 1.0
preloadedAssets:
- {fileID: 11400000, guid: 9e7be553448fa2546aea5752021cbcf7, type: 2}
- {fileID: -1506098009177567215, guid: f2f89e34580da664ea7627784c93a3d6, type: 2}
- {fileID: 11400000, guid: 846a6119e15216d4fbad905eb21e4169, type: 2}
- {fileID: 0}
metroInputSource: 0
wsaTransparentSwapchain: 0
m_HolographicPauseOnTrackingLoss: 1
@@ -270,7 +269,7 @@ PlayerSettings:
useCustomLauncherGradleManifest: 0
useCustomBaseGradleTemplate: 0
useCustomGradlePropertiesTemplate: 1
useCustomGradleSettingsTemplate: 0
useCustomGradleSettingsTemplate: 1
useCustomProguardFile: 0
AndroidTargetArchitectures: 2
AndroidTargetDevices: 0
@@ -826,7 +825,7 @@ PlayerSettings:
webGLMemoryGeometricGrowthCap: 96
webGLPowerPreference: 2
scriptingDefineSymbols:
Android: AMPLIFY_SHADER_EDITOR;CROSS_PLATFORM_INPUT;MOBILE_INPUT;GAIA_CINEMACHINE;GAIA_2023;GAIA_2023_PRO;GAIA_MESH_PRESENT;GAIA_INPUT_SYSTEM;BAKERY_INCLUDED;BAKERY_NOREIMPORT;FISHNET;FISHNET_V3
Android: AMPLIFY_SHADER_EDITOR;CROSS_PLATFORM_INPUT;MOBILE_INPUT;GAIA_CINEMACHINE;GAIA_2023;GAIA_2023_PRO;GAIA_MESH_PRESENT;GAIA_INPUT_SYSTEM;BAKERY_INCLUDED;BAKERY_NOREIMPORT;FISHNET;FISHNET_V3;PW_ADDRESSABLES
Standalone: AMPLIFY_SHADER_EDITOR;CROSS_PLATFORM_INPUT;GAIA_CINEMACHINE;GAIA_2023;GAIA_2023_PRO;GAIA_MESH_PRESENT;GAIA_INPUT_SYSTEM;BAKERY_INCLUDED;BAKERY_NOREIMPORT;PW_ADDRESSABLES;FISHNET;FISHNET_V3
iPhone: CROSS_PLATFORM_INPUT;MOBILE_INPUT
additionalCompilerArguments: {}

View File

@@ -0,0 +1,13 @@
{
"useBuildCacheServer": false,
"cacheServerHost": "",
"cacheServerPort": 8126,
"threadedArchiving": true,
"logCacheMiss": false,
"slimWriteResults": true,
"maximumCacheSize": 20,
"useDetailedBuildLog": false,
"useV2Hasher": true,
"fileIDHashSeed": 0,
"prefabPackedHeaderSize": 2
}