From f3fad179eaf3015a84f71943228d03ebf35cda68 Mon Sep 17 00:00:00 2001 From: "NJ\\skrwn" Date: Thu, 13 Aug 2026 00:53:08 +0900 Subject: [PATCH] =?UTF-8?q?=EC=BA=90=EB=A6=AD=ED=84=B0=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/01_Scenes/Chapter1.unity | 4 +- Assets/04_Models/Characters/Named.meta | 8 + .../04_Models/Characters/Named/Prefabs.meta | 8 + .../Characters/Named/Prefabs/Named.prefab | 3 + .../Named/Prefabs/Named.prefab.meta | 7 + .../04_Models/Characters/Named/Textures.meta | 8 + .../Characters/Named/Textures/Named.png | 3 + .../Characters/Named/Textures/Named.png.meta | 215 +++ Assets/04_Models/Locations/Forest.meta | 8 + .../04_Models/Locations/Forest/Prefabs.meta | 8 + .../Locations/Forest/Prefabs/Forest.prefab | 3 + .../Forest/Prefabs/Forest.prefab.meta | 7 + .../04_Models/Locations/Forest/Textures.meta | 8 + .../Locations/Forest/Textures/Forest.png | 3 + .../Locations/Forest/Textures/Forest.png.meta | 169 +++ Assets/07_Data/Characters/Named.asset | 3 + Assets/07_Data/Characters/Named.asset.meta | 8 + Assets/07_Data/DialogGraph/Chapter1_1.dlg | 1190 +++++++++++++++++ .../07_Data/DialogGraph/Chapter1_1.dlg.meta | 10 + Assets/07_Data/DialogGraph/TestDescDialog.dlg | 76 +- Assets/07_Data/Locations/Forest.asset | 3 + Assets/07_Data/Locations/Forest.asset.meta | 8 + Assets/07_Data/StoryDatabase.asset | 4 +- Assets/12_Font/Limgul24 SDF.asset | 4 +- 24 files changed, 1736 insertions(+), 32 deletions(-) create mode 100644 Assets/04_Models/Characters/Named.meta create mode 100644 Assets/04_Models/Characters/Named/Prefabs.meta create mode 100644 Assets/04_Models/Characters/Named/Prefabs/Named.prefab create mode 100644 Assets/04_Models/Characters/Named/Prefabs/Named.prefab.meta create mode 100644 Assets/04_Models/Characters/Named/Textures.meta create mode 100644 Assets/04_Models/Characters/Named/Textures/Named.png create mode 100644 Assets/04_Models/Characters/Named/Textures/Named.png.meta create mode 100644 Assets/04_Models/Locations/Forest.meta create mode 100644 Assets/04_Models/Locations/Forest/Prefabs.meta create mode 100644 Assets/04_Models/Locations/Forest/Prefabs/Forest.prefab create mode 100644 Assets/04_Models/Locations/Forest/Prefabs/Forest.prefab.meta create mode 100644 Assets/04_Models/Locations/Forest/Textures.meta create mode 100644 Assets/04_Models/Locations/Forest/Textures/Forest.png create mode 100644 Assets/04_Models/Locations/Forest/Textures/Forest.png.meta create mode 100644 Assets/07_Data/Characters/Named.asset create mode 100644 Assets/07_Data/Characters/Named.asset.meta create mode 100644 Assets/07_Data/DialogGraph/Chapter1_1.dlg create mode 100644 Assets/07_Data/DialogGraph/Chapter1_1.dlg.meta create mode 100644 Assets/07_Data/Locations/Forest.asset create mode 100644 Assets/07_Data/Locations/Forest.asset.meta diff --git a/Assets/01_Scenes/Chapter1.unity b/Assets/01_Scenes/Chapter1.unity index 942411b..87c3e03 100644 --- a/Assets/01_Scenes/Chapter1.unity +++ b/Assets/01_Scenes/Chapter1.unity @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6910fe8061d711e3d80d011e8f5838529adf0020c1dd9bdaf1a5743ab9742071 -size 47312 +oid sha256:61d9a2b265fd38cc3900b4574c080242e3b2241515854e790e0be9feaebe1c4e +size 51768 diff --git a/Assets/04_Models/Characters/Named.meta b/Assets/04_Models/Characters/Named.meta new file mode 100644 index 0000000..15d8096 --- /dev/null +++ b/Assets/04_Models/Characters/Named.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0d8efdd94fd696e47b346fd4585f4646 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/Named/Prefabs.meta b/Assets/04_Models/Characters/Named/Prefabs.meta new file mode 100644 index 0000000..e8a62e2 --- /dev/null +++ b/Assets/04_Models/Characters/Named/Prefabs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b3f82e7cda1343141bc8321cec08851d +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/Named/Prefabs/Named.prefab b/Assets/04_Models/Characters/Named/Prefabs/Named.prefab new file mode 100644 index 0000000..615dfc0 --- /dev/null +++ b/Assets/04_Models/Characters/Named/Prefabs/Named.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60608c90be7a8d5bfee4593e610e251abdbe6a755e70574214d10796ef93110a +size 7287 diff --git a/Assets/04_Models/Characters/Named/Prefabs/Named.prefab.meta b/Assets/04_Models/Characters/Named/Prefabs/Named.prefab.meta new file mode 100644 index 0000000..97fe2b4 --- /dev/null +++ b/Assets/04_Models/Characters/Named/Prefabs/Named.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 77fffeaf97f21fd468c8835a0501b961 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/Named/Textures.meta b/Assets/04_Models/Characters/Named/Textures.meta new file mode 100644 index 0000000..d3491ee --- /dev/null +++ b/Assets/04_Models/Characters/Named/Textures.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a1fc1da3dc0ecd24187881b9e387cd6a +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/Named/Textures/Named.png b/Assets/04_Models/Characters/Named/Textures/Named.png new file mode 100644 index 0000000..77d070d --- /dev/null +++ b/Assets/04_Models/Characters/Named/Textures/Named.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7bdf51ea5424e5799745ce1194a02248b3c565696d8b4ade43d91a71837f9d6 +size 4833711 diff --git a/Assets/04_Models/Characters/Named/Textures/Named.png.meta b/Assets/04_Models/Characters/Named/Textures/Named.png.meta new file mode 100644 index 0000000..085dd5b --- /dev/null +++ b/Assets/04_Models/Characters/Named/Textures/Named.png.meta @@ -0,0 +1,215 @@ +fileFormatVersion: 2 +guid: 726de09a9b1e99c4e97b619968207670 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 13 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 2 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 108 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 4 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 4 + buildTarget: iOS + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 4 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 4 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 4 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 4 + buildTarget: WindowsStoreApps + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: + - serializedVersion: 2 + name: Portrait + rect: + serializedVersion: 2 + x: 519 + y: 1826 + width: 650 + height: 650 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + customData: + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 132559bf899188e44897fe2d61db1b2b + internalID: -127394953 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: Standing + rect: + serializedVersion: 2 + x: 177 + y: 0 + width: 1361 + height: 2476 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + customData: + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 4b287f25be7a8e74aab7016cf2a87111 + internalID: 98783290 + vertices: [] + indices: + edges: [] + weights: [] + outline: [] + customData: + physicsShape: [] + bones: [] + spriteID: 1f9d024da267c494183d8443c91f929b + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spriteCustomMetadata: + entries: [] + nameFileIdTable: + Portrait: -127394953 + Standing: 98783290 + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Locations/Forest.meta b/Assets/04_Models/Locations/Forest.meta new file mode 100644 index 0000000..4660778 --- /dev/null +++ b/Assets/04_Models/Locations/Forest.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b0a2d44aef4b59940a7227d45327d1f2 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Locations/Forest/Prefabs.meta b/Assets/04_Models/Locations/Forest/Prefabs.meta new file mode 100644 index 0000000..33da174 --- /dev/null +++ b/Assets/04_Models/Locations/Forest/Prefabs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1e94eecae8445b942b13985200b0cd1b +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Locations/Forest/Prefabs/Forest.prefab b/Assets/04_Models/Locations/Forest/Prefabs/Forest.prefab new file mode 100644 index 0000000..95d985b --- /dev/null +++ b/Assets/04_Models/Locations/Forest/Prefabs/Forest.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d2b7a18755bac92efe4f332b70b953a61dac25f05cd1b40024e27e3e3b46c25 +size 3516 diff --git a/Assets/04_Models/Locations/Forest/Prefabs/Forest.prefab.meta b/Assets/04_Models/Locations/Forest/Prefabs/Forest.prefab.meta new file mode 100644 index 0000000..e3d592a --- /dev/null +++ b/Assets/04_Models/Locations/Forest/Prefabs/Forest.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 043827a006f44794183a0288e1944673 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Locations/Forest/Textures.meta b/Assets/04_Models/Locations/Forest/Textures.meta new file mode 100644 index 0000000..813f0bc --- /dev/null +++ b/Assets/04_Models/Locations/Forest/Textures.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 6aaa6c167fc774d478c8234933843664 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Locations/Forest/Textures/Forest.png b/Assets/04_Models/Locations/Forest/Textures/Forest.png new file mode 100644 index 0000000..95c6136 --- /dev/null +++ b/Assets/04_Models/Locations/Forest/Textures/Forest.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29398f9385c8d0ff7132eb64cf8d170df9b3ae6d921b35526a14098e50ce2d26 +size 3985078 diff --git a/Assets/04_Models/Locations/Forest/Textures/Forest.png.meta b/Assets/04_Models/Locations/Forest/Textures/Forest.png.meta new file mode 100644 index 0000000..10a9433 --- /dev/null +++ b/Assets/04_Models/Locations/Forest/Textures/Forest.png.meta @@ -0,0 +1,169 @@ +fileFormatVersion: 2 +guid: 7af016c60ff200d4fa2431cdcc79c1fa +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 13 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 1 + spriteMeshType: 0 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 108 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 4 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 4 + buildTarget: iOS + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 4 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 4 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 4 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 4 + buildTarget: WindowsStoreApps + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + customData: + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spriteCustomMetadata: + entries: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/07_Data/Characters/Named.asset b/Assets/07_Data/Characters/Named.asset new file mode 100644 index 0000000..6ff4da7 --- /dev/null +++ b/Assets/07_Data/Characters/Named.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e0a622a610a07a32cd9ecf61880187394522c9b81452b7008e54340b49fec22 +size 547 diff --git a/Assets/07_Data/Characters/Named.asset.meta b/Assets/07_Data/Characters/Named.asset.meta new file mode 100644 index 0000000..e02aa4f --- /dev/null +++ b/Assets/07_Data/Characters/Named.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c7cc69333132fe0479c2e0422f4de8eb +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/07_Data/DialogGraph/Chapter1_1.dlg b/Assets/07_Data/DialogGraph/Chapter1_1.dlg new file mode 100644 index 0000000..02f2954 --- /dev/null +++ b/Assets/07_Data/DialogGraph/Chapter1_1.dlg @@ -0,0 +1,1190 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &1 +MonoBehaviour: + m_ObjectHideFlags: 61 + 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: 12501, guid: 0000000000000000e000000000000000, type: 0} + m_Name: Chapter1_1 + m_EditorClassIdentifier: UnityEditor.dll::Unity.GraphToolkit.Editor.Implementation.GraphObjectImp + m_GraphModel: + rid: 6600512887158735084 + references: + version: 2 + RefIds: + - rid: -2 + type: {class: , ns: , asm: } + - rid: 1798538364032909463 + type: {class: 'Constant`1[[UnityEngine.Sprite, UnityEngine.CoreModule]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 1798538364032909464 + type: {class: 'Constant`1[[UnityEngine.Sprite, UnityEngine.CoreModule]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 1798538364032909645 + type: {class: EnumConstant, ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: + m_EnumType: + m_Identification: Pose, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, + PublicKeyToken=null + m_Value: 0 + m_EnumType: + m_Identification: Pose, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, + PublicKeyToken=null + - rid: 1798538364032909668 + type: {class: 'Constant`1[[CharacterData, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 1798538446909210905 + type: {class: UserNodeModelImp, ns: Unity.GraphToolkit.Editor.Implementation, asm: UnityEditor.GraphToolkitModule} + data: + m_Guid: + m_Value0: 10906169235893133203 + m_Value1: 2269568341360369274 + m_HashGuid: + serializedVersion: 2 + Hash: 931fb4fd227f5a977ade41bc61207f1f + m_Version: 2 + m_Position: {x: 7289, y: -8} + m_Title: + m_Tooltip: + m_NodePreviewModel: + rid: -2 + m_State: 0 + m_InputConstantsById: + m_KeyList: + - __option_ChoiceCount + - __option_HiddenBranchCount + - Speaker + - SpeakerNameOverride + - TalkText + - Gesture + - Expression + - Pose + - PoseTarget + - FrontSprite + - SideSprite + - Voice + - Bgm + - Sfx + - Typewriter + - Affection + - Progress + - SceneScreen + m_ValueList: + - rid: 1798538446909210907 + - rid: 1798538446909210908 + - rid: 1798538446909210909 + - rid: 1798538446909210910 + - rid: 1798538446909210911 + - rid: 1798538446909210912 + - rid: 1798538446909210913 + - rid: 1798538446909210914 + - rid: 1798538446909210915 + - rid: 1798538446909210916 + - rid: 1798538446909210917 + - rid: 1798538446909210918 + - rid: 1798538446909210919 + - rid: 1798538446909210920 + - rid: 1798538446909210921 + - rid: 1798538446909210922 + - rid: 1798538446909210923 + - rid: 1798538446909211063 + m_InputPortInfos: + expandedPortsById: + m_KeyList: [] + m_ValueList: + m_OutputPortInfos: + expandedPortsById: + m_KeyList: [] + m_ValueList: + m_Collapsed: 0 + m_CurrentModeIndex: 0 + m_ElementColor: + m_Color: {r: 0, g: 0, b: 0, a: 0} + m_HasUserColor: 0 + m_Node: + rid: 1798538446909210924 + - rid: 1798538446909210907 + type: {class: 'Constant`1[[System.Int32, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: 0 + - rid: 1798538446909210908 + type: {class: 'Constant`1[[System.Int32, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: 0 + - rid: 1798538446909210909 + type: {class: 'Constant`1[[CharacterData, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 11400000, guid: e61b32e717df22545805cb47995ac773, type: 2} + - rid: 1798538446909210910 + type: {class: 'Constant`1[[DinoLove.Dialog.GraphTool.Editor.DialogShortText, Assembly-CSharp-Editor]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: + Value: + - rid: 1798538446909210911 + type: {class: 'Constant`1[[DinoLove.Dialog.GraphTool.Editor.DialogText, Assembly-CSharp-Editor]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: + Value: "\uADF8\uB7F0\uAC70 \uAC19\uB124... \uADF8\uB7F0\uB370 \uC774\uAC8C + \uC65C? \uC124\uB9C8 \uC774 \uC0AC\uB78C\uC744 \uBCC0\uD638\uD574\uC57C\uD55C\uB2E4\uB294 + \uC18C\uB9AC\uB97C \uD558\uC9C0\uB294 \uC54A\uACA0\uC9C0 \uB9C8\uC694\uC774?" + - rid: 1798538446909210912 + type: {class: 'Constant`1[[GestureData, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 1798538446909210913 + type: {class: 'Constant`1[[ExpressionData, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 1798538446909210914 + type: {class: EnumConstant, ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: + m_EnumType: + m_Identification: Pose, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, + PublicKeyToken=null + m_Value: 0 + m_EnumType: + m_Identification: Pose, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, + PublicKeyToken=null + - rid: 1798538446909210915 + type: {class: 'Constant`1[[CharacterData, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 1798538446909210916 + type: {class: 'Constant`1[[UnityEngine.Sprite, UnityEngine.CoreModule]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 1798538446909210917 + type: {class: 'Constant`1[[UnityEngine.Sprite, UnityEngine.CoreModule]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 1798538446909210918 + type: {class: 'Constant`1[[VoiceClip, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 1798538446909210919 + type: {class: 'Constant`1[[UnityEngine.AudioClip, UnityEngine.AudioModule]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 1798538446909210920 + type: {class: 'Constant`1[[UnityEngine.AudioClip, UnityEngine.AudioModule]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 1798538446909210921 + type: {class: 'Constant`1[[TypewriterStyle, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 11400000, guid: c3ad6c9a10473554891e2229d433afe8, type: 2} + - rid: 1798538446909210922 + type: {class: 'Constant`1[[System.Int32, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: 0 + - rid: 1798538446909210923 + type: {class: 'Constant`1[[System.Int32, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: 0 + - rid: 1798538446909210924 + type: {class: DialogLineNode, ns: DinoLove.Dialog.GraphTool.Editor, asm: Assembly-CSharp-Editor} + data: + - rid: 1798538446909210925 + type: {class: UserNodeModelImp, ns: Unity.GraphToolkit.Editor.Implementation, asm: UnityEditor.GraphToolkitModule} + data: + m_Guid: + m_Value0: 17782569287493188846 + m_Value1: 14623478356158250195 + m_HashGuid: + serializedVersion: 2 + Hash: ee7ccd068d60c8f6d3fc6c1f1608f1ca + m_Version: 2 + m_Position: {x: 7772, y: -6} + m_Title: + m_Tooltip: + m_NodePreviewModel: + rid: -2 + m_State: 0 + m_InputConstantsById: + m_KeyList: + - __option_ChoiceCount + - __option_HiddenBranchCount + - Speaker + - SpeakerNameOverride + - TalkText + - Gesture + - Expression + - Pose + - PoseTarget + - FrontSprite + - SideSprite + - Voice + - Bgm + - Sfx + - Typewriter + - Affection + - Progress + - SceneScreen + m_ValueList: + - rid: 1798538446909210927 + - rid: 1798538446909210928 + - rid: 1798538446909210929 + - rid: 1798538446909210930 + - rid: 1798538446909210931 + - rid: 1798538446909210932 + - rid: 1798538446909210933 + - rid: 1798538446909210934 + - rid: 1798538446909210935 + - rid: 1798538446909210936 + - rid: 1798538446909210937 + - rid: 1798538446909210938 + - rid: 1798538446909210939 + - rid: 1798538446909210940 + - rid: 1798538446909210941 + - rid: 1798538446909210942 + - rid: 1798538446909210943 + - rid: 1798538446909211064 + m_InputPortInfos: + expandedPortsById: + m_KeyList: [] + m_ValueList: + m_OutputPortInfos: + expandedPortsById: + m_KeyList: [] + m_ValueList: + m_Collapsed: 0 + m_CurrentModeIndex: 0 + m_ElementColor: + m_Color: {r: 0, g: 0, b: 0, a: 0} + m_HasUserColor: 0 + m_Node: + rid: 1798538446909210944 + - rid: 1798538446909210926 + type: {class: WireModel, ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Guid: + m_Value0: 11780553208465904879 + m_Value1: 16005357233740374517 + m_HashGuid: + serializedVersion: 2 + Hash: efd43220baee7ca3f5e152a49a731ede + m_Version: 2 + m_FromPortReference: + m_NodeModelGuid: + m_Value0: 10906169235893133203 + m_Value1: 2269568341360369274 + m_NodeModelHashGuid: + serializedVersion: 2 + Hash: 931fb4fd227f5a977ade41bc61207f1f + m_UniqueId: Out + m_PortDirection: 2 + m_PortOrientation: 0 + m_Title: + m_ToPortReference: + m_NodeModelGuid: + m_Value0: 17782569287493188846 + m_Value1: 14623478356158250195 + m_NodeModelHashGuid: + serializedVersion: 2 + Hash: ee7ccd068d60c8f6d3fc6c1f1608f1ca + m_UniqueId: In + m_PortDirection: 1 + m_PortOrientation: 0 + m_Title: + - rid: 1798538446909210927 + type: {class: 'Constant`1[[System.Int32, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: 0 + - rid: 1798538446909210928 + type: {class: 'Constant`1[[System.Int32, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: 0 + - rid: 1798538446909210929 + type: {class: 'Constant`1[[CharacterData, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 11400000, guid: 9a53336ba49fbe74b9af901101523504, type: 2} + - rid: 1798538446909210930 + type: {class: 'Constant`1[[DinoLove.Dialog.GraphTool.Editor.DialogShortText, Assembly-CSharp-Editor]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: + Value: + - rid: 1798538446909210931 + type: {class: 'Constant`1[[DinoLove.Dialog.GraphTool.Editor.DialogText, Assembly-CSharp-Editor]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: + Value: "\uB3C4\uC640\uC918\uC57C\uD574! \uADF8\uB294 \uCE5C\uC808\uD55C + \uB124\uC784\uB4DC\uB780\uB9D0\uC774\uC57C. \uC0B4\uC778\uC744 \uD588\uC744\uB9AC + \uC5C6\uC5B4." + - rid: 1798538446909210932 + type: {class: 'Constant`1[[GestureData, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 1798538446909210933 + type: {class: 'Constant`1[[ExpressionData, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 1798538446909210934 + type: {class: EnumConstant, ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: + m_EnumType: + m_Identification: Pose, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, + PublicKeyToken=null + m_Value: 13 + m_EnumType: + m_Identification: Pose, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, + PublicKeyToken=null + - rid: 1798538446909210935 + type: {class: 'Constant`1[[CharacterData, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 11400000, guid: 9a53336ba49fbe74b9af901101523504, type: 2} + - rid: 1798538446909210936 + type: {class: 'Constant`1[[UnityEngine.Sprite, UnityEngine.CoreModule]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 1798538446909210937 + type: {class: 'Constant`1[[UnityEngine.Sprite, UnityEngine.CoreModule]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 1798538446909210938 + type: {class: 'Constant`1[[VoiceClip, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 1798538446909210939 + type: {class: 'Constant`1[[UnityEngine.AudioClip, UnityEngine.AudioModule]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 1798538446909210940 + type: {class: 'Constant`1[[UnityEngine.AudioClip, UnityEngine.AudioModule]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 1798538446909210941 + type: {class: 'Constant`1[[TypewriterStyle, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 11400000, guid: c3ad6c9a10473554891e2229d433afe8, type: 2} + - rid: 1798538446909210942 + type: {class: 'Constant`1[[System.Int32, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: 0 + - rid: 1798538446909210943 + type: {class: 'Constant`1[[System.Int32, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: 0 + - rid: 1798538446909210944 + type: {class: DialogLineNode, ns: DinoLove.Dialog.GraphTool.Editor, asm: Assembly-CSharp-Editor} + data: + - rid: 1798538446909210945 + type: {class: UserNodeModelImp, ns: Unity.GraphToolkit.Editor.Implementation, asm: UnityEditor.GraphToolkitModule} + data: + m_Guid: + m_Value0: 17034892369983089023 + m_Value1: 14078340089446729906 + m_HashGuid: + serializedVersion: 2 + Hash: 7fa9da135b1868ecb2089d9ab84f60c3 + m_Version: 2 + m_Position: {x: 8262.317, y: -6.6870384} + m_Title: + m_Tooltip: + m_NodePreviewModel: + rid: -2 + m_State: 0 + m_InputConstantsById: + m_KeyList: + - __option_ChoiceCount + - __option_HiddenBranchCount + - Speaker + - SpeakerNameOverride + - TalkText + - Gesture + - Expression + - Pose + - PoseTarget + - FrontSprite + - SideSprite + - Voice + - Bgm + - Sfx + - Typewriter + - Affection + - Progress + - SceneScreen + m_ValueList: + - rid: 1798538446909210947 + - rid: 1798538446909210948 + - rid: 1798538446909210949 + - rid: 1798538446909210950 + - rid: 1798538446909210951 + - rid: 1798538446909210952 + - rid: 1798538446909210953 + - rid: 1798538446909210954 + - rid: 1798538446909210955 + - rid: 1798538446909210956 + - rid: 1798538446909210957 + - rid: 1798538446909210958 + - rid: 1798538446909210959 + - rid: 1798538446909210960 + - rid: 1798538446909210961 + - rid: 1798538446909210962 + - rid: 1798538446909210963 + - rid: 1798538446909211065 + m_InputPortInfos: + expandedPortsById: + m_KeyList: [] + m_ValueList: + m_OutputPortInfos: + expandedPortsById: + m_KeyList: [] + m_ValueList: + m_Collapsed: 0 + m_CurrentModeIndex: 0 + m_ElementColor: + m_Color: {r: 0, g: 0, b: 0, a: 0} + m_HasUserColor: 0 + m_Node: + rid: 1798538446909210964 + - rid: 1798538446909210946 + type: {class: WireModel, ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Guid: + m_Value0: 12711883415829846017 + m_Value1: 18110689488712732234 + m_HashGuid: + serializedVersion: 2 + Hash: 0198b7c29dae69b04a8e1fac221856fb + m_Version: 2 + m_FromPortReference: + m_NodeModelGuid: + m_Value0: 17782569287493188846 + m_Value1: 14623478356158250195 + m_NodeModelHashGuid: + serializedVersion: 2 + Hash: ee7ccd068d60c8f6d3fc6c1f1608f1ca + m_UniqueId: Out + m_PortDirection: 2 + m_PortOrientation: 0 + m_Title: + m_ToPortReference: + m_NodeModelGuid: + m_Value0: 17034892369983089023 + m_Value1: 14078340089446729906 + m_NodeModelHashGuid: + serializedVersion: 2 + Hash: 7fa9da135b1868ecb2089d9ab84f60c3 + m_UniqueId: In + m_PortDirection: 1 + m_PortOrientation: 0 + m_Title: + - rid: 1798538446909210947 + type: {class: 'Constant`1[[System.Int32, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: 0 + - rid: 1798538446909210948 + type: {class: 'Constant`1[[System.Int32, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: 0 + - rid: 1798538446909210949 + type: {class: 'Constant`1[[CharacterData, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 1798538446909210950 + type: {class: 'Constant`1[[DinoLove.Dialog.GraphTool.Editor.DialogShortText, Assembly-CSharp-Editor]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: + Value: + - rid: 1798538446909210951 + type: {class: 'Constant`1[[DinoLove.Dialog.GraphTool.Editor.DialogText, Assembly-CSharp-Editor]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: + Value: "\uADF8\uB807\uAC8C \uB9C8\uC694\uC774\uC758 \uC5B5\uC9C0\uC5D0 + \uC774\uB04C\uB824 \uC720\uCE58\uC7A5\uC73C\uB85C \uC6A9\uC758\uC790 + H\uC528\uB97C \uB9CC\uB098\uB7EC \uAC14\uB2E4." + - rid: 1798538446909210952 + type: {class: 'Constant`1[[GestureData, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 1798538446909210953 + type: {class: 'Constant`1[[ExpressionData, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 1798538446909210954 + type: {class: EnumConstant, ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: + m_EnumType: + m_Identification: Pose, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, + PublicKeyToken=null + m_Value: 1 + m_EnumType: + m_Identification: Pose, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, + PublicKeyToken=null + - rid: 1798538446909210955 + type: {class: 'Constant`1[[CharacterData, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 11400000, guid: 9a53336ba49fbe74b9af901101523504, type: 2} + - rid: 1798538446909210956 + type: {class: 'Constant`1[[UnityEngine.Sprite, UnityEngine.CoreModule]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 1798538446909210957 + type: {class: 'Constant`1[[UnityEngine.Sprite, UnityEngine.CoreModule]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 1798538446909210958 + type: {class: 'Constant`1[[VoiceClip, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 1798538446909210959 + type: {class: 'Constant`1[[UnityEngine.AudioClip, UnityEngine.AudioModule]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 1798538446909210960 + type: {class: 'Constant`1[[UnityEngine.AudioClip, UnityEngine.AudioModule]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 1798538446909210961 + type: {class: 'Constant`1[[TypewriterStyle, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 11400000, guid: c3ad6c9a10473554891e2229d433afe8, type: 2} + - rid: 1798538446909210962 + type: {class: 'Constant`1[[System.Int32, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: 0 + - rid: 1798538446909210963 + type: {class: 'Constant`1[[System.Int32, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: 0 + - rid: 1798538446909210964 + type: {class: DialogLineNode, ns: DinoLove.Dialog.GraphTool.Editor, asm: Assembly-CSharp-Editor} + data: + - rid: 1798538446909210965 + type: {class: WireModel, ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Guid: + m_Value0: 3385260439666914031 + m_Value1: 18085438355206295059 + m_HashGuid: + serializedVersion: 2 + Hash: ef72871a6fdcfa2e13ce4b015d62fcfa + m_Version: 2 + m_FromPortReference: + m_NodeModelGuid: + m_Value0: 17034892369983089023 + m_Value1: 14078340089446729906 + m_NodeModelHashGuid: + serializedVersion: 2 + Hash: 7fa9da135b1868ecb2089d9ab84f60c3 + m_UniqueId: Out + m_PortDirection: 2 + m_PortOrientation: 0 + m_Title: + m_ToPortReference: + m_NodeModelGuid: + m_Value0: 3739637933438275872 + m_Value1: 12559177808371301060 + m_NodeModelHashGuid: + serializedVersion: 2 + Hash: 20112a13e3dce533c4baf0e2ac294bae + m_UniqueId: In + m_PortDirection: 1 + m_PortOrientation: 0 + m_Title: + - rid: 1798538446909211047 + type: {class: 'Constant`1[[UnityEngine.Sprite, UnityEngine.CoreModule]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 1798538446909211063 + type: {class: 'Constant`1[[UnityEngine.Sprite, UnityEngine.CoreModule]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 1798538446909211064 + type: {class: 'Constant`1[[UnityEngine.Sprite, UnityEngine.CoreModule]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 1798538446909211065 + type: {class: 'Constant`1[[UnityEngine.Sprite, UnityEngine.CoreModule]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 1798538524564389894 + type: {class: UserNodeModelImp, ns: Unity.GraphToolkit.Editor.Implementation, asm: UnityEditor.GraphToolkitModule} + data: + m_Guid: + m_Value0: 9622189804787688925 + m_Value1: 12931858337114635410 + m_HashGuid: + serializedVersion: 2 + Hash: dd65c19ba5e28885923c6445a43077b3 + m_Version: 2 + m_Position: {x: 264, y: -76.02779} + m_Title: + m_Tooltip: + m_NodePreviewModel: + rid: -2 + m_State: 0 + m_InputConstantsById: + m_KeyList: + - __option_ChoiceCount + - __option_HiddenBranchCount + - Speaker + - SpeakerNameOverride + - TalkText + - Gesture + - Expression + - SceneScreen + - Pose + - PoseTarget + - FrontSprite + - SideSprite + - Voice + - Bgm + - Sfx + - Typewriter + - Affection + - Progress + m_ValueList: + - rid: 1798538524564389896 + - rid: 1798538524564389897 + - rid: 1798538524564389898 + - rid: 1798538524564389899 + - rid: 1798538524564389900 + - rid: 1798538524564389901 + - rid: 1798538524564389902 + - rid: 1798538524564389903 + - rid: 1798538524564389904 + - rid: 1798538524564389905 + - rid: 1798538524564389906 + - rid: 1798538524564389907 + - rid: 1798538524564389908 + - rid: 1798538524564389909 + - rid: 1798538524564389910 + - rid: 1798538524564389911 + - rid: 1798538524564389912 + - rid: 1798538524564389913 + m_InputPortInfos: + expandedPortsById: + m_KeyList: [] + m_ValueList: + m_OutputPortInfos: + expandedPortsById: + m_KeyList: [] + m_ValueList: + m_Collapsed: 0 + m_CurrentModeIndex: 0 + m_ElementColor: + m_Color: {r: 0, g: 0, b: 0, a: 0} + m_HasUserColor: 0 + m_Node: + rid: 1798538524564389914 + - rid: 1798538524564389895 + type: {class: WireModel, ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Guid: + m_Value0: 6326863253295467549 + m_Value1: 11672773103198456591 + m_HashGuid: + serializedVersion: 2 + Hash: 1d0c26939b88cd570fcbe0d74a05fea1 + m_Version: 2 + m_FromPortReference: + m_NodeModelGuid: + m_Value0: 8557079674992562767 + m_Value1: 2087592960078497513 + m_NodeModelHashGuid: + serializedVersion: 2 + Hash: 4f92a586a0dac076e9c61595bc9ef81c + m_UniqueId: Out + m_PortDirection: 2 + m_PortOrientation: 0 + m_Title: + m_ToPortReference: + m_NodeModelGuid: + m_Value0: 9622189804787688925 + m_Value1: 12931858337114635410 + m_NodeModelHashGuid: + serializedVersion: 2 + Hash: dd65c19ba5e28885923c6445a43077b3 + m_UniqueId: In + m_PortDirection: 1 + m_PortOrientation: 0 + m_Title: + - rid: 1798538524564389896 + type: {class: 'Constant`1[[System.Int32, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: 0 + - rid: 1798538524564389897 + type: {class: 'Constant`1[[System.Int32, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: 0 + - rid: 1798538524564389898 + type: {class: 'Constant`1[[CharacterData, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 1798538524564389899 + type: {class: 'Constant`1[[DinoLove.Dialog.GraphTool.Editor.DialogShortText, Assembly-CSharp-Editor]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: + Value: + - rid: 1798538524564389900 + type: {class: 'Constant`1[[DinoLove.Dialog.GraphTool.Editor.DialogText, Assembly-CSharp-Editor]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: + Value: + - rid: 1798538524564389901 + type: {class: 'Constant`1[[GestureData, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 1798538524564389902 + type: {class: 'Constant`1[[ExpressionData, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 1798538524564389903 + type: {class: 'Constant`1[[UnityEngine.Sprite, UnityEngine.CoreModule]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 1798538524564389904 + type: {class: EnumConstant, ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: + m_EnumType: + m_Identification: Pose, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, + PublicKeyToken=null + m_Value: 0 + m_EnumType: + m_Identification: Pose, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, + PublicKeyToken=null + - rid: 1798538524564389905 + type: {class: 'Constant`1[[CharacterData, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 1798538524564389906 + type: {class: 'Constant`1[[UnityEngine.Sprite, UnityEngine.CoreModule]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 1798538524564389907 + type: {class: 'Constant`1[[UnityEngine.Sprite, UnityEngine.CoreModule]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 1798538524564389908 + type: {class: 'Constant`1[[VoiceClip, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 1798538524564389909 + type: {class: 'Constant`1[[UnityEngine.AudioClip, UnityEngine.AudioModule]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 1798538524564389910 + type: {class: 'Constant`1[[UnityEngine.AudioClip, UnityEngine.AudioModule]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 1798538524564389911 + type: {class: 'Constant`1[[TypewriterStyle, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 1798538524564389912 + type: {class: 'Constant`1[[System.Int32, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: 0 + - rid: 1798538524564389913 + type: {class: 'Constant`1[[System.Int32, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: 0 + - rid: 1798538524564389914 + type: {class: DialogLineNode, ns: DinoLove.Dialog.GraphTool.Editor, asm: Assembly-CSharp-Editor} + data: + - rid: 4848514907161231424 + type: {class: 'Constant`1[[System.Int32, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: 0 + - rid: 4848514907161231425 + type: {class: 'Constant`1[[TypewriterStyle, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 11400000, guid: cc6cf445487174e4da99aeb8c950940f, type: 2} + - rid: 4848514907161231443 + type: {class: 'Constant`1[[UnityEngine.AudioClip, UnityEngine.AudioModule]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 4848514907161231460 + type: {class: UserNodeModelImp, ns: Unity.GraphToolkit.Editor.Implementation, asm: UnityEditor.GraphToolkitModule} + data: + m_Guid: + m_Value0: 3739637933438275872 + m_Value1: 12559177808371301060 + m_HashGuid: + serializedVersion: 2 + Hash: 20112a13e3dce533c4baf0e2ac294bae + m_Version: 2 + m_Position: {x: 8828.655, y: 31.197617} + m_Title: + m_Tooltip: + m_NodePreviewModel: + rid: -2 + m_State: 0 + m_InputConstantsById: + m_KeyList: + - KeepBgm + m_ValueList: + - rid: 4848514907161231462 + m_InputPortInfos: + expandedPortsById: + m_KeyList: [] + m_ValueList: + m_OutputPortInfos: + expandedPortsById: + m_KeyList: [] + m_ValueList: + m_Collapsed: 0 + m_CurrentModeIndex: 0 + m_ElementColor: + m_Color: {r: 0, g: 0, b: 0, a: 0} + m_HasUserColor: 0 + m_Node: + rid: 4848514907161231463 + - rid: 4848514907161231462 + type: {class: 'Constant`1[[System.Boolean, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: 0 + - rid: 4848514907161231463 + type: {class: DialogEndNode, ns: DinoLove.Dialog.GraphTool.Editor, asm: Assembly-CSharp-Editor} + data: + - rid: 6600512887158735084 + type: {class: GraphModelImp, ns: Unity.GraphToolkit.Editor.Implementation, asm: UnityEditor.GraphToolkitModule} + data: + m_Guid: + m_Value0: 9794163788213571237 + m_Value1: 6016515793404660238 + m_HashGuid: + serializedVersion: 2 + Hash: a5ce76dc12dceb870e8a69bb3cf57e53 + m_Name: Chapter1_1 + m_GraphNodeModels: + - rid: 6600512887158735087 + - rid: 6600512887158735111 + - rid: 4848514907161231460 + - rid: 1798538446909210905 + - rid: 1798538446909210925 + - rid: 1798538446909210945 + - rid: 1798538524564389894 + m_GraphWireModels: + - rid: 6600512887158735113 + - rid: 1798538446909210926 + - rid: 1798538446909210946 + - rid: 1798538446909210965 + - rid: 1798538524564389895 + m_GraphStickyNoteModels: [] + m_GraphPlacematModels: [] + m_GraphVariableModels: [] + m_GraphPortalModels: [] + m_SectionModels: + - rid: 6600512887158735085 + m_LocalSubgraphs: [] + m_LastKnownBounds: + serializedVersion: 2 + x: -631 + y: -96 + width: 9615 + height: 666 + m_GraphElementMetaData: + - m_Guid: + m_Value0: 8557079674992562767 + m_Value1: 2087592960078497513 + m_HashGuid: + serializedVersion: 2 + Hash: 4f92a586a0dac076e9c61595bc9ef81c + m_Category: 0 + m_Index: 0 + - m_Guid: + m_Value0: 13680180985569699724 + m_Value1: 14420258866515227426 + m_HashGuid: + serializedVersion: 2 + Hash: 8c67ef2b20c4d9bd2233d18b090d1fc8 + m_Category: 0 + m_Index: 1 + - m_Guid: + m_Value0: 10165275467295493703 + m_Value1: 18408072349542380157 + m_HashGuid: + serializedVersion: 2 + Hash: 470e24f82d50128d7df22992459c76ff + m_Category: 2 + m_Index: 0 + - m_Guid: + m_Value0: 3739637933438275872 + m_Value1: 12559177808371301060 + m_HashGuid: + serializedVersion: 2 + Hash: 20112a13e3dce533c4baf0e2ac294bae + m_Category: 0 + m_Index: 2 + - m_Guid: + m_Value0: 10906169235893133203 + m_Value1: 2269568341360369274 + m_HashGuid: + serializedVersion: 2 + Hash: 931fb4fd227f5a977ade41bc61207f1f + m_Category: 0 + m_Index: 3 + - m_Guid: + m_Value0: 17782569287493188846 + m_Value1: 14623478356158250195 + m_HashGuid: + serializedVersion: 2 + Hash: ee7ccd068d60c8f6d3fc6c1f1608f1ca + m_Category: 0 + m_Index: 4 + - m_Guid: + m_Value0: 11780553208465904879 + m_Value1: 16005357233740374517 + m_HashGuid: + serializedVersion: 2 + Hash: efd43220baee7ca3f5e152a49a731ede + m_Category: 2 + m_Index: 1 + - m_Guid: + m_Value0: 17034892369983089023 + m_Value1: 14078340089446729906 + m_HashGuid: + serializedVersion: 2 + Hash: 7fa9da135b1868ecb2089d9ab84f60c3 + m_Category: 0 + m_Index: 5 + - m_Guid: + m_Value0: 12711883415829846017 + m_Value1: 18110689488712732234 + m_HashGuid: + serializedVersion: 2 + Hash: 0198b7c29dae69b04a8e1fac221856fb + m_Category: 2 + m_Index: 2 + - m_Guid: + m_Value0: 3385260439666914031 + m_Value1: 18085438355206295059 + m_HashGuid: + serializedVersion: 2 + Hash: ef72871a6fdcfa2e13ce4b015d62fcfa + m_Category: 2 + m_Index: 3 + - m_Guid: + m_Value0: 9622189804787688925 + m_Value1: 12931858337114635410 + m_HashGuid: + serializedVersion: 2 + Hash: dd65c19ba5e28885923c6445a43077b3 + m_Category: 0 + m_Index: 6 + - m_Guid: + m_Value0: 6326863253295467549 + m_Value1: 11672773103198456591 + m_HashGuid: + serializedVersion: 2 + Hash: 1d0c26939b88cd570fcbe0d74a05fea1 + m_Category: 2 + m_Index: 4 + m_EntryPoint: + rid: 6600512887158735087 + m_Graph: + rid: 6600512887158735086 + - rid: 6600512887158735085 + type: {class: SectionModel, ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Guid: + m_Value0: 13894749353265220958 + m_Value1: 16881712273075319024 + m_HashGuid: + serializedVersion: 2 + Hash: 5e4d7654eb10d4c0f0b00185dee347ea + m_Version: 2 + m_Items: [] + m_Title: + - rid: 6600512887158735086 + type: {class: DialogGraph, ns: DinoLove.Dialog.GraphTool.Editor, asm: Assembly-CSharp-Editor} + data: + - rid: 6600512887158735087 + type: {class: UserNodeModelImp, ns: Unity.GraphToolkit.Editor.Implementation, asm: UnityEditor.GraphToolkitModule} + data: + m_Guid: + m_Value0: 8557079674992562767 + m_Value1: 2087592960078497513 + m_HashGuid: + serializedVersion: 2 + Hash: 4f92a586a0dac076e9c61595bc9ef81c + m_Version: 2 + m_Position: {x: -354, y: -96} + m_Title: + m_Tooltip: + m_NodePreviewModel: + rid: -2 + m_State: 0 + m_InputConstantsById: + m_KeyList: + - __option_ChoiceCount + - Speaker + - SpeakerNameOverride + - TalkText + - Gesture + - Expression + - Voice + - Bgm + - Affection + - Progress + - __option_HiddenBranchCount + - Typewriter + - Sfx + - FrontSprite + - SideSprite + - Pose + - PoseTarget + - SceneScreen + m_ValueList: + - rid: 6600512887158735088 + - rid: 6600512887158735093 + - rid: 6600512887158735094 + - rid: 6600512887158735096 + - rid: 6600512887158735097 + - rid: 6600512887158735098 + - rid: 6600512887158735099 + - rid: 6600512887158735100 + - rid: 6600512887158735108 + - rid: 6600512887158735109 + - rid: 4848514907161231424 + - rid: 4848514907161231425 + - rid: 4848514907161231443 + - rid: 1798538364032909463 + - rid: 1798538364032909464 + - rid: 1798538364032909645 + - rid: 1798538364032909668 + - rid: 1798538446909211047 + m_InputPortInfos: + expandedPortsById: + m_KeyList: [] + m_ValueList: + m_OutputPortInfos: + expandedPortsById: + m_KeyList: [] + m_ValueList: + m_Collapsed: 0 + m_CurrentModeIndex: 0 + m_ElementColor: + m_Color: {r: 0, g: 0, b: 0, a: 0} + m_HasUserColor: 0 + m_Node: + rid: 6600512887158735110 + - rid: 6600512887158735088 + type: {class: 'Constant`1[[System.Int32, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: 0 + - rid: 6600512887158735093 + type: {class: 'Constant`1[[CharacterData, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 6600512887158735094 + type: {class: 'Constant`1[[DinoLove.Dialog.GraphTool.Editor.DialogShortText, Assembly-CSharp-Editor]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: + Value: + - rid: 6600512887158735096 + type: {class: 'Constant`1[[DinoLove.Dialog.GraphTool.Editor.DialogText, Assembly-CSharp-Editor]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: + Value: "2026\uB144 7\uC6D4 31\uC77C \uB098\uB8E8\uD638\uB3C4 \uBC95\uB960\uC0AC\uBB34\uC18C" + - rid: 6600512887158735097 + type: {class: 'Constant`1[[GestureData, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 6600512887158735098 + type: {class: 'Constant`1[[ExpressionData, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 6600512887158735099 + type: {class: 'Constant`1[[VoiceClip, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 6600512887158735100 + type: {class: 'Constant`1[[UnityEngine.AudioClip, UnityEngine.AudioModule]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 6600512887158735108 + type: {class: 'Constant`1[[System.Int32, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: 0 + - rid: 6600512887158735109 + type: {class: 'Constant`1[[System.Int32, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: 0 + - rid: 6600512887158735110 + type: {class: DialogLineNode, ns: DinoLove.Dialog.GraphTool.Editor, asm: Assembly-CSharp-Editor} + data: + - rid: 6600512887158735111 + type: {class: UserNodeModelImp, ns: Unity.GraphToolkit.Editor.Implementation, asm: UnityEditor.GraphToolkitModule} + data: + m_Guid: + m_Value0: 13680180985569699724 + m_Value1: 14420258866515227426 + m_HashGuid: + serializedVersion: 2 + Hash: 8c67ef2b20c4d9bd2233d18b090d1fc8 + m_Version: 2 + m_Position: {x: -631, y: 13} + m_Title: + m_Tooltip: + m_NodePreviewModel: + rid: -2 + m_State: 0 + m_InputConstantsById: + m_KeyList: [] + m_ValueList: [] + m_InputPortInfos: + expandedPortsById: + m_KeyList: [] + m_ValueList: + m_OutputPortInfos: + expandedPortsById: + m_KeyList: [] + m_ValueList: + m_Collapsed: 0 + m_CurrentModeIndex: 0 + m_ElementColor: + m_Color: {r: 0, g: 0, b: 0, a: 0} + m_HasUserColor: 0 + m_Node: + rid: 6600512887158735112 + - rid: 6600512887158735112 + type: {class: DialogStartNode, ns: DinoLove.Dialog.GraphTool.Editor, asm: Assembly-CSharp-Editor} + data: + - rid: 6600512887158735113 + type: {class: WireModel, ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Guid: + m_Value0: 10165275467295493703 + m_Value1: 18408072349542380157 + m_HashGuid: + serializedVersion: 2 + Hash: 470e24f82d50128d7df22992459c76ff + m_Version: 2 + m_FromPortReference: + m_NodeModelGuid: + m_Value0: 13680180985569699724 + m_Value1: 14420258866515227426 + m_NodeModelHashGuid: + serializedVersion: 2 + Hash: 8c67ef2b20c4d9bd2233d18b090d1fc8 + m_UniqueId: Out + m_PortDirection: 2 + m_PortOrientation: 0 + m_Title: + m_ToPortReference: + m_NodeModelGuid: + m_Value0: 8557079674992562767 + m_Value1: 2087592960078497513 + m_NodeModelHashGuid: + serializedVersion: 2 + Hash: 4f92a586a0dac076e9c61595bc9ef81c + m_UniqueId: In + m_PortDirection: 1 + m_PortOrientation: 0 + m_Title: diff --git a/Assets/07_Data/DialogGraph/Chapter1_1.dlg.meta b/Assets/07_Data/DialogGraph/Chapter1_1.dlg.meta new file mode 100644 index 0000000..83190cc --- /dev/null +++ b/Assets/07_Data/DialogGraph/Chapter1_1.dlg.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: d8864d85b07c6244db2db414cbf93738 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 2ae5ca89bbed445479d9023586f0c041, type: 3} diff --git a/Assets/07_Data/DialogGraph/TestDescDialog.dlg b/Assets/07_Data/DialogGraph/TestDescDialog.dlg index caef1ed..91138f7 100644 --- a/Assets/07_Data/DialogGraph/TestDescDialog.dlg +++ b/Assets/07_Data/DialogGraph/TestDescDialog.dlg @@ -27,17 +27,6 @@ MonoBehaviour: type: {class: 'Constant`1[[UnityEngine.Sprite, UnityEngine.CoreModule]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} data: m_Value: {fileID: 0} - - rid: 1798538364032909465 - type: {class: EnumConstant, ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} - data: - m_Value: - m_EnumType: - m_Identification: SpriteClear, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, - PublicKeyToken=null - m_Value: 0 - m_EnumType: - m_Identification: SpriteClear, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, - PublicKeyToken=null - rid: 1798538364032909466 type: {class: 'Constant`1[[UnityEngine.Sprite, UnityEngine.CoreModule]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} data: @@ -46,17 +35,6 @@ MonoBehaviour: type: {class: 'Constant`1[[UnityEngine.Sprite, UnityEngine.CoreModule]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} data: m_Value: {fileID: 0} - - rid: 1798538364032909468 - type: {class: EnumConstant, ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} - data: - m_Value: - m_EnumType: - m_Identification: SpriteClear, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, - PublicKeyToken=null - m_Value: 0 - m_EnumType: - m_Identification: SpriteClear, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, - PublicKeyToken=null - rid: 1798538364032909469 type: {class: VariableDeclarationModel, ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} data: @@ -153,6 +131,44 @@ MonoBehaviour: m_PortDirection: 1 m_PortOrientation: 0 m_Title: Front Sprite + - rid: 1798538524564389888 + type: {class: 'Constant`1[[UnityEngine.Sprite, UnityEngine.CoreModule]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 1798538524564389889 + type: {class: EnumConstant, ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: + m_EnumType: + m_Identification: Pose, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, + PublicKeyToken=null + m_Value: 0 + m_EnumType: + m_Identification: Pose, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, + PublicKeyToken=null + - rid: 1798538524564389890 + type: {class: 'Constant`1[[CharacterData, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 1798538524564389891 + type: {class: 'Constant`1[[UnityEngine.Sprite, UnityEngine.CoreModule]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} + - rid: 1798538524564389892 + type: {class: EnumConstant, ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: + m_EnumType: + m_Identification: Pose, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, + PublicKeyToken=null + m_Value: 0 + m_EnumType: + m_Identification: Pose, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, + PublicKeyToken=null + - rid: 1798538524564389893 + type: {class: 'Constant`1[[CharacterData, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} + data: + m_Value: {fileID: 0} - rid: 4848514907161231424 type: {class: 'Constant`1[[System.Int32, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} data: @@ -198,7 +214,9 @@ MonoBehaviour: - Progress - FrontSprite - SideSprite - - ClearSprite + - SceneScreen + - Pose + - PoseTarget m_ValueList: - rid: 4848514907161231446 - rid: 4848514907161231447 @@ -215,7 +233,9 @@ MonoBehaviour: - rid: 4848514907161231458 - rid: 1798538364032909466 - rid: 1798538364032909467 - - rid: 1798538364032909468 + - rid: 1798538524564389891 + - rid: 1798538524564389892 + - rid: 1798538524564389893 m_InputPortInfos: expandedPortsById: m_KeyList: [] @@ -564,7 +584,9 @@ MonoBehaviour: - Sfx - FrontSprite - SideSprite - - ClearSprite + - SceneScreen + - Pose + - PoseTarget m_ValueList: - rid: 6600512887158735088 - rid: 6600512887158735093 @@ -581,7 +603,9 @@ MonoBehaviour: - rid: 4848514907161231443 - rid: 1798538364032909463 - rid: 1798538364032909464 - - rid: 1798538364032909465 + - rid: 1798538524564389888 + - rid: 1798538524564389889 + - rid: 1798538524564389890 m_InputPortInfos: expandedPortsById: m_KeyList: [] diff --git a/Assets/07_Data/Locations/Forest.asset b/Assets/07_Data/Locations/Forest.asset new file mode 100644 index 0000000..782400b --- /dev/null +++ b/Assets/07_Data/Locations/Forest.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:470b7ace47b50574d4810250557989d6c86e0c9a7a9a1a216e2354eeed7230a2 +size 562 diff --git a/Assets/07_Data/Locations/Forest.asset.meta b/Assets/07_Data/Locations/Forest.asset.meta new file mode 100644 index 0000000..0e90593 --- /dev/null +++ b/Assets/07_Data/Locations/Forest.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a36fd549c069ca6459d2bdec4034f102 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/07_Data/StoryDatabase.asset b/Assets/07_Data/StoryDatabase.asset index e85ece5..fd7b599 100644 --- a/Assets/07_Data/StoryDatabase.asset +++ b/Assets/07_Data/StoryDatabase.asset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:426a9ce34612baa78ff968f9fb24b955ee24ed1c5692bd74576d8e5b9f44bd94 -size 1544 +oid sha256:eb9d70760e2a53a17a258484bbfc769cbf7cc505b01b0b0de4d688fb58b3131c +size 2005 diff --git a/Assets/12_Font/Limgul24 SDF.asset b/Assets/12_Font/Limgul24 SDF.asset index 40cbb55..8771b01 100644 --- a/Assets/12_Font/Limgul24 SDF.asset +++ b/Assets/12_Font/Limgul24 SDF.asset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f7bfe5ae75feeda7f8ff906badf039d963d9952995ce15e7c2b03dfa9e0c3449 -size 5815 +oid sha256:a9748b483cd0b5968503406afbf8be663c5b514126cafcc0d496820e937e5672 +size 134231383