diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index e5c9f00..abfd139 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -35,20 +35,23 @@ jobs: fail-fast: false matrix: targetPlatform: - - Android -# - WebGL +# - Android + - WebGL steps: - run: | export is_unity_license_set=true echo "is_unity_license_set=$is_unity_license_set" >> $GITHUB_OUTPUT - - uses: actions/checkout@v4.2.2 + - name: Checkout repository + uses: actions/checkout@v4.2.2 with: lfs: true - - uses: actions/cache@v4.2.2 + - name: Cache + uses: actions/cache@v4.2.2 with: path: Library key: Library-${{ matrix.targetPlatform }} - - uses: https://git.chikalin.space/unity/unity-builder@f685e64b813aa72a6e0b45f4c0ac1a44e7cec87b + - name: Build + uses: https://git.chikalin.space/unity/unity-builder@f685e64b813aa72a6e0b45f4c0ac1a44e7cec87b env: UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }} UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }} @@ -60,7 +63,8 @@ jobs: RUNNER_TEMP: /volume1/docker/gitea_actions/act/temp dockerWorkspacePath: /volume1/docker/gitea_actions/workspace/unity/textdecalURP # this is from volume buildProfile: 'Assets/Settings/BuildProfiles/AndroidProfile.asset' - - uses: actions/upload-artifact@v3 + - name: Upload artifact + uses: actions/upload-artifact@v3 with: name: Build-${{ matrix.targetPlatform }} path: build \ No newline at end of file diff --git a/Assets/Resources.meta b/Assets/Resources.meta new file mode 100644 index 0000000..b5b8702 --- /dev/null +++ b/Assets/Resources.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ca5acb69f11e54589bd43b5c999d986e +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Settings/BuildProfiles.meta b/Assets/Settings/Build Profiles.meta similarity index 100% rename from Assets/Settings/BuildProfiles.meta rename to Assets/Settings/Build Profiles.meta diff --git a/Assets/Settings/Build Profiles/Android-profile.asset b/Assets/Settings/Build Profiles/Android-profile.asset new file mode 100644 index 0000000..db1de36 --- /dev/null +++ b/Assets/Settings/Build Profiles/Android-profile.asset @@ -0,0 +1,54 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + 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: 15003, guid: 0000000000000000e000000000000000, type: 0} + m_Name: Android-profile + m_EditorClassIdentifier: + m_AssetVersion: 1 + m_BuildTarget: 13 + m_Subtarget: 0 + m_PlatformId: b9b35072a6f44c2e863f17467ea3dc13 + m_PlatformBuildProfile: + rid: 4275609458689966080 + m_OverrideGlobalSceneList: 0 + m_Scenes: + - m_enabled: 1 + m_path: Assets/Scenes/Demo.unity + m_ScriptingDefines: [] + m_PlayerSettingsYaml: + m_Settings: [] + references: + version: 2 + RefIds: + - rid: 4275609458689966080 + type: {class: AndroidPlatformBuildSettings, ns: UnityEditor.Android, asm: UnityEditor.Android.Extensions} + data: + m_Development: 1 + m_ConnectProfiler: 0 + m_BuildWithDeepProfilingSupport: 0 + m_AllowDebugging: 0 + m_WaitForManagedDebugger: 0 + m_ManagedDebuggerFixedPort: 0 + m_ExplicitNullChecks: 0 + m_ExplicitDivideByZeroChecks: 0 + m_ExplicitArrayBoundsChecks: 0 + m_CompressionType: 2 + m_InstallInBuildFolder: 0 + m_BuildSubtarget: 0 + m_BuildSystem: 1 + m_ExportAsGoogleAndroidProject: 0 + m_DebugSymbolLevel: 1 + m_DebugSymbolFormat: 5 + m_CurrentDeploymentTargetId: __builtin__target_default + m_BuildType: 1 + m_BuildAppBundle: 0 + m_IPAddressToConnect: + m_SymlinkSources: 0 diff --git a/Assets/Settings/BuildProfiles/AndroidProfile.asset.meta b/Assets/Settings/Build Profiles/Android-profile.asset.meta similarity index 100% rename from Assets/Settings/BuildProfiles/AndroidProfile.asset.meta rename to Assets/Settings/Build Profiles/Android-profile.asset.meta diff --git a/Assets/Settings/Build Profiles/WebGL-profile.asset b/Assets/Settings/Build Profiles/WebGL-profile.asset new file mode 100644 index 0000000..6d50069 --- /dev/null +++ b/Assets/Settings/Build Profiles/WebGL-profile.asset @@ -0,0 +1,46 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + 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: 15003, guid: 0000000000000000e000000000000000, type: 0} + m_Name: WebGL-profile + m_EditorClassIdentifier: + m_AssetVersion: 1 + m_BuildTarget: 20 + m_Subtarget: 0 + m_PlatformId: 84a3bb9e7420477f885e98145999eb20 + m_PlatformBuildProfile: + rid: 4275609463838998619 + m_OverrideGlobalSceneList: 0 + m_Scenes: [] + m_ScriptingDefines: [] + m_PlayerSettingsYaml: + m_Settings: [] + references: + version: 2 + RefIds: + - rid: 4275609463838998619 + type: {class: WebGLPlatformSettings, ns: UnityEditor.WebGL, asm: UnityEditor.WebGL.Extensions} + data: + m_Development: 1 + m_ConnectProfiler: 0 + m_BuildWithDeepProfilingSupport: 0 + m_AllowDebugging: 0 + m_WaitForManagedDebugger: 0 + m_ManagedDebuggerFixedPort: 0 + m_ExplicitNullChecks: 0 + m_ExplicitDivideByZeroChecks: 0 + m_ExplicitArrayBoundsChecks: 0 + m_CompressionType: -1 + m_InstallInBuildFolder: 0 + m_CodeOptimization: 0 + m_WebGLClientBrowserPath: + m_WebGLClientBrowserType: 0 + m_WebGLTextureSubtarget: 0 diff --git a/Assets/Settings/Build Profiles/WebGL-profile.asset.meta b/Assets/Settings/Build Profiles/WebGL-profile.asset.meta new file mode 100644 index 0000000..1c94e64 --- /dev/null +++ b/Assets/Settings/Build Profiles/WebGL-profile.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a69b3413ba9d34e61b740e78e0cf30bc +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Settings/BuildProfiles/AndroidProfile.asset b/Assets/Settings/BuildProfiles/AndroidProfile.asset deleted file mode 100644 index d2b2847..0000000 --- a/Assets/Settings/BuildProfiles/AndroidProfile.asset +++ /dev/null @@ -1,1007 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!114 &11400000 -MonoBehaviour: - m_ObjectHideFlags: 0 - 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: 15003, guid: 0000000000000000e000000000000000, type: 0} - m_Name: AndroidProfile - m_EditorClassIdentifier: - m_AssetVersion: 1 - m_BuildTarget: 13 - m_Subtarget: 0 - m_PlatformId: b9b35072a6f44c2e863f17467ea3dc13 - m_PlatformBuildProfile: - rid: 4275609458689966080 - m_OverrideGlobalSceneList: 1 - m_Scenes: - - m_enabled: 1 - m_path: Assets/Scenes/Demo.unity - m_ScriptingDefines: [] - m_PlayerSettingsYaml: - m_Settings: - - line: '| PlayerSettings:' - - line: '| m_ObjectHideFlags: 0' - - line: '| serializedVersion: 28' - - line: '| productGUID: 2334a312289ac4c9f8ae2a4255e20f91' - - line: '| AndroidProfiler: 0' - - line: '| AndroidFilterTouchesWhenObscured: 0' - - line: '| AndroidEnableSustainedPerformanceMode: 0' - - line: '| defaultScreenOrientation: 4' - - line: '| targetDevice: 2' - - line: '| useOnDemandResources: 0' - - line: '| accelerometerFrequency: 60' - - line: '| companyName: space.chikalin' - - line: '| productName: textdecal' - - line: '| defaultCursor: {instanceID: 0}' - - line: '| cursorHotspot: {x: 0, y: 0}' - - line: '| m_SplashScreenBackgroundColor: {r: 0.13725491, g: 0.12156863, b: - 0.1254902, a: 1}' - - line: '| m_ShowUnitySplashScreen: 1' - - line: '| m_ShowUnitySplashLogo: 1' - - line: '| m_SplashScreenOverlayOpacity: 1' - - line: '| m_SplashScreenAnimation: 1' - - line: '| m_SplashScreenLogoStyle: 1' - - line: '| m_SplashScreenDrawMode: 0' - - line: '| m_SplashScreenBackgroundAnimationZoom: 1' - - line: '| m_SplashScreenLogoAnimationZoom: 1' - - line: '| m_SplashScreenBackgroundLandscapeAspect: 1' - - line: '| m_SplashScreenBackgroundPortraitAspect: 1' - - line: '| m_SplashScreenBackgroundLandscapeUvs:' - - line: '| serializedVersion: 2' - - line: '| x: 0' - - line: '| y: 0' - - line: '| width: 1' - - line: '| height: 1' - - line: '| m_SplashScreenBackgroundPortraitUvs:' - - line: '| serializedVersion: 2' - - line: '| x: 0' - - line: '| y: 0' - - line: '| width: 1' - - line: '| height: 1' - - line: '| m_SplashScreenLogos: []' - - line: '| m_VirtualRealitySplashScreen: {instanceID: 0}' - - line: '| m_HolographicTrackingLossScreen: {instanceID: 0}' - - line: '| defaultScreenWidth: 1024' - - line: '| defaultScreenHeight: 768' - - line: '| defaultScreenWidthWeb: 960' - - line: '| defaultScreenHeightWeb: 600' - - line: '| m_StereoRenderingPath: 0' - - line: '| m_ActiveColorSpace: 1' - - line: '| unsupportedMSAAFallback: 0' - - line: '| m_SpriteBatchMaxVertexCount: 65535' - - line: '| m_SpriteBatchVertexThreshold: 300' - - line: '| m_MTRendering: 1' - - line: '| mipStripping: 0' - - line: '| numberOfMipsStripped: 0' - - line: '| numberOfMipsStrippedPerMipmapLimitGroup: {}' - - line: '| m_StackTraceTypes: 010000000100000001000000010000000100000001000000' - - line: '| iosShowActivityIndicatorOnLoading: -1' - - line: '| androidShowActivityIndicatorOnLoading: -1' - - line: '| iosUseCustomAppBackgroundBehavior: 0' - - line: '| allowedAutorotateToPortrait: 1' - - line: '| allowedAutorotateToPortraitUpsideDown: 1' - - line: '| allowedAutorotateToLandscapeRight: 1' - - line: '| allowedAutorotateToLandscapeLeft: 1' - - line: '| useOSAutorotation: 1' - - line: '| use32BitDisplayBuffer: 1' - - line: '| preserveFramebufferAlpha: 0' - - line: '| disableDepthAndStencilBuffers: 0' - - line: '| androidStartInFullscreen: 1' - - line: '| androidRenderOutsideSafeArea: 1' - - line: '| androidUseSwappy: 0' - - line: '| androidBlitType: 0' - - line: '| androidResizeableActivity: 1' - - line: '| androidDefaultWindowWidth: 1920' - - line: '| androidDefaultWindowHeight: 1080' - - line: '| androidMinimumWindowWidth: 400' - - line: '| androidMinimumWindowHeight: 300' - - line: '| androidFullscreenMode: 1' - - line: '| androidAutoRotationBehavior: 1' - - line: '| androidPredictiveBackSupport: 0' - - line: '| androidApplicationEntry: 2' - - line: '| defaultIsNativeResolution: 1' - - line: '| macRetinaSupport: 1' - - line: '| runInBackground: 0' - - line: '| muteOtherAudioSources: 0' - - line: '| Prepare IOS For Recording: 0' - - line: '| Force IOS Speakers When Recording: 0' - - line: '| deferSystemGesturesMode: 0' - - line: '| hideHomeButton: 0' - - line: '| submitAnalytics: 1' - - line: '| usePlayerLog: 1' - - line: '| dedicatedServerOptimizations: 1' - - line: '| bakeCollisionMeshes: 0' - - line: '| forceSingleInstance: 0' - - line: '| useFlipModelSwapchain: 1' - - line: '| resizableWindow: 0' - - line: '| useMacAppStoreValidation: 0' - - line: '| macAppStoreCategory: public.app-category.games' - - line: '| gpuSkinning: 1' - - line: '| meshDeformation: 2' - - line: '| xboxPIXTextureCapture: 0' - - line: '| xboxEnableAvatar: 0' - - line: '| xboxEnableKinect: 0' - - line: '| xboxEnableKinectAutoTracking: 0' - - line: '| xboxEnableFitness: 0' - - line: '| visibleInBackground: 1' - - line: '| allowFullscreenSwitch: 1' - - line: '| fullscreenMode: 1' - - line: '| xboxSpeechDB: 0' - - line: '| xboxEnableHeadOrientation: 0' - - line: '| xboxEnableGuest: 0' - - line: '| xboxEnablePIXSampling: 0' - - line: '| metalFramebufferOnly: 0' - - line: '| xboxOneResolution: 0' - - line: '| xboxOneSResolution: 0' - - line: '| xboxOneXResolution: 3' - - line: '| xboxOneMonoLoggingLevel: 0' - - line: '| xboxOneLoggingLevel: 1' - - line: '| xboxOneDisableEsram: 0' - - line: '| xboxOneEnableTypeOptimization: 0' - - line: '| xboxOnePresentImmediateThreshold: 0' - - line: '| switchQueueCommandMemory: 1048576' - - line: '| switchQueueControlMemory: 16384' - - line: '| switchQueueComputeMemory: 262144' - - line: '| switchNVNShaderPoolsGranularity: 33554432' - - line: '| switchNVNDefaultPoolsGranularity: 16777216' - - line: '| switchNVNOtherPoolsGranularity: 16777216' - - line: '| switchGpuScratchPoolGranularity: 2097152' - - line: '| switchAllowGpuScratchShrinking: 0' - - line: '| switchNVNMaxPublicTextureIDCount: 0' - - line: '| switchNVNMaxPublicSamplerIDCount: 0' - - line: '| switchMaxWorkerMultiple: 8' - - line: '| switchNVNGraphicsFirmwareMemory: 32' - - line: '| vulkanNumSwapchainBuffers: 3' - - line: '| vulkanEnableSetSRGBWrite: 0' - - line: '| vulkanEnablePreTransform: 1' - - line: '| vulkanEnableLateAcquireNextImage: 0' - - line: '| vulkanEnableCommandBufferRecycling: 1' - - line: '| loadStoreDebugModeEnabled: 0' - - line: '| visionOSBundleVersion: 1.0' - - line: '| tvOSBundleVersion: 1.0' - - line: '| bundleVersion: 1.0.0' - - line: '| preloadedAssets:' - - line: '| - {fileID: -944628639613478452, guid: 052faaac586de48259a63d0c4782560b, - type: 3}' - - line: '| metroInputSource: 0' - - line: '| wsaTransparentSwapchain: 0' - - line: '| m_HolographicPauseOnTrackingLoss: 1' - - line: '| xboxOneDisableKinectGpuReservation: 1' - - line: '| xboxOneEnable7thCore: 1' - - line: '| vrSettings:' - - line: '| enable360StereoCapture: 0' - - line: '| isWsaHolographicRemotingEnabled: 0' - - line: '| enableFrameTimingStats: 0' - - line: '| enableOpenGLProfilerGPURecorders: 1' - - line: '| allowHDRDisplaySupport: 0' - - line: '| useHDRDisplay: 0' - - line: '| hdrBitDepth: 0' - - line: '| m_ColorGamuts: 00000000' - - line: '| targetPixelDensity: 30' - - line: '| resolutionScalingMode: 0' - - line: '| resetResolutionOnWindowResize: 0' - - line: '| androidSupportedAspectRatio: 1' - - line: '| androidMaxAspectRatio: 2.4' - - line: '| androidMinAspectRatio: 1' - - line: '| applicationIdentifier:' - - line: '| Android: com.UnityTechnologies.com.unity.template.urpblank' - - line: '| Standalone: com.Unity-Technologies.com.unity.template.urp-blank' - - line: '| iPhone: com.Unity-Technologies.com.unity.template.urp-blank' - - line: '| buildNumber:' - - line: '| Standalone: 0' - - line: '| VisionOS: 0' - - line: '| iPhone: 0' - - line: '| tvOS: 0' - - line: '| overrideDefaultApplicationIdentifier: 1' - - line: '| AndroidBundleVersionCode: 1' - - line: '| AndroidMinSdkVersion: 23' - - line: '| AndroidTargetSdkVersion: 0' - - line: '| AndroidPreferredInstallLocation: 1' - - line: '| aotOptions: ' - - line: '| stripEngineCode: 1' - - line: '| iPhoneStrippingLevel: 0' - - line: '| iPhoneScriptCallOptimization: 0' - - line: '| ForceInternetPermission: 0' - - line: '| ForceSDCardPermission: 0' - - line: '| CreateWallpaper: 0' - - line: '| androidSplitApplicationBinary: 0' - - line: '| keepLoadedShadersAlive: 0' - - line: '| StripUnusedMeshComponents: 0' - - line: '| strictShaderVariantMatching: 0' - - line: '| VertexChannelCompressionMask: 4054' - - line: '| iPhoneSdkVersion: 988' - - line: '| iOSSimulatorArchitecture: 0' - - line: '| iOSTargetOSVersionString: 13.0' - - line: '| tvOSSdkVersion: 0' - - line: '| tvOSSimulatorArchitecture: 0' - - line: '| tvOSRequireExtendedGameController: 0' - - line: '| tvOSTargetOSVersionString: 13.0' - - line: '| VisionOSSdkVersion: 0' - - line: '| VisionOSTargetOSVersionString: 1.0' - - line: '| uIPrerenderedIcon: 0' - - line: '| uIRequiresPersistentWiFi: 0' - - line: '| uIRequiresFullScreen: 1' - - line: '| uIStatusBarHidden: 1' - - line: '| uIExitOnSuspend: 0' - - line: '| uIStatusBarStyle: 0' - - line: '| appleTVSplashScreen: {instanceID: 0}' - - line: '| appleTVSplashScreen2x: {instanceID: 0}' - - line: '| tvOSSmallIconLayers: []' - - line: '| tvOSSmallIconLayers2x: []' - - line: '| tvOSLargeIconLayers: []' - - line: '| tvOSLargeIconLayers2x: []' - - line: '| tvOSTopShelfImageLayers: []' - - line: '| tvOSTopShelfImageLayers2x: []' - - line: '| tvOSTopShelfImageWideLayers: []' - - line: '| tvOSTopShelfImageWideLayers2x: []' - - line: '| iOSLaunchScreenType: 0' - - line: '| iOSLaunchScreenPortrait: {instanceID: 0}' - - line: '| iOSLaunchScreenLandscape: {instanceID: 0}' - - line: '| iOSLaunchScreenBackgroundColor:' - - line: '| serializedVersion: 2' - - line: '| rgba: 0' - - line: '| iOSLaunchScreenFillPct: 100' - - line: '| iOSLaunchScreenSize: 100' - - line: '| iOSLaunchScreeniPadType: 0' - - line: '| iOSLaunchScreeniPadImage: {instanceID: 0}' - - line: '| iOSLaunchScreeniPadBackgroundColor:' - - line: '| serializedVersion: 2' - - line: '| rgba: 0' - - line: '| iOSLaunchScreeniPadFillPct: 100' - - line: '| iOSLaunchScreeniPadSize: 100' - - line: '| iOSLaunchScreenCustomStoryboardPath: ' - - line: '| iOSLaunchScreeniPadCustomStoryboardPath: ' - - line: '| iOSDeviceRequirements: []' - - line: '| iOSURLSchemes: []' - - line: '| macOSURLSchemes: []' - - line: '| iOSBackgroundModes: 0' - - line: '| iOSMetalForceHardShadows: 0' - - line: '| metalEditorSupport: 1' - - line: '| metalAPIValidation: 1' - - line: '| metalCompileShaderBinary: 0' - - line: '| iOSRenderExtraFrameOnPause: 0' - - line: '| iosCopyPluginsCodeInsteadOfSymlink: 0' - - line: '| appleDeveloperTeamID: ' - - line: '| iOSManualSigningProvisioningProfileID: ' - - line: '| tvOSManualSigningProvisioningProfileID: ' - - line: '| VisionOSManualSigningProvisioningProfileID: ' - - line: '| iOSManualSigningProvisioningProfileType: 0' - - line: '| tvOSManualSigningProvisioningProfileType: 0' - - line: '| VisionOSManualSigningProvisioningProfileType: 0' - - line: '| appleEnableAutomaticSigning: 0' - - line: '| iOSRequireARKit: 0' - - line: '| iOSAutomaticallyDetectAndAddCapabilities: 1' - - line: '| appleEnableProMotion: 0' - - line: '| shaderPrecisionModel: 0' - - line: '| clonedFromGUID: 3c72c65a16f0acb438eed22b8b16c24a' - - line: '| templatePackageId: com.unity.template.urp-blank@17.0.11' - - line: '| templateDefaultScene: Assets/Scenes/SampleScene.unity' - - line: '| useCustomMainManifest: 0' - - line: '| useCustomLauncherManifest: 0' - - line: '| useCustomMainGradleTemplate: 0' - - line: '| useCustomLauncherGradleManifest: 0' - - line: '| useCustomBaseGradleTemplate: 0' - - line: '| useCustomGradlePropertiesTemplate: 0' - - line: '| useCustomGradleSettingsTemplate: 0' - - line: '| useCustomProguardFile: 0' - - line: '| AndroidTargetArchitectures: 2' - - line: '| AndroidSplashScreenScale: 0' - - line: '| androidSplashScreen: {instanceID: 0}' - - line: '| AndroidKeystoreName: ' - - line: '| AndroidKeyaliasName: ' - - line: '| AndroidEnableArmv9SecurityFeatures: 0' - - line: '| AndroidEnableArm64MTE: 0' - - line: '| AndroidBuildApkPerCpuArchitecture: 0' - - line: '| AndroidTVCompatibility: 0' - - line: '| AndroidIsGame: 1' - - line: '| AndroidEnableTango: 0' - - line: '| androidEnableBanner: 1' - - line: '| androidUseLowAccuracyLocation: 0' - - line: '| androidUseCustomKeystore: 0' - - line: '| m_AndroidBanners:' - - line: '| - width: 320' - - line: '| height: 180' - - line: '| banner: {instanceID: 0}' - - line: '| androidGamepadSupportLevel: 0' - - line: '| AndroidMinifyRelease: 0' - - line: '| AndroidMinifyDebug: 0' - - line: '| AndroidValidateAppBundleSize: 1' - - line: '| AndroidAppBundleSizeToValidate: 150' - - line: '| AndroidReportGooglePlayAppDependencies: 1' - - line: '| androidSymbolsSizeThreshold: 800' - - line: '| m_BuildTargetIcons: []' - - line: '| m_BuildTargetPlatformIcons:' - - line: '| - m_BuildTarget: iPhone' - - line: '| m_Icons:' - - line: '| - m_Textures: []' - - line: '| m_Width: 180' - - line: '| m_Height: 180' - - line: '| m_Kind: 0' - - line: '| m_SubKind: iPhone' - - line: '| - m_Textures: []' - - line: '| m_Width: 120' - - line: '| m_Height: 120' - - line: '| m_Kind: 0' - - line: '| m_SubKind: iPhone' - - line: '| - m_Textures: []' - - line: '| m_Width: 167' - - line: '| m_Height: 167' - - line: '| m_Kind: 0' - - line: '| m_SubKind: iPad' - - line: '| - m_Textures: []' - - line: '| m_Width: 152' - - line: '| m_Height: 152' - - line: '| m_Kind: 0' - - line: '| m_SubKind: iPad' - - line: '| - m_Textures: []' - - line: '| m_Width: 76' - - line: '| m_Height: 76' - - line: '| m_Kind: 0' - - line: '| m_SubKind: iPad' - - line: '| - m_Textures: []' - - line: '| m_Width: 120' - - line: '| m_Height: 120' - - line: '| m_Kind: 3' - - line: '| m_SubKind: iPhone' - - line: '| - m_Textures: []' - - line: '| m_Width: 80' - - line: '| m_Height: 80' - - line: '| m_Kind: 3' - - line: '| m_SubKind: iPhone' - - line: '| - m_Textures: []' - - line: '| m_Width: 80' - - line: '| m_Height: 80' - - line: '| m_Kind: 3' - - line: '| m_SubKind: iPad' - - line: '| - m_Textures: []' - - line: '| m_Width: 40' - - line: '| m_Height: 40' - - line: '| m_Kind: 3' - - line: '| m_SubKind: iPad' - - line: '| - m_Textures: []' - - line: '| m_Width: 87' - - line: '| m_Height: 87' - - line: '| m_Kind: 1' - - line: '| m_SubKind: iPhone' - - line: '| - m_Textures: []' - - line: '| m_Width: 58' - - line: '| m_Height: 58' - - line: '| m_Kind: 1' - - line: '| m_SubKind: iPhone' - - line: '| - m_Textures: []' - - line: '| m_Width: 29' - - line: '| m_Height: 29' - - line: '| m_Kind: 1' - - line: '| m_SubKind: iPhone' - - line: '| - m_Textures: []' - - line: '| m_Width: 58' - - line: '| m_Height: 58' - - line: '| m_Kind: 1' - - line: '| m_SubKind: iPad' - - line: '| - m_Textures: []' - - line: '| m_Width: 29' - - line: '| m_Height: 29' - - line: '| m_Kind: 1' - - line: '| m_SubKind: iPad' - - line: '| - m_Textures: []' - - line: '| m_Width: 60' - - line: '| m_Height: 60' - - line: '| m_Kind: 2' - - line: '| m_SubKind: iPhone' - - line: '| - m_Textures: []' - - line: '| m_Width: 40' - - line: '| m_Height: 40' - - line: '| m_Kind: 2' - - line: '| m_SubKind: iPhone' - - line: '| - m_Textures: []' - - line: '| m_Width: 40' - - line: '| m_Height: 40' - - line: '| m_Kind: 2' - - line: '| m_SubKind: iPad' - - line: '| - m_Textures: []' - - line: '| m_Width: 20' - - line: '| m_Height: 20' - - line: '| m_Kind: 2' - - line: '| m_SubKind: iPad' - - line: '| - m_Textures: []' - - line: '| m_Width: 1024' - - line: '| m_Height: 1024' - - line: '| m_Kind: 4' - - line: '| m_SubKind: App Store' - - line: '| - m_BuildTarget: Android' - - line: '| m_Icons:' - - line: '| - m_Textures: []' - - line: '| m_Width: 432' - - line: '| m_Height: 432' - - line: '| m_Kind: 2' - - line: '| m_SubKind: ' - - line: '| - m_Textures: []' - - line: '| m_Width: 324' - - line: '| m_Height: 324' - - line: '| m_Kind: 2' - - line: '| m_SubKind: ' - - line: '| - m_Textures: []' - - line: '| m_Width: 216' - - line: '| m_Height: 216' - - line: '| m_Kind: 2' - - line: '| m_SubKind: ' - - line: '| - m_Textures: []' - - line: '| m_Width: 162' - - line: '| m_Height: 162' - - line: '| m_Kind: 2' - - line: '| m_SubKind: ' - - line: '| - m_Textures: []' - - line: '| m_Width: 108' - - line: '| m_Height: 108' - - line: '| m_Kind: 2' - - line: '| m_SubKind: ' - - line: '| - m_Textures: []' - - line: '| m_Width: 81' - - line: '| m_Height: 81' - - line: '| m_Kind: 2' - - line: '| m_SubKind: ' - - line: '| - m_Textures: []' - - line: '| m_Width: 192' - - line: '| m_Height: 192' - - line: '| m_Kind: 1' - - line: '| m_SubKind: ' - - line: '| - m_Textures: []' - - line: '| m_Width: 144' - - line: '| m_Height: 144' - - line: '| m_Kind: 1' - - line: '| m_SubKind: ' - - line: '| - m_Textures: []' - - line: '| m_Width: 96' - - line: '| m_Height: 96' - - line: '| m_Kind: 1' - - line: '| m_SubKind: ' - - line: '| - m_Textures: []' - - line: '| m_Width: 72' - - line: '| m_Height: 72' - - line: '| m_Kind: 1' - - line: '| m_SubKind: ' - - line: '| - m_Textures: []' - - line: '| m_Width: 48' - - line: '| m_Height: 48' - - line: '| m_Kind: 1' - - line: '| m_SubKind: ' - - line: '| - m_Textures: []' - - line: '| m_Width: 36' - - line: '| m_Height: 36' - - line: '| m_Kind: 1' - - line: '| m_SubKind: ' - - line: '| - m_Textures: []' - - line: '| m_Width: 192' - - line: '| m_Height: 192' - - line: '| m_Kind: 0' - - line: '| m_SubKind: ' - - line: '| - m_Textures: []' - - line: '| m_Width: 144' - - line: '| m_Height: 144' - - line: '| m_Kind: 0' - - line: '| m_SubKind: ' - - line: '| - m_Textures: []' - - line: '| m_Width: 96' - - line: '| m_Height: 96' - - line: '| m_Kind: 0' - - line: '| m_SubKind: ' - - line: '| - m_Textures: []' - - line: '| m_Width: 72' - - line: '| m_Height: 72' - - line: '| m_Kind: 0' - - line: '| m_SubKind: ' - - line: '| - m_Textures: []' - - line: '| m_Width: 48' - - line: '| m_Height: 48' - - line: '| m_Kind: 0' - - line: '| m_SubKind: ' - - line: '| - m_Textures: []' - - line: '| m_Width: 36' - - line: '| m_Height: 36' - - line: '| m_Kind: 0' - - line: '| m_SubKind: ' - - line: '| - m_BuildTarget: tvOS' - - line: '| m_Icons:' - - line: '| - m_Textures: []' - - line: '| m_Width: 1280' - - line: '| m_Height: 768' - - line: '| m_Kind: 0' - - line: '| m_SubKind: ' - - line: '| - m_Textures: []' - - line: '| m_Width: 800' - - line: '| m_Height: 480' - - line: '| m_Kind: 0' - - line: '| m_SubKind: ' - - line: '| - m_Textures: []' - - line: '| m_Width: 400' - - line: '| m_Height: 240' - - line: '| m_Kind: 0' - - line: '| m_SubKind: ' - - line: '| - m_Textures: []' - - line: '| m_Width: 4640' - - line: '| m_Height: 1440' - - line: '| m_Kind: 1' - - line: '| m_SubKind: ' - - line: '| - m_Textures: []' - - line: '| m_Width: 2320' - - line: '| m_Height: 720' - - line: '| m_Kind: 1' - - line: '| m_SubKind: ' - - line: '| - m_Textures: []' - - line: '| m_Width: 3840' - - line: '| m_Height: 1440' - - line: '| m_Kind: 1' - - line: '| m_SubKind: ' - - line: '| - m_Textures: []' - - line: '| m_Width: 1920' - - line: '| m_Height: 720' - - line: '| m_Kind: 1' - - line: '| m_SubKind: ' - - line: '| m_BuildTargetBatching: []' - - line: '| m_BuildTargetShaderSettings: []' - - line: '| m_BuildTargetGraphicsJobs: []' - - line: '| m_BuildTargetGraphicsJobMode: []' - - line: '| m_BuildTargetGraphicsAPIs:' - - line: '| - m_BuildTarget: iOSSupport' - - line: '| m_APIs: 10000000' - - line: '| m_Automatic: 1' - - line: '| - m_BuildTarget: AndroidPlayer' - - line: '| m_APIs: 150000000b000000' - - line: '| m_Automatic: 0' - - line: '| m_BuildTargetVRSettings: []' - - line: '| m_DefaultShaderChunkSizeInMB: 16' - - line: '| m_DefaultShaderChunkCount: 0' - - line: '| openGLRequireES31: 0' - - line: '| openGLRequireES31AEP: 0' - - line: '| openGLRequireES32: 0' - - line: '| m_TemplateCustomTags: {}' - - line: '| mobileMTRendering:' - - line: '| Android: 1' - - line: '| iPhone: 1' - - line: '| tvOS: 1' - - line: '| m_BuildTargetGroupLightmapEncodingQuality:' - - line: '| - serializedVersion: 2' - - line: '| m_BuildTarget: Android' - - line: '| m_EncodingQuality: 1' - - line: '| m_BuildTargetGroupLightmapSettings: []' - - line: '| m_BuildTargetGroupLoadStoreDebugModeSettings: []' - - line: '| m_BuildTargetNormalMapEncoding:' - - line: '| - m_BuildTarget: Android' - - line: '| m_Encoding: 1' - - line: '| m_BuildTargetDefaultTextureCompressionFormat:' - - line: '| - serializedVersion: 3' - - line: '| m_BuildTarget: Android' - - line: '| m_Formats: 03000000' - - line: '| - serializedVersion: 3' - - line: '| m_BuildTarget: iOS' - - line: '| m_Formats: 03000000' - - line: '| playModeTestRunnerEnabled: 0' - - line: '| runPlayModeTestAsEditModeTest: 0' - - line: '| actionOnDotNetUnhandledException: 1' - - line: '| editorGfxJobOverride: 1' - - line: '| enableInternalProfiler: 0' - - line: '| logObjCUncaughtExceptions: 1' - - line: '| enableCrashReportAPI: 0' - - line: '| cameraUsageDescription: ' - - line: '| locationUsageDescription: ' - - line: '| microphoneUsageDescription: ' - - line: '| bluetoothUsageDescription: ' - - line: '| macOSTargetOSVersion: 11.0' - - line: '| switchNMETAOverride: ' - - line: '| switchNetLibKey: ' - - line: '| switchSocketMemoryPoolSize: 6144' - - line: '| switchSocketAllocatorPoolSize: 128' - - line: '| switchSocketConcurrencyLimit: 14' - - line: '| switchScreenResolutionBehavior: 2' - - line: '| switchUseCPUProfiler: 0' - - line: '| switchEnableFileSystemTrace: 0' - - line: '| switchLTOSetting: 0' - - line: '| switchApplicationID: 0x01004b9000490000' - - line: '| switchNSODependencies: ' - - line: '| switchCompilerFlags: ' - - line: '| switchTitleNames_0: ' - - line: '| switchTitleNames_1: ' - - line: '| switchTitleNames_2: ' - - line: '| switchTitleNames_3: ' - - line: '| switchTitleNames_4: ' - - line: '| switchTitleNames_5: ' - - line: '| switchTitleNames_6: ' - - line: '| switchTitleNames_7: ' - - line: '| switchTitleNames_8: ' - - line: '| switchTitleNames_9: ' - - line: '| switchTitleNames_10: ' - - line: '| switchTitleNames_11: ' - - line: '| switchTitleNames_12: ' - - line: '| switchTitleNames_13: ' - - line: '| switchTitleNames_14: ' - - line: '| switchTitleNames_15: ' - - line: '| switchPublisherNames_0: ' - - line: '| switchPublisherNames_1: ' - - line: '| switchPublisherNames_2: ' - - line: '| switchPublisherNames_3: ' - - line: '| switchPublisherNames_4: ' - - line: '| switchPublisherNames_5: ' - - line: '| switchPublisherNames_6: ' - - line: '| switchPublisherNames_7: ' - - line: '| switchPublisherNames_8: ' - - line: '| switchPublisherNames_9: ' - - line: '| switchPublisherNames_10: ' - - line: '| switchPublisherNames_11: ' - - line: '| switchPublisherNames_12: ' - - line: '| switchPublisherNames_13: ' - - line: '| switchPublisherNames_14: ' - - line: '| switchPublisherNames_15: ' - - line: '| switchIcons_0: {instanceID: 0}' - - line: '| switchIcons_1: {instanceID: 0}' - - line: '| switchIcons_2: {instanceID: 0}' - - line: '| switchIcons_3: {instanceID: 0}' - - line: '| switchIcons_4: {instanceID: 0}' - - line: '| switchIcons_5: {instanceID: 0}' - - line: '| switchIcons_6: {instanceID: 0}' - - line: '| switchIcons_7: {instanceID: 0}' - - line: '| switchIcons_8: {instanceID: 0}' - - line: '| switchIcons_9: {instanceID: 0}' - - line: '| switchIcons_10: {instanceID: 0}' - - line: '| switchIcons_11: {instanceID: 0}' - - line: '| switchIcons_12: {instanceID: 0}' - - line: '| switchIcons_13: {instanceID: 0}' - - line: '| switchIcons_14: {instanceID: 0}' - - line: '| switchIcons_15: {instanceID: 0}' - - line: '| switchSmallIcons_0: {instanceID: 0}' - - line: '| switchSmallIcons_1: {instanceID: 0}' - - line: '| switchSmallIcons_2: {instanceID: 0}' - - line: '| switchSmallIcons_3: {instanceID: 0}' - - line: '| switchSmallIcons_4: {instanceID: 0}' - - line: '| switchSmallIcons_5: {instanceID: 0}' - - line: '| switchSmallIcons_6: {instanceID: 0}' - - line: '| switchSmallIcons_7: {instanceID: 0}' - - line: '| switchSmallIcons_8: {instanceID: 0}' - - line: '| switchSmallIcons_9: {instanceID: 0}' - - line: '| switchSmallIcons_10: {instanceID: 0}' - - line: '| switchSmallIcons_11: {instanceID: 0}' - - line: '| switchSmallIcons_12: {instanceID: 0}' - - line: '| switchSmallIcons_13: {instanceID: 0}' - - line: '| switchSmallIcons_14: {instanceID: 0}' - - line: '| switchSmallIcons_15: {instanceID: 0}' - - line: '| switchManualHTML: ' - - line: '| switchAccessibleURLs: ' - - line: '| switchLegalInformation: ' - - line: '| switchMainThreadStackSize: 1048576' - - line: '| switchPresenceGroupId: ' - - line: '| switchLogoHandling: 0' - - line: '| switchReleaseVersion: 0' - - line: '| switchDisplayVersion: 1.0.0' - - line: '| switchStartupUserAccount: 0' - - line: '| switchSupportedLanguagesMask: 0' - - line: '| switchLogoType: 0' - - line: '| switchApplicationErrorCodeCategory: ' - - line: '| switchUserAccountSaveDataSize: 0' - - line: '| switchUserAccountSaveDataJournalSize: 0' - - line: '| switchApplicationAttribute: 0' - - line: '| switchCardSpecSize: -1' - - line: '| switchCardSpecClock: -1' - - line: '| switchRatingsMask: 0' - - line: '| switchRatingsInt_0: 0' - - line: '| switchRatingsInt_1: 0' - - line: '| switchRatingsInt_2: 0' - - line: '| switchRatingsInt_3: 0' - - line: '| switchRatingsInt_4: 0' - - line: '| switchRatingsInt_5: 0' - - line: '| switchRatingsInt_6: 0' - - line: '| switchRatingsInt_7: 0' - - line: '| switchRatingsInt_8: 0' - - line: '| switchRatingsInt_9: 0' - - line: '| switchRatingsInt_10: 0' - - line: '| switchRatingsInt_11: 0' - - line: '| switchRatingsInt_12: 0' - - line: '| switchLocalCommunicationIds_0: ' - - line: '| switchLocalCommunicationIds_1: ' - - line: '| switchLocalCommunicationIds_2: ' - - line: '| switchLocalCommunicationIds_3: ' - - line: '| switchLocalCommunicationIds_4: ' - - line: '| switchLocalCommunicationIds_5: ' - - line: '| switchLocalCommunicationIds_6: ' - - line: '| switchLocalCommunicationIds_7: ' - - line: '| switchParentalControl: 0' - - line: '| switchAllowsScreenshot: 1' - - line: '| switchAllowsVideoCapturing: 1' - - line: '| switchAllowsRuntimeAddOnContentInstall: 0' - - line: '| switchDataLossConfirmation: 0' - - line: '| switchUserAccountLockEnabled: 0' - - line: '| switchSystemResourceMemory: 16777216' - - line: '| switchSupportedNpadStyles: 22' - - line: '| switchNativeFsCacheSize: 32' - - line: '| switchIsHoldTypeHorizontal: 0' - - line: '| switchSupportedNpadCount: 8' - - line: '| switchEnableTouchScreen: 1' - - line: '| switchSocketConfigEnabled: 0' - - line: '| switchTcpInitialSendBufferSize: 32' - - line: '| switchTcpInitialReceiveBufferSize: 64' - - line: '| switchTcpAutoSendBufferSizeMax: 256' - - line: '| switchTcpAutoReceiveBufferSizeMax: 256' - - line: '| switchUdpSendBufferSize: 9' - - line: '| switchUdpReceiveBufferSize: 42' - - line: '| switchSocketBufferEfficiency: 4' - - line: '| switchSocketInitializeEnabled: 1' - - line: '| switchNetworkInterfaceManagerInitializeEnabled: 1' - - line: '| switchDisableHTCSPlayerConnection: 0' - - line: '| switchUseNewStyleFilepaths: 0' - - line: '| switchUseLegacyFmodPriorities: 0' - - line: '| switchUseMicroSleepForYield: 1' - - line: '| switchEnableRamDiskSupport: 0' - - line: '| switchMicroSleepForYieldTime: 25' - - line: '| switchRamDiskSpaceSize: 12' - - line: '| switchUpgradedPlayerSettingsToNMETA: 0' - - line: '| ps4NPAgeRating: 12' - - line: '| ps4NPTitleSecret: ' - - line: '| ps4NPTrophyPackPath: ' - - line: '| ps4ParentalLevel: 11' - - line: '| ps4ContentID: ED1633-NPXX51362_00-0000000000000000' - - line: '| ps4Category: 0' - - line: '| ps4MasterVersion: 01.00' - - line: '| ps4AppVersion: 01.00' - - line: '| ps4AppType: 0' - - line: '| ps4ParamSfxPath: ' - - line: '| ps4VideoOutPixelFormat: 0' - - line: '| ps4VideoOutInitialWidth: 1920' - - line: '| ps4VideoOutBaseModeInitialWidth: 1920' - - line: '| ps4VideoOutReprojectionRate: 60' - - line: '| ps4PronunciationXMLPath: ' - - line: '| ps4PronunciationSIGPath: ' - - line: '| ps4BackgroundImagePath: ' - - line: '| ps4StartupImagePath: ' - - line: '| ps4StartupImagesFolder: ' - - line: '| ps4IconImagesFolder: ' - - line: '| ps4SaveDataImagePath: ' - - line: '| ps4SdkOverride: ' - - line: '| ps4BGMPath: ' - - line: '| ps4ShareFilePath: ' - - line: '| ps4ShareOverlayImagePath: ' - - line: '| ps4PrivacyGuardImagePath: ' - - line: '| ps4ExtraSceSysFile: ' - - line: '| ps4NPtitleDatPath: ' - - line: '| ps4RemotePlayKeyAssignment: -1' - - line: '| ps4RemotePlayKeyMappingDir: ' - - line: '| ps4PlayTogetherPlayerCount: 0' - - line: '| ps4EnterButtonAssignment: 2' - - line: '| ps4ApplicationParam1: 0' - - line: '| ps4ApplicationParam2: 0' - - line: '| ps4ApplicationParam3: 0' - - line: '| ps4ApplicationParam4: 0' - - line: '| ps4DownloadDataSize: 0' - - line: '| ps4GarlicHeapSize: 2048' - - line: '| ps4ProGarlicHeapSize: 2560' - - line: '| playerPrefsMaxSize: 32768' - - line: '| ps4Passcode: frAQBc8Wsa1xVPfvJcrgRYwTiizs2trQ' - - line: '| ps4pnSessions: 1' - - line: '| ps4pnPresence: 1' - - line: '| ps4pnFriends: 1' - - line: '| ps4pnGameCustomData: 1' - - line: '| playerPrefsSupport: 0' - - line: '| enableApplicationExit: 0' - - line: '| resetTempFolder: 1' - - line: '| restrictedAudioUsageRights: 0' - - line: '| ps4UseResolutionFallback: 0' - - line: '| ps4ReprojectionSupport: 0' - - line: '| ps4UseAudio3dBackend: 0' - - line: '| ps4UseLowGarlicFragmentationMode: 1' - - line: '| ps4SocialScreenEnabled: 0' - - line: '| ps4ScriptOptimizationLevel: 2' - - line: '| ps4Audio3dVirtualSpeakerCount: 14' - - line: '| ps4attribCpuUsage: 0' - - line: '| ps4PatchPkgPath: ' - - line: '| ps4PatchLatestPkgPath: ' - - line: '| ps4PatchChangeinfoPath: ' - - line: '| ps4PatchDayOne: 0' - - line: '| ps4attribUserManagement: 0' - - line: '| ps4attribMoveSupport: 0' - - line: '| ps4attrib3DSupport: 0' - - line: '| ps4attribShareSupport: 0' - - line: '| ps4attribExclusiveVR: 0' - - line: '| ps4disableAutoHideSplash: 0' - - line: '| ps4videoRecordingFeaturesUsed: 0' - - line: '| ps4contentSearchFeaturesUsed: 0' - - line: '| ps4CompatibilityPS5: 0' - - line: '| ps4AllowPS5Detection: 0' - - line: '| ps4GPU800MHz: 1' - - line: '| ps4attribEyeToEyeDistanceSettingVR: 0' - - line: '| ps4IncludedModules: []' - - line: '| ps4attribVROutputEnabled: 0' - - line: '| monoEnv: ' - - line: '| splashScreenBackgroundSourceLandscape: {instanceID: 0}' - - line: '| splashScreenBackgroundSourcePortrait: {instanceID: 0}' - - line: '| blurSplashScreenBackground: 1' - - line: '| spritePackerPolicy: ' - - line: '| webGLMemorySize: 32' - - line: '| webGLExceptionSupport: 1' - - line: '| webGLNameFilesAsHashes: 0' - - line: '| webGLShowDiagnostics: 0' - - line: '| webGLDataCaching: 1' - - line: '| webGLDebugSymbols: 0' - - line: '| webGLEmscriptenArgs: ' - - line: '| webGLModulesDirectory: ' - - line: '| webGLTemplate: APPLICATION:Default' - - line: '| webGLAnalyzeBuildSize: 0' - - line: '| webGLUseEmbeddedResources: 0' - - line: '| webGLCompressionFormat: 0' - - line: '| webGLWasmArithmeticExceptions: 0' - - line: '| webGLLinkerTarget: 1' - - line: '| webGLThreadsSupport: 0' - - line: '| webGLDecompressionFallback: 0' - - line: '| webGLInitialMemorySize: 32' - - line: '| webGLMaximumMemorySize: 2048' - - line: '| webGLMemoryGrowthMode: 2' - - line: '| webGLMemoryLinearGrowthStep: 16' - - line: '| webGLMemoryGeometricGrowthStep: 0.2' - - line: '| webGLMemoryGeometricGrowthCap: 96' - - line: '| webGLEnableWebGPU: 0' - - line: '| webGLPowerPreference: 2' - - line: '| webGLWebAssemblyTable: 0' - - line: '| webGLWebAssemblyBigInt: 0' - - line: '| webGLCloseOnQuit: 0' - - line: '| webWasm2023: 0' - - line: '| scriptingDefineSymbols:' - - line: '| Android: UNITY_ASTOOLS_EXPERIMENTAL' - - line: '| Standalone: UNITY_ASTOOLS_EXPERIMENTAL' - - line: '| additionalCompilerArguments: {}' - - line: '| platformArchitecture: {}' - - line: '| scriptingBackend:' - - line: '| Android: 1' - - line: '| il2cppCompilerConfiguration: {}' - - line: '| il2cppCodeGeneration: {}' - - line: '| il2cppStacktraceInformation: {}' - - line: '| managedStrippingLevel:' - - line: '| Android: 1' - - line: '| EmbeddedLinux: 1' - - line: '| GameCoreScarlett: 1' - - line: '| GameCoreXboxOne: 1' - - line: '| Nintendo Switch: 1' - - line: '| PS4: 1' - - line: '| PS5: 1' - - line: '| QNX: 1' - - line: '| ReservedCFE: 1' - - line: '| VisionOS: 1' - - line: '| WebGL: 1' - - line: '| Windows Store Apps: 1' - - line: '| XboxOne: 1' - - line: '| iPhone: 1' - - line: '| tvOS: 1' - - line: '| incrementalIl2cppBuild: {}' - - line: '| suppressCommonWarnings: 1' - - line: '| allowUnsafeCode: 0' - - line: '| useDeterministicCompilation: 1' - - line: '| additionalIl2CppArgs: ' - - line: '| scriptingRuntimeVersion: 1' - - line: '| gcIncremental: 1' - - line: '| gcWBarrierValidation: 0' - - line: '| apiCompatibilityLevelPerPlatform: {}' - - line: '| editorAssembliesCompatibilityLevel: 1' - - line: '| m_RenderingPath: 1' - - line: '| m_MobileRenderingPath: 1' - - line: '| metroPackageName: textdecal' - - line: '| metroPackageVersion: ' - - line: '| metroCertificatePath: ' - - line: '| metroCertificatePassword: ' - - line: '| metroCertificateSubject: ' - - line: '| metroCertificateIssuer: ' - - line: '| metroCertificateNotAfter: 0000000000000000' - - line: '| metroApplicationDescription: textdecal' - - line: '| wsaImages: {}' - - line: '| metroTileShortName: ' - - line: '| metroTileShowName: 0' - - line: '| metroMediumTileShowName: 0' - - line: '| metroLargeTileShowName: 0' - - line: '| metroWideTileShowName: 0' - - line: '| metroSupportStreamingInstall: 0' - - line: '| metroLastRequiredScene: 0' - - line: '| metroDefaultTileSize: 1' - - line: '| metroTileForegroundText: 2' - - line: '| metroTileBackgroundColor: {r: 0.13333334, g: 0.17254902, b: 0.21568628, - a: 0}' - - line: '| metroSplashScreenBackgroundColor: {r: 0.12941177, g: 0.17254902, - b: 0.21568628, a: 1}' - - line: '| metroSplashScreenUseBackgroundColor: 0' - - line: '| syncCapabilities: 0' - - line: '| platformCapabilities: {}' - - line: '| metroTargetDeviceFamilies: {}' - - line: '| metroFTAName: ' - - line: '| metroFTAFileTypes: []' - - line: '| metroProtocolName: ' - - line: '| vcxProjDefaultLanguage: ' - - line: '| XboxOneProductId: ' - - line: '| XboxOneUpdateKey: ' - - line: '| XboxOneSandboxId: ' - - line: '| XboxOneContentId: ' - - line: '| XboxOneTitleId: ' - - line: '| XboxOneSCId: ' - - line: '| XboxOneGameOsOverridePath: ' - - line: '| XboxOnePackagingOverridePath: ' - - line: '| XboxOneAppManifestOverridePath: ' - - line: '| XboxOneVersion: 1.0.0.0' - - line: '| XboxOnePackageEncryption: 0' - - line: '| XboxOnePackageUpdateGranularity: 2' - - line: '| XboxOneDescription: ' - - line: '| XboxOneLanguage:' - - line: '| - enus' - - line: '| XboxOneCapability: []' - - line: '| XboxOneGameRating: {}' - - line: '| XboxOneIsContentPackage: 0' - - line: '| XboxOneEnhancedXboxCompatibilityMode: 0' - - line: '| XboxOneEnableGPUVariability: 1' - - line: '| XboxOneSockets: {}' - - line: '| XboxOneSplashScreen: {instanceID: 0}' - - line: '| XboxOneAllowedProductIds: []' - - line: '| XboxOnePersistentLocalStorageSize: 0' - - line: '| XboxOneXTitleMemory: 8' - - line: '| XboxOneOverrideIdentityName: ' - - line: '| XboxOneOverrideIdentityPublisher: ' - - line: '| vrEditorSettings: {}' - - line: '| cloudServicesEnabled: {}' - - line: '| luminIcon:' - - line: '| m_Name: ' - - line: '| m_ModelFolderPath: ' - - line: '| m_PortalFolderPath: ' - - line: '| luminCert:' - - line: '| m_CertPath: ' - - line: '| m_SignPackage: 1' - - line: '| luminIsChannelApp: 0' - - line: '| luminVersion:' - - line: '| m_VersionCode: 1' - - line: '| m_VersionName: ' - - line: '| hmiPlayerDataPath: ' - - line: '| hmiForceSRGBBlit: 1' - - line: '| embeddedLinuxEnableGamepadInput: 0' - - line: '| hmiCpuConfiguration: ' - - line: '| hmiLogStartupTiming: 0' - - line: '| qnxGraphicConfPath: ' - - line: '| apiCompatibilityLevel: 6' - - line: '| captureStartupLogs: {}' - - line: '| activeInputHandler: 1' - - line: '| windowsGamepadBackendHint: 0' - - line: '| cloudProjectId: ' - - line: '| framebufferDepthMemorylessMode: 0' - - line: '| qualitySettingsNames: []' - - line: '| projectName: ' - - line: '| organizationId: ' - - line: '| cloudEnabled: 0' - - line: '| legacyClampBlendShapeWeights: 0' - - line: '| hmiLoadingImage: {instanceID: 0}' - - line: '| platformRequiresReadableAssets: 0' - - line: '| virtualTexturingSupportEnabled: 0' - - line: '| insecureHttpOption: 0' - - line: '| androidVulkanDenyFilterList: []' - - line: '| androidVulkanAllowFilterList: []' - - line: '| ' - references: - version: 2 - RefIds: - - rid: 4275609458689966080 - type: {class: AndroidPlatformBuildSettings, ns: UnityEditor.Android, asm: UnityEditor.Android.Extensions} - data: - m_Development: 1 - m_ConnectProfiler: 0 - m_BuildWithDeepProfilingSupport: 0 - m_AllowDebugging: 0 - m_WaitForManagedDebugger: 0 - m_ManagedDebuggerFixedPort: 0 - m_ExplicitNullChecks: 0 - m_ExplicitDivideByZeroChecks: 0 - m_ExplicitArrayBoundsChecks: 0 - m_CompressionType: 2 - m_InstallInBuildFolder: 0 - m_BuildSubtarget: 0 - m_BuildSystem: 1 - m_ExportAsGoogleAndroidProject: 0 - m_DebugSymbolLevel: 1 - m_DebugSymbolFormat: 5 - m_CurrentDeploymentTargetId: __builtin__target_default - m_BuildType: 1 - m_BuildAppBundle: 0 - m_IPAddressToConnect: - m_SymlinkSources: 0 diff --git a/Assets/Settings/UniversalRenderPipelineGlobalSettings.asset b/Assets/Settings/UniversalRenderPipelineGlobalSettings.asset index 57c8d89..df630c4 100644 --- a/Assets/Settings/UniversalRenderPipelineGlobalSettings.asset +++ b/Assets/Settings/UniversalRenderPipelineGlobalSettings.asset @@ -33,28 +33,28 @@ MonoBehaviour: m_Settings: m_SettingsList: m_List: - - rid: 4275609395429376198 - - rid: 4275609395429376199 + - rid: 4275609463838998594 + - rid: 4275609463838998595 - rid: 6852985685364965378 - rid: 6852985685364965379 - rid: 6852985685364965380 - rid: 6852985685364965381 - - rid: 4275609395429376200 - - rid: 4275609395429376201 + - rid: 4275609463838998596 + - rid: 4275609463838998597 - rid: 6852985685364965384 - rid: 6852985685364965385 - - rid: 4275609395429376202 - - rid: 4275609395429376203 - - rid: 4275609395429376204 - - rid: 4275609395429376205 - - rid: 4275609395429376206 - - rid: 4275609395429376207 + - rid: 4275609463838998598 + - rid: 4275609463838998599 + - rid: 4275609463838998600 + - rid: 4275609463838998601 + - rid: 4275609463838998602 + - rid: 4275609463838998603 - rid: 6852985685364965392 - - rid: 4275609395429376208 + - rid: 4275609463838998604 - rid: 6852985685364965394 - rid: 8712630790384254976 - rid: 1984086672035282944 - - rid: 4275609395429376209 + - rid: 4275609463838998605 m_RuntimeSettings: m_List: - rid: 6852985685364965378 @@ -103,14 +103,14 @@ MonoBehaviour: m_xrOcclusionMeshPS: {fileID: 4800000, guid: 4431b1f1f743fbf4eb310a967890cbea, type: 3} m_xrMirrorViewPS: {fileID: 4800000, guid: d5a307c014552314b9f560906d708772, type: 3} m_xrMotionVector: {fileID: 4800000, guid: f89aac1e4f84468418fe30e611dff395, type: 3} - - rid: 4275609395429376198 + - rid: 4275609463838998594 type: {class: URPShaderStrippingSetting, ns: UnityEngine.Rendering.Universal, asm: Unity.RenderPipelines.Universal.Runtime} data: m_Version: 0 m_StripUnusedPostProcessingVariants: 1 m_StripUnusedVariants: 1 m_StripScreenCoordOverrideVariants: 1 - - rid: 4275609395429376199 + - rid: 4275609463838998595 type: {class: UniversalRenderPipelineEditorShaders, ns: UnityEngine.Rendering.Universal, asm: Unity.RenderPipelines.Universal.Runtime} data: m_AutodeskInteractive: {fileID: 4800000, guid: 0e9d5a909a1f7e84882a534d0d11e49f, type: 3} @@ -122,7 +122,7 @@ MonoBehaviour: m_DefaultSpeedTree7Shader: {fileID: 4800000, guid: 0f4122b9a743b744abe2fb6a0a88868b, type: 3} m_DefaultSpeedTree8Shader: {fileID: -6465566751694194690, guid: 9920c1f1781549a46ba081a2a15a16ec, type: 3} m_DefaultSpeedTree9Shader: {fileID: -6465566751694194690, guid: cbd3e1cc4ae141c42a30e33b4d666a61, type: 3} - - rid: 4275609395429376200 + - rid: 4275609463838998596 type: {class: Renderer2DResources, ns: UnityEngine.Rendering.Universal, asm: Unity.RenderPipelines.Universal.Runtime} data: m_Version: 0 @@ -137,7 +137,7 @@ MonoBehaviour: m_DefaultLitMaterial: {fileID: 2100000, guid: a97c105638bdf8b4a8650670310a4cd3, type: 2} m_DefaultUnlitMaterial: {fileID: 2100000, guid: 9dfc825aed78fcd4ba02077103263b40, type: 2} m_DefaultMaskMaterial: {fileID: 2100000, guid: 15d0c3709176029428a0da2f8cecf0b5, type: 2} - - rid: 4275609395429376201 + - rid: 4275609463838998597 type: {class: UniversalRenderPipelineEditorMaterials, ns: UnityEngine.Rendering.Universal, asm: Unity.RenderPipelines.Universal.Runtime} data: m_DefaultMaterial: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} @@ -146,7 +146,7 @@ MonoBehaviour: m_DefaultTerrainMaterial: {fileID: 2100000, guid: 594ea882c5a793440b60ff72d896021e, type: 2} m_DefaultDecalMaterial: {fileID: 2100000, guid: 31d0dcc6f2dd4e4408d18036a2c93862, type: 2} m_DefaultSpriteMaterial: {fileID: 2100000, guid: 9dfc825aed78fcd4ba02077103263b40, type: 2} - - rid: 4275609395429376202 + - rid: 4275609463838998598 type: {class: GPUResidentDrawerResources, ns: UnityEngine.Rendering, asm: Unity.RenderPipelines.GPUDriven.Runtime} data: m_Version: 0 @@ -159,13 +159,13 @@ MonoBehaviour: m_OcclusionCullingDebugKernels: {fileID: 7200000, guid: b23e766bcf50ca4438ef186b174557df, type: 3} m_DebugOcclusionTestPS: {fileID: 4800000, guid: d3f0849180c2d0944bc71060693df100, type: 3} m_DebugOccluderPS: {fileID: 4800000, guid: b3c92426a88625841ab15ca6a7917248, type: 3} - - rid: 4275609395429376203 + - rid: 4275609463838998599 type: {class: STP/RuntimeResources, ns: UnityEngine.Rendering, asm: Unity.RenderPipelines.Core.Runtime} data: m_setupCS: {fileID: 7200000, guid: 33be2e9a5506b2843bdb2bdff9cad5e1, type: 3} m_preTaaCS: {fileID: 7200000, guid: a679dba8ec4d9ce45884a270b0e22dda, type: 3} m_taaCS: {fileID: 7200000, guid: 3923900e2b41b5e47bc25bfdcbcdc9e6, type: 3} - - rid: 4275609395429376204 + - rid: 4275609463838998600 type: {class: ProbeVolumeBakingResources, ns: UnityEngine.Rendering, asm: Unity.RenderPipelines.Core.Runtime} data: m_Version: 1 @@ -178,12 +178,12 @@ MonoBehaviour: skyOcclusionRT: {fileID: -5126288278712620388, guid: 5a2a534753fbdb44e96c3c78b5a6999d, type: 3} renderingLayerCS: {fileID: -6772857160820960102, guid: 94a070d33e408384bafc1dea4a565df9, type: 3} renderingLayerRT: {fileID: -5126288278712620388, guid: 94a070d33e408384bafc1dea4a565df9, type: 3} - - rid: 4275609395429376205 + - rid: 4275609463838998601 type: {class: ProbeVolumeGlobalSettings, ns: UnityEngine.Rendering, asm: Unity.RenderPipelines.Core.Runtime} data: m_Version: 1 m_ProbeVolumeDisableStreamingAssets: 0 - - rid: 4275609395429376206 + - rid: 4275609463838998602 type: {class: ProbeVolumeDebugResources, ns: UnityEngine.Rendering, asm: Unity.RenderPipelines.Core.Runtime} data: m_Version: 1 @@ -193,21 +193,21 @@ MonoBehaviour: probeVolumeOffsetDebugShader: {fileID: 4800000, guid: db8bd7436dc2c5f4c92655307d198381, type: 3} probeSamplingDebugMesh: {fileID: -3555484719484374845, guid: 20be25aac4e22ee49a7db76fb3df6de2, type: 3} numbersDisplayTex: {fileID: 2800000, guid: 73fe53b428c5b3440b7e87ee830b608a, type: 3} - - rid: 4275609395429376207 + - rid: 4275609463838998603 type: {class: IncludeAdditionalRPAssets, ns: UnityEngine.Rendering, asm: Unity.RenderPipelines.Core.Runtime} data: m_version: 0 m_IncludeReferencedInScenes: 0 m_IncludeAssetsByLabel: 0 m_LabelToInclude: - - rid: 4275609395429376208 + - rid: 4275609463838998604 type: {class: ProbeVolumeRuntimeResources, ns: UnityEngine.Rendering, asm: Unity.RenderPipelines.Core.Runtime} data: m_Version: 1 probeVolumeBlendStatesCS: {fileID: 7200000, guid: a3f7b8c99de28a94684cb1daebeccf5d, type: 3} probeVolumeUploadDataCS: {fileID: 7200000, guid: 0951de5992461754fa73650732c4954c, type: 3} probeVolumeUploadDataL2CS: {fileID: 7200000, guid: 6196f34ed825db14b81fb3eb0ea8d931, type: 3} - - rid: 4275609395429376209 + - rid: 4275609463838998605 type: {class: UniversalRenderPipelineEditorAssets, ns: UnityEngine.Rendering.Universal, asm: Unity.RenderPipelines.Universal.Runtime} data: m_DefaultSettingsVolumeProfile: {fileID: 11400000, guid: eda47df5b85f4f249abf7abd73db2cb2, type: 2} diff --git a/ProjectSettings/ProjectSettings.asset b/ProjectSettings/ProjectSettings.asset index 5486f64..9d1813b 100644 --- a/ProjectSettings/ProjectSettings.asset +++ b/ProjectSettings/ProjectSettings.asset @@ -555,6 +555,9 @@ PlayerSettings: - serializedVersion: 3 m_BuildTarget: iOS m_Formats: 03000000 + - serializedVersion: 3 + m_BuildTarget: WebGL + m_Formats: 05000000 playModeTestRunnerEnabled: 0 runPlayModeTestAsEditModeTest: 0 actionOnDotNetUnhandledException: 1