Merge branch 'eschung' into 'develop'
[eschung] npc 대화 적용 See merge request !3
Showing
112 changed files
with
3024 additions
and
1847 deletions
No preview for this file type
src/unity/creating-map/.vsconfig
0 → 100644
1 | +<?xml version="1.0" encoding="utf-8"?> | ||
2 | +<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
3 | + <PropertyGroup> | ||
4 | + <LangVersion>8.0</LangVersion> | ||
5 | + </PropertyGroup> | ||
6 | + <PropertyGroup> | ||
7 | + <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
8 | + <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||
9 | + <ProductVersion>10.0.20506</ProductVersion> | ||
10 | + <SchemaVersion>2.0</SchemaVersion> | ||
11 | + <RootNamespace></RootNamespace> | ||
12 | + <ProjectGuid>{E151A80B-4015-8B74-3038-60EA22E7A25E}</ProjectGuid> | ||
13 | + <OutputType>Library</OutputType> | ||
14 | + <AppDesignerFolder>Properties</AppDesignerFolder> | ||
15 | + <AssemblyName>Assembly-CSharp-Editor</AssemblyName> | ||
16 | + <TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion> | ||
17 | + <FileAlignment>512</FileAlignment> | ||
18 | + <BaseDirectory>.</BaseDirectory> | ||
19 | + </PropertyGroup> | ||
20 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||
21 | + <DebugSymbols>true</DebugSymbols> | ||
22 | + <DebugType>full</DebugType> | ||
23 | + <Optimize>false</Optimize> | ||
24 | + <OutputPath>Temp\Bin\Debug\</OutputPath> | ||
25 | + <DefineConstants>DEBUG;TRACE;UNITY_2020_3_3;UNITY_2020_3;UNITY_2020;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;INCLUDE_DYNAMIC_GI;ENABLE_MONO_BDWGC;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;PLATFORM_STANDALONE;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_4_6;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER;NET_STANDARD_2_0</DefineConstants> | ||
26 | + <ErrorReport>prompt</ErrorReport> | ||
27 | + <WarningLevel>4</WarningLevel> | ||
28 | + <NoWarn>0169</NoWarn> | ||
29 | + <AllowUnsafeBlocks>False</AllowUnsafeBlocks> | ||
30 | + </PropertyGroup> | ||
31 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||
32 | + <DebugType>pdbonly</DebugType> | ||
33 | + <Optimize>true</Optimize> | ||
34 | + <OutputPath>Temp\bin\Release\</OutputPath> | ||
35 | + <ErrorReport>prompt</ErrorReport> | ||
36 | + <WarningLevel>4</WarningLevel> | ||
37 | + <NoWarn>0169</NoWarn> | ||
38 | + <AllowUnsafeBlocks>False</AllowUnsafeBlocks> | ||
39 | + </PropertyGroup> | ||
40 | + <PropertyGroup> | ||
41 | + <NoConfig>true</NoConfig> | ||
42 | + <NoStdLib>true</NoStdLib> | ||
43 | + <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences> | ||
44 | + <ImplicitlyExpandNETStandardFacades>false</ImplicitlyExpandNETStandardFacades> | ||
45 | + <ImplicitlyExpandDesignTimeFacades>false</ImplicitlyExpandDesignTimeFacades> | ||
46 | + </PropertyGroup> | ||
47 | + <PropertyGroup> | ||
48 | + <ProjectTypeGuids>{E097FAD1-6243-4DAD-9C02-E9B9EFC3FFC1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> | ||
49 | + <UnityProjectGenerator>Package</UnityProjectGenerator> | ||
50 | + <UnityProjectGeneratorVersion>2.0.7</UnityProjectGeneratorVersion> | ||
51 | + <UnityProjectType>Editor:5</UnityProjectType> | ||
52 | + <UnityBuildTarget>StandaloneWindows:5</UnityBuildTarget> | ||
53 | + <UnityVersion>2020.3.3f1</UnityVersion> | ||
54 | + </PropertyGroup> | ||
55 | + <ItemGroup> | ||
56 | + <Compile Include="Assets\VIDE\Data\Editor\VIDE_Editor.cs" /> | ||
57 | + <Compile Include="Assets\VIDE\Data\Editor\VIDE_AssignC.cs" /> | ||
58 | + <Compile Include="Assets\TopDown 2D RPG BE3\ReadMe\Scripts\Editor\ReadmeEditorBE3.cs" /> | ||
59 | + <Compile Include="Assets\VIDE\Data\Editor\VDE.cs" /> | ||
60 | + </ItemGroup> | ||
61 | + <ItemGroup> | ||
62 | + <Reference Include="UnityEngine"> | ||
63 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.dll</HintPath> | ||
64 | + </Reference> | ||
65 | + <Reference Include="UnityEngine.AIModule"> | ||
66 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll</HintPath> | ||
67 | + </Reference> | ||
68 | + <Reference Include="UnityEngine.ARModule"> | ||
69 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll</HintPath> | ||
70 | + </Reference> | ||
71 | + <Reference Include="UnityEngine.AccessibilityModule"> | ||
72 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll</HintPath> | ||
73 | + </Reference> | ||
74 | + <Reference Include="UnityEngine.AndroidJNIModule"> | ||
75 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll</HintPath> | ||
76 | + </Reference> | ||
77 | + <Reference Include="UnityEngine.AnimationModule"> | ||
78 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll</HintPath> | ||
79 | + </Reference> | ||
80 | + <Reference Include="UnityEngine.AssetBundleModule"> | ||
81 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll</HintPath> | ||
82 | + </Reference> | ||
83 | + <Reference Include="UnityEngine.AudioModule"> | ||
84 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll</HintPath> | ||
85 | + </Reference> | ||
86 | + <Reference Include="UnityEngine.ClothModule"> | ||
87 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll</HintPath> | ||
88 | + </Reference> | ||
89 | + <Reference Include="UnityEngine.ClusterInputModule"> | ||
90 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll</HintPath> | ||
91 | + </Reference> | ||
92 | + <Reference Include="UnityEngine.ClusterRendererModule"> | ||
93 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll</HintPath> | ||
94 | + </Reference> | ||
95 | + <Reference Include="UnityEngine.CoreModule"> | ||
96 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll</HintPath> | ||
97 | + </Reference> | ||
98 | + <Reference Include="UnityEngine.CrashReportingModule"> | ||
99 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll</HintPath> | ||
100 | + </Reference> | ||
101 | + <Reference Include="UnityEngine.DSPGraphModule"> | ||
102 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll</HintPath> | ||
103 | + </Reference> | ||
104 | + <Reference Include="UnityEngine.DirectorModule"> | ||
105 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll</HintPath> | ||
106 | + </Reference> | ||
107 | + <Reference Include="UnityEngine.GIModule"> | ||
108 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll</HintPath> | ||
109 | + </Reference> | ||
110 | + <Reference Include="UnityEngine.GameCenterModule"> | ||
111 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll</HintPath> | ||
112 | + </Reference> | ||
113 | + <Reference Include="UnityEngine.GridModule"> | ||
114 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll</HintPath> | ||
115 | + </Reference> | ||
116 | + <Reference Include="UnityEngine.HotReloadModule"> | ||
117 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll</HintPath> | ||
118 | + </Reference> | ||
119 | + <Reference Include="UnityEngine.IMGUIModule"> | ||
120 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll</HintPath> | ||
121 | + </Reference> | ||
122 | + <Reference Include="UnityEngine.ImageConversionModule"> | ||
123 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll</HintPath> | ||
124 | + </Reference> | ||
125 | + <Reference Include="UnityEngine.InputModule"> | ||
126 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll</HintPath> | ||
127 | + </Reference> | ||
128 | + <Reference Include="UnityEngine.InputLegacyModule"> | ||
129 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll</HintPath> | ||
130 | + </Reference> | ||
131 | + <Reference Include="UnityEngine.JSONSerializeModule"> | ||
132 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll</HintPath> | ||
133 | + </Reference> | ||
134 | + <Reference Include="UnityEngine.LocalizationModule"> | ||
135 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll</HintPath> | ||
136 | + </Reference> | ||
137 | + <Reference Include="UnityEngine.ParticleSystemModule"> | ||
138 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll</HintPath> | ||
139 | + </Reference> | ||
140 | + <Reference Include="UnityEngine.PerformanceReportingModule"> | ||
141 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll</HintPath> | ||
142 | + </Reference> | ||
143 | + <Reference Include="UnityEngine.PhysicsModule"> | ||
144 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll</HintPath> | ||
145 | + </Reference> | ||
146 | + <Reference Include="UnityEngine.Physics2DModule"> | ||
147 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll</HintPath> | ||
148 | + </Reference> | ||
149 | + <Reference Include="UnityEngine.ProfilerModule"> | ||
150 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll</HintPath> | ||
151 | + </Reference> | ||
152 | + <Reference Include="UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule"> | ||
153 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll</HintPath> | ||
154 | + </Reference> | ||
155 | + <Reference Include="UnityEngine.ScreenCaptureModule"> | ||
156 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll</HintPath> | ||
157 | + </Reference> | ||
158 | + <Reference Include="UnityEngine.SharedInternalsModule"> | ||
159 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll</HintPath> | ||
160 | + </Reference> | ||
161 | + <Reference Include="UnityEngine.SpriteMaskModule"> | ||
162 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll</HintPath> | ||
163 | + </Reference> | ||
164 | + <Reference Include="UnityEngine.SpriteShapeModule"> | ||
165 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll</HintPath> | ||
166 | + </Reference> | ||
167 | + <Reference Include="UnityEngine.StreamingModule"> | ||
168 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll</HintPath> | ||
169 | + </Reference> | ||
170 | + <Reference Include="UnityEngine.SubstanceModule"> | ||
171 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll</HintPath> | ||
172 | + </Reference> | ||
173 | + <Reference Include="UnityEngine.SubsystemsModule"> | ||
174 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll</HintPath> | ||
175 | + </Reference> | ||
176 | + <Reference Include="UnityEngine.TLSModule"> | ||
177 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll</HintPath> | ||
178 | + </Reference> | ||
179 | + <Reference Include="UnityEngine.TerrainModule"> | ||
180 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll</HintPath> | ||
181 | + </Reference> | ||
182 | + <Reference Include="UnityEngine.TerrainPhysicsModule"> | ||
183 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll</HintPath> | ||
184 | + </Reference> | ||
185 | + <Reference Include="UnityEngine.TextCoreModule"> | ||
186 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreModule.dll</HintPath> | ||
187 | + </Reference> | ||
188 | + <Reference Include="UnityEngine.TextRenderingModule"> | ||
189 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll</HintPath> | ||
190 | + </Reference> | ||
191 | + <Reference Include="UnityEngine.TilemapModule"> | ||
192 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll</HintPath> | ||
193 | + </Reference> | ||
194 | + <Reference Include="UnityEngine.UIModule"> | ||
195 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll</HintPath> | ||
196 | + </Reference> | ||
197 | + <Reference Include="UnityEngine.UIElementsModule"> | ||
198 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll</HintPath> | ||
199 | + </Reference> | ||
200 | + <Reference Include="UnityEngine.UIElementsNativeModule"> | ||
201 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll</HintPath> | ||
202 | + </Reference> | ||
203 | + <Reference Include="UnityEngine.UNETModule"> | ||
204 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll</HintPath> | ||
205 | + </Reference> | ||
206 | + <Reference Include="UnityEngine.UmbraModule"> | ||
207 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll</HintPath> | ||
208 | + </Reference> | ||
209 | + <Reference Include="UnityEngine.UnityAnalyticsModule"> | ||
210 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll</HintPath> | ||
211 | + </Reference> | ||
212 | + <Reference Include="UnityEngine.UnityConnectModule"> | ||
213 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll</HintPath> | ||
214 | + </Reference> | ||
215 | + <Reference Include="UnityEngine.UnityCurlModule"> | ||
216 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll</HintPath> | ||
217 | + </Reference> | ||
218 | + <Reference Include="UnityEngine.UnityTestProtocolModule"> | ||
219 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll</HintPath> | ||
220 | + </Reference> | ||
221 | + <Reference Include="UnityEngine.UnityWebRequestModule"> | ||
222 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll</HintPath> | ||
223 | + </Reference> | ||
224 | + <Reference Include="UnityEngine.UnityWebRequestAssetBundleModule"> | ||
225 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll</HintPath> | ||
226 | + </Reference> | ||
227 | + <Reference Include="UnityEngine.UnityWebRequestAudioModule"> | ||
228 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll</HintPath> | ||
229 | + </Reference> | ||
230 | + <Reference Include="UnityEngine.UnityWebRequestTextureModule"> | ||
231 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll</HintPath> | ||
232 | + </Reference> | ||
233 | + <Reference Include="UnityEngine.UnityWebRequestWWWModule"> | ||
234 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll</HintPath> | ||
235 | + </Reference> | ||
236 | + <Reference Include="UnityEngine.VFXModule"> | ||
237 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll</HintPath> | ||
238 | + </Reference> | ||
239 | + <Reference Include="UnityEngine.VRModule"> | ||
240 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll</HintPath> | ||
241 | + </Reference> | ||
242 | + <Reference Include="UnityEngine.VehiclesModule"> | ||
243 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll</HintPath> | ||
244 | + </Reference> | ||
245 | + <Reference Include="UnityEngine.VideoModule"> | ||
246 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll</HintPath> | ||
247 | + </Reference> | ||
248 | + <Reference Include="UnityEngine.VirtualTexturingModule"> | ||
249 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll</HintPath> | ||
250 | + </Reference> | ||
251 | + <Reference Include="UnityEngine.WindModule"> | ||
252 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll</HintPath> | ||
253 | + </Reference> | ||
254 | + <Reference Include="UnityEngine.XRModule"> | ||
255 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll</HintPath> | ||
256 | + </Reference> | ||
257 | + <Reference Include="UnityEditor"> | ||
258 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEditor.dll</HintPath> | ||
259 | + </Reference> | ||
260 | + <Reference Include="UnityEditor.CoreModule"> | ||
261 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll</HintPath> | ||
262 | + </Reference> | ||
263 | + <Reference Include="UnityEditor.GraphViewModule"> | ||
264 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll</HintPath> | ||
265 | + </Reference> | ||
266 | + <Reference Include="UnityEditor.PackageManagerUIModule"> | ||
267 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll</HintPath> | ||
268 | + </Reference> | ||
269 | + <Reference Include="UnityEditor.SceneTemplateModule"> | ||
270 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll</HintPath> | ||
271 | + </Reference> | ||
272 | + <Reference Include="UnityEditor.UIElementsModule"> | ||
273 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll</HintPath> | ||
274 | + </Reference> | ||
275 | + <Reference Include="UnityEditor.UIElementsSamplesModule"> | ||
276 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll</HintPath> | ||
277 | + </Reference> | ||
278 | + <Reference Include="UnityEditor.UIServiceModule"> | ||
279 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll</HintPath> | ||
280 | + </Reference> | ||
281 | + <Reference Include="UnityEditor.UnityConnectModule"> | ||
282 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll</HintPath> | ||
283 | + </Reference> | ||
284 | + <Reference Include="UnityEditor.Graphs"> | ||
285 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEditor.Graphs.dll</HintPath> | ||
286 | + </Reference> | ||
287 | + <Reference Include="UnityEditor.WindowsStandalone.Extensions"> | ||
288 | + <HintPath>C:\Program Files\Unity\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll</HintPath> | ||
289 | + </Reference> | ||
290 | + <Reference Include="nunit.framework"> | ||
291 | + <HintPath>Library\PackageCache\com.unity.ext.nunit@1.0.6\net35\unity-custom\nunit.framework.dll</HintPath> | ||
292 | + </Reference> | ||
293 | + <Reference Include="mscorlib"> | ||
294 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\mscorlib.dll</HintPath> | ||
295 | + </Reference> | ||
296 | + <Reference Include="System"> | ||
297 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\System.dll</HintPath> | ||
298 | + </Reference> | ||
299 | + <Reference Include="System.Core"> | ||
300 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\System.Core.dll</HintPath> | ||
301 | + </Reference> | ||
302 | + <Reference Include="System.Runtime.Serialization"> | ||
303 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\System.Runtime.Serialization.dll</HintPath> | ||
304 | + </Reference> | ||
305 | + <Reference Include="System.Xml"> | ||
306 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\System.Xml.dll</HintPath> | ||
307 | + </Reference> | ||
308 | + <Reference Include="System.Xml.Linq"> | ||
309 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\System.Xml.Linq.dll</HintPath> | ||
310 | + </Reference> | ||
311 | + <Reference Include="System.Numerics"> | ||
312 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\System.Numerics.dll</HintPath> | ||
313 | + </Reference> | ||
314 | + <Reference Include="System.Numerics.Vectors"> | ||
315 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\System.Numerics.Vectors.dll</HintPath> | ||
316 | + </Reference> | ||
317 | + <Reference Include="System.Net.Http"> | ||
318 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\System.Net.Http.dll</HintPath> | ||
319 | + </Reference> | ||
320 | + <Reference Include="Microsoft.CSharp"> | ||
321 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Microsoft.CSharp.dll</HintPath> | ||
322 | + </Reference> | ||
323 | + <Reference Include="System.Data"> | ||
324 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\System.Data.dll</HintPath> | ||
325 | + </Reference> | ||
326 | + <Reference Include="Microsoft.Win32.Primitives"> | ||
327 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\Microsoft.Win32.Primitives.dll</HintPath> | ||
328 | + </Reference> | ||
329 | + <Reference Include="netstandard"> | ||
330 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\netstandard.dll</HintPath> | ||
331 | + </Reference> | ||
332 | + <Reference Include="System.AppContext"> | ||
333 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.AppContext.dll</HintPath> | ||
334 | + </Reference> | ||
335 | + <Reference Include="System.Collections.Concurrent"> | ||
336 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Collections.Concurrent.dll</HintPath> | ||
337 | + </Reference> | ||
338 | + <Reference Include="System.Collections"> | ||
339 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Collections.dll</HintPath> | ||
340 | + </Reference> | ||
341 | + <Reference Include="System.Collections.NonGeneric"> | ||
342 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Collections.NonGeneric.dll</HintPath> | ||
343 | + </Reference> | ||
344 | + <Reference Include="System.Collections.Specialized"> | ||
345 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Collections.Specialized.dll</HintPath> | ||
346 | + </Reference> | ||
347 | + <Reference Include="System.ComponentModel.Annotations"> | ||
348 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.ComponentModel.Annotations.dll</HintPath> | ||
349 | + </Reference> | ||
350 | + <Reference Include="System.ComponentModel"> | ||
351 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.ComponentModel.dll</HintPath> | ||
352 | + </Reference> | ||
353 | + <Reference Include="System.ComponentModel.EventBasedAsync"> | ||
354 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.ComponentModel.EventBasedAsync.dll</HintPath> | ||
355 | + </Reference> | ||
356 | + <Reference Include="System.ComponentModel.Primitives"> | ||
357 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.ComponentModel.Primitives.dll</HintPath> | ||
358 | + </Reference> | ||
359 | + <Reference Include="System.ComponentModel.TypeConverter"> | ||
360 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.ComponentModel.TypeConverter.dll</HintPath> | ||
361 | + </Reference> | ||
362 | + <Reference Include="System.Console"> | ||
363 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Console.dll</HintPath> | ||
364 | + </Reference> | ||
365 | + <Reference Include="System.Data.Common"> | ||
366 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Data.Common.dll</HintPath> | ||
367 | + </Reference> | ||
368 | + <Reference Include="System.Diagnostics.Contracts"> | ||
369 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Diagnostics.Contracts.dll</HintPath> | ||
370 | + </Reference> | ||
371 | + <Reference Include="System.Diagnostics.Debug"> | ||
372 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Diagnostics.Debug.dll</HintPath> | ||
373 | + </Reference> | ||
374 | + <Reference Include="System.Diagnostics.FileVersionInfo"> | ||
375 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Diagnostics.FileVersionInfo.dll</HintPath> | ||
376 | + </Reference> | ||
377 | + <Reference Include="System.Diagnostics.Process"> | ||
378 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Diagnostics.Process.dll</HintPath> | ||
379 | + </Reference> | ||
380 | + <Reference Include="System.Diagnostics.StackTrace"> | ||
381 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Diagnostics.StackTrace.dll</HintPath> | ||
382 | + </Reference> | ||
383 | + <Reference Include="System.Diagnostics.TextWriterTraceListener"> | ||
384 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Diagnostics.TextWriterTraceListener.dll</HintPath> | ||
385 | + </Reference> | ||
386 | + <Reference Include="System.Diagnostics.Tools"> | ||
387 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Diagnostics.Tools.dll</HintPath> | ||
388 | + </Reference> | ||
389 | + <Reference Include="System.Diagnostics.TraceSource"> | ||
390 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Diagnostics.TraceSource.dll</HintPath> | ||
391 | + </Reference> | ||
392 | + <Reference Include="System.Drawing.Primitives"> | ||
393 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Drawing.Primitives.dll</HintPath> | ||
394 | + </Reference> | ||
395 | + <Reference Include="System.Dynamic.Runtime"> | ||
396 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Dynamic.Runtime.dll</HintPath> | ||
397 | + </Reference> | ||
398 | + <Reference Include="System.Globalization.Calendars"> | ||
399 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Globalization.Calendars.dll</HintPath> | ||
400 | + </Reference> | ||
401 | + <Reference Include="System.Globalization"> | ||
402 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Globalization.dll</HintPath> | ||
403 | + </Reference> | ||
404 | + <Reference Include="System.Globalization.Extensions"> | ||
405 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Globalization.Extensions.dll</HintPath> | ||
406 | + </Reference> | ||
407 | + <Reference Include="System.IO.Compression.ZipFile"> | ||
408 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.IO.Compression.ZipFile.dll</HintPath> | ||
409 | + </Reference> | ||
410 | + <Reference Include="System.IO"> | ||
411 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.IO.dll</HintPath> | ||
412 | + </Reference> | ||
413 | + <Reference Include="System.IO.FileSystem"> | ||
414 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.IO.FileSystem.dll</HintPath> | ||
415 | + </Reference> | ||
416 | + <Reference Include="System.IO.FileSystem.DriveInfo"> | ||
417 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.IO.FileSystem.DriveInfo.dll</HintPath> | ||
418 | + </Reference> | ||
419 | + <Reference Include="System.IO.FileSystem.Primitives"> | ||
420 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.IO.FileSystem.Primitives.dll</HintPath> | ||
421 | + </Reference> | ||
422 | + <Reference Include="System.IO.FileSystem.Watcher"> | ||
423 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.IO.FileSystem.Watcher.dll</HintPath> | ||
424 | + </Reference> | ||
425 | + <Reference Include="System.IO.IsolatedStorage"> | ||
426 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.IO.IsolatedStorage.dll</HintPath> | ||
427 | + </Reference> | ||
428 | + <Reference Include="System.IO.MemoryMappedFiles"> | ||
429 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.IO.MemoryMappedFiles.dll</HintPath> | ||
430 | + </Reference> | ||
431 | + <Reference Include="System.IO.Pipes"> | ||
432 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.IO.Pipes.dll</HintPath> | ||
433 | + </Reference> | ||
434 | + <Reference Include="System.IO.UnmanagedMemoryStream"> | ||
435 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.IO.UnmanagedMemoryStream.dll</HintPath> | ||
436 | + </Reference> | ||
437 | + <Reference Include="System.Linq"> | ||
438 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Linq.dll</HintPath> | ||
439 | + </Reference> | ||
440 | + <Reference Include="System.Linq.Expressions"> | ||
441 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Linq.Expressions.dll</HintPath> | ||
442 | + </Reference> | ||
443 | + <Reference Include="System.Linq.Parallel"> | ||
444 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Linq.Parallel.dll</HintPath> | ||
445 | + </Reference> | ||
446 | + <Reference Include="System.Linq.Queryable"> | ||
447 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Linq.Queryable.dll</HintPath> | ||
448 | + </Reference> | ||
449 | + <Reference Include="System.Net.Http.Rtc"> | ||
450 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Net.Http.Rtc.dll</HintPath> | ||
451 | + </Reference> | ||
452 | + <Reference Include="System.Net.NameResolution"> | ||
453 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Net.NameResolution.dll</HintPath> | ||
454 | + </Reference> | ||
455 | + <Reference Include="System.Net.NetworkInformation"> | ||
456 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Net.NetworkInformation.dll</HintPath> | ||
457 | + </Reference> | ||
458 | + <Reference Include="System.Net.Ping"> | ||
459 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Net.Ping.dll</HintPath> | ||
460 | + </Reference> | ||
461 | + <Reference Include="System.Net.Primitives"> | ||
462 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Net.Primitives.dll</HintPath> | ||
463 | + </Reference> | ||
464 | + <Reference Include="System.Net.Requests"> | ||
465 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Net.Requests.dll</HintPath> | ||
466 | + </Reference> | ||
467 | + <Reference Include="System.Net.Security"> | ||
468 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Net.Security.dll</HintPath> | ||
469 | + </Reference> | ||
470 | + <Reference Include="System.Net.Sockets"> | ||
471 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Net.Sockets.dll</HintPath> | ||
472 | + </Reference> | ||
473 | + <Reference Include="System.Net.WebHeaderCollection"> | ||
474 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Net.WebHeaderCollection.dll</HintPath> | ||
475 | + </Reference> | ||
476 | + <Reference Include="System.Net.WebSockets.Client"> | ||
477 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Net.WebSockets.Client.dll</HintPath> | ||
478 | + </Reference> | ||
479 | + <Reference Include="System.Net.WebSockets"> | ||
480 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Net.WebSockets.dll</HintPath> | ||
481 | + </Reference> | ||
482 | + <Reference Include="System.ObjectModel"> | ||
483 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.ObjectModel.dll</HintPath> | ||
484 | + </Reference> | ||
485 | + <Reference Include="System.Reflection"> | ||
486 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Reflection.dll</HintPath> | ||
487 | + </Reference> | ||
488 | + <Reference Include="System.Reflection.Emit"> | ||
489 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Reflection.Emit.dll</HintPath> | ||
490 | + </Reference> | ||
491 | + <Reference Include="System.Reflection.Emit.ILGeneration"> | ||
492 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Reflection.Emit.ILGeneration.dll</HintPath> | ||
493 | + </Reference> | ||
494 | + <Reference Include="System.Reflection.Emit.Lightweight"> | ||
495 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Reflection.Emit.Lightweight.dll</HintPath> | ||
496 | + </Reference> | ||
497 | + <Reference Include="System.Reflection.Extensions"> | ||
498 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Reflection.Extensions.dll</HintPath> | ||
499 | + </Reference> | ||
500 | + <Reference Include="System.Reflection.Primitives"> | ||
501 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Reflection.Primitives.dll</HintPath> | ||
502 | + </Reference> | ||
503 | + <Reference Include="System.Resources.Reader"> | ||
504 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Resources.Reader.dll</HintPath> | ||
505 | + </Reference> | ||
506 | + <Reference Include="System.Resources.ResourceManager"> | ||
507 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Resources.ResourceManager.dll</HintPath> | ||
508 | + </Reference> | ||
509 | + <Reference Include="System.Resources.Writer"> | ||
510 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Resources.Writer.dll</HintPath> | ||
511 | + </Reference> | ||
512 | + <Reference Include="System.Runtime.CompilerServices.VisualC"> | ||
513 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Runtime.CompilerServices.VisualC.dll</HintPath> | ||
514 | + </Reference> | ||
515 | + <Reference Include="System.Runtime"> | ||
516 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Runtime.dll</HintPath> | ||
517 | + </Reference> | ||
518 | + <Reference Include="System.Runtime.Extensions"> | ||
519 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Runtime.Extensions.dll</HintPath> | ||
520 | + </Reference> | ||
521 | + <Reference Include="System.Runtime.Handles"> | ||
522 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Runtime.Handles.dll</HintPath> | ||
523 | + </Reference> | ||
524 | + <Reference Include="System.Runtime.InteropServices"> | ||
525 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Runtime.InteropServices.dll</HintPath> | ||
526 | + </Reference> | ||
527 | + <Reference Include="System.Runtime.InteropServices.RuntimeInformation"> | ||
528 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath> | ||
529 | + </Reference> | ||
530 | + <Reference Include="System.Runtime.InteropServices.WindowsRuntime"> | ||
531 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll</HintPath> | ||
532 | + </Reference> | ||
533 | + <Reference Include="System.Runtime.Numerics"> | ||
534 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Runtime.Numerics.dll</HintPath> | ||
535 | + </Reference> | ||
536 | + <Reference Include="System.Runtime.Serialization.Formatters"> | ||
537 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Runtime.Serialization.Formatters.dll</HintPath> | ||
538 | + </Reference> | ||
539 | + <Reference Include="System.Runtime.Serialization.Json"> | ||
540 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Runtime.Serialization.Json.dll</HintPath> | ||
541 | + </Reference> | ||
542 | + <Reference Include="System.Runtime.Serialization.Primitives"> | ||
543 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Runtime.Serialization.Primitives.dll</HintPath> | ||
544 | + </Reference> | ||
545 | + <Reference Include="System.Runtime.Serialization.Xml"> | ||
546 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Runtime.Serialization.Xml.dll</HintPath> | ||
547 | + </Reference> | ||
548 | + <Reference Include="System.Security.Claims"> | ||
549 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Security.Claims.dll</HintPath> | ||
550 | + </Reference> | ||
551 | + <Reference Include="System.Security.Cryptography.Algorithms"> | ||
552 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Security.Cryptography.Algorithms.dll</HintPath> | ||
553 | + </Reference> | ||
554 | + <Reference Include="System.Security.Cryptography.Csp"> | ||
555 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Security.Cryptography.Csp.dll</HintPath> | ||
556 | + </Reference> | ||
557 | + <Reference Include="System.Security.Cryptography.Encoding"> | ||
558 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Security.Cryptography.Encoding.dll</HintPath> | ||
559 | + </Reference> | ||
560 | + <Reference Include="System.Security.Cryptography.Primitives"> | ||
561 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Security.Cryptography.Primitives.dll</HintPath> | ||
562 | + </Reference> | ||
563 | + <Reference Include="System.Security.Cryptography.X509Certificates"> | ||
564 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Security.Cryptography.X509Certificates.dll</HintPath> | ||
565 | + </Reference> | ||
566 | + <Reference Include="System.Security.Principal"> | ||
567 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Security.Principal.dll</HintPath> | ||
568 | + </Reference> | ||
569 | + <Reference Include="System.Security.SecureString"> | ||
570 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Security.SecureString.dll</HintPath> | ||
571 | + </Reference> | ||
572 | + <Reference Include="System.ServiceModel.Duplex"> | ||
573 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.ServiceModel.Duplex.dll</HintPath> | ||
574 | + </Reference> | ||
575 | + <Reference Include="System.ServiceModel.Http"> | ||
576 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.ServiceModel.Http.dll</HintPath> | ||
577 | + </Reference> | ||
578 | + <Reference Include="System.ServiceModel.NetTcp"> | ||
579 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.ServiceModel.NetTcp.dll</HintPath> | ||
580 | + </Reference> | ||
581 | + <Reference Include="System.ServiceModel.Primitives"> | ||
582 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.ServiceModel.Primitives.dll</HintPath> | ||
583 | + </Reference> | ||
584 | + <Reference Include="System.ServiceModel.Security"> | ||
585 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.ServiceModel.Security.dll</HintPath> | ||
586 | + </Reference> | ||
587 | + <Reference Include="System.Text.Encoding"> | ||
588 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Text.Encoding.dll</HintPath> | ||
589 | + </Reference> | ||
590 | + <Reference Include="System.Text.Encoding.Extensions"> | ||
591 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Text.Encoding.Extensions.dll</HintPath> | ||
592 | + </Reference> | ||
593 | + <Reference Include="System.Text.RegularExpressions"> | ||
594 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Text.RegularExpressions.dll</HintPath> | ||
595 | + </Reference> | ||
596 | + <Reference Include="System.Threading"> | ||
597 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Threading.dll</HintPath> | ||
598 | + </Reference> | ||
599 | + <Reference Include="System.Threading.Overlapped"> | ||
600 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Threading.Overlapped.dll</HintPath> | ||
601 | + </Reference> | ||
602 | + <Reference Include="System.Threading.Tasks"> | ||
603 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Threading.Tasks.dll</HintPath> | ||
604 | + </Reference> | ||
605 | + <Reference Include="System.Threading.Tasks.Parallel"> | ||
606 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Threading.Tasks.Parallel.dll</HintPath> | ||
607 | + </Reference> | ||
608 | + <Reference Include="System.Threading.Thread"> | ||
609 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Threading.Thread.dll</HintPath> | ||
610 | + </Reference> | ||
611 | + <Reference Include="System.Threading.ThreadPool"> | ||
612 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Threading.ThreadPool.dll</HintPath> | ||
613 | + </Reference> | ||
614 | + <Reference Include="System.Threading.Timer"> | ||
615 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Threading.Timer.dll</HintPath> | ||
616 | + </Reference> | ||
617 | + <Reference Include="System.ValueTuple"> | ||
618 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.ValueTuple.dll</HintPath> | ||
619 | + </Reference> | ||
620 | + <Reference Include="System.Xml.ReaderWriter"> | ||
621 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Xml.ReaderWriter.dll</HintPath> | ||
622 | + </Reference> | ||
623 | + <Reference Include="System.Xml.XDocument"> | ||
624 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Xml.XDocument.dll</HintPath> | ||
625 | + </Reference> | ||
626 | + <Reference Include="System.Xml.XmlDocument"> | ||
627 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Xml.XmlDocument.dll</HintPath> | ||
628 | + </Reference> | ||
629 | + <Reference Include="System.Xml.XmlSerializer"> | ||
630 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Xml.XmlSerializer.dll</HintPath> | ||
631 | + </Reference> | ||
632 | + <Reference Include="System.Xml.XPath"> | ||
633 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Xml.XPath.dll</HintPath> | ||
634 | + </Reference> | ||
635 | + <Reference Include="System.Xml.XPath.XDocument"> | ||
636 | + <HintPath>C:\Program Files\Unity\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Xml.XPath.XDocument.dll</HintPath> | ||
637 | + </Reference> | ||
638 | + <Reference Include="UnityEngine.TestRunner"> | ||
639 | + <HintPath>Library\ScriptAssemblies\UnityEngine.TestRunner.dll</HintPath> | ||
640 | + </Reference> | ||
641 | + <Reference Include="UnityEditor.TestRunner"> | ||
642 | + <HintPath>Library\ScriptAssemblies\UnityEditor.TestRunner.dll</HintPath> | ||
643 | + </Reference> | ||
644 | + <Reference Include="Unity.VSCode.Editor"> | ||
645 | + <HintPath>Library\ScriptAssemblies\Unity.VSCode.Editor.dll</HintPath> | ||
646 | + </Reference> | ||
647 | + <Reference Include="Unity.TextMeshPro.Editor"> | ||
648 | + <HintPath>Library\ScriptAssemblies\Unity.TextMeshPro.Editor.dll</HintPath> | ||
649 | + </Reference> | ||
650 | + <Reference Include="Unity.VisualStudio.Editor"> | ||
651 | + <HintPath>Library\ScriptAssemblies\Unity.VisualStudio.Editor.dll</HintPath> | ||
652 | + </Reference> | ||
653 | + <Reference Include="Unity.Timeline.Editor"> | ||
654 | + <HintPath>Library\ScriptAssemblies\Unity.Timeline.Editor.dll</HintPath> | ||
655 | + </Reference> | ||
656 | + <Reference Include="Unity.Timeline"> | ||
657 | + <HintPath>Library\ScriptAssemblies\Unity.Timeline.dll</HintPath> | ||
658 | + </Reference> | ||
659 | + <Reference Include="Unity.TextMeshPro"> | ||
660 | + <HintPath>Library\ScriptAssemblies\Unity.TextMeshPro.dll</HintPath> | ||
661 | + </Reference> | ||
662 | + <Reference Include="Unity.2D.Sprite.Editor"> | ||
663 | + <HintPath>Library\ScriptAssemblies\Unity.2D.Sprite.Editor.dll</HintPath> | ||
664 | + </Reference> | ||
665 | + <Reference Include="UnityEditor.UI"> | ||
666 | + <HintPath>Library\ScriptAssemblies\UnityEditor.UI.dll</HintPath> | ||
667 | + </Reference> | ||
668 | + <Reference Include="Unity.Rider.Editor"> | ||
669 | + <HintPath>Library\ScriptAssemblies\Unity.Rider.Editor.dll</HintPath> | ||
670 | + </Reference> | ||
671 | + <Reference Include="UnityEngine.UI"> | ||
672 | + <HintPath>Library\ScriptAssemblies\UnityEngine.UI.dll</HintPath> | ||
673 | + </Reference> | ||
674 | + </ItemGroup> | ||
675 | + <ItemGroup> | ||
676 | + <ProjectReference Include="Assembly-CSharp.csproj"> | ||
677 | + <Project>{60310D78-8B7A-FABB-FD83-119000786342}</Project> | ||
678 | + <Name>Assembly-CSharp</Name> | ||
679 | + </ProjectReference> | ||
680 | + </ItemGroup> | ||
681 | + <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | ||
682 | + <Target Name="GenerateTargetFrameworkMonikerAttribute" /> | ||
683 | + <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | ||
684 | + Other similar extension points exist, see Microsoft.Common.targets. | ||
685 | + <Target Name="BeforeBuild"> | ||
686 | + </Target> | ||
687 | + <Target Name="AfterBuild"> | ||
688 | + </Target> | ||
689 | + --> | ||
690 | +</Project> |
1 | +<?xml version="1.0" encoding="utf-8"?> | ||
2 | +<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
3 | + <PropertyGroup> | ||
4 | + <LangVersion>8.0</LangVersion> | ||
5 | + </PropertyGroup> | ||
6 | + <PropertyGroup> | ||
7 | + <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
8 | + <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||
9 | + <ProductVersion>10.0.20506</ProductVersion> | ||
10 | + <SchemaVersion>2.0</SchemaVersion> | ||
11 | + <RootNamespace></RootNamespace> | ||
12 | + <ProjectGuid>{60310D78-8B7A-FABB-FD83-119000786342}</ProjectGuid> | ||
13 | + <OutputType>Library</OutputType> | ||
14 | + <AppDesignerFolder>Properties</AppDesignerFolder> | ||
15 | + <AssemblyName>Assembly-CSharp</AssemblyName> | ||
16 | + <TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion> | ||
17 | + <FileAlignment>512</FileAlignment> | ||
18 | + <BaseDirectory>.</BaseDirectory> | ||
19 | + </PropertyGroup> | ||
20 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||
21 | + <DebugSymbols>true</DebugSymbols> | ||
22 | + <DebugType>full</DebugType> | ||
23 | + <Optimize>false</Optimize> | ||
24 | + <OutputPath>Temp\Bin\Debug\</OutputPath> | ||
25 | + <DefineConstants>DEBUG;TRACE;UNITY_2020_3_3;UNITY_2020_3;UNITY_2020;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;INCLUDE_DYNAMIC_GI;ENABLE_MONO_BDWGC;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;PLATFORM_STANDALONE;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_STANDARD_2_0;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER</DefineConstants> | ||
26 | + <ErrorReport>prompt</ErrorReport> | ||
27 | + <WarningLevel>4</WarningLevel> | ||
28 | + <NoWarn>0169</NoWarn> | ||
29 | + <AllowUnsafeBlocks>False</AllowUnsafeBlocks> | ||
30 | + </PropertyGroup> | ||
31 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||
32 | + <DebugType>pdbonly</DebugType> | ||
33 | + <Optimize>true</Optimize> | ||
34 | + <OutputPath>Temp\bin\Release\</OutputPath> | ||
35 | + <ErrorReport>prompt</ErrorReport> | ||
36 | + <WarningLevel>4</WarningLevel> | ||
37 | + <NoWarn>0169</NoWarn> | ||
38 | + <AllowUnsafeBlocks>False</AllowUnsafeBlocks> | ||
39 | + </PropertyGroup> | ||
40 | + <PropertyGroup> | ||
41 | + <NoConfig>true</NoConfig> | ||
42 | + <NoStdLib>true</NoStdLib> | ||
43 | + <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences> | ||
44 | + <ImplicitlyExpandNETStandardFacades>false</ImplicitlyExpandNETStandardFacades> | ||
45 | + <ImplicitlyExpandDesignTimeFacades>false</ImplicitlyExpandDesignTimeFacades> | ||
46 | + </PropertyGroup> | ||
47 | + <PropertyGroup> | ||
48 | + <ProjectTypeGuids>{E097FAD1-6243-4DAD-9C02-E9B9EFC3FFC1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> | ||
49 | + <UnityProjectGenerator>Package</UnityProjectGenerator> | ||
50 | + <UnityProjectGeneratorVersion>2.0.7</UnityProjectGeneratorVersion> | ||
51 | + <UnityProjectType>Game:1</UnityProjectType> | ||
52 | + <UnityBuildTarget>StandaloneWindows:5</UnityBuildTarget> | ||
53 | + <UnityVersion>2020.3.3f1</UnityVersion> | ||
54 | + </PropertyGroup> | ||
55 | + <ItemGroup> | ||
56 | + <Compile Include="Assets\VIDE\Data\VIDE_EditorDB.cs" /> | ||
57 | + <Compile Include="Assets\VIDE\Data\VIDE_Data.cs" /> | ||
58 | + <Compile Include="Assets\DDSystem\Demo\Scripts\TestMessage_Selection.cs" /> | ||
59 | + <Compile Include="Assets\TopDown 2D RPG BE3\ReadMe\Scripts\ReadmeBE3.cs" /> | ||
60 | + <Compile Include="Assets\DDSystem\Script\EmotionDrawer.cs" /> | ||
61 | + <Compile Include="Assets\VIDE\Data\MiniJSON_VIDE.cs" /> | ||
62 | + <Compile Include="Assets\VIDE\Data\VIDE_Localization.cs" /> | ||
63 | + <Compile Include="Assets\VIDE\Demos\PlayerInteraction\demoScripts\VIDEDemoPlayer.cs" /> | ||
64 | + <Compile Include="Assets\VIDE\Data\VIDE_Editor_Skin.cs" /> | ||
65 | + <Compile Include="Assets\DDSystem\Demo\Scripts\TestMessage.cs" /> | ||
66 | + <Compile Include="Assets\VIDE\Demos\VeryBasic\minUIExample.cs" /> | ||
67 | + <Compile Include="Assets\DDSystem\Script\Character.cs" /> | ||
68 | + <Compile Include="Assets\VIDE\Demos\MultiInstances\VIDEUIManager3.cs" /> | ||
69 | + <Compile Include="Assets\DDSystem\Script\DialogManager.cs" /> | ||
70 | + <Compile Include="Assets\VIDE\Demos\Template\Template_UIManager.cs" /> | ||
71 | + <Compile Include="Assets\VIDE\VIDE_Assign.cs" /> | ||
72 | + <Compile Include="Assets\VIDE\Demos\Narration\DEMO_UIManager.cs" /> | ||
73 | + <Compile Include="Assets\VIDE\Demos\PlayerInteraction\demoScripts\witchExample.cs" /> | ||
74 | + <Compile Include="Assets\VIDE\Demos\PlayerInteraction\demoScripts\VIDEUIManager1.cs" /> | ||
75 | + <Compile Include="Assets\VIDE\Demos\PlayerInteraction\demoScripts\CylinderGuy.cs" /> | ||
76 | + <Compile Include="Assets\VIDE\Demos\Localization\VIDEUIManager2.cs" /> | ||
77 | + <Compile Include="Assets\VIDE\Demos\PlayerInteraction\demoScripts\QuestChartDemo.cs" /> | ||
78 | + <Compile Include="Assets\DDSystem\Script\DialogBase.cs" /> | ||
79 | + <Compile Include="Assets\firstPersonCam.cs" /> | ||
80 | + </ItemGroup> | ||
81 | + <ItemGroup> | ||
82 | + <None Include="Assets\LowPolyOfficeProps_LITE\About.txt" /> | ||
83 | + <None Include="Assets\VIDE\Demos\PlayerInteraction\README.txt" /> | ||
84 | + <None Include="Assets\VIDE\Demos\About.txt" /> | ||
85 | + <None Include="Assets\FREE Food Pack\Shaders\Food.shader" /> | ||
86 | + <None Include="Assets\DDSystem\Graphic\NANUM_LICENSE.txt" /> | ||
87 | + <None Include="Assets\VIDE\Export\Readme.txt" /> | ||
88 | + <None Include="Assets\VIDE\Demos\MultiInstances\README.txt" /> | ||
89 | + <None Include="Assets\VIDE\Demos\Localization\README.txt" /> | ||
90 | + <None Include="Assets\VIDE\ReadMe.txt" /> | ||
91 | + <Reference Include="UnityEngine"> | ||
92 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.dll</HintPath> | ||
93 | + </Reference> | ||
94 | + <Reference Include="UnityEngine.AIModule"> | ||
95 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll</HintPath> | ||
96 | + </Reference> | ||
97 | + <Reference Include="UnityEngine.ARModule"> | ||
98 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll</HintPath> | ||
99 | + </Reference> | ||
100 | + <Reference Include="UnityEngine.AccessibilityModule"> | ||
101 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll</HintPath> | ||
102 | + </Reference> | ||
103 | + <Reference Include="UnityEngine.AndroidJNIModule"> | ||
104 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll</HintPath> | ||
105 | + </Reference> | ||
106 | + <Reference Include="UnityEngine.AnimationModule"> | ||
107 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll</HintPath> | ||
108 | + </Reference> | ||
109 | + <Reference Include="UnityEngine.AssetBundleModule"> | ||
110 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll</HintPath> | ||
111 | + </Reference> | ||
112 | + <Reference Include="UnityEngine.AudioModule"> | ||
113 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll</HintPath> | ||
114 | + </Reference> | ||
115 | + <Reference Include="UnityEngine.ClothModule"> | ||
116 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll</HintPath> | ||
117 | + </Reference> | ||
118 | + <Reference Include="UnityEngine.ClusterInputModule"> | ||
119 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll</HintPath> | ||
120 | + </Reference> | ||
121 | + <Reference Include="UnityEngine.ClusterRendererModule"> | ||
122 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll</HintPath> | ||
123 | + </Reference> | ||
124 | + <Reference Include="UnityEngine.CoreModule"> | ||
125 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll</HintPath> | ||
126 | + </Reference> | ||
127 | + <Reference Include="UnityEngine.CrashReportingModule"> | ||
128 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll</HintPath> | ||
129 | + </Reference> | ||
130 | + <Reference Include="UnityEngine.DSPGraphModule"> | ||
131 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll</HintPath> | ||
132 | + </Reference> | ||
133 | + <Reference Include="UnityEngine.DirectorModule"> | ||
134 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll</HintPath> | ||
135 | + </Reference> | ||
136 | + <Reference Include="UnityEngine.GIModule"> | ||
137 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll</HintPath> | ||
138 | + </Reference> | ||
139 | + <Reference Include="UnityEngine.GameCenterModule"> | ||
140 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll</HintPath> | ||
141 | + </Reference> | ||
142 | + <Reference Include="UnityEngine.GridModule"> | ||
143 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll</HintPath> | ||
144 | + </Reference> | ||
145 | + <Reference Include="UnityEngine.HotReloadModule"> | ||
146 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll</HintPath> | ||
147 | + </Reference> | ||
148 | + <Reference Include="UnityEngine.IMGUIModule"> | ||
149 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll</HintPath> | ||
150 | + </Reference> | ||
151 | + <Reference Include="UnityEngine.ImageConversionModule"> | ||
152 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll</HintPath> | ||
153 | + </Reference> | ||
154 | + <Reference Include="UnityEngine.InputModule"> | ||
155 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll</HintPath> | ||
156 | + </Reference> | ||
157 | + <Reference Include="UnityEngine.InputLegacyModule"> | ||
158 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll</HintPath> | ||
159 | + </Reference> | ||
160 | + <Reference Include="UnityEngine.JSONSerializeModule"> | ||
161 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll</HintPath> | ||
162 | + </Reference> | ||
163 | + <Reference Include="UnityEngine.LocalizationModule"> | ||
164 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll</HintPath> | ||
165 | + </Reference> | ||
166 | + <Reference Include="UnityEngine.ParticleSystemModule"> | ||
167 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll</HintPath> | ||
168 | + </Reference> | ||
169 | + <Reference Include="UnityEngine.PerformanceReportingModule"> | ||
170 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll</HintPath> | ||
171 | + </Reference> | ||
172 | + <Reference Include="UnityEngine.PhysicsModule"> | ||
173 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll</HintPath> | ||
174 | + </Reference> | ||
175 | + <Reference Include="UnityEngine.Physics2DModule"> | ||
176 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll</HintPath> | ||
177 | + </Reference> | ||
178 | + <Reference Include="UnityEngine.ProfilerModule"> | ||
179 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll</HintPath> | ||
180 | + </Reference> | ||
181 | + <Reference Include="UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule"> | ||
182 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll</HintPath> | ||
183 | + </Reference> | ||
184 | + <Reference Include="UnityEngine.ScreenCaptureModule"> | ||
185 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll</HintPath> | ||
186 | + </Reference> | ||
187 | + <Reference Include="UnityEngine.SharedInternalsModule"> | ||
188 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll</HintPath> | ||
189 | + </Reference> | ||
190 | + <Reference Include="UnityEngine.SpriteMaskModule"> | ||
191 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll</HintPath> | ||
192 | + </Reference> | ||
193 | + <Reference Include="UnityEngine.SpriteShapeModule"> | ||
194 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll</HintPath> | ||
195 | + </Reference> | ||
196 | + <Reference Include="UnityEngine.StreamingModule"> | ||
197 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll</HintPath> | ||
198 | + </Reference> | ||
199 | + <Reference Include="UnityEngine.SubstanceModule"> | ||
200 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll</HintPath> | ||
201 | + </Reference> | ||
202 | + <Reference Include="UnityEngine.SubsystemsModule"> | ||
203 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll</HintPath> | ||
204 | + </Reference> | ||
205 | + <Reference Include="UnityEngine.TLSModule"> | ||
206 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll</HintPath> | ||
207 | + </Reference> | ||
208 | + <Reference Include="UnityEngine.TerrainModule"> | ||
209 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll</HintPath> | ||
210 | + </Reference> | ||
211 | + <Reference Include="UnityEngine.TerrainPhysicsModule"> | ||
212 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll</HintPath> | ||
213 | + </Reference> | ||
214 | + <Reference Include="UnityEngine.TextCoreModule"> | ||
215 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreModule.dll</HintPath> | ||
216 | + </Reference> | ||
217 | + <Reference Include="UnityEngine.TextRenderingModule"> | ||
218 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll</HintPath> | ||
219 | + </Reference> | ||
220 | + <Reference Include="UnityEngine.TilemapModule"> | ||
221 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll</HintPath> | ||
222 | + </Reference> | ||
223 | + <Reference Include="UnityEngine.UIModule"> | ||
224 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll</HintPath> | ||
225 | + </Reference> | ||
226 | + <Reference Include="UnityEngine.UIElementsModule"> | ||
227 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll</HintPath> | ||
228 | + </Reference> | ||
229 | + <Reference Include="UnityEngine.UIElementsNativeModule"> | ||
230 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll</HintPath> | ||
231 | + </Reference> | ||
232 | + <Reference Include="UnityEngine.UNETModule"> | ||
233 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll</HintPath> | ||
234 | + </Reference> | ||
235 | + <Reference Include="UnityEngine.UmbraModule"> | ||
236 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll</HintPath> | ||
237 | + </Reference> | ||
238 | + <Reference Include="UnityEngine.UnityAnalyticsModule"> | ||
239 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll</HintPath> | ||
240 | + </Reference> | ||
241 | + <Reference Include="UnityEngine.UnityConnectModule"> | ||
242 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll</HintPath> | ||
243 | + </Reference> | ||
244 | + <Reference Include="UnityEngine.UnityCurlModule"> | ||
245 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll</HintPath> | ||
246 | + </Reference> | ||
247 | + <Reference Include="UnityEngine.UnityTestProtocolModule"> | ||
248 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll</HintPath> | ||
249 | + </Reference> | ||
250 | + <Reference Include="UnityEngine.UnityWebRequestModule"> | ||
251 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll</HintPath> | ||
252 | + </Reference> | ||
253 | + <Reference Include="UnityEngine.UnityWebRequestAssetBundleModule"> | ||
254 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll</HintPath> | ||
255 | + </Reference> | ||
256 | + <Reference Include="UnityEngine.UnityWebRequestAudioModule"> | ||
257 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll</HintPath> | ||
258 | + </Reference> | ||
259 | + <Reference Include="UnityEngine.UnityWebRequestTextureModule"> | ||
260 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll</HintPath> | ||
261 | + </Reference> | ||
262 | + <Reference Include="UnityEngine.UnityWebRequestWWWModule"> | ||
263 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll</HintPath> | ||
264 | + </Reference> | ||
265 | + <Reference Include="UnityEngine.VFXModule"> | ||
266 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll</HintPath> | ||
267 | + </Reference> | ||
268 | + <Reference Include="UnityEngine.VRModule"> | ||
269 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll</HintPath> | ||
270 | + </Reference> | ||
271 | + <Reference Include="UnityEngine.VehiclesModule"> | ||
272 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll</HintPath> | ||
273 | + </Reference> | ||
274 | + <Reference Include="UnityEngine.VideoModule"> | ||
275 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll</HintPath> | ||
276 | + </Reference> | ||
277 | + <Reference Include="UnityEngine.VirtualTexturingModule"> | ||
278 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll</HintPath> | ||
279 | + </Reference> | ||
280 | + <Reference Include="UnityEngine.WindModule"> | ||
281 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll</HintPath> | ||
282 | + </Reference> | ||
283 | + <Reference Include="UnityEngine.XRModule"> | ||
284 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll</HintPath> | ||
285 | + </Reference> | ||
286 | + <Reference Include="UnityEditor"> | ||
287 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEditor.dll</HintPath> | ||
288 | + </Reference> | ||
289 | + <Reference Include="UnityEditor.CoreModule"> | ||
290 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll</HintPath> | ||
291 | + </Reference> | ||
292 | + <Reference Include="UnityEditor.GraphViewModule"> | ||
293 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll</HintPath> | ||
294 | + </Reference> | ||
295 | + <Reference Include="UnityEditor.PackageManagerUIModule"> | ||
296 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll</HintPath> | ||
297 | + </Reference> | ||
298 | + <Reference Include="UnityEditor.SceneTemplateModule"> | ||
299 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll</HintPath> | ||
300 | + </Reference> | ||
301 | + <Reference Include="UnityEditor.UIElementsModule"> | ||
302 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll</HintPath> | ||
303 | + </Reference> | ||
304 | + <Reference Include="UnityEditor.UIElementsSamplesModule"> | ||
305 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll</HintPath> | ||
306 | + </Reference> | ||
307 | + <Reference Include="UnityEditor.UIServiceModule"> | ||
308 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll</HintPath> | ||
309 | + </Reference> | ||
310 | + <Reference Include="UnityEditor.UnityConnectModule"> | ||
311 | + <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll</HintPath> | ||
312 | + </Reference> | ||
313 | + <Reference Include="netstandard"> | ||
314 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\ref\2.0.0\netstandard.dll</HintPath> | ||
315 | + </Reference> | ||
316 | + <Reference Include="Microsoft.Win32.Primitives"> | ||
317 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\Microsoft.Win32.Primitives.dll</HintPath> | ||
318 | + </Reference> | ||
319 | + <Reference Include="System.AppContext"> | ||
320 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.AppContext.dll</HintPath> | ||
321 | + </Reference> | ||
322 | + <Reference Include="System.Collections.Concurrent"> | ||
323 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Collections.Concurrent.dll</HintPath> | ||
324 | + </Reference> | ||
325 | + <Reference Include="System.Collections"> | ||
326 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Collections.dll</HintPath> | ||
327 | + </Reference> | ||
328 | + <Reference Include="System.Collections.NonGeneric"> | ||
329 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Collections.NonGeneric.dll</HintPath> | ||
330 | + </Reference> | ||
331 | + <Reference Include="System.Collections.Specialized"> | ||
332 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Collections.Specialized.dll</HintPath> | ||
333 | + </Reference> | ||
334 | + <Reference Include="System.ComponentModel"> | ||
335 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.ComponentModel.dll</HintPath> | ||
336 | + </Reference> | ||
337 | + <Reference Include="System.ComponentModel.EventBasedAsync"> | ||
338 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.ComponentModel.EventBasedAsync.dll</HintPath> | ||
339 | + </Reference> | ||
340 | + <Reference Include="System.ComponentModel.Primitives"> | ||
341 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.ComponentModel.Primitives.dll</HintPath> | ||
342 | + </Reference> | ||
343 | + <Reference Include="System.ComponentModel.TypeConverter"> | ||
344 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.ComponentModel.TypeConverter.dll</HintPath> | ||
345 | + </Reference> | ||
346 | + <Reference Include="System.Console"> | ||
347 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Console.dll</HintPath> | ||
348 | + </Reference> | ||
349 | + <Reference Include="System.Data.Common"> | ||
350 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Data.Common.dll</HintPath> | ||
351 | + </Reference> | ||
352 | + <Reference Include="System.Diagnostics.Contracts"> | ||
353 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Diagnostics.Contracts.dll</HintPath> | ||
354 | + </Reference> | ||
355 | + <Reference Include="System.Diagnostics.Debug"> | ||
356 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Diagnostics.Debug.dll</HintPath> | ||
357 | + </Reference> | ||
358 | + <Reference Include="System.Diagnostics.FileVersionInfo"> | ||
359 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Diagnostics.FileVersionInfo.dll</HintPath> | ||
360 | + </Reference> | ||
361 | + <Reference Include="System.Diagnostics.Process"> | ||
362 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Diagnostics.Process.dll</HintPath> | ||
363 | + </Reference> | ||
364 | + <Reference Include="System.Diagnostics.StackTrace"> | ||
365 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Diagnostics.StackTrace.dll</HintPath> | ||
366 | + </Reference> | ||
367 | + <Reference Include="System.Diagnostics.TextWriterTraceListener"> | ||
368 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Diagnostics.TextWriterTraceListener.dll</HintPath> | ||
369 | + </Reference> | ||
370 | + <Reference Include="System.Diagnostics.Tools"> | ||
371 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Diagnostics.Tools.dll</HintPath> | ||
372 | + </Reference> | ||
373 | + <Reference Include="System.Diagnostics.TraceSource"> | ||
374 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Diagnostics.TraceSource.dll</HintPath> | ||
375 | + </Reference> | ||
376 | + <Reference Include="System.Diagnostics.Tracing"> | ||
377 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Diagnostics.Tracing.dll</HintPath> | ||
378 | + </Reference> | ||
379 | + <Reference Include="System.Drawing.Primitives"> | ||
380 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Drawing.Primitives.dll</HintPath> | ||
381 | + </Reference> | ||
382 | + <Reference Include="System.Dynamic.Runtime"> | ||
383 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Dynamic.Runtime.dll</HintPath> | ||
384 | + </Reference> | ||
385 | + <Reference Include="System.Globalization.Calendars"> | ||
386 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Globalization.Calendars.dll</HintPath> | ||
387 | + </Reference> | ||
388 | + <Reference Include="System.Globalization"> | ||
389 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Globalization.dll</HintPath> | ||
390 | + </Reference> | ||
391 | + <Reference Include="System.Globalization.Extensions"> | ||
392 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Globalization.Extensions.dll</HintPath> | ||
393 | + </Reference> | ||
394 | + <Reference Include="System.IO.Compression"> | ||
395 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.IO.Compression.dll</HintPath> | ||
396 | + </Reference> | ||
397 | + <Reference Include="System.IO.Compression.ZipFile"> | ||
398 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.IO.Compression.ZipFile.dll</HintPath> | ||
399 | + </Reference> | ||
400 | + <Reference Include="System.IO"> | ||
401 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.IO.dll</HintPath> | ||
402 | + </Reference> | ||
403 | + <Reference Include="System.IO.FileSystem"> | ||
404 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.IO.FileSystem.dll</HintPath> | ||
405 | + </Reference> | ||
406 | + <Reference Include="System.IO.FileSystem.DriveInfo"> | ||
407 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.IO.FileSystem.DriveInfo.dll</HintPath> | ||
408 | + </Reference> | ||
409 | + <Reference Include="System.IO.FileSystem.Primitives"> | ||
410 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.IO.FileSystem.Primitives.dll</HintPath> | ||
411 | + </Reference> | ||
412 | + <Reference Include="System.IO.FileSystem.Watcher"> | ||
413 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.IO.FileSystem.Watcher.dll</HintPath> | ||
414 | + </Reference> | ||
415 | + <Reference Include="System.IO.IsolatedStorage"> | ||
416 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.IO.IsolatedStorage.dll</HintPath> | ||
417 | + </Reference> | ||
418 | + <Reference Include="System.IO.MemoryMappedFiles"> | ||
419 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.IO.MemoryMappedFiles.dll</HintPath> | ||
420 | + </Reference> | ||
421 | + <Reference Include="System.IO.Pipes"> | ||
422 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.IO.Pipes.dll</HintPath> | ||
423 | + </Reference> | ||
424 | + <Reference Include="System.IO.UnmanagedMemoryStream"> | ||
425 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.IO.UnmanagedMemoryStream.dll</HintPath> | ||
426 | + </Reference> | ||
427 | + <Reference Include="System.Linq"> | ||
428 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Linq.dll</HintPath> | ||
429 | + </Reference> | ||
430 | + <Reference Include="System.Linq.Expressions"> | ||
431 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Linq.Expressions.dll</HintPath> | ||
432 | + </Reference> | ||
433 | + <Reference Include="System.Linq.Parallel"> | ||
434 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Linq.Parallel.dll</HintPath> | ||
435 | + </Reference> | ||
436 | + <Reference Include="System.Linq.Queryable"> | ||
437 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Linq.Queryable.dll</HintPath> | ||
438 | + </Reference> | ||
439 | + <Reference Include="System.Net.Http"> | ||
440 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Net.Http.dll</HintPath> | ||
441 | + </Reference> | ||
442 | + <Reference Include="System.Net.NameResolution"> | ||
443 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Net.NameResolution.dll</HintPath> | ||
444 | + </Reference> | ||
445 | + <Reference Include="System.Net.NetworkInformation"> | ||
446 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Net.NetworkInformation.dll</HintPath> | ||
447 | + </Reference> | ||
448 | + <Reference Include="System.Net.Ping"> | ||
449 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Net.Ping.dll</HintPath> | ||
450 | + </Reference> | ||
451 | + <Reference Include="System.Net.Primitives"> | ||
452 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Net.Primitives.dll</HintPath> | ||
453 | + </Reference> | ||
454 | + <Reference Include="System.Net.Requests"> | ||
455 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Net.Requests.dll</HintPath> | ||
456 | + </Reference> | ||
457 | + <Reference Include="System.Net.Security"> | ||
458 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Net.Security.dll</HintPath> | ||
459 | + </Reference> | ||
460 | + <Reference Include="System.Net.Sockets"> | ||
461 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Net.Sockets.dll</HintPath> | ||
462 | + </Reference> | ||
463 | + <Reference Include="System.Net.WebHeaderCollection"> | ||
464 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Net.WebHeaderCollection.dll</HintPath> | ||
465 | + </Reference> | ||
466 | + <Reference Include="System.Net.WebSockets.Client"> | ||
467 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Net.WebSockets.Client.dll</HintPath> | ||
468 | + </Reference> | ||
469 | + <Reference Include="System.Net.WebSockets"> | ||
470 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Net.WebSockets.dll</HintPath> | ||
471 | + </Reference> | ||
472 | + <Reference Include="System.ObjectModel"> | ||
473 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.ObjectModel.dll</HintPath> | ||
474 | + </Reference> | ||
475 | + <Reference Include="System.Reflection"> | ||
476 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Reflection.dll</HintPath> | ||
477 | + </Reference> | ||
478 | + <Reference Include="System.Reflection.Extensions"> | ||
479 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Reflection.Extensions.dll</HintPath> | ||
480 | + </Reference> | ||
481 | + <Reference Include="System.Reflection.Primitives"> | ||
482 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Reflection.Primitives.dll</HintPath> | ||
483 | + </Reference> | ||
484 | + <Reference Include="System.Resources.Reader"> | ||
485 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Resources.Reader.dll</HintPath> | ||
486 | + </Reference> | ||
487 | + <Reference Include="System.Resources.ResourceManager"> | ||
488 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Resources.ResourceManager.dll</HintPath> | ||
489 | + </Reference> | ||
490 | + <Reference Include="System.Resources.Writer"> | ||
491 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Resources.Writer.dll</HintPath> | ||
492 | + </Reference> | ||
493 | + <Reference Include="System.Runtime.CompilerServices.VisualC"> | ||
494 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Runtime.CompilerServices.VisualC.dll</HintPath> | ||
495 | + </Reference> | ||
496 | + <Reference Include="System.Runtime"> | ||
497 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Runtime.dll</HintPath> | ||
498 | + </Reference> | ||
499 | + <Reference Include="System.Runtime.Extensions"> | ||
500 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Runtime.Extensions.dll</HintPath> | ||
501 | + </Reference> | ||
502 | + <Reference Include="System.Runtime.Handles"> | ||
503 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Runtime.Handles.dll</HintPath> | ||
504 | + </Reference> | ||
505 | + <Reference Include="System.Runtime.InteropServices"> | ||
506 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Runtime.InteropServices.dll</HintPath> | ||
507 | + </Reference> | ||
508 | + <Reference Include="System.Runtime.InteropServices.RuntimeInformation"> | ||
509 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath> | ||
510 | + </Reference> | ||
511 | + <Reference Include="System.Runtime.Numerics"> | ||
512 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Runtime.Numerics.dll</HintPath> | ||
513 | + </Reference> | ||
514 | + <Reference Include="System.Runtime.Serialization.Formatters"> | ||
515 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Runtime.Serialization.Formatters.dll</HintPath> | ||
516 | + </Reference> | ||
517 | + <Reference Include="System.Runtime.Serialization.Json"> | ||
518 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Runtime.Serialization.Json.dll</HintPath> | ||
519 | + </Reference> | ||
520 | + <Reference Include="System.Runtime.Serialization.Primitives"> | ||
521 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Runtime.Serialization.Primitives.dll</HintPath> | ||
522 | + </Reference> | ||
523 | + <Reference Include="System.Runtime.Serialization.Xml"> | ||
524 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Runtime.Serialization.Xml.dll</HintPath> | ||
525 | + </Reference> | ||
526 | + <Reference Include="System.Security.Claims"> | ||
527 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Security.Claims.dll</HintPath> | ||
528 | + </Reference> | ||
529 | + <Reference Include="System.Security.Cryptography.Algorithms"> | ||
530 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Security.Cryptography.Algorithms.dll</HintPath> | ||
531 | + </Reference> | ||
532 | + <Reference Include="System.Security.Cryptography.Csp"> | ||
533 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Security.Cryptography.Csp.dll</HintPath> | ||
534 | + </Reference> | ||
535 | + <Reference Include="System.Security.Cryptography.Encoding"> | ||
536 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Security.Cryptography.Encoding.dll</HintPath> | ||
537 | + </Reference> | ||
538 | + <Reference Include="System.Security.Cryptography.Primitives"> | ||
539 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Security.Cryptography.Primitives.dll</HintPath> | ||
540 | + </Reference> | ||
541 | + <Reference Include="System.Security.Cryptography.X509Certificates"> | ||
542 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Security.Cryptography.X509Certificates.dll</HintPath> | ||
543 | + </Reference> | ||
544 | + <Reference Include="System.Security.Principal"> | ||
545 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Security.Principal.dll</HintPath> | ||
546 | + </Reference> | ||
547 | + <Reference Include="System.Security.SecureString"> | ||
548 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Security.SecureString.dll</HintPath> | ||
549 | + </Reference> | ||
550 | + <Reference Include="System.Text.Encoding"> | ||
551 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Text.Encoding.dll</HintPath> | ||
552 | + </Reference> | ||
553 | + <Reference Include="System.Text.Encoding.Extensions"> | ||
554 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Text.Encoding.Extensions.dll</HintPath> | ||
555 | + </Reference> | ||
556 | + <Reference Include="System.Text.RegularExpressions"> | ||
557 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Text.RegularExpressions.dll</HintPath> | ||
558 | + </Reference> | ||
559 | + <Reference Include="System.Threading"> | ||
560 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Threading.dll</HintPath> | ||
561 | + </Reference> | ||
562 | + <Reference Include="System.Threading.Overlapped"> | ||
563 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Threading.Overlapped.dll</HintPath> | ||
564 | + </Reference> | ||
565 | + <Reference Include="System.Threading.Tasks"> | ||
566 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Threading.Tasks.dll</HintPath> | ||
567 | + </Reference> | ||
568 | + <Reference Include="System.Threading.Tasks.Parallel"> | ||
569 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Threading.Tasks.Parallel.dll</HintPath> | ||
570 | + </Reference> | ||
571 | + <Reference Include="System.Threading.Thread"> | ||
572 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Threading.Thread.dll</HintPath> | ||
573 | + </Reference> | ||
574 | + <Reference Include="System.Threading.ThreadPool"> | ||
575 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Threading.ThreadPool.dll</HintPath> | ||
576 | + </Reference> | ||
577 | + <Reference Include="System.Threading.Timer"> | ||
578 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Threading.Timer.dll</HintPath> | ||
579 | + </Reference> | ||
580 | + <Reference Include="System.ValueTuple"> | ||
581 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.ValueTuple.dll</HintPath> | ||
582 | + </Reference> | ||
583 | + <Reference Include="System.Xml.ReaderWriter"> | ||
584 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Xml.ReaderWriter.dll</HintPath> | ||
585 | + </Reference> | ||
586 | + <Reference Include="System.Xml.XDocument"> | ||
587 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Xml.XDocument.dll</HintPath> | ||
588 | + </Reference> | ||
589 | + <Reference Include="System.Xml.XmlDocument"> | ||
590 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Xml.XmlDocument.dll</HintPath> | ||
591 | + </Reference> | ||
592 | + <Reference Include="System.Xml.XmlSerializer"> | ||
593 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Xml.XmlSerializer.dll</HintPath> | ||
594 | + </Reference> | ||
595 | + <Reference Include="System.Xml.XPath"> | ||
596 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Xml.XPath.dll</HintPath> | ||
597 | + </Reference> | ||
598 | + <Reference Include="System.Xml.XPath.XDocument"> | ||
599 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Xml.XPath.XDocument.dll</HintPath> | ||
600 | + </Reference> | ||
601 | + <Reference Include="System.Numerics.Vectors"> | ||
602 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\Extensions\2.0.0\System.Numerics.Vectors.dll</HintPath> | ||
603 | + </Reference> | ||
604 | + <Reference Include="System.Runtime.InteropServices.WindowsRuntime"> | ||
605 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\Extensions\2.0.0\System.Runtime.InteropServices.WindowsRuntime.dll</HintPath> | ||
606 | + </Reference> | ||
607 | + <Reference Include="mscorlib"> | ||
608 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netfx\mscorlib.dll</HintPath> | ||
609 | + </Reference> | ||
610 | + <Reference Include="System.ComponentModel.Composition"> | ||
611 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netfx\System.ComponentModel.Composition.dll</HintPath> | ||
612 | + </Reference> | ||
613 | + <Reference Include="System.Core"> | ||
614 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netfx\System.Core.dll</HintPath> | ||
615 | + </Reference> | ||
616 | + <Reference Include="System.Data"> | ||
617 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netfx\System.Data.dll</HintPath> | ||
618 | + </Reference> | ||
619 | + <Reference Include="System"> | ||
620 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netfx\System.dll</HintPath> | ||
621 | + </Reference> | ||
622 | + <Reference Include="System.Drawing"> | ||
623 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netfx\System.Drawing.dll</HintPath> | ||
624 | + </Reference> | ||
625 | + <Reference Include="System.IO.Compression.FileSystem"> | ||
626 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netfx\System.IO.Compression.FileSystem.dll</HintPath> | ||
627 | + </Reference> | ||
628 | + <Reference Include="System.Net"> | ||
629 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netfx\System.Net.dll</HintPath> | ||
630 | + </Reference> | ||
631 | + <Reference Include="System.Numerics"> | ||
632 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netfx\System.Numerics.dll</HintPath> | ||
633 | + </Reference> | ||
634 | + <Reference Include="System.Runtime.Serialization"> | ||
635 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netfx\System.Runtime.Serialization.dll</HintPath> | ||
636 | + </Reference> | ||
637 | + <Reference Include="System.ServiceModel.Web"> | ||
638 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netfx\System.ServiceModel.Web.dll</HintPath> | ||
639 | + </Reference> | ||
640 | + <Reference Include="System.Transactions"> | ||
641 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netfx\System.Transactions.dll</HintPath> | ||
642 | + </Reference> | ||
643 | + <Reference Include="System.Web"> | ||
644 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netfx\System.Web.dll</HintPath> | ||
645 | + </Reference> | ||
646 | + <Reference Include="System.Windows"> | ||
647 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netfx\System.Windows.dll</HintPath> | ||
648 | + </Reference> | ||
649 | + <Reference Include="System.Xml"> | ||
650 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netfx\System.Xml.dll</HintPath> | ||
651 | + </Reference> | ||
652 | + <Reference Include="System.Xml.Linq"> | ||
653 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netfx\System.Xml.Linq.dll</HintPath> | ||
654 | + </Reference> | ||
655 | + <Reference Include="System.Xml.Serialization"> | ||
656 | + <HintPath>C:\Program Files\Unity\Editor\Data\NetStandard\compat\2.0.0\shims\netfx\System.Xml.Serialization.dll</HintPath> | ||
657 | + </Reference> | ||
658 | + <Reference Include="Unity.VSCode.Editor"> | ||
659 | + <HintPath>Library\ScriptAssemblies\Unity.VSCode.Editor.dll</HintPath> | ||
660 | + </Reference> | ||
661 | + <Reference Include="Unity.TextMeshPro.Editor"> | ||
662 | + <HintPath>Library\ScriptAssemblies\Unity.TextMeshPro.Editor.dll</HintPath> | ||
663 | + </Reference> | ||
664 | + <Reference Include="Unity.VisualStudio.Editor"> | ||
665 | + <HintPath>Library\ScriptAssemblies\Unity.VisualStudio.Editor.dll</HintPath> | ||
666 | + </Reference> | ||
667 | + <Reference Include="Unity.Timeline.Editor"> | ||
668 | + <HintPath>Library\ScriptAssemblies\Unity.Timeline.Editor.dll</HintPath> | ||
669 | + </Reference> | ||
670 | + <Reference Include="Unity.Timeline"> | ||
671 | + <HintPath>Library\ScriptAssemblies\Unity.Timeline.dll</HintPath> | ||
672 | + </Reference> | ||
673 | + <Reference Include="Unity.TextMeshPro"> | ||
674 | + <HintPath>Library\ScriptAssemblies\Unity.TextMeshPro.dll</HintPath> | ||
675 | + </Reference> | ||
676 | + <Reference Include="Unity.2D.Sprite.Editor"> | ||
677 | + <HintPath>Library\ScriptAssemblies\Unity.2D.Sprite.Editor.dll</HintPath> | ||
678 | + </Reference> | ||
679 | + <Reference Include="UnityEditor.UI"> | ||
680 | + <HintPath>Library\ScriptAssemblies\UnityEditor.UI.dll</HintPath> | ||
681 | + </Reference> | ||
682 | + <Reference Include="Unity.Rider.Editor"> | ||
683 | + <HintPath>Library\ScriptAssemblies\Unity.Rider.Editor.dll</HintPath> | ||
684 | + </Reference> | ||
685 | + <Reference Include="UnityEngine.UI"> | ||
686 | + <HintPath>Library\ScriptAssemblies\UnityEngine.UI.dll</HintPath> | ||
687 | + </Reference> | ||
688 | + </ItemGroup> | ||
689 | + <ItemGroup> | ||
690 | + </ItemGroup> | ||
691 | + <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | ||
692 | + <Target Name="GenerateTargetFrameworkMonikerAttribute" /> | ||
693 | + <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | ||
694 | + Other similar extension points exist, see Microsoft.Common.targets. | ||
695 | + <Target Name="BeforeBuild"> | ||
696 | + </Target> | ||
697 | + <Target Name="AfterBuild"> | ||
698 | + </Target> | ||
699 | + --> | ||
700 | +</Project> |
... | @@ -333,7 +333,7 @@ Transform: | ... | @@ -333,7 +333,7 @@ Transform: |
333 | - {fileID: 1205289291} | 333 | - {fileID: 1205289291} |
334 | - {fileID: 766042417} | 334 | - {fileID: 766042417} |
335 | m_Father: {fileID: 0} | 335 | m_Father: {fileID: 0} |
336 | - m_RootOrder: 25 | 336 | + m_RootOrder: 30 |
337 | m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} | 337 | m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} |
338 | --- !u!1001 &56326134 | 338 | --- !u!1001 &56326134 |
339 | PrefabInstance: | 339 | PrefabInstance: |
... | @@ -467,6 +467,59 @@ Transform: | ... | @@ -467,6 +467,59 @@ Transform: |
467 | m_CorrespondingSourceObject: {fileID: 4524486647388044, guid: 5fb4dbc1b7c07b9418845eb61970d9df, type: 3} | 467 | m_CorrespondingSourceObject: {fileID: 4524486647388044, guid: 5fb4dbc1b7c07b9418845eb61970d9df, type: 3} |
468 | m_PrefabInstance: {fileID: 61599941} | 468 | m_PrefabInstance: {fileID: 61599941} |
469 | m_PrefabAsset: {fileID: 0} | 469 | m_PrefabAsset: {fileID: 0} |
470 | +--- !u!1 &79072780 stripped | ||
471 | +GameObject: | ||
472 | + m_CorrespondingSourceObject: {fileID: 1931412499435546, guid: d114356fbca98b441817a460d0ce759e, type: 3} | ||
473 | + m_PrefabInstance: {fileID: 2047342603} | ||
474 | + m_PrefabAsset: {fileID: 0} | ||
475 | +--- !u!114 &79072781 | ||
476 | +MonoBehaviour: | ||
477 | + m_ObjectHideFlags: 0 | ||
478 | + m_CorrespondingSourceObject: {fileID: 0} | ||
479 | + m_PrefabInstance: {fileID: 0} | ||
480 | + m_PrefabAsset: {fileID: 0} | ||
481 | + m_GameObject: {fileID: 79072780} | ||
482 | + m_Enabled: 1 | ||
483 | + m_EditorHideFlags: 0 | ||
484 | + m_Script: {fileID: 11500000, guid: 4b8b99d8a12e39e4b94d2d7162c7c978, type: 3} | ||
485 | + m_Name: | ||
486 | + m_EditorClassIdentifier: | ||
487 | + diags: | ||
488 | + - CommentModifier | ||
489 | + - CrazyCap | ||
490 | + - DEMO_Condition | ||
491 | + - demo_Narration | ||
492 | + - Example3Dialogue | ||
493 | + - Example4_dialogue | ||
494 | + - grandmother | ||
495 | + - Item_LookUp | ||
496 | + - jisu | ||
497 | + - jisu_aunt | ||
498 | + - Laura | ||
499 | + - MrCube | ||
500 | + - NPCOnly | ||
501 | + - punk_brother | ||
502 | + - QuestChartDemo | ||
503 | + - TriggeredDude | ||
504 | + - uncle_girlfriend | ||
505 | + - village_uncle | ||
506 | + - Witch | ||
507 | + assignedIndex: 17 | ||
508 | + assignedID: 62996 | ||
509 | + assignedDialogue: village_uncle | ||
510 | + interactionCount: 0 | ||
511 | + alias: | ||
512 | + overrideStartNode: -1 | ||
513 | + defaultNPCSprite: {fileID: 0} | ||
514 | + defaultPlayerSprite: {fileID: 0} | ||
515 | + targetManager: {fileID: 0} | ||
516 | + preload: 0 | ||
517 | + notuptodate: 0 | ||
518 | + startp: 0 | ||
519 | + loadtag: | ||
520 | + langs: [] | ||
521 | + S_playerDiags: [] | ||
522 | + S_actionNodes: [] | ||
470 | --- !u!1001 &80761771 | 523 | --- !u!1001 &80761771 |
471 | PrefabInstance: | 524 | PrefabInstance: |
472 | m_ObjectHideFlags: 0 | 525 | m_ObjectHideFlags: 0 |
... | @@ -1360,7 +1413,7 @@ PrefabInstance: | ... | @@ -1360,7 +1413,7 @@ PrefabInstance: |
1360 | objectReference: {fileID: 0} | 1413 | objectReference: {fileID: 0} |
1361 | - target: {fileID: 4467394157264018, guid: 67cc81d5424ea4fccbc7267473502366, type: 3} | 1414 | - target: {fileID: 4467394157264018, guid: 67cc81d5424ea4fccbc7267473502366, type: 3} |
1362 | propertyPath: m_RootOrder | 1415 | propertyPath: m_RootOrder |
1363 | - value: 29 | 1416 | + value: 18 |
1364 | objectReference: {fileID: 0} | 1417 | objectReference: {fileID: 0} |
1365 | - target: {fileID: 4467394157264018, guid: 67cc81d5424ea4fccbc7267473502366, type: 3} | 1418 | - target: {fileID: 4467394157264018, guid: 67cc81d5424ea4fccbc7267473502366, type: 3} |
1366 | propertyPath: m_LocalScale.y | 1419 | propertyPath: m_LocalScale.y |
... | @@ -1590,6 +1643,59 @@ Transform: | ... | @@ -1590,6 +1643,59 @@ Transform: |
1590 | m_CorrespondingSourceObject: {fileID: 4835789832631930, guid: bdf8e7438a7816543998181bd3067573, type: 3} | 1643 | m_CorrespondingSourceObject: {fileID: 4835789832631930, guid: bdf8e7438a7816543998181bd3067573, type: 3} |
1591 | m_PrefabInstance: {fileID: 212800707} | 1644 | m_PrefabInstance: {fileID: 212800707} |
1592 | m_PrefabAsset: {fileID: 0} | 1645 | m_PrefabAsset: {fileID: 0} |
1646 | +--- !u!1 &220920942 stripped | ||
1647 | +GameObject: | ||
1648 | + m_CorrespondingSourceObject: {fileID: 1092883800961010, guid: bd7dac146a034144fb4a57250777c4d9, type: 3} | ||
1649 | + m_PrefabInstance: {fileID: 626352184} | ||
1650 | + m_PrefabAsset: {fileID: 0} | ||
1651 | +--- !u!114 &220920943 | ||
1652 | +MonoBehaviour: | ||
1653 | + m_ObjectHideFlags: 0 | ||
1654 | + m_CorrespondingSourceObject: {fileID: 0} | ||
1655 | + m_PrefabInstance: {fileID: 0} | ||
1656 | + m_PrefabAsset: {fileID: 0} | ||
1657 | + m_GameObject: {fileID: 220920942} | ||
1658 | + m_Enabled: 1 | ||
1659 | + m_EditorHideFlags: 0 | ||
1660 | + m_Script: {fileID: 11500000, guid: 4b8b99d8a12e39e4b94d2d7162c7c978, type: 3} | ||
1661 | + m_Name: | ||
1662 | + m_EditorClassIdentifier: | ||
1663 | + diags: | ||
1664 | + - CommentModifier | ||
1665 | + - CrazyCap | ||
1666 | + - DEMO_Condition | ||
1667 | + - demo_Narration | ||
1668 | + - Example3Dialogue | ||
1669 | + - Example4_dialogue | ||
1670 | + - grandmother | ||
1671 | + - Item_LookUp | ||
1672 | + - jisu | ||
1673 | + - jisu_aunt | ||
1674 | + - Laura | ||
1675 | + - MrCube | ||
1676 | + - NPCOnly | ||
1677 | + - punk_brother | ||
1678 | + - QuestChartDemo | ||
1679 | + - TriggeredDude | ||
1680 | + - uncle_girlfriend | ||
1681 | + - village_uncle | ||
1682 | + - Witch | ||
1683 | + assignedIndex: 13 | ||
1684 | + assignedID: 15636 | ||
1685 | + assignedDialogue: punk_brother | ||
1686 | + interactionCount: 0 | ||
1687 | + alias: | ||
1688 | + overrideStartNode: -1 | ||
1689 | + defaultNPCSprite: {fileID: 0} | ||
1690 | + defaultPlayerSprite: {fileID: 21300012, guid: d79edf18a76e2654a9ac99f15de8b2b3, type: 3} | ||
1691 | + targetManager: {fileID: 220920942} | ||
1692 | + preload: 0 | ||
1693 | + notuptodate: 0 | ||
1694 | + startp: 0 | ||
1695 | + loadtag: | ||
1696 | + langs: [] | ||
1697 | + S_playerDiags: [] | ||
1698 | + S_actionNodes: [] | ||
1593 | --- !u!1001 &221895431 | 1699 | --- !u!1001 &221895431 |
1594 | PrefabInstance: | 1700 | PrefabInstance: |
1595 | m_ObjectHideFlags: 0 | 1701 | m_ObjectHideFlags: 0 |
... | @@ -2807,11 +2913,11 @@ PrefabInstance: | ... | @@ -2807,11 +2913,11 @@ PrefabInstance: |
2807 | m_Modifications: | 2913 | m_Modifications: |
2808 | - target: {fileID: 1189782351792700, guid: 20661e78605491946911818aa730569b, type: 3} | 2914 | - target: {fileID: 1189782351792700, guid: 20661e78605491946911818aa730569b, type: 3} |
2809 | propertyPath: m_Name | 2915 | propertyPath: m_Name |
2810 | - value: Laptop_Closed (1) | 2916 | + value: "\uC6B0\uD3B8\uBB3C2" |
2811 | objectReference: {fileID: 0} | 2917 | objectReference: {fileID: 0} |
2812 | - target: {fileID: 4839676560386254, guid: 20661e78605491946911818aa730569b, type: 3} | 2918 | - target: {fileID: 4839676560386254, guid: 20661e78605491946911818aa730569b, type: 3} |
2813 | propertyPath: m_RootOrder | 2919 | propertyPath: m_RootOrder |
2814 | - value: 30 | 2920 | + value: 3 |
2815 | objectReference: {fileID: 0} | 2921 | objectReference: {fileID: 0} |
2816 | - target: {fileID: 4839676560386254, guid: 20661e78605491946911818aa730569b, type: 3} | 2922 | - target: {fileID: 4839676560386254, guid: 20661e78605491946911818aa730569b, type: 3} |
2817 | propertyPath: m_LocalScale.x | 2923 | propertyPath: m_LocalScale.x |
... | @@ -3942,7 +4048,7 @@ PrefabInstance: | ... | @@ -3942,7 +4048,7 @@ PrefabInstance: |
3942 | objectReference: {fileID: 0} | 4048 | objectReference: {fileID: 0} |
3943 | - target: {fileID: 4422725698349158, guid: 2767c12992d890f44b14f433fe854668, type: 3} | 4049 | - target: {fileID: 4422725698349158, guid: 2767c12992d890f44b14f433fe854668, type: 3} |
3944 | propertyPath: m_RootOrder | 4050 | propertyPath: m_RootOrder |
3945 | - value: 5 | 4051 | + value: 4 |
3946 | objectReference: {fileID: 0} | 4052 | objectReference: {fileID: 0} |
3947 | - target: {fileID: 4422725698349158, guid: 2767c12992d890f44b14f433fe854668, type: 3} | 4053 | - target: {fileID: 4422725698349158, guid: 2767c12992d890f44b14f433fe854668, type: 3} |
3948 | propertyPath: m_LocalPosition.x | 4054 | propertyPath: m_LocalPosition.x |
... | @@ -4169,6 +4275,7 @@ GameObject: | ... | @@ -4169,6 +4275,7 @@ GameObject: |
4169 | - component: {fileID: 522811754} | 4275 | - component: {fileID: 522811754} |
4170 | - component: {fileID: 522811752} | 4276 | - component: {fileID: 522811752} |
4171 | - component: {fileID: 522811751} | 4277 | - component: {fileID: 522811751} |
4278 | + - component: {fileID: 522811753} | ||
4172 | m_Layer: 0 | 4279 | m_Layer: 0 |
4173 | m_Name: Main Camera | 4280 | m_Name: Main Camera |
4174 | m_TagString: MainCamera | 4281 | m_TagString: MainCamera |
... | @@ -4192,6 +4299,19 @@ Behaviour: | ... | @@ -4192,6 +4299,19 @@ Behaviour: |
4192 | m_PrefabAsset: {fileID: 0} | 4299 | m_PrefabAsset: {fileID: 0} |
4193 | m_GameObject: {fileID: 522811750} | 4300 | m_GameObject: {fileID: 522811750} |
4194 | m_Enabled: 1 | 4301 | m_Enabled: 1 |
4302 | +--- !u!114 &522811753 | ||
4303 | +MonoBehaviour: | ||
4304 | + m_ObjectHideFlags: 0 | ||
4305 | + m_CorrespondingSourceObject: {fileID: 0} | ||
4306 | + m_PrefabInstance: {fileID: 0} | ||
4307 | + m_PrefabAsset: {fileID: 0} | ||
4308 | + m_GameObject: {fileID: 522811750} | ||
4309 | + m_Enabled: 1 | ||
4310 | + m_EditorHideFlags: 0 | ||
4311 | + m_Script: {fileID: 11500000, guid: 0d8cf213e41dbf44abfb01610633b472, type: 3} | ||
4312 | + m_Name: | ||
4313 | + m_EditorClassIdentifier: | ||
4314 | + turnSpeed: 4 | ||
4195 | --- !u!20 &522811754 | 4315 | --- !u!20 &522811754 |
4196 | Camera: | 4316 | Camera: |
4197 | m_ObjectHideFlags: 0 | 4317 | m_ObjectHideFlags: 0 |
... | @@ -4242,13 +4362,13 @@ Transform: | ... | @@ -4242,13 +4362,13 @@ Transform: |
4242 | m_PrefabInstance: {fileID: 0} | 4362 | m_PrefabInstance: {fileID: 0} |
4243 | m_PrefabAsset: {fileID: 0} | 4363 | m_PrefabAsset: {fileID: 0} |
4244 | m_GameObject: {fileID: 522811750} | 4364 | m_GameObject: {fileID: 522811750} |
4245 | - m_LocalRotation: {x: -0, y: -0.76098245, z: -0, w: 0.6487725} | 4365 | + m_LocalRotation: {x: 0, y: -0.7609724, z: 0, w: 0.64878434} |
4246 | m_LocalPosition: {x: 79.93, y: 24.02, z: 37.75} | 4366 | m_LocalPosition: {x: 79.93, y: 24.02, z: 37.75} |
4247 | m_LocalScale: {x: 1, y: 1, z: 1} | 4367 | m_LocalScale: {x: 1, y: 1, z: 1} |
4248 | m_Children: [] | 4368 | m_Children: [] |
4249 | m_Father: {fileID: 0} | 4369 | m_Father: {fileID: 0} |
4250 | - m_RootOrder: 20 | 4370 | + m_RootOrder: 25 |
4251 | - m_LocalEulerAnglesHint: {x: 0, y: -99.102005, z: 0} | 4371 | + m_LocalEulerAnglesHint: {x: 0, y: -99.1, z: 0} |
4252 | --- !u!1001 &529528868 | 4372 | --- !u!1001 &529528868 |
4253 | PrefabInstance: | 4373 | PrefabInstance: |
4254 | m_ObjectHideFlags: 0 | 4374 | m_ObjectHideFlags: 0 |
... | @@ -4258,11 +4378,11 @@ PrefabInstance: | ... | @@ -4258,11 +4378,11 @@ PrefabInstance: |
4258 | m_Modifications: | 4378 | m_Modifications: |
4259 | - target: {fileID: 188100, guid: 0b8c2ad763f1b8147b1b4f56db8d9e0a, type: 3} | 4379 | - target: {fileID: 188100, guid: 0b8c2ad763f1b8147b1b4f56db8d9e0a, type: 3} |
4260 | propertyPath: m_Name | 4380 | propertyPath: m_Name |
4261 | - value: RugbyBall | 4381 | + value: "\uC0AC\uACFC\uC528" |
4262 | objectReference: {fileID: 0} | 4382 | objectReference: {fileID: 0} |
4263 | - target: {fileID: 472606, guid: 0b8c2ad763f1b8147b1b4f56db8d9e0a, type: 3} | 4383 | - target: {fileID: 472606, guid: 0b8c2ad763f1b8147b1b4f56db8d9e0a, type: 3} |
4264 | propertyPath: m_RootOrder | 4384 | propertyPath: m_RootOrder |
4265 | - value: 13 | 4385 | + value: 15 |
4266 | objectReference: {fileID: 0} | 4386 | objectReference: {fileID: 0} |
4267 | - target: {fileID: 472606, guid: 0b8c2ad763f1b8147b1b4f56db8d9e0a, type: 3} | 4387 | - target: {fileID: 472606, guid: 0b8c2ad763f1b8147b1b4f56db8d9e0a, type: 3} |
4268 | propertyPath: m_LocalScale.x | 4388 | propertyPath: m_LocalScale.x |
... | @@ -5069,11 +5189,11 @@ PrefabInstance: | ... | @@ -5069,11 +5189,11 @@ PrefabInstance: |
5069 | m_Modifications: | 5189 | m_Modifications: |
5070 | - target: {fileID: 1498189224980116, guid: 748077ed833c34102965ab1dad2a8817, type: 3} | 5190 | - target: {fileID: 1498189224980116, guid: 748077ed833c34102965ab1dad2a8817, type: 3} |
5071 | propertyPath: m_Name | 5191 | propertyPath: m_Name |
5072 | - value: Mailbox | 5192 | + value: "\uC6B0\uD3B8\uD568" |
5073 | objectReference: {fileID: 0} | 5193 | objectReference: {fileID: 0} |
5074 | - target: {fileID: 4821364316237510, guid: 748077ed833c34102965ab1dad2a8817, type: 3} | 5194 | - target: {fileID: 4821364316237510, guid: 748077ed833c34102965ab1dad2a8817, type: 3} |
5075 | propertyPath: m_RootOrder | 5195 | propertyPath: m_RootOrder |
5076 | - value: 15 | 5196 | + value: 19 |
5077 | objectReference: {fileID: 0} | 5197 | objectReference: {fileID: 0} |
5078 | - target: {fileID: 4821364316237510, guid: 748077ed833c34102965ab1dad2a8817, type: 3} | 5198 | - target: {fileID: 4821364316237510, guid: 748077ed833c34102965ab1dad2a8817, type: 3} |
5079 | propertyPath: m_LocalScale.y | 5199 | propertyPath: m_LocalScale.y |
... | @@ -5134,11 +5254,11 @@ PrefabInstance: | ... | @@ -5134,11 +5254,11 @@ PrefabInstance: |
5134 | m_Modifications: | 5254 | m_Modifications: |
5135 | - target: {fileID: 1092883800961010, guid: bd7dac146a034144fb4a57250777c4d9, type: 3} | 5255 | - target: {fileID: 1092883800961010, guid: bd7dac146a034144fb4a57250777c4d9, type: 3} |
5136 | propertyPath: m_Name | 5256 | propertyPath: m_Name |
5137 | - value: CellPhone | 5257 | + value: "\uB0A0\uB77C\uB9AC\uC624\uBE60\uD578\uB4DC\uD3F0" |
5138 | objectReference: {fileID: 0} | 5258 | objectReference: {fileID: 0} |
5139 | - target: {fileID: 4461402307424116, guid: bd7dac146a034144fb4a57250777c4d9, type: 3} | 5259 | - target: {fileID: 4461402307424116, guid: bd7dac146a034144fb4a57250777c4d9, type: 3} |
5140 | propertyPath: m_RootOrder | 5260 | propertyPath: m_RootOrder |
5141 | - value: 4 | 5261 | + value: 6 |
5142 | objectReference: {fileID: 0} | 5262 | objectReference: {fileID: 0} |
5143 | - target: {fileID: 4461402307424116, guid: bd7dac146a034144fb4a57250777c4d9, type: 3} | 5263 | - target: {fileID: 4461402307424116, guid: bd7dac146a034144fb4a57250777c4d9, type: 3} |
5144 | propertyPath: m_LocalScale.x | 5264 | propertyPath: m_LocalScale.x |
... | @@ -5284,15 +5404,20 @@ MonoBehaviour: | ... | @@ -5284,15 +5404,20 @@ MonoBehaviour: |
5284 | - demo_Narration | 5404 | - demo_Narration |
5285 | - Example3Dialogue | 5405 | - Example3Dialogue |
5286 | - Example4_dialogue | 5406 | - Example4_dialogue |
5407 | + - grandmother | ||
5287 | - Item_LookUp | 5408 | - Item_LookUp |
5288 | - jisu | 5409 | - jisu |
5410 | + - jisu_aunt | ||
5289 | - Laura | 5411 | - Laura |
5290 | - MrCube | 5412 | - MrCube |
5291 | - NPCOnly | 5413 | - NPCOnly |
5414 | + - punk_brother | ||
5292 | - QuestChartDemo | 5415 | - QuestChartDemo |
5293 | - TriggeredDude | 5416 | - TriggeredDude |
5417 | + - uncle_girlfriend | ||
5418 | + - village_uncle | ||
5294 | - Witch | 5419 | - Witch |
5295 | - assignedIndex: 7 | 5420 | + assignedIndex: 8 |
5296 | assignedID: 42633 | 5421 | assignedID: 42633 |
5297 | assignedDialogue: jisu | 5422 | assignedDialogue: jisu |
5298 | interactionCount: 0 | 5423 | interactionCount: 0 |
... | @@ -5369,6 +5494,10 @@ PrefabInstance: | ... | @@ -5369,6 +5494,10 @@ PrefabInstance: |
5369 | m_Modification: | 5494 | m_Modification: |
5370 | m_TransformParent: {fileID: 1830574651} | 5495 | m_TransformParent: {fileID: 1830574651} |
5371 | m_Modifications: | 5496 | m_Modifications: |
5497 | + - target: {fileID: 1640908652775104, guid: cd87e5026d1695148aabe96121c526ef, type: 3} | ||
5498 | + propertyPath: m_Name | ||
5499 | + value: "\uC0BC\uCD0C\uC9D1" | ||
5500 | + objectReference: {fileID: 0} | ||
5372 | - target: {fileID: 4003897846794392, guid: cd87e5026d1695148aabe96121c526ef, type: 3} | 5501 | - target: {fileID: 4003897846794392, guid: cd87e5026d1695148aabe96121c526ef, type: 3} |
5373 | propertyPath: m_RootOrder | 5502 | propertyPath: m_RootOrder |
5374 | value: 0 | 5503 | value: 0 |
... | @@ -5917,7 +6046,7 @@ PrefabInstance: | ... | @@ -5917,7 +6046,7 @@ PrefabInstance: |
5917 | objectReference: {fileID: 0} | 6046 | objectReference: {fileID: 0} |
5918 | - target: {fileID: 4519282631701236, guid: 386f40ad68cdd3c4fbcb471ef2d93772, type: 3} | 6047 | - target: {fileID: 4519282631701236, guid: 386f40ad68cdd3c4fbcb471ef2d93772, type: 3} |
5919 | propertyPath: m_RootOrder | 6048 | propertyPath: m_RootOrder |
5920 | - value: 6 | 6049 | + value: 5 |
5921 | objectReference: {fileID: 0} | 6050 | objectReference: {fileID: 0} |
5922 | - target: {fileID: 4519282631701236, guid: 386f40ad68cdd3c4fbcb471ef2d93772, type: 3} | 6051 | - target: {fileID: 4519282631701236, guid: 386f40ad68cdd3c4fbcb471ef2d93772, type: 3} |
5923 | propertyPath: m_LocalPosition.x | 6052 | propertyPath: m_LocalPosition.x |
... | @@ -6292,6 +6421,59 @@ Transform: | ... | @@ -6292,6 +6421,59 @@ Transform: |
6292 | m_CorrespondingSourceObject: {fileID: 4835789832631930, guid: bdf8e7438a7816543998181bd3067573, type: 3} | 6421 | m_CorrespondingSourceObject: {fileID: 4835789832631930, guid: bdf8e7438a7816543998181bd3067573, type: 3} |
6293 | m_PrefabInstance: {fileID: 739254048} | 6422 | m_PrefabInstance: {fileID: 739254048} |
6294 | m_PrefabAsset: {fileID: 0} | 6423 | m_PrefabAsset: {fileID: 0} |
6424 | +--- !u!1 &745428672 stripped | ||
6425 | +GameObject: | ||
6426 | + m_CorrespondingSourceObject: {fileID: 1003328744321094, guid: 01c14961d9931d94f9ccb0cf0c46ba9f, type: 3} | ||
6427 | + m_PrefabInstance: {fileID: 1741749969} | ||
6428 | + m_PrefabAsset: {fileID: 0} | ||
6429 | +--- !u!114 &745428673 | ||
6430 | +MonoBehaviour: | ||
6431 | + m_ObjectHideFlags: 0 | ||
6432 | + m_CorrespondingSourceObject: {fileID: 0} | ||
6433 | + m_PrefabInstance: {fileID: 0} | ||
6434 | + m_PrefabAsset: {fileID: 0} | ||
6435 | + m_GameObject: {fileID: 745428672} | ||
6436 | + m_Enabled: 1 | ||
6437 | + m_EditorHideFlags: 0 | ||
6438 | + m_Script: {fileID: 11500000, guid: 4b8b99d8a12e39e4b94d2d7162c7c978, type: 3} | ||
6439 | + m_Name: | ||
6440 | + m_EditorClassIdentifier: | ||
6441 | + diags: | ||
6442 | + - CommentModifier | ||
6443 | + - CrazyCap | ||
6444 | + - DEMO_Condition | ||
6445 | + - demo_Narration | ||
6446 | + - Example3Dialogue | ||
6447 | + - Example4_dialogue | ||
6448 | + - grandmother | ||
6449 | + - Item_LookUp | ||
6450 | + - jisu | ||
6451 | + - jisu_aunt | ||
6452 | + - Laura | ||
6453 | + - MrCube | ||
6454 | + - NPCOnly | ||
6455 | + - punk_brother | ||
6456 | + - QuestChartDemo | ||
6457 | + - TriggeredDude | ||
6458 | + - uncle_girlfriend | ||
6459 | + - village_uncle | ||
6460 | + - Witch | ||
6461 | + assignedIndex: 16 | ||
6462 | + assignedID: 5027 | ||
6463 | + assignedDialogue: uncle_girlfriend | ||
6464 | + interactionCount: 0 | ||
6465 | + alias: | ||
6466 | + overrideStartNode: -1 | ||
6467 | + defaultNPCSprite: {fileID: 0} | ||
6468 | + defaultPlayerSprite: {fileID: 0} | ||
6469 | + targetManager: {fileID: 0} | ||
6470 | + preload: 0 | ||
6471 | + notuptodate: 0 | ||
6472 | + startp: 0 | ||
6473 | + loadtag: | ||
6474 | + langs: [] | ||
6475 | + S_playerDiags: [] | ||
6476 | + S_actionNodes: [] | ||
6295 | --- !u!1001 &748030881 | 6477 | --- !u!1001 &748030881 |
6296 | PrefabInstance: | 6478 | PrefabInstance: |
6297 | m_ObjectHideFlags: 0 | 6479 | m_ObjectHideFlags: 0 |
... | @@ -6651,11 +6833,11 @@ PrefabInstance: | ... | @@ -6651,11 +6833,11 @@ PrefabInstance: |
6651 | m_Modifications: | 6833 | m_Modifications: |
6652 | - target: {fileID: 1000038409987100, guid: b5bf67069f5950943afac56320c54b69, type: 3} | 6834 | - target: {fileID: 1000038409987100, guid: b5bf67069f5950943afac56320c54b69, type: 3} |
6653 | propertyPath: m_Name | 6835 | propertyPath: m_Name |
6654 | - value: Elizabeth Warren prefab | 6836 | + value: "\uC606\uC9D1\uD560\uBA38\uB2C8" |
6655 | objectReference: {fileID: 0} | 6837 | objectReference: {fileID: 0} |
6656 | - target: {fileID: 4367695987642534, guid: b5bf67069f5950943afac56320c54b69, type: 3} | 6838 | - target: {fileID: 4367695987642534, guid: b5bf67069f5950943afac56320c54b69, type: 3} |
6657 | propertyPath: m_RootOrder | 6839 | propertyPath: m_RootOrder |
6658 | - value: 8 | 6840 | + value: 10 |
6659 | objectReference: {fileID: 0} | 6841 | objectReference: {fileID: 0} |
6660 | - target: {fileID: 4367695987642534, guid: b5bf67069f5950943afac56320c54b69, type: 3} | 6842 | - target: {fileID: 4367695987642534, guid: b5bf67069f5950943afac56320c54b69, type: 3} |
6661 | propertyPath: m_LocalPosition.x | 6843 | propertyPath: m_LocalPosition.x |
... | @@ -7310,7 +7492,7 @@ Transform: | ... | @@ -7310,7 +7492,7 @@ Transform: |
7310 | m_LocalScale: {x: 1, y: 1, z: 1} | 7492 | m_LocalScale: {x: 1, y: 1, z: 1} |
7311 | m_Children: [] | 7493 | m_Children: [] |
7312 | m_Father: {fileID: 0} | 7494 | m_Father: {fileID: 0} |
7313 | - m_RootOrder: 19 | 7495 | + m_RootOrder: 24 |
7314 | m_LocalEulerAnglesHint: {x: 50, y: -30, z: 0} | 7496 | m_LocalEulerAnglesHint: {x: 50, y: -30, z: 0} |
7315 | --- !u!1 &867978179 | 7497 | --- !u!1 &867978179 |
7316 | GameObject: | 7498 | GameObject: |
... | @@ -7665,7 +7847,7 @@ PrefabInstance: | ... | @@ -7665,7 +7847,7 @@ PrefabInstance: |
7665 | objectReference: {fileID: 0} | 7847 | objectReference: {fileID: 0} |
7666 | - target: {fileID: 4998326679312090, guid: 2b519101e10d4a74580d4c86ac9e03e6, type: 3} | 7848 | - target: {fileID: 4998326679312090, guid: 2b519101e10d4a74580d4c86ac9e03e6, type: 3} |
7667 | propertyPath: m_RootOrder | 7849 | propertyPath: m_RootOrder |
7668 | - value: 7 | 7850 | + value: 6 |
7669 | objectReference: {fileID: 0} | 7851 | objectReference: {fileID: 0} |
7670 | - target: {fileID: 4998326679312090, guid: 2b519101e10d4a74580d4c86ac9e03e6, type: 3} | 7852 | - target: {fileID: 4998326679312090, guid: 2b519101e10d4a74580d4c86ac9e03e6, type: 3} |
7671 | propertyPath: m_LocalPosition.x | 7853 | propertyPath: m_LocalPosition.x |
... | @@ -7911,7 +8093,7 @@ Transform: | ... | @@ -7911,7 +8093,7 @@ Transform: |
7911 | - {fileID: 2074906520} | 8093 | - {fileID: 2074906520} |
7912 | - {fileID: 287987384} | 8094 | - {fileID: 287987384} |
7913 | m_Father: {fileID: 0} | 8095 | m_Father: {fileID: 0} |
7914 | - m_RootOrder: 26 | 8096 | + m_RootOrder: 31 |
7915 | m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} | 8097 | m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} |
7916 | --- !u!1001 &968424725 | 8098 | --- !u!1001 &968424725 |
7917 | PrefabInstance: | 8099 | PrefabInstance: |
... | @@ -8080,11 +8262,11 @@ PrefabInstance: | ... | @@ -8080,11 +8262,11 @@ PrefabInstance: |
8080 | m_Modifications: | 8262 | m_Modifications: |
8081 | - target: {fileID: 1103654898294298, guid: 6009a5cb76b01ad41b78f123a6aeee96, type: 3} | 8263 | - target: {fileID: 1103654898294298, guid: 6009a5cb76b01ad41b78f123a6aeee96, type: 3} |
8082 | propertyPath: m_Name | 8264 | propertyPath: m_Name |
8083 | - value: B30_Ch_05_Avatar | 8265 | + value: "\uC9C0\uC218" |
8084 | objectReference: {fileID: 0} | 8266 | objectReference: {fileID: 0} |
8085 | - target: {fileID: 4357540483046180, guid: 6009a5cb76b01ad41b78f123a6aeee96, type: 3} | 8267 | - target: {fileID: 4357540483046180, guid: 6009a5cb76b01ad41b78f123a6aeee96, type: 3} |
8086 | propertyPath: m_RootOrder | 8268 | propertyPath: m_RootOrder |
8087 | - value: 12 | 8269 | + value: 14 |
8088 | objectReference: {fileID: 0} | 8270 | objectReference: {fileID: 0} |
8089 | - target: {fileID: 4357540483046180, guid: 6009a5cb76b01ad41b78f123a6aeee96, type: 3} | 8271 | - target: {fileID: 4357540483046180, guid: 6009a5cb76b01ad41b78f123a6aeee96, type: 3} |
8090 | propertyPath: m_LocalScale.x | 8272 | propertyPath: m_LocalScale.x |
... | @@ -8656,7 +8838,7 @@ Transform: | ... | @@ -8656,7 +8838,7 @@ Transform: |
8656 | - {fileID: 867978180} | 8838 | - {fileID: 867978180} |
8657 | - {fileID: 599391491} | 8839 | - {fileID: 599391491} |
8658 | m_Father: {fileID: 0} | 8840 | m_Father: {fileID: 0} |
8659 | - m_RootOrder: 24 | 8841 | + m_RootOrder: 29 |
8660 | m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} | 8842 | m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} |
8661 | --- !u!1001 &1071544980 | 8843 | --- !u!1001 &1071544980 |
8662 | PrefabInstance: | 8844 | PrefabInstance: |
... | @@ -9083,9 +9265,13 @@ PrefabInstance: | ... | @@ -9083,9 +9265,13 @@ PrefabInstance: |
9083 | m_Modification: | 9265 | m_Modification: |
9084 | m_TransformParent: {fileID: 1830574651} | 9266 | m_TransformParent: {fileID: 1830574651} |
9085 | m_Modifications: | 9267 | m_Modifications: |
9268 | + - target: {fileID: 1121113006719782, guid: 386f40ad68cdd3c4fbcb471ef2d93772, type: 3} | ||
9269 | + propertyPath: m_Name | ||
9270 | + value: "\uC9C0\uC218\uC774\uBAA8\uC9D1" | ||
9271 | + objectReference: {fileID: 0} | ||
9086 | - target: {fileID: 4519282631701236, guid: 386f40ad68cdd3c4fbcb471ef2d93772, type: 3} | 9272 | - target: {fileID: 4519282631701236, guid: 386f40ad68cdd3c4fbcb471ef2d93772, type: 3} |
9087 | propertyPath: m_RootOrder | 9273 | propertyPath: m_RootOrder |
9088 | - value: 4 | 9274 | + value: 3 |
9089 | objectReference: {fileID: 0} | 9275 | objectReference: {fileID: 0} |
9090 | - target: {fileID: 4519282631701236, guid: 386f40ad68cdd3c4fbcb471ef2d93772, type: 3} | 9276 | - target: {fileID: 4519282631701236, guid: 386f40ad68cdd3c4fbcb471ef2d93772, type: 3} |
9091 | propertyPath: m_LocalPosition.x | 9277 | propertyPath: m_LocalPosition.x |
... | @@ -9139,7 +9325,7 @@ PrefabInstance: | ... | @@ -9139,7 +9325,7 @@ PrefabInstance: |
9139 | objectReference: {fileID: 0} | 9325 | objectReference: {fileID: 0} |
9140 | - target: {fileID: 4467394157264018, guid: 67cc81d5424ea4fccbc7267473502366, type: 3} | 9326 | - target: {fileID: 4467394157264018, guid: 67cc81d5424ea4fccbc7267473502366, type: 3} |
9141 | propertyPath: m_RootOrder | 9327 | propertyPath: m_RootOrder |
9142 | - value: 28 | 9328 | + value: 17 |
9143 | objectReference: {fileID: 0} | 9329 | objectReference: {fileID: 0} |
9144 | - target: {fileID: 4467394157264018, guid: 67cc81d5424ea4fccbc7267473502366, type: 3} | 9330 | - target: {fileID: 4467394157264018, guid: 67cc81d5424ea4fccbc7267473502366, type: 3} |
9145 | propertyPath: m_LocalScale.y | 9331 | propertyPath: m_LocalScale.y |
... | @@ -9382,11 +9568,11 @@ PrefabInstance: | ... | @@ -9382,11 +9568,11 @@ PrefabInstance: |
9382 | m_Modifications: | 9568 | m_Modifications: |
9383 | - target: {fileID: 1000013808630610, guid: eae0d75f8edbe3349b65105f0c6b5665, type: 3} | 9569 | - target: {fileID: 1000013808630610, guid: eae0d75f8edbe3349b65105f0c6b5665, type: 3} |
9384 | propertyPath: m_Name | 9570 | propertyPath: m_Name |
9385 | - value: SweetPepper (3) | 9571 | + value: "\uC0AC\uACFC4" |
9386 | objectReference: {fileID: 0} | 9572 | objectReference: {fileID: 0} |
9387 | - target: {fileID: 4000010883411580, guid: eae0d75f8edbe3349b65105f0c6b5665, type: 3} | 9573 | - target: {fileID: 4000010883411580, guid: eae0d75f8edbe3349b65105f0c6b5665, type: 3} |
9388 | propertyPath: m_RootOrder | 9574 | propertyPath: m_RootOrder |
9389 | - value: 27 | 9575 | + value: 23 |
9390 | objectReference: {fileID: 0} | 9576 | objectReference: {fileID: 0} |
9391 | - target: {fileID: 4000010883411580, guid: eae0d75f8edbe3349b65105f0c6b5665, type: 3} | 9577 | - target: {fileID: 4000010883411580, guid: eae0d75f8edbe3349b65105f0c6b5665, type: 3} |
9392 | propertyPath: m_LocalScale.y | 9578 | propertyPath: m_LocalScale.y |
... | @@ -9496,6 +9682,59 @@ Transform: | ... | @@ -9496,6 +9682,59 @@ Transform: |
9496 | m_CorrespondingSourceObject: {fileID: 4565743505842534, guid: 9e6377f4cae22eb4194f71c6e76c37b9, type: 3} | 9682 | m_CorrespondingSourceObject: {fileID: 4565743505842534, guid: 9e6377f4cae22eb4194f71c6e76c37b9, type: 3} |
9497 | m_PrefabInstance: {fileID: 1174128372} | 9683 | m_PrefabInstance: {fileID: 1174128372} |
9498 | m_PrefabAsset: {fileID: 0} | 9684 | m_PrefabAsset: {fileID: 0} |
9685 | +--- !u!1 &1185998938 stripped | ||
9686 | +GameObject: | ||
9687 | + m_CorrespondingSourceObject: {fileID: 1000038409987100, guid: b5bf67069f5950943afac56320c54b69, type: 3} | ||
9688 | + m_PrefabInstance: {fileID: 772576832} | ||
9689 | + m_PrefabAsset: {fileID: 0} | ||
9690 | +--- !u!114 &1185998939 | ||
9691 | +MonoBehaviour: | ||
9692 | + m_ObjectHideFlags: 0 | ||
9693 | + m_CorrespondingSourceObject: {fileID: 0} | ||
9694 | + m_PrefabInstance: {fileID: 0} | ||
9695 | + m_PrefabAsset: {fileID: 0} | ||
9696 | + m_GameObject: {fileID: 1185998938} | ||
9697 | + m_Enabled: 1 | ||
9698 | + m_EditorHideFlags: 0 | ||
9699 | + m_Script: {fileID: 11500000, guid: 4b8b99d8a12e39e4b94d2d7162c7c978, type: 3} | ||
9700 | + m_Name: | ||
9701 | + m_EditorClassIdentifier: | ||
9702 | + diags: | ||
9703 | + - CommentModifier | ||
9704 | + - CrazyCap | ||
9705 | + - DEMO_Condition | ||
9706 | + - demo_Narration | ||
9707 | + - Example3Dialogue | ||
9708 | + - Example4_dialogue | ||
9709 | + - grandmother | ||
9710 | + - Item_LookUp | ||
9711 | + - jisu | ||
9712 | + - jisu_aunt | ||
9713 | + - Laura | ||
9714 | + - MrCube | ||
9715 | + - NPCOnly | ||
9716 | + - punk_brother | ||
9717 | + - QuestChartDemo | ||
9718 | + - TriggeredDude | ||
9719 | + - uncle_girlfriend | ||
9720 | + - village_uncle | ||
9721 | + - Witch | ||
9722 | + assignedIndex: 6 | ||
9723 | + assignedID: 86233 | ||
9724 | + assignedDialogue: grandmother | ||
9725 | + interactionCount: 0 | ||
9726 | + alias: | ||
9727 | + overrideStartNode: -1 | ||
9728 | + defaultNPCSprite: {fileID: 0} | ||
9729 | + defaultPlayerSprite: {fileID: 0} | ||
9730 | + targetManager: {fileID: 0} | ||
9731 | + preload: 0 | ||
9732 | + notuptodate: 0 | ||
9733 | + startp: 0 | ||
9734 | + loadtag: | ||
9735 | + langs: [] | ||
9736 | + S_playerDiags: [] | ||
9737 | + S_actionNodes: [] | ||
9499 | --- !u!1001 &1201458189 | 9738 | --- !u!1001 &1201458189 |
9500 | PrefabInstance: | 9739 | PrefabInstance: |
9501 | m_ObjectHideFlags: 0 | 9740 | m_ObjectHideFlags: 0 |
... | @@ -9598,7 +9837,7 @@ PrefabInstance: | ... | @@ -9598,7 +9837,7 @@ PrefabInstance: |
9598 | objectReference: {fileID: 0} | 9837 | objectReference: {fileID: 0} |
9599 | - target: {fileID: 4467394157264018, guid: 67cc81d5424ea4fccbc7267473502366, type: 3} | 9838 | - target: {fileID: 4467394157264018, guid: 67cc81d5424ea4fccbc7267473502366, type: 3} |
9600 | propertyPath: m_RootOrder | 9839 | propertyPath: m_RootOrder |
9601 | - value: 14 | 9840 | + value: 16 |
9602 | objectReference: {fileID: 0} | 9841 | objectReference: {fileID: 0} |
9603 | - target: {fileID: 4467394157264018, guid: 67cc81d5424ea4fccbc7267473502366, type: 3} | 9842 | - target: {fileID: 4467394157264018, guid: 67cc81d5424ea4fccbc7267473502366, type: 3} |
9604 | propertyPath: m_LocalScale.y | 9843 | propertyPath: m_LocalScale.y |
... | @@ -9897,9 +10136,13 @@ PrefabInstance: | ... | @@ -9897,9 +10136,13 @@ PrefabInstance: |
9897 | m_Modification: | 10136 | m_Modification: |
9898 | m_TransformParent: {fileID: 1830574651} | 10137 | m_TransformParent: {fileID: 1830574651} |
9899 | m_Modifications: | 10138 | m_Modifications: |
10139 | + - target: {fileID: 1232766363669618, guid: 2b519101e10d4a74580d4c86ac9e03e6, type: 3} | ||
10140 | + propertyPath: m_Name | ||
10141 | + value: "\uD560\uBA38\uB2C8\uC190\uC790\uC9D1" | ||
10142 | + objectReference: {fileID: 0} | ||
9900 | - target: {fileID: 4998326679312090, guid: 2b519101e10d4a74580d4c86ac9e03e6, type: 3} | 10143 | - target: {fileID: 4998326679312090, guid: 2b519101e10d4a74580d4c86ac9e03e6, type: 3} |
9901 | propertyPath: m_RootOrder | 10144 | propertyPath: m_RootOrder |
9902 | - value: 2 | 10145 | + value: 1 |
9903 | objectReference: {fileID: 0} | 10146 | objectReference: {fileID: 0} |
9904 | - target: {fileID: 4998326679312090, guid: 2b519101e10d4a74580d4c86ac9e03e6, type: 3} | 10147 | - target: {fileID: 4998326679312090, guid: 2b519101e10d4a74580d4c86ac9e03e6, type: 3} |
9905 | propertyPath: m_LocalPosition.x | 10148 | propertyPath: m_LocalPosition.x |
... | @@ -10355,11 +10598,11 @@ PrefabInstance: | ... | @@ -10355,11 +10598,11 @@ PrefabInstance: |
10355 | m_Modifications: | 10598 | m_Modifications: |
10356 | - target: {fileID: 1000013808630610, guid: eae0d75f8edbe3349b65105f0c6b5665, type: 3} | 10599 | - target: {fileID: 1000013808630610, guid: eae0d75f8edbe3349b65105f0c6b5665, type: 3} |
10357 | propertyPath: m_Name | 10600 | propertyPath: m_Name |
10358 | - value: SweetPepper (2) | 10601 | + value: "\uC0AC\uACFC2" |
10359 | objectReference: {fileID: 0} | 10602 | objectReference: {fileID: 0} |
10360 | - target: {fileID: 4000010883411580, guid: eae0d75f8edbe3349b65105f0c6b5665, type: 3} | 10603 | - target: {fileID: 4000010883411580, guid: eae0d75f8edbe3349b65105f0c6b5665, type: 3} |
10361 | propertyPath: m_RootOrder | 10604 | propertyPath: m_RootOrder |
10362 | - value: 17 | 10605 | + value: 21 |
10363 | objectReference: {fileID: 0} | 10606 | objectReference: {fileID: 0} |
10364 | - target: {fileID: 4000010883411580, guid: eae0d75f8edbe3349b65105f0c6b5665, type: 3} | 10607 | - target: {fileID: 4000010883411580, guid: eae0d75f8edbe3349b65105f0c6b5665, type: 3} |
10365 | propertyPath: m_LocalScale.y | 10608 | propertyPath: m_LocalScale.y |
... | @@ -10537,23 +10780,23 @@ PrefabInstance: | ... | @@ -10537,23 +10780,23 @@ PrefabInstance: |
10537 | m_Modifications: | 10780 | m_Modifications: |
10538 | - target: {fileID: 1189782351792700, guid: 20661e78605491946911818aa730569b, type: 3} | 10781 | - target: {fileID: 1189782351792700, guid: 20661e78605491946911818aa730569b, type: 3} |
10539 | propertyPath: m_Name | 10782 | propertyPath: m_Name |
10540 | - value: Laptop_Closed (2) | 10783 | + value: "\uC6B0\uD3B8\uBB3C3" |
10541 | objectReference: {fileID: 0} | 10784 | objectReference: {fileID: 0} |
10542 | - target: {fileID: 4839676560386254, guid: 20661e78605491946911818aa730569b, type: 3} | 10785 | - target: {fileID: 4839676560386254, guid: 20661e78605491946911818aa730569b, type: 3} |
10543 | propertyPath: m_RootOrder | 10786 | propertyPath: m_RootOrder |
10544 | - value: 31 | 10787 | + value: 4 |
10545 | objectReference: {fileID: 0} | 10788 | objectReference: {fileID: 0} |
10546 | - target: {fileID: 4839676560386254, guid: 20661e78605491946911818aa730569b, type: 3} | 10789 | - target: {fileID: 4839676560386254, guid: 20661e78605491946911818aa730569b, type: 3} |
10547 | propertyPath: m_LocalScale.x | 10790 | propertyPath: m_LocalScale.x |
10548 | - value: 1.7616682 | 10791 | + value: 1.761668 |
10549 | objectReference: {fileID: 0} | 10792 | objectReference: {fileID: 0} |
10550 | - target: {fileID: 4839676560386254, guid: 20661e78605491946911818aa730569b, type: 3} | 10793 | - target: {fileID: 4839676560386254, guid: 20661e78605491946911818aa730569b, type: 3} |
10551 | propertyPath: m_LocalScale.y | 10794 | propertyPath: m_LocalScale.y |
10552 | - value: 3.3971 | 10795 | + value: 3.3970997 |
10553 | objectReference: {fileID: 0} | 10796 | objectReference: {fileID: 0} |
10554 | - target: {fileID: 4839676560386254, guid: 20661e78605491946911818aa730569b, type: 3} | 10797 | - target: {fileID: 4839676560386254, guid: 20661e78605491946911818aa730569b, type: 3} |
10555 | propertyPath: m_LocalScale.z | 10798 | propertyPath: m_LocalScale.z |
10556 | - value: 3.1423175 | 10799 | + value: 3.1423173 |
10557 | objectReference: {fileID: 0} | 10800 | objectReference: {fileID: 0} |
10558 | - target: {fileID: 4839676560386254, guid: 20661e78605491946911818aa730569b, type: 3} | 10801 | - target: {fileID: 4839676560386254, guid: 20661e78605491946911818aa730569b, type: 3} |
10559 | propertyPath: m_LocalPosition.x | 10802 | propertyPath: m_LocalPosition.x |
... | @@ -10573,7 +10816,7 @@ PrefabInstance: | ... | @@ -10573,7 +10816,7 @@ PrefabInstance: |
10573 | objectReference: {fileID: 0} | 10816 | objectReference: {fileID: 0} |
10574 | - target: {fileID: 4839676560386254, guid: 20661e78605491946911818aa730569b, type: 3} | 10817 | - target: {fileID: 4839676560386254, guid: 20661e78605491946911818aa730569b, type: 3} |
10575 | propertyPath: m_LocalRotation.x | 10818 | propertyPath: m_LocalRotation.x |
10576 | - value: 0.000000021855694 | 10819 | + value: 0.000000021855696 |
10577 | objectReference: {fileID: 0} | 10820 | objectReference: {fileID: 0} |
10578 | - target: {fileID: 4839676560386254, guid: 20661e78605491946911818aa730569b, type: 3} | 10821 | - target: {fileID: 4839676560386254, guid: 20661e78605491946911818aa730569b, type: 3} |
10579 | propertyPath: m_LocalRotation.y | 10822 | propertyPath: m_LocalRotation.y |
... | @@ -10581,7 +10824,7 @@ PrefabInstance: | ... | @@ -10581,7 +10824,7 @@ PrefabInstance: |
10581 | objectReference: {fileID: 0} | 10824 | objectReference: {fileID: 0} |
10582 | - target: {fileID: 4839676560386254, guid: 20661e78605491946911818aa730569b, type: 3} | 10825 | - target: {fileID: 4839676560386254, guid: 20661e78605491946911818aa730569b, type: 3} |
10583 | propertyPath: m_LocalRotation.z | 10826 | propertyPath: m_LocalRotation.z |
10584 | - value: -0 | 10827 | + value: 8.881783e-16 |
10585 | objectReference: {fileID: 0} | 10828 | objectReference: {fileID: 0} |
10586 | - target: {fileID: 4839676560386254, guid: 20661e78605491946911818aa730569b, type: 3} | 10829 | - target: {fileID: 4839676560386254, guid: 20661e78605491946911818aa730569b, type: 3} |
10587 | propertyPath: m_LocalEulerAnglesHint.x | 10830 | propertyPath: m_LocalEulerAnglesHint.x |
... | @@ -10606,11 +10849,11 @@ PrefabInstance: | ... | @@ -10606,11 +10849,11 @@ PrefabInstance: |
10606 | m_Modifications: | 10849 | m_Modifications: |
10607 | - target: {fileID: 1000013808630610, guid: eae0d75f8edbe3349b65105f0c6b5665, type: 3} | 10850 | - target: {fileID: 1000013808630610, guid: eae0d75f8edbe3349b65105f0c6b5665, type: 3} |
10608 | propertyPath: m_Name | 10851 | propertyPath: m_Name |
10609 | - value: SweetPepper | 10852 | + value: "\uC0AC\uACFC1" |
10610 | objectReference: {fileID: 0} | 10853 | objectReference: {fileID: 0} |
10611 | - target: {fileID: 4000010883411580, guid: eae0d75f8edbe3349b65105f0c6b5665, type: 3} | 10854 | - target: {fileID: 4000010883411580, guid: eae0d75f8edbe3349b65105f0c6b5665, type: 3} |
10612 | propertyPath: m_RootOrder | 10855 | propertyPath: m_RootOrder |
10613 | - value: 16 | 10856 | + value: 20 |
10614 | objectReference: {fileID: 0} | 10857 | objectReference: {fileID: 0} |
10615 | - target: {fileID: 4000010883411580, guid: eae0d75f8edbe3349b65105f0c6b5665, type: 3} | 10858 | - target: {fileID: 4000010883411580, guid: eae0d75f8edbe3349b65105f0c6b5665, type: 3} |
10616 | propertyPath: m_LocalScale.y | 10859 | propertyPath: m_LocalScale.y |
... | @@ -10671,7 +10914,7 @@ PrefabInstance: | ... | @@ -10671,7 +10914,7 @@ PrefabInstance: |
10671 | m_Modifications: | 10914 | m_Modifications: |
10672 | - target: {fileID: 1189782351792700, guid: 20661e78605491946911818aa730569b, type: 3} | 10915 | - target: {fileID: 1189782351792700, guid: 20661e78605491946911818aa730569b, type: 3} |
10673 | propertyPath: m_Name | 10916 | propertyPath: m_Name |
10674 | - value: Laptop_Closed | 10917 | + value: "\uC6B0\uD3B8\uBB3C1" |
10675 | objectReference: {fileID: 0} | 10918 | objectReference: {fileID: 0} |
10676 | - target: {fileID: 4839676560386254, guid: 20661e78605491946911818aa730569b, type: 3} | 10919 | - target: {fileID: 4839676560386254, guid: 20661e78605491946911818aa730569b, type: 3} |
10677 | propertyPath: m_RootOrder | 10920 | propertyPath: m_RootOrder |
... | @@ -11153,6 +11396,59 @@ Transform: | ... | @@ -11153,6 +11396,59 @@ Transform: |
11153 | m_CorrespondingSourceObject: {fileID: 4835789832631930, guid: bdf8e7438a7816543998181bd3067573, type: 3} | 11396 | m_CorrespondingSourceObject: {fileID: 4835789832631930, guid: bdf8e7438a7816543998181bd3067573, type: 3} |
11154 | m_PrefabInstance: {fileID: 1385883113} | 11397 | m_PrefabInstance: {fileID: 1385883113} |
11155 | m_PrefabAsset: {fileID: 0} | 11398 | m_PrefabAsset: {fileID: 0} |
11399 | +--- !u!1 &1391197621 stripped | ||
11400 | +GameObject: | ||
11401 | + m_CorrespondingSourceObject: {fileID: 1745315555470622, guid: e0ef6083a5069634e8cc03171793c34d, type: 3} | ||
11402 | + m_PrefabInstance: {fileID: 1404491701} | ||
11403 | + m_PrefabAsset: {fileID: 0} | ||
11404 | +--- !u!114 &1391197622 | ||
11405 | +MonoBehaviour: | ||
11406 | + m_ObjectHideFlags: 0 | ||
11407 | + m_CorrespondingSourceObject: {fileID: 0} | ||
11408 | + m_PrefabInstance: {fileID: 0} | ||
11409 | + m_PrefabAsset: {fileID: 0} | ||
11410 | + m_GameObject: {fileID: 1391197621} | ||
11411 | + m_Enabled: 1 | ||
11412 | + m_EditorHideFlags: 0 | ||
11413 | + m_Script: {fileID: 11500000, guid: 4b8b99d8a12e39e4b94d2d7162c7c978, type: 3} | ||
11414 | + m_Name: | ||
11415 | + m_EditorClassIdentifier: | ||
11416 | + diags: | ||
11417 | + - CommentModifier | ||
11418 | + - CrazyCap | ||
11419 | + - DEMO_Condition | ||
11420 | + - demo_Narration | ||
11421 | + - Example3Dialogue | ||
11422 | + - Example4_dialogue | ||
11423 | + - grandmother | ||
11424 | + - Item_LookUp | ||
11425 | + - jisu | ||
11426 | + - jisu_aunt | ||
11427 | + - Laura | ||
11428 | + - MrCube | ||
11429 | + - NPCOnly | ||
11430 | + - punk_brother | ||
11431 | + - QuestChartDemo | ||
11432 | + - TriggeredDude | ||
11433 | + - uncle_girlfriend | ||
11434 | + - village_uncle | ||
11435 | + - Witch | ||
11436 | + assignedIndex: 9 | ||
11437 | + assignedID: 24496 | ||
11438 | + assignedDialogue: jisu_aunt | ||
11439 | + interactionCount: 0 | ||
11440 | + alias: | ||
11441 | + overrideStartNode: -1 | ||
11442 | + defaultNPCSprite: {fileID: 0} | ||
11443 | + defaultPlayerSprite: {fileID: 0} | ||
11444 | + targetManager: {fileID: 0} | ||
11445 | + preload: 0 | ||
11446 | + notuptodate: 0 | ||
11447 | + startp: 0 | ||
11448 | + loadtag: | ||
11449 | + langs: [] | ||
11450 | + S_playerDiags: [] | ||
11451 | + S_actionNodes: [] | ||
11156 | --- !u!1001 &1391805395 | 11452 | --- !u!1001 &1391805395 |
11157 | PrefabInstance: | 11453 | PrefabInstance: |
11158 | m_ObjectHideFlags: 0 | 11454 | m_ObjectHideFlags: 0 |
... | @@ -11220,7 +11516,7 @@ PrefabInstance: | ... | @@ -11220,7 +11516,7 @@ PrefabInstance: |
11220 | objectReference: {fileID: 0} | 11516 | objectReference: {fileID: 0} |
11221 | - target: {fileID: 4105059492611526, guid: acd1035e6037f5340b25cdc9d4460022, type: 3} | 11517 | - target: {fileID: 4105059492611526, guid: acd1035e6037f5340b25cdc9d4460022, type: 3} |
11222 | propertyPath: m_RootOrder | 11518 | propertyPath: m_RootOrder |
11223 | - value: 5 | 11519 | + value: 7 |
11224 | objectReference: {fileID: 0} | 11520 | objectReference: {fileID: 0} |
11225 | - target: {fileID: 4105059492611526, guid: acd1035e6037f5340b25cdc9d4460022, type: 3} | 11521 | - target: {fileID: 4105059492611526, guid: acd1035e6037f5340b25cdc9d4460022, type: 3} |
11226 | propertyPath: m_LocalPosition.x | 11522 | propertyPath: m_LocalPosition.x |
... | @@ -11409,11 +11705,11 @@ PrefabInstance: | ... | @@ -11409,11 +11705,11 @@ PrefabInstance: |
11409 | m_Modifications: | 11705 | m_Modifications: |
11410 | - target: {fileID: 1745315555470622, guid: e0ef6083a5069634e8cc03171793c34d, type: 3} | 11706 | - target: {fileID: 1745315555470622, guid: e0ef6083a5069634e8cc03171793c34d, type: 3} |
11411 | propertyPath: m_Name | 11707 | propertyPath: m_Name |
11412 | - value: B20_Ch_01_Avatar | 11708 | + value: "\uC9C0\uC218\uC774\uBAA8" |
11413 | objectReference: {fileID: 0} | 11709 | objectReference: {fileID: 0} |
11414 | - target: {fileID: 4827324919176084, guid: e0ef6083a5069634e8cc03171793c34d, type: 3} | 11710 | - target: {fileID: 4827324919176084, guid: e0ef6083a5069634e8cc03171793c34d, type: 3} |
11415 | propertyPath: m_RootOrder | 11711 | propertyPath: m_RootOrder |
11416 | - value: 11 | 11712 | + value: 13 |
11417 | objectReference: {fileID: 0} | 11713 | objectReference: {fileID: 0} |
11418 | - target: {fileID: 4827324919176084, guid: e0ef6083a5069634e8cc03171793c34d, type: 3} | 11714 | - target: {fileID: 4827324919176084, guid: e0ef6083a5069634e8cc03171793c34d, type: 3} |
11419 | propertyPath: m_LocalScale.x | 11715 | propertyPath: m_LocalScale.x |
... | @@ -12858,9 +13154,13 @@ PrefabInstance: | ... | @@ -12858,9 +13154,13 @@ PrefabInstance: |
12858 | m_Modification: | 13154 | m_Modification: |
12859 | m_TransformParent: {fileID: 1830574651} | 13155 | m_TransformParent: {fileID: 1830574651} |
12860 | m_Modifications: | 13156 | m_Modifications: |
13157 | + - target: {fileID: 1185082912798350, guid: 71442e8cd72511e4fabb72f1a2cc82dd, type: 3} | ||
13158 | + propertyPath: m_Name | ||
13159 | + value: "\uC8FC\uC778\uACF5\uC9D1" | ||
13160 | + objectReference: {fileID: 0} | ||
12861 | - target: {fileID: 4419083434238170, guid: 71442e8cd72511e4fabb72f1a2cc82dd, type: 3} | 13161 | - target: {fileID: 4419083434238170, guid: 71442e8cd72511e4fabb72f1a2cc82dd, type: 3} |
12862 | propertyPath: m_RootOrder | 13162 | propertyPath: m_RootOrder |
12863 | - value: 3 | 13163 | + value: 2 |
12864 | objectReference: {fileID: 0} | 13164 | objectReference: {fileID: 0} |
12865 | - target: {fileID: 4419083434238170, guid: 71442e8cd72511e4fabb72f1a2cc82dd, type: 3} | 13165 | - target: {fileID: 4419083434238170, guid: 71442e8cd72511e4fabb72f1a2cc82dd, type: 3} |
12866 | propertyPath: m_LocalPosition.x | 13166 | propertyPath: m_LocalPosition.x |
... | @@ -13563,7 +13863,7 @@ Transform: | ... | @@ -13563,7 +13863,7 @@ Transform: |
13563 | - {fileID: 648900221} | 13863 | - {fileID: 648900221} |
13564 | - {fileID: 682303263} | 13864 | - {fileID: 682303263} |
13565 | m_Father: {fileID: 0} | 13865 | m_Father: {fileID: 0} |
13566 | - m_RootOrder: 23 | 13866 | + m_RootOrder: 28 |
13567 | m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} | 13867 | m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} |
13568 | --- !u!1001 &1720039324 | 13868 | --- !u!1001 &1720039324 |
13569 | PrefabInstance: | 13869 | PrefabInstance: |
... | @@ -13846,7 +14146,7 @@ Transform: | ... | @@ -13846,7 +14146,7 @@ Transform: |
13846 | - {fileID: 596709212} | 14146 | - {fileID: 596709212} |
13847 | - {fileID: 387298199} | 14147 | - {fileID: 387298199} |
13848 | m_Father: {fileID: 0} | 14148 | m_Father: {fileID: 0} |
13849 | - m_RootOrder: 22 | 14149 | + m_RootOrder: 27 |
13850 | m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} | 14150 | m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} |
13851 | --- !u!1001 &1741749969 | 14151 | --- !u!1001 &1741749969 |
13852 | PrefabInstance: | 14152 | PrefabInstance: |
... | @@ -13857,11 +14157,11 @@ PrefabInstance: | ... | @@ -13857,11 +14157,11 @@ PrefabInstance: |
13857 | m_Modifications: | 14157 | m_Modifications: |
13858 | - target: {fileID: 1003328744321094, guid: 01c14961d9931d94f9ccb0cf0c46ba9f, type: 3} | 14158 | - target: {fileID: 1003328744321094, guid: 01c14961d9931d94f9ccb0cf0c46ba9f, type: 3} |
13859 | propertyPath: m_Name | 14159 | propertyPath: m_Name |
13860 | - value: clothingSet_04_And_nackedSet | 14160 | + value: "\uC0BC\uCD0C\uB0B4\uC5F0\uB140" |
13861 | objectReference: {fileID: 0} | 14161 | objectReference: {fileID: 0} |
13862 | - target: {fileID: 4203470457943290, guid: 01c14961d9931d94f9ccb0cf0c46ba9f, type: 3} | 14162 | - target: {fileID: 4203470457943290, guid: 01c14961d9931d94f9ccb0cf0c46ba9f, type: 3} |
13863 | propertyPath: m_RootOrder | 14163 | propertyPath: m_RootOrder |
13864 | - value: 7 | 14164 | + value: 9 |
13865 | objectReference: {fileID: 0} | 14165 | objectReference: {fileID: 0} |
13866 | - target: {fileID: 4203470457943290, guid: 01c14961d9931d94f9ccb0cf0c46ba9f, type: 3} | 14166 | - target: {fileID: 4203470457943290, guid: 01c14961d9931d94f9ccb0cf0c46ba9f, type: 3} |
13867 | propertyPath: m_LocalScale.x | 14167 | propertyPath: m_LocalScale.x |
... | @@ -14219,56 +14519,6 @@ Transform: | ... | @@ -14219,56 +14519,6 @@ Transform: |
14219 | m_CorrespondingSourceObject: {fileID: 4791740479712768, guid: 1645880bdf365054a8c29b271c30eb36, type: 3} | 14519 | m_CorrespondingSourceObject: {fileID: 4791740479712768, guid: 1645880bdf365054a8c29b271c30eb36, type: 3} |
14220 | m_PrefabInstance: {fileID: 1761366149} | 14520 | m_PrefabInstance: {fileID: 1761366149} |
14221 | m_PrefabAsset: {fileID: 0} | 14521 | m_PrefabAsset: {fileID: 0} |
14222 | ---- !u!1001 &1762089262 | ||
14223 | -PrefabInstance: | ||
14224 | - m_ObjectHideFlags: 0 | ||
14225 | - serializedVersion: 2 | ||
14226 | - m_Modification: | ||
14227 | - m_TransformParent: {fileID: 1830574651} | ||
14228 | - m_Modifications: | ||
14229 | - - target: {fileID: 4422725698349158, guid: 2767c12992d890f44b14f433fe854668, type: 3} | ||
14230 | - propertyPath: m_RootOrder | ||
14231 | - value: 1 | ||
14232 | - objectReference: {fileID: 0} | ||
14233 | - - target: {fileID: 4422725698349158, guid: 2767c12992d890f44b14f433fe854668, type: 3} | ||
14234 | - propertyPath: m_LocalPosition.x | ||
14235 | - value: 91.6 | ||
14236 | - objectReference: {fileID: 0} | ||
14237 | - - target: {fileID: 4422725698349158, guid: 2767c12992d890f44b14f433fe854668, type: 3} | ||
14238 | - propertyPath: m_LocalPosition.y | ||
14239 | - value: 22.22 | ||
14240 | - objectReference: {fileID: 0} | ||
14241 | - - target: {fileID: 4422725698349158, guid: 2767c12992d890f44b14f433fe854668, type: 3} | ||
14242 | - propertyPath: m_LocalPosition.z | ||
14243 | - value: -5.7 | ||
14244 | - objectReference: {fileID: 0} | ||
14245 | - - target: {fileID: 4422725698349158, guid: 2767c12992d890f44b14f433fe854668, type: 3} | ||
14246 | - propertyPath: m_LocalRotation.w | ||
14247 | - value: 0.98570883 | ||
14248 | - objectReference: {fileID: 0} | ||
14249 | - - target: {fileID: 4422725698349158, guid: 2767c12992d890f44b14f433fe854668, type: 3} | ||
14250 | - propertyPath: m_LocalRotation.x | ||
14251 | - value: -0 | ||
14252 | - objectReference: {fileID: 0} | ||
14253 | - - target: {fileID: 4422725698349158, guid: 2767c12992d890f44b14f433fe854668, type: 3} | ||
14254 | - propertyPath: m_LocalRotation.y | ||
14255 | - value: -0.1684582 | ||
14256 | - objectReference: {fileID: 0} | ||
14257 | - - target: {fileID: 4422725698349158, guid: 2767c12992d890f44b14f433fe854668, type: 3} | ||
14258 | - propertyPath: m_LocalRotation.z | ||
14259 | - value: -0 | ||
14260 | - objectReference: {fileID: 0} | ||
14261 | - - target: {fileID: 4422725698349158, guid: 2767c12992d890f44b14f433fe854668, type: 3} | ||
14262 | - propertyPath: m_LocalEulerAnglesHint.y | ||
14263 | - value: -19.396002 | ||
14264 | - objectReference: {fileID: 0} | ||
14265 | - m_RemovedComponents: [] | ||
14266 | - m_SourcePrefab: {fileID: 100100000, guid: 2767c12992d890f44b14f433fe854668, type: 3} | ||
14267 | ---- !u!4 &1762089263 stripped | ||
14268 | -Transform: | ||
14269 | - m_CorrespondingSourceObject: {fileID: 4422725698349158, guid: 2767c12992d890f44b14f433fe854668, type: 3} | ||
14270 | - m_PrefabInstance: {fileID: 1762089262} | ||
14271 | - m_PrefabAsset: {fileID: 0} | ||
14272 | --- !u!1 &1767446351 | 14522 | --- !u!1 &1767446351 |
14273 | GameObject: | 14523 | GameObject: |
14274 | m_ObjectHideFlags: 0 | 14524 | m_ObjectHideFlags: 0 |
... | @@ -14718,7 +14968,6 @@ Transform: | ... | @@ -14718,7 +14968,6 @@ Transform: |
14718 | m_LocalScale: {x: 1, y: 1, z: 1} | 14968 | m_LocalScale: {x: 1, y: 1, z: 1} |
14719 | m_Children: | 14969 | m_Children: |
14720 | - {fileID: 633766009} | 14970 | - {fileID: 633766009} |
14721 | - - {fileID: 1762089263} | ||
14722 | - {fileID: 1234290707} | 14971 | - {fileID: 1234290707} |
14723 | - {fileID: 1600624451} | 14972 | - {fileID: 1600624451} |
14724 | - {fileID: 1146700453} | 14973 | - {fileID: 1146700453} |
... | @@ -14726,7 +14975,7 @@ Transform: | ... | @@ -14726,7 +14975,7 @@ Transform: |
14726 | - {fileID: 706541498} | 14975 | - {fileID: 706541498} |
14727 | - {fileID: 925031071} | 14976 | - {fileID: 925031071} |
14728 | m_Father: {fileID: 0} | 14977 | m_Father: {fileID: 0} |
14729 | - m_RootOrder: 21 | 14978 | + m_RootOrder: 26 |
14730 | m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} | 14979 | m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} |
14731 | --- !u!1001 &1835754029 | 14980 | --- !u!1001 &1835754029 |
14732 | PrefabInstance: | 14981 | PrefabInstance: |
... | @@ -14829,11 +15078,11 @@ PrefabInstance: | ... | @@ -14829,11 +15078,11 @@ PrefabInstance: |
14829 | m_Modifications: | 15078 | m_Modifications: |
14830 | - target: {fileID: 1669098485979120, guid: 889859d3862ff3b46b48aa6898f9773e, type: 3} | 15079 | - target: {fileID: 1669098485979120, guid: 889859d3862ff3b46b48aa6898f9773e, type: 3} |
14831 | propertyPath: m_Name | 15080 | propertyPath: m_Name |
14832 | - value: B06_Ch_04_Avatar | 15081 | + value: "\uB0A0\uB77C\uB9AC\uC190\uC790" |
14833 | objectReference: {fileID: 0} | 15082 | objectReference: {fileID: 0} |
14834 | - target: {fileID: 4755620223891304, guid: 889859d3862ff3b46b48aa6898f9773e, type: 3} | 15083 | - target: {fileID: 4755620223891304, guid: 889859d3862ff3b46b48aa6898f9773e, type: 3} |
14835 | propertyPath: m_RootOrder | 15084 | propertyPath: m_RootOrder |
14836 | - value: 9 | 15085 | + value: 11 |
14837 | objectReference: {fileID: 0} | 15086 | objectReference: {fileID: 0} |
14838 | - target: {fileID: 4755620223891304, guid: 889859d3862ff3b46b48aa6898f9773e, type: 3} | 15087 | - target: {fileID: 4755620223891304, guid: 889859d3862ff3b46b48aa6898f9773e, type: 3} |
14839 | propertyPath: m_LocalScale.x | 15088 | propertyPath: m_LocalScale.x |
... | @@ -16076,11 +16325,11 @@ PrefabInstance: | ... | @@ -16076,11 +16325,11 @@ PrefabInstance: |
16076 | m_Modifications: | 16325 | m_Modifications: |
16077 | - target: {fileID: 1817072745897592, guid: a76d0962e5aaba2479107524e448f23d, type: 3} | 16326 | - target: {fileID: 1817072745897592, guid: a76d0962e5aaba2479107524e448f23d, type: 3} |
16078 | propertyPath: m_Name | 16327 | propertyPath: m_Name |
16079 | - value: Tablet | 16328 | + value: "\uD560\uBA38\uB2C8\uC0AC\uC9C4" |
16080 | objectReference: {fileID: 0} | 16329 | objectReference: {fileID: 0} |
16081 | - target: {fileID: 4402626770144814, guid: a76d0962e5aaba2479107524e448f23d, type: 3} | 16330 | - target: {fileID: 4402626770144814, guid: a76d0962e5aaba2479107524e448f23d, type: 3} |
16082 | propertyPath: m_RootOrder | 16331 | propertyPath: m_RootOrder |
16083 | - value: 3 | 16332 | + value: 5 |
16084 | objectReference: {fileID: 0} | 16333 | objectReference: {fileID: 0} |
16085 | - target: {fileID: 4402626770144814, guid: a76d0962e5aaba2479107524e448f23d, type: 3} | 16334 | - target: {fileID: 4402626770144814, guid: a76d0962e5aaba2479107524e448f23d, type: 3} |
16086 | propertyPath: m_LocalScale.x | 16335 | propertyPath: m_LocalScale.x |
... | @@ -16211,11 +16460,11 @@ PrefabInstance: | ... | @@ -16211,11 +16460,11 @@ PrefabInstance: |
16211 | m_Modifications: | 16460 | m_Modifications: |
16212 | - target: {fileID: 1884156196641044, guid: 00931e932c93cef48ae2d8cc87408c66, type: 3} | 16461 | - target: {fileID: 1884156196641044, guid: 00931e932c93cef48ae2d8cc87408c66, type: 3} |
16213 | propertyPath: m_Name | 16462 | propertyPath: m_Name |
16214 | - value: Notepad | 16463 | + value: "\uC9C0\uC218\uAC00\uB0A8\uAE34\uCABD\uC9C0" |
16215 | objectReference: {fileID: 0} | 16464 | objectReference: {fileID: 0} |
16216 | - target: {fileID: 4527064727974542, guid: 00931e932c93cef48ae2d8cc87408c66, type: 3} | 16465 | - target: {fileID: 4527064727974542, guid: 00931e932c93cef48ae2d8cc87408c66, type: 3} |
16217 | propertyPath: m_RootOrder | 16466 | propertyPath: m_RootOrder |
16218 | - value: 6 | 16467 | + value: 8 |
16219 | objectReference: {fileID: 0} | 16468 | objectReference: {fileID: 0} |
16220 | - target: {fileID: 4527064727974542, guid: 00931e932c93cef48ae2d8cc87408c66, type: 3} | 16469 | - target: {fileID: 4527064727974542, guid: 00931e932c93cef48ae2d8cc87408c66, type: 3} |
16221 | propertyPath: m_LocalPosition.x | 16470 | propertyPath: m_LocalPosition.x |
... | @@ -16350,11 +16599,11 @@ PrefabInstance: | ... | @@ -16350,11 +16599,11 @@ PrefabInstance: |
16350 | m_Modifications: | 16599 | m_Modifications: |
16351 | - target: {fileID: 1931412499435546, guid: d114356fbca98b441817a460d0ce759e, type: 3} | 16600 | - target: {fileID: 1931412499435546, guid: d114356fbca98b441817a460d0ce759e, type: 3} |
16352 | propertyPath: m_Name | 16601 | propertyPath: m_Name |
16353 | - value: B25_Ch_04_Avatar | 16602 | + value: "\uB3D9\uB124\uC0BC\uCD0C" |
16354 | objectReference: {fileID: 0} | 16603 | objectReference: {fileID: 0} |
16355 | - target: {fileID: 4565365290390660, guid: d114356fbca98b441817a460d0ce759e, type: 3} | 16604 | - target: {fileID: 4565365290390660, guid: d114356fbca98b441817a460d0ce759e, type: 3} |
16356 | propertyPath: m_RootOrder | 16605 | propertyPath: m_RootOrder |
16357 | - value: 10 | 16606 | + value: 12 |
16358 | objectReference: {fileID: 0} | 16607 | objectReference: {fileID: 0} |
16359 | - target: {fileID: 4565365290390660, guid: d114356fbca98b441817a460d0ce759e, type: 3} | 16608 | - target: {fileID: 4565365290390660, guid: d114356fbca98b441817a460d0ce759e, type: 3} |
16360 | propertyPath: m_LocalScale.x | 16609 | propertyPath: m_LocalScale.x |
... | @@ -16701,11 +16950,11 @@ PrefabInstance: | ... | @@ -16701,11 +16950,11 @@ PrefabInstance: |
16701 | m_Modifications: | 16950 | m_Modifications: |
16702 | - target: {fileID: 1000013808630610, guid: eae0d75f8edbe3349b65105f0c6b5665, type: 3} | 16951 | - target: {fileID: 1000013808630610, guid: eae0d75f8edbe3349b65105f0c6b5665, type: 3} |
16703 | propertyPath: m_Name | 16952 | propertyPath: m_Name |
16704 | - value: SweetPepper (1) | 16953 | + value: "\uC0AC\uACFC3" |
16705 | objectReference: {fileID: 0} | 16954 | objectReference: {fileID: 0} |
16706 | - target: {fileID: 4000010883411580, guid: eae0d75f8edbe3349b65105f0c6b5665, type: 3} | 16955 | - target: {fileID: 4000010883411580, guid: eae0d75f8edbe3349b65105f0c6b5665, type: 3} |
16707 | propertyPath: m_RootOrder | 16956 | propertyPath: m_RootOrder |
16708 | - value: 18 | 16957 | + value: 22 |
16709 | objectReference: {fileID: 0} | 16958 | objectReference: {fileID: 0} |
16710 | - target: {fileID: 4000010883411580, guid: eae0d75f8edbe3349b65105f0c6b5665, type: 3} | 16959 | - target: {fileID: 4000010883411580, guid: eae0d75f8edbe3349b65105f0c6b5665, type: 3} |
16711 | propertyPath: m_LocalScale.y | 16960 | propertyPath: m_LocalScale.y | ... | ... |
src/unity/creating-map/Assets/Scripts.meta
0 → 100644
... | @@ -43,144 +43,70 @@ MonoBehaviour: | ... | @@ -43,144 +43,70 @@ MonoBehaviour: |
43 | m_Script: {fileID: 11500000, guid: 268dc70b105993846a123be43345df63, type: 3} | 43 | m_Script: {fileID: 11500000, guid: 268dc70b105993846a123be43345df63, type: 3} |
44 | m_Name: | 44 | m_Name: |
45 | m_EditorClassIdentifier: | 45 | m_EditorClassIdentifier: |
46 | - fileIndex: 0 | 46 | + fileIndex: 14 |
47 | skinIndex: 0 | 47 | skinIndex: 0 |
48 | loadTag: | 48 | loadTag: |
49 | - startID: 1 | 49 | + startID: 0 |
50 | - curFocusID: 1 | 50 | + curFocusID: 0 |
51 | - currentID: 79710 | 51 | + currentID: 24496 |
52 | autosave: 1 | 52 | autosave: 1 |
53 | previewPanning: 0 | 53 | previewPanning: 0 |
54 | - currentDiag: 0 | 54 | + currentDiag: 14 |
55 | locEdit: 0 | 55 | locEdit: 0 |
56 | - pNodeID: 18 | 56 | + pNodeID: 0 |
57 | aNodeID: 2 | 57 | aNodeID: 2 |
58 | S_playerDiags: | 58 | S_playerDiags: |
59 | - - commentCount: 2 | 59 | + - commentCount: 1 |
60 | s_comment: | 60 | s_comment: |
61 | - - text: Chill out, man! | 61 | + - text: "\uC5B4\uC81C \uC0AC\uAC74 \uBC1C\uC0DD \uC2DC\uAC01\uC5D0 \uC5B4\uB514\uC5D0 |
62 | - extraData: | 62 | + \uACC4\uC168\uC8E0?" |
63 | - inputSetIndex: 0 | 63 | + extraData: ExtraData |
64 | - outputNodeIndex: 12 | ||
65 | - outActionIndex: -1 | ||
66 | - showmore: 0 | ||
67 | - outRect: | ||
68 | - serializedVersion: 2 | ||
69 | - x: 302 | ||
70 | - y: 59 | ||
71 | - width: 30 | ||
72 | - height: 21 | ||
73 | - sprites: {fileID: 0} | ||
74 | - audios: {fileID: 0} | ||
75 | - visible: 1 | ||
76 | - - text: What? What is this place? | ||
77 | - extraData: | ||
78 | inputSetIndex: 0 | 64 | inputSetIndex: 0 |
79 | - outputNodeIndex: 13 | 65 | + outputNodeIndex: 1 |
80 | outActionIndex: -1 | 66 | outActionIndex: -1 |
81 | showmore: 0 | 67 | showmore: 0 |
82 | outRect: | 68 | outRect: |
83 | serializedVersion: 2 | 69 | serializedVersion: 2 |
84 | - x: 302 | 70 | + x: 301 |
85 | - y: 81 | 71 | + y: 61 |
86 | width: 30 | 72 | width: 30 |
87 | - height: 21 | 73 | + height: 32 |
88 | sprites: {fileID: 0} | 74 | sprites: {fileID: 0} |
89 | audios: {fileID: 0} | 75 | audios: {fileID: 0} |
90 | visible: 1 | 76 | visible: 1 |
91 | - ID: 5 | 77 | + ID: 0 |
92 | rect: | 78 | rect: |
93 | serializedVersion: 2 | 79 | serializedVersion: 2 |
94 | - x: 1240 | 80 | + x: 0 |
95 | - y: -60 | 81 | + y: 100 |
96 | - width: 349 | 82 | + width: 348 |
97 | - height: 189 | 83 | + height: 229.66666 |
98 | - pTag: | 84 | + pTag: "\uC8FC\uC778\uACF5" |
99 | expand: 1 | 85 | expand: 1 |
100 | - sprite: {fileID: 0} | 86 | + sprite: {fileID: 21300010, guid: d79edf18a76e2654a9ac99f15de8b2b3, type: 3} |
101 | vars: [] | 87 | vars: [] |
102 | varKeys: [] | 88 | varKeys: [] |
103 | isPlayer: 1 | 89 | isPlayer: 1 |
104 | - - commentCount: 3 | 90 | + - commentCount: 2 |
105 | s_comment: | 91 | s_comment: |
106 | - - text: "You shouldn't be here either\t" | 92 | + - text: "\uC5B4... \uC74C.. \uC544.." |
107 | - extraData: | 93 | + extraData: ExtraData |
108 | - inputSetIndex: 1 | ||
109 | - outputNodeIndex: 13 | ||
110 | - outActionIndex: -1 | ||
111 | - showmore: 0 | ||
112 | - outRect: | ||
113 | - serializedVersion: 2 | ||
114 | - x: 302 | ||
115 | - y: 59 | ||
116 | - width: 30 | ||
117 | - height: 21 | ||
118 | - sprites: {fileID: 0} | ||
119 | - audios: {fileID: 0} | ||
120 | - visible: 1 | ||
121 | - - text: I spawned here! | ||
122 | - extraData: | ||
123 | inputSetIndex: 1 | 94 | inputSetIndex: 1 |
124 | - outputNodeIndex: 10 | 95 | + outputNodeIndex: 2 |
125 | outActionIndex: -1 | 96 | outActionIndex: -1 |
126 | showmore: 0 | 97 | showmore: 0 |
127 | outRect: | 98 | outRect: |
128 | serializedVersion: 2 | 99 | serializedVersion: 2 |
129 | - x: 302 | 100 | + x: 301 |
130 | - y: 81 | 101 | + y: 61 |
131 | width: 30 | 102 | width: 30 |
132 | - height: 21 | 103 | + height: 22 |
133 | sprites: {fileID: 0} | 104 | sprites: {fileID: 0} |
134 | audios: {fileID: 0} | 105 | audios: {fileID: 0} |
135 | - visible: 1 | 106 | + visible: 0 |
136 | - - text: Yes I should. | 107 | + - text: "\uC9D1\uC5D0 \uC788\uC5C8\uB294\uB370.. \uC65C \uADF8\uB7EC\uC2DC\uC8E0?" |
137 | - extraData: | 108 | + extraData: ExtraData |
138 | inputSetIndex: 1 | 109 | inputSetIndex: 1 |
139 | - outputNodeIndex: 9 | ||
140 | - outActionIndex: -1 | ||
141 | - showmore: 0 | ||
142 | - outRect: | ||
143 | - serializedVersion: 2 | ||
144 | - x: 302 | ||
145 | - y: 103 | ||
146 | - width: 30 | ||
147 | - height: 21 | ||
148 | - sprites: {fileID: 0} | ||
149 | - audios: {fileID: 0} | ||
150 | - visible: 1 | ||
151 | - ID: 6 | ||
152 | - rect: | ||
153 | - serializedVersion: 2 | ||
154 | - x: 1280 | ||
155 | - y: 220 | ||
156 | - width: 349 | ||
157 | - height: 211 | ||
158 | - pTag: | ||
159 | - expand: 1 | ||
160 | - sprite: {fileID: 21300000, guid: d54f1dfd3256b57488f3b348dca8b2bf, type: 3} | ||
161 | - vars: [] | ||
162 | - varKeys: [] | ||
163 | - isPlayer: 1 | ||
164 | - - commentCount: 2 | ||
165 | - s_comment: | ||
166 | - - text: (Ha- right....) | ||
167 | - extraData: | ||
168 | - inputSetIndex: 2 | ||
169 | - outputNodeIndex: 11 | ||
170 | - outActionIndex: -1 | ||
171 | - showmore: 0 | ||
172 | - outRect: | ||
173 | - serializedVersion: 2 | ||
174 | - x: 302 | ||
175 | - y: 59 | ||
176 | - width: 30 | ||
177 | - height: 21 | ||
178 | - sprites: {fileID: 0} | ||
179 | - audios: {fileID: 0} | ||
180 | - visible: 1 | ||
181 | - - text: '[Leave]' | ||
182 | - extraData: | ||
183 | - inputSetIndex: 2 | ||
184 | outputNodeIndex: -1 | 110 | outputNodeIndex: -1 |
185 | outActionIndex: -1 | 111 | outActionIndex: -1 |
186 | showmore: 0 | 112 | showmore: 0 |
... | @@ -193,364 +119,70 @@ MonoBehaviour: | ... | @@ -193,364 +119,70 @@ MonoBehaviour: |
193 | sprites: {fileID: 0} | 119 | sprites: {fileID: 0} |
194 | audios: {fileID: 0} | 120 | audios: {fileID: 0} |
195 | visible: 1 | 121 | visible: 1 |
196 | - ID: 10 | 122 | + ID: 1 |
197 | - rect: | ||
198 | - serializedVersion: 2 | ||
199 | - x: 2190 | ||
200 | - y: 390 | ||
201 | - width: 349 | ||
202 | - height: 143 | ||
203 | - pTag: | ||
204 | - expand: 0 | ||
205 | - sprite: {fileID: 0} | ||
206 | - vars: [] | ||
207 | - varKeys: [] | ||
208 | - isPlayer: 1 | ||
209 | - - commentCount: 2 | ||
210 | - s_comment: | ||
211 | - - text: 'Chiiiill.... ' | ||
212 | - extraData: | ||
213 | - inputSetIndex: 3 | ||
214 | - outputNodeIndex: 15 | ||
215 | - outActionIndex: -1 | ||
216 | - showmore: 0 | ||
217 | - outRect: | ||
218 | - serializedVersion: 2 | ||
219 | - x: 302 | ||
220 | - y: 59 | ||
221 | - width: 30 | ||
222 | - height: 21 | ||
223 | - sprites: {fileID: 0} | ||
224 | - audios: {fileID: 0} | ||
225 | - visible: 1 | ||
226 | - - text: Ugh... bye. | ||
227 | - extraData: | ||
228 | - inputSetIndex: 3 | ||
229 | - outputNodeIndex: 8 | ||
230 | - outActionIndex: -1 | ||
231 | - showmore: 0 | ||
232 | - outRect: | ||
233 | - serializedVersion: 2 | ||
234 | - x: 302 | ||
235 | - y: 81 | ||
236 | - width: 30 | ||
237 | - height: 21 | ||
238 | - sprites: {fileID: 0} | ||
239 | - audios: {fileID: 0} | ||
240 | - visible: 1 | ||
241 | - ID: 13 | ||
242 | rect: | 123 | rect: |
243 | serializedVersion: 2 | 124 | serializedVersion: 2 |
244 | - x: 2190 | 125 | + x: 370 |
245 | - y: 20 | 126 | + y: 160 |
246 | - width: 349 | 127 | + width: 348 |
247 | - height: 189 | 128 | + height: 243 |
248 | - pTag: | 129 | + pTag: "\uC0BC\uCD0C" |
249 | expand: 1 | 130 | expand: 1 |
250 | - sprite: {fileID: 21300000, guid: d54f1dfd3256b57488f3b348dca8b2bf, type: 3} | 131 | + sprite: {fileID: 21300008, guid: d79edf18a76e2654a9ac99f15de8b2b3, type: 3} |
251 | vars: [] | 132 | vars: [] |
252 | varKeys: [] | 133 | varKeys: [] |
253 | - isPlayer: 1 | ||
254 | - - commentCount: 3 | ||
255 | - s_comment: | ||
256 | - - text: Woah WOAH | ||
257 | - extraData: | ||
258 | - inputSetIndex: 4 | ||
259 | - outputNodeIndex: 5 | ||
260 | - outActionIndex: -1 | ||
261 | - showmore: 0 | ||
262 | - outRect: | ||
263 | - serializedVersion: 2 | ||
264 | - x: 302 | ||
265 | - y: 59 | ||
266 | - width: 30 | ||
267 | - height: 21 | ||
268 | - sprites: {fileID: 0} | ||
269 | - audios: {fileID: 0} | ||
270 | - visible: 1 | ||
271 | - - text: N-no.. wait! | ||
272 | - extraData: | ||
273 | - inputSetIndex: 4 | ||
274 | - outputNodeIndex: 6 | ||
275 | - outActionIndex: -1 | ||
276 | - showmore: 0 | ||
277 | - outRect: | ||
278 | - serializedVersion: 2 | ||
279 | - x: 302 | ||
280 | - y: 81 | ||
281 | - width: 30 | ||
282 | - height: 21 | ||
283 | - sprites: {fileID: 0} | ||
284 | - audios: {fileID: 0} | ||
285 | - visible: 1 | ||
286 | - - text: ... | ||
287 | - extraData: | ||
288 | - inputSetIndex: 4 | ||
289 | - outputNodeIndex: 7 | ||
290 | - outActionIndex: -1 | ||
291 | - showmore: 0 | ||
292 | - outRect: | ||
293 | - serializedVersion: 2 | ||
294 | - x: 302 | ||
295 | - y: 103 | ||
296 | - width: 30 | ||
297 | - height: 21 | ||
298 | - sprites: {fileID: 0} | ||
299 | - audios: {fileID: 0} | ||
300 | - visible: 1 | ||
301 | - ID: 0 | ||
302 | - rect: | ||
303 | - serializedVersion: 2 | ||
304 | - x: 200 | ||
305 | - y: -120 | ||
306 | - width: 349 | ||
307 | - height: 165 | ||
308 | - pTag: | ||
309 | - expand: 0 | ||
310 | - sprite: {fileID: 21300000, guid: d54f1dfd3256b57488f3b348dca8b2bf, type: 3} | ||
311 | - vars: | ||
312 | - - | ||
313 | - varKeys: | ||
314 | - - Key1 | ||
315 | - isPlayer: 1 | ||
316 | - - commentCount: 1 | ||
317 | - s_comment: | ||
318 | - - text: You're not getting out of here alive! | ||
319 | - extraData: ExtraData | ||
320 | - inputSetIndex: 5 | ||
321 | - outputNodeIndex: 0 | ||
322 | - outActionIndex: -1 | ||
323 | - showmore: 0 | ||
324 | - outRect: | ||
325 | - serializedVersion: 2 | ||
326 | - x: 302 | ||
327 | - y: 59 | ||
328 | - width: 30 | ||
329 | - height: 29 | ||
330 | - sprites: {fileID: 0} | ||
331 | - audios: {fileID: 0} | ||
332 | - visible: 1 | ||
333 | - ID: 2 | ||
334 | - rect: | ||
335 | - serializedVersion: 2 | ||
336 | - x: 760 | ||
337 | - y: -230 | ||
338 | - width: 349 | ||
339 | - height: 129 | ||
340 | - pTag: Charlie | ||
341 | - expand: 0 | ||
342 | - sprite: {fileID: 0} | ||
343 | - vars: | ||
344 | - - SomeString | ||
345 | - - 12354 | ||
346 | - - false | ||
347 | - - 1.52 | ||
348 | - varKeys: | ||
349 | - - Key1 | ||
350 | - - Key2 | ||
351 | - - Key3 | ||
352 | - - Key4 | ||
353 | isPlayer: 0 | 134 | isPlayer: 0 |
354 | - commentCount: 1 | 135 | - commentCount: 1 |
355 | s_comment: | 136 | s_comment: |
356 | - - text: No, what? You shouldn't be here. | 137 | + - text: "\uADF8\uAC78 \uBCF8 \uC0AC\uB78C\uC774 \uC788\uC2B5\uB2C8\uAE4C?" |
357 | extraData: ExtraData | 138 | extraData: ExtraData |
358 | - inputSetIndex: 6 | 139 | + inputSetIndex: 2 |
359 | - outputNodeIndex: 1 | 140 | + outputNodeIndex: 3 |
360 | outActionIndex: -1 | 141 | outActionIndex: -1 |
361 | showmore: 0 | 142 | showmore: 0 |
362 | outRect: | 143 | outRect: |
363 | serializedVersion: 2 | 144 | serializedVersion: 2 |
364 | - x: 302 | 145 | + x: 301 |
365 | - y: 59 | 146 | + y: 61 |
366 | width: 30 | 147 | width: 30 |
367 | - height: 21 | 148 | + height: 22 |
368 | - sprites: {fileID: 0} | ||
369 | - audios: {fileID: 0} | ||
370 | - visible: 1 | ||
371 | - ID: 3 | ||
372 | - rect: | ||
373 | - serializedVersion: 2 | ||
374 | - x: 780 | ||
375 | - y: -60 | ||
376 | - width: 349 | ||
377 | - height: 121 | ||
378 | - pTag: Charlie | ||
379 | - expand: 0 | ||
380 | - sprite: {fileID: 0} | ||
381 | - vars: [] | ||
382 | - varKeys: [] | ||
383 | - isPlayer: 0 | ||
384 | - - commentCount: 1 | ||
385 | - s_comment: | ||
386 | - - text: That's it! Keep your intrusive mouth shut! | ||
387 | - extraData: ExtraData | ||
388 | - inputSetIndex: 7 | ||
389 | - outputNodeIndex: -1 | ||
390 | - outActionIndex: -1 | ||
391 | - showmore: 0 | ||
392 | - outRect: | ||
393 | - serializedVersion: 2 | ||
394 | - x: 0 | ||
395 | - y: 0 | ||
396 | - width: 0 | ||
397 | - height: 0 | ||
398 | sprites: {fileID: 0} | 149 | sprites: {fileID: 0} |
399 | audios: {fileID: 0} | 150 | audios: {fileID: 0} |
400 | visible: 1 | 151 | visible: 1 |
401 | - ID: 4 | 152 | + ID: 2 |
402 | rect: | 153 | rect: |
403 | serializedVersion: 2 | 154 | serializedVersion: 2 |
404 | - x: 770 | 155 | + x: 50 |
405 | - y: 110 | 156 | + y: 390 |
406 | - width: 349 | 157 | + width: 348 |
407 | - height: 129 | 158 | + height: 220 |
408 | - pTag: Charlie | 159 | + pTag: "\uC8FC\uC778\uACF5" |
409 | - expand: 0 | 160 | + expand: 1 |
410 | - sprite: {fileID: 21300000, guid: 9e5eefef3b3fdff40a66f9c9db42ac9e, type: 3} | 161 | + sprite: {fileID: 21300014, guid: d79edf18a76e2654a9ac99f15de8b2b3, type: 3} |
411 | vars: [] | 162 | vars: [] |
412 | varKeys: [] | 163 | varKeys: [] |
413 | - isPlayer: 0 | 164 | + isPlayer: 1 |
414 | - commentCount: 3 | 165 | - commentCount: 3 |
415 | s_comment: | 166 | s_comment: |
416 | - - text: You do that! | 167 | + - text: "\uC544..." |
417 | - extraData: ExtraData | ||
418 | - inputSetIndex: 8 | ||
419 | - outputNodeIndex: -1 | ||
420 | - outActionIndex: -1 | ||
421 | - showmore: 0 | ||
422 | - outRect: | ||
423 | - serializedVersion: 2 | ||
424 | - x: 0 | ||
425 | - y: 0 | ||
426 | - width: 0 | ||
427 | - height: 0 | ||
428 | - sprites: {fileID: 0} | ||
429 | - audios: {fileID: 0} | ||
430 | - visible: 1 | ||
431 | - - text: I'm sick of these caps spawning wherever they please. | ||
432 | extraData: ExtraData | 168 | extraData: ExtraData |
433 | - inputSetIndex: 8 | 169 | + inputSetIndex: 3 |
434 | - outputNodeIndex: -1 | ||
435 | - outActionIndex: -1 | ||
436 | - showmore: 0 | ||
437 | - outRect: | ||
438 | - serializedVersion: 2 | ||
439 | - x: 0 | ||
440 | - y: 0 | ||
441 | - width: 0 | ||
442 | - height: 0 | ||
443 | - sprites: {fileID: 0} | ||
444 | - audios: {fileID: 0} | ||
445 | - visible: 1 | ||
446 | - - text: Begone! | ||
447 | - extraData: ExtraData | ||
448 | - inputSetIndex: 8 | ||
449 | - outputNodeIndex: -1 | ||
450 | - outActionIndex: -1 | ||
451 | - showmore: 0 | ||
452 | - outRect: | ||
453 | - serializedVersion: 2 | ||
454 | - x: 0 | ||
455 | - y: 0 | ||
456 | - width: 0 | ||
457 | - height: 0 | ||
458 | - sprites: {fileID: 0} | ||
459 | - audios: {fileID: 0} | ||
460 | - visible: 1 | ||
461 | - ID: 7 | ||
462 | - rect: | ||
463 | - serializedVersion: 2 | ||
464 | - x: 2670 | ||
465 | - y: 160 | ||
466 | - width: 349 | ||
467 | - height: 173 | ||
468 | - pTag: Charlie | ||
469 | - expand: 0 | ||
470 | - sprite: {fileID: 0} | ||
471 | - vars: [] | ||
472 | - varKeys: [] | ||
473 | - isPlayer: 0 | ||
474 | - - commentCount: 1 | ||
475 | - s_comment: | ||
476 | - - text: No, you don't. That's but a filthy lie. Go away, kid. | ||
477 | - extraData: ExtraData | ||
478 | - inputSetIndex: 9 | ||
479 | outputNodeIndex: -1 | 170 | outputNodeIndex: -1 |
480 | outActionIndex: -1 | 171 | outActionIndex: -1 |
481 | showmore: 0 | 172 | showmore: 0 |
482 | outRect: | 173 | outRect: |
483 | serializedVersion: 2 | 174 | serializedVersion: 2 |
484 | - x: 0 | 175 | + x: 301 |
485 | - y: 0 | 176 | + y: 61 |
486 | - width: 0 | ||
487 | - height: 0 | ||
488 | - sprites: {fileID: 0} | ||
489 | - audios: {fileID: 0} | ||
490 | - visible: 1 | ||
491 | - ID: 8 | ||
492 | - rect: | ||
493 | - serializedVersion: 2 | ||
494 | - x: 1770 | ||
495 | - y: 520 | ||
496 | - width: 349 | ||
497 | - height: 129 | ||
498 | - pTag: Charlie | ||
499 | - expand: 0 | ||
500 | - sprite: {fileID: 0} | ||
501 | - vars: [] | ||
502 | - varKeys: [] | ||
503 | - isPlayer: 0 | ||
504 | - - commentCount: 1 | ||
505 | - s_comment: | ||
506 | - - text: I did as well! But I didn't go around bothering caps! | ||
507 | - extraData: ExtraData | ||
508 | - inputSetIndex: 10 | ||
509 | - outputNodeIndex: 2 | ||
510 | - outActionIndex: -1 | ||
511 | - showmore: 0 | ||
512 | - outRect: | ||
513 | - serializedVersion: 2 | ||
514 | - x: 302 | ||
515 | - y: 59 | ||
516 | width: 30 | 177 | width: 30 |
517 | - height: 29 | 178 | + height: 22 |
518 | - sprites: {fileID: 0} | ||
519 | - audios: {fileID: 0} | ||
520 | - visible: 1 | ||
521 | - ID: 9 | ||
522 | - rect: | ||
523 | - serializedVersion: 2 | ||
524 | - x: 1770 | ||
525 | - y: 340 | ||
526 | - width: 349 | ||
527 | - height: 129 | ||
528 | - pTag: Charlie | ||
529 | - expand: 0 | ||
530 | - sprite: {fileID: 0} | ||
531 | - vars: [] | ||
532 | - varKeys: [] | ||
533 | - isPlayer: 0 | ||
534 | - - commentCount: 5 | ||
535 | - s_comment: | ||
536 | - - text: ...excuse me? | ||
537 | - extraData: ExtraData | ||
538 | - inputSetIndex: 11 | ||
539 | - outputNodeIndex: -1 | ||
540 | - outActionIndex: -1 | ||
541 | - showmore: 0 | ||
542 | - outRect: | ||
543 | - serializedVersion: 2 | ||
544 | - x: 0 | ||
545 | - y: 0 | ||
546 | - width: 0 | ||
547 | - height: 0 | ||
548 | sprites: {fileID: 0} | 179 | sprites: {fileID: 0} |
549 | audios: {fileID: 0} | 180 | audios: {fileID: 0} |
550 | visible: 1 | 181 | visible: 1 |
551 | - - text: Did I just hear a whisper? | 182 | + - text: "\uC9D1\uC5D0 \uC544\uBB34\uB3C4 \uC5C6\uC5C8\uC744\uD150\uB370\uC694 |
183 | + .....\uC74C" | ||
552 | extraData: ExtraData | 184 | extraData: ExtraData |
553 | - inputSetIndex: 11 | 185 | + inputSetIndex: 3 |
554 | outputNodeIndex: -1 | 186 | outputNodeIndex: -1 |
555 | outActionIndex: -1 | 187 | outActionIndex: -1 |
556 | showmore: 0 | 188 | showmore: 0 |
... | @@ -563,9 +195,9 @@ MonoBehaviour: | ... | @@ -563,9 +195,9 @@ MonoBehaviour: |
563 | sprites: {fileID: 0} | 195 | sprites: {fileID: 0} |
564 | audios: {fileID: 0} | 196 | audios: {fileID: 0} |
565 | visible: 1 | 197 | visible: 1 |
566 | - - text: Look, kid... | 198 | + - text: "\uC798 \uBAA8\uB974\uACA0\uB124\uC694 .." |
567 | extraData: ExtraData | 199 | extraData: ExtraData |
568 | - inputSetIndex: 11 | 200 | + inputSetIndex: 3 |
569 | outputNodeIndex: -1 | 201 | outputNodeIndex: -1 |
570 | outActionIndex: -1 | 202 | outActionIndex: -1 |
571 | showmore: 0 | 203 | showmore: 0 |
... | @@ -578,107 +210,24 @@ MonoBehaviour: | ... | @@ -578,107 +210,24 @@ MonoBehaviour: |
578 | sprites: {fileID: 0} | 210 | sprites: {fileID: 0} |
579 | audios: {fileID: 0} | 211 | audios: {fileID: 0} |
580 | visible: 1 | 212 | visible: 1 |
581 | - - text: GO | 213 | + ID: 3 |
582 | - extraData: fs,18 | ||
583 | - inputSetIndex: 11 | ||
584 | - outputNodeIndex: -1 | ||
585 | - outActionIndex: -1 | ||
586 | - showmore: 1 | ||
587 | - outRect: | ||
588 | - serializedVersion: 2 | ||
589 | - x: 0 | ||
590 | - y: 0 | ||
591 | - width: 0 | ||
592 | - height: 0 | ||
593 | - sprites: {fileID: 0} | ||
594 | - audios: {fileID: 0} | ||
595 | - visible: 1 | ||
596 | - - text: AWAY. | ||
597 | - extraData: fs,40 | ||
598 | - inputSetIndex: 11 | ||
599 | - outputNodeIndex: -1 | ||
600 | - outActionIndex: -1 | ||
601 | - showmore: 1 | ||
602 | - outRect: | ||
603 | - serializedVersion: 2 | ||
604 | - x: 0 | ||
605 | - y: 0 | ||
606 | - width: 0 | ||
607 | - height: 0 | ||
608 | - sprites: {fileID: 0} | ||
609 | - audios: {fileID: 0} | ||
610 | - visible: 1 | ||
611 | - ID: 11 | ||
612 | - rect: | ||
613 | - serializedVersion: 2 | ||
614 | - x: 2670 | ||
615 | - y: 400 | ||
616 | - width: 349 | ||
617 | - height: 263 | ||
618 | - pTag: Charlie | ||
619 | - expand: 0 | ||
620 | - sprite: {fileID: 0} | ||
621 | - vars: | ||
622 | - - | ||
623 | - - | ||
624 | - - | ||
625 | - - | ||
626 | - varKeys: | ||
627 | - - Key1 | ||
628 | - - Key2 | ||
629 | - - Key3 | ||
630 | - - Key4 | ||
631 | - isPlayer: 0 | ||
632 | - - commentCount: 1 | ||
633 | - s_comment: | ||
634 | - - text: Did you just- | ||
635 | - extraData: ExtraData | ||
636 | - inputSetIndex: 12 | ||
637 | - outputNodeIndex: 3 | ||
638 | - outActionIndex: -1 | ||
639 | - showmore: 0 | ||
640 | - outRect: | ||
641 | - serializedVersion: 2 | ||
642 | - x: 302 | ||
643 | - y: 59 | ||
644 | - width: 30 | ||
645 | - height: 21 | ||
646 | - sprites: {fileID: 0} | ||
647 | - audios: {fileID: 0} | ||
648 | - visible: 1 | ||
649 | - ID: 12 | ||
650 | rect: | 214 | rect: |
651 | serializedVersion: 2 | 215 | serializedVersion: 2 |
652 | - x: 1770 | 216 | + x: 410 |
653 | - y: -80 | 217 | + y: 410 |
654 | - width: 349 | 218 | + width: 348 |
655 | - height: 121 | 219 | + height: 266 |
656 | - pTag: Charlie | 220 | + pTag: |
657 | - expand: 0 | 221 | + expand: 1 |
658 | - sprite: {fileID: 0} | 222 | + sprite: {fileID: 21300008, guid: d79edf18a76e2654a9ac99f15de8b2b3, type: 3} |
659 | vars: [] | 223 | vars: [] |
660 | varKeys: [] | 224 | varKeys: [] |
661 | isPlayer: 0 | 225 | isPlayer: 0 |
662 | - commentCount: 2 | 226 | - commentCount: 2 |
663 | s_comment: | 227 | s_comment: |
664 | - - text: Huh? | 228 | + - text: "\uBD84\uBA85 \uC544\uAE4C \uC9D1\uC5D0 \uC788\uC5C8\uB2E4\uACE0 \uD558\uC168\uB294\uB370.." |
665 | extraData: ExtraData | 229 | extraData: ExtraData |
666 | - inputSetIndex: 13 | 230 | + inputSetIndex: 4 |
667 | - outputNodeIndex: 3 | ||
668 | - outActionIndex: -1 | ||
669 | - showmore: 0 | ||
670 | - outRect: | ||
671 | - serializedVersion: 2 | ||
672 | - x: 302 | ||
673 | - y: 59 | ||
674 | - width: 30 | ||
675 | - height: 21 | ||
676 | - sprites: {fileID: 0} | ||
677 | - audios: {fileID: 0} | ||
678 | - visible: 1 | ||
679 | - - text: I OWN this place. | ||
680 | - extraData: ExtraData | ||
681 | - inputSetIndex: 13 | ||
682 | outputNodeIndex: -1 | 231 | outputNodeIndex: -1 |
683 | outActionIndex: -1 | 232 | outActionIndex: -1 |
684 | showmore: 0 | 233 | showmore: 0 |
... | @@ -691,54 +240,9 @@ MonoBehaviour: | ... | @@ -691,54 +240,9 @@ MonoBehaviour: |
691 | sprites: {fileID: 0} | 240 | sprites: {fileID: 0} |
692 | audios: {fileID: 0} | 241 | audios: {fileID: 0} |
693 | visible: 1 | 242 | visible: 1 |
694 | - ID: 14 | 243 | + - text: "\uC9D1\uC5D0 \uB204\uAC00 \uC788\uC5C8\uB294\uC9C0\uB3C4 \uBAA8\uB974\uC2DC\uB124\uC694?" |
695 | - rect: | ||
696 | - serializedVersion: 2 | ||
697 | - x: 1770 | ||
698 | - y: 120 | ||
699 | - width: 349 | ||
700 | - height: 143 | ||
701 | - pTag: Charlie | ||
702 | - expand: 0 | ||
703 | - sprite: {fileID: 0} | ||
704 | - vars: [] | ||
705 | - varKeys: [] | ||
706 | - isPlayer: 0 | ||
707 | - - commentCount: 1 | ||
708 | - s_comment: | ||
709 | - - text: Waddayawant? | ||
710 | - extraData: fs,32 | ||
711 | - inputSetIndex: 14 | ||
712 | - outputNodeIndex: 4 | ||
713 | - outActionIndex: -1 | ||
714 | - showmore: 1 | ||
715 | - outRect: | ||
716 | - serializedVersion: 2 | ||
717 | - x: 302 | ||
718 | - y: 59 | ||
719 | - width: 30 | ||
720 | - height: 21 | ||
721 | - sprites: {fileID: 0} | ||
722 | - audios: {fileID: 0} | ||
723 | - visible: 1 | ||
724 | - ID: 1 | ||
725 | - rect: | ||
726 | - serializedVersion: 2 | ||
727 | - x: -300 | ||
728 | - y: 20 | ||
729 | - width: 349 | ||
730 | - height: 194 | ||
731 | - pTag: Charlie | ||
732 | - expand: 1 | ||
733 | - sprite: {fileID: 0} | ||
734 | - vars: [] | ||
735 | - varKeys: [] | ||
736 | - isPlayer: 0 | ||
737 | - - commentCount: 2 | ||
738 | - s_comment: | ||
739 | - - text: chill...? | ||
740 | extraData: ExtraData | 244 | extraData: ExtraData |
741 | - inputSetIndex: 15 | 245 | + inputSetIndex: 4 |
742 | outputNodeIndex: -1 | 246 | outputNodeIndex: -1 |
743 | outActionIndex: -1 | 247 | outActionIndex: -1 |
744 | showmore: 0 | 248 | showmore: 0 |
... | @@ -751,54 +255,24 @@ MonoBehaviour: | ... | @@ -751,54 +255,24 @@ MonoBehaviour: |
751 | sprites: {fileID: 0} | 255 | sprites: {fileID: 0} |
752 | audios: {fileID: 0} | 256 | audios: {fileID: 0} |
753 | visible: 1 | 257 | visible: 1 |
754 | - - text: CHIIILL?!?!?!?!??!?!? | 258 | + ID: 4 |
755 | - extraData: fs,28 | ||
756 | - inputSetIndex: 15 | ||
757 | - outputNodeIndex: -1 | ||
758 | - outActionIndex: -1 | ||
759 | - showmore: 1 | ||
760 | - outRect: | ||
761 | - serializedVersion: 2 | ||
762 | - x: 0 | ||
763 | - y: 0 | ||
764 | - width: 0 | ||
765 | - height: 0 | ||
766 | - sprites: {fileID: 0} | ||
767 | - audios: {fileID: 0} | ||
768 | - visible: 1 | ||
769 | - ID: 15 | ||
770 | rect: | 259 | rect: |
771 | serializedVersion: 2 | 260 | serializedVersion: 2 |
772 | - x: 2670 | 261 | + x: 70 |
773 | - y: -110 | 262 | + y: 690 |
774 | - width: 349 | 263 | + width: 348 |
775 | - height: 216 | 264 | + height: 243 |
776 | - pTag: Charlie | 265 | + pTag: "\uC8FC\uC778\uACF5" |
777 | expand: 1 | 266 | expand: 1 |
778 | - sprite: {fileID: 21300000, guid: 9e5eefef3b3fdff40a66f9c9db42ac9e, type: 3} | 267 | + sprite: {fileID: 21300014, guid: d79edf18a76e2654a9ac99f15de8b2b3, type: 3} |
779 | vars: [] | 268 | vars: [] |
780 | varKeys: [] | 269 | varKeys: [] |
781 | - isPlayer: 0 | 270 | + isPlayer: 1 |
782 | - commentCount: 3 | 271 | - commentCount: 3 |
783 | s_comment: | 272 | s_comment: |
784 | - - text: What now- | 273 | + - text: "\uC5B4...\uC74C.." |
785 | extraData: ExtraData | 274 | extraData: ExtraData |
786 | - inputSetIndex: 16 | 275 | + inputSetIndex: 5 |
787 | - outputNodeIndex: -1 | ||
788 | - outActionIndex: 0 | ||
789 | - showmore: 0 | ||
790 | - outRect: | ||
791 | - serializedVersion: 2 | ||
792 | - x: 302 | ||
793 | - y: 59 | ||
794 | - width: 30 | ||
795 | - height: 21 | ||
796 | - sprites: {fileID: 0} | ||
797 | - audios: {fileID: 0} | ||
798 | - visible: 1 | ||
799 | - - text: What do you think you are doing with that [WEAPON]?! | ||
800 | - extraData: ExtraData | ||
801 | - inputSetIndex: 16 | ||
802 | outputNodeIndex: -1 | 276 | outputNodeIndex: -1 |
803 | outActionIndex: -1 | 277 | outActionIndex: -1 |
804 | showmore: 0 | 278 | showmore: 0 |
... | @@ -811,9 +285,9 @@ MonoBehaviour: | ... | @@ -811,9 +285,9 @@ MonoBehaviour: |
811 | sprites: {fileID: 0} | 285 | sprites: {fileID: 0} |
812 | audios: {fileID: 0} | 286 | audios: {fileID: 0} |
813 | visible: 1 | 287 | visible: 1 |
814 | - - text: Get that thing away from me! | 288 | + - text: "\uC81C\uAC00 \uC9C0\uAE08 \uAE09\uD55C \uC77C\uC774 \uC788\uC5B4\uC11C..!!!!" |
815 | extraData: ExtraData | 289 | extraData: ExtraData |
816 | - inputSetIndex: 16 | 290 | + inputSetIndex: 5 |
817 | outputNodeIndex: -1 | 291 | outputNodeIndex: -1 |
818 | outActionIndex: -1 | 292 | outActionIndex: -1 |
819 | showmore: 0 | 293 | showmore: 0 |
... | @@ -826,26 +300,9 @@ MonoBehaviour: | ... | @@ -826,26 +300,9 @@ MonoBehaviour: |
826 | sprites: {fileID: 0} | 300 | sprites: {fileID: 0} |
827 | audios: {fileID: 0} | 301 | audios: {fileID: 0} |
828 | visible: 1 | 302 | visible: 1 |
829 | - ID: 16 | 303 | + - text: "\uC774\uB9CC \uAC00\uBCFC\uAC8C\uC720~~~" |
830 | - rect: | ||
831 | - serializedVersion: 2 | ||
832 | - x: -80 | ||
833 | - y: 290 | ||
834 | - width: 349 | ||
835 | - height: 173 | ||
836 | - pTag: Charlie | ||
837 | - expand: 0 | ||
838 | - sprite: {fileID: 0} | ||
839 | - vars: | ||
840 | - - nameLookUp | ||
841 | - varKeys: | ||
842 | - - nameLookUp | ||
843 | - isPlayer: 0 | ||
844 | - - commentCount: 1 | ||
845 | - s_comment: | ||
846 | - - text: GO AWAY! | ||
847 | extraData: ExtraData | 304 | extraData: ExtraData |
848 | - inputSetIndex: 17 | 305 | + inputSetIndex: 5 |
849 | outputNodeIndex: -1 | 306 | outputNodeIndex: -1 |
850 | outActionIndex: -1 | 307 | outActionIndex: -1 |
851 | showmore: 0 | 308 | showmore: 0 |
... | @@ -858,94 +315,18 @@ MonoBehaviour: | ... | @@ -858,94 +315,18 @@ MonoBehaviour: |
858 | sprites: {fileID: 0} | 315 | sprites: {fileID: 0} |
859 | audios: {fileID: 0} | 316 | audios: {fileID: 0} |
860 | visible: 1 | 317 | visible: 1 |
861 | - ID: 18 | 318 | + ID: 5 |
862 | - rect: | ||
863 | - serializedVersion: 2 | ||
864 | - x: -190 | ||
865 | - y: -180 | ||
866 | - width: 349 | ||
867 | - height: 121 | ||
868 | - pTag: Charlie | ||
869 | - expand: 0 | ||
870 | - sprite: {fileID: 0} | ||
871 | - vars: [] | ||
872 | - varKeys: [] | ||
873 | - isPlayer: 0 | ||
874 | - - commentCount: 1 | ||
875 | - s_comment: | ||
876 | - - text: Comment... | ||
877 | - extraData: ExtraData | ||
878 | - inputSetIndex: 18 | ||
879 | - outputNodeIndex: 1 | ||
880 | - outActionIndex: -1 | ||
881 | - showmore: 0 | ||
882 | - outRect: | ||
883 | - serializedVersion: 2 | ||
884 | - x: 302 | ||
885 | - y: 59 | ||
886 | - width: 30 | ||
887 | - height: 21 | ||
888 | - sprites: {fileID: 0} | ||
889 | - audios: {fileID: 0} | ||
890 | - visible: 1 | ||
891 | - ID: 19 | ||
892 | rect: | 319 | rect: |
893 | serializedVersion: 2 | 320 | serializedVersion: 2 |
894 | - x: 470 | 321 | + x: 450 |
895 | - y: 350 | 322 | + y: 770 |
896 | - width: 349 | 323 | + width: 348 |
897 | - height: 121 | 324 | + height: 266 |
898 | pTag: | 325 | pTag: |
899 | - expand: 0 | 326 | + expand: 1 |
900 | sprite: {fileID: 0} | 327 | sprite: {fileID: 0} |
901 | vars: [] | 328 | vars: [] |
902 | varKeys: [] | 329 | varKeys: [] |
903 | isPlayer: 0 | 330 | isPlayer: 0 |
904 | - S_actionNodes: | 331 | + S_actionNodes: [] |
905 | - - pauseHere: 0 | ||
906 | - gameObjectName: QuestChart | ||
907 | - methodName: SetCharlieQuestComplete | ||
908 | - nameIndex: 1 | ||
909 | - methodIndex: 2 | ||
910 | - paramIndex: 0 | ||
911 | - opts: | ||
912 | - - '[No method]' | ||
913 | - - CallQuestChart | ||
914 | - - SetCharlieQuestComplete | ||
915 | - - GetAssigned | ||
916 | - - AssignNew | ||
917 | - - SaveState | ||
918 | - - LoadState | ||
919 | - nameOpts: | ||
920 | - - '[No object]' | ||
921 | - - QuestChart | ||
922 | - - NPC_CrazyCap | ||
923 | - - NPC_Witch | ||
924 | - - NPC_Couple2 | ||
925 | - - NPC_Couple1 | ||
926 | - - MrCube | ||
927 | - - Spinned Cube | ||
928 | - - ConditionGuy | ||
929 | - - Big Cube | ||
930 | - - UIManager | ||
931 | - - CylinderGuy | ||
932 | - - NPC_Charlie | ||
933 | - - NPC_Laura | ||
934 | - - Cube | ||
935 | - param_bool: 0 | ||
936 | - param_string: | ||
937 | - param_int: 0 | ||
938 | - param_float: 0 | ||
939 | - rect: | ||
940 | - serializedVersion: 2 | ||
941 | - x: 400 | ||
942 | - y: 110 | ||
943 | - width: 200 | ||
944 | - height: 158 | ||
945 | - ID: 17 | ||
946 | - outPlayerIndex: -1 | ||
947 | - outActionIndex: -1 | ||
948 | - more: 0 | ||
949 | - ovrStartNode: 18 | ||
950 | - renameDialogue: | ||
951 | S_selNodes: [] | 332 | S_selNodes: [] | ... | ... |
1 | +{"dID":86233,"playerDiags":3,"actionNodes":0,"startPoint":0,"loadTag":"","previewPanning":false,"autosave":true,"locEdit":false,"showSettings":true,"pd_isp_0":true,"pd_rect_0":[70,50],"pd_comSize_0":1,"pd_ID_0":0,"pd_pTag_0":"","pd_sprite_0":"","pd_expand_0":true,"pd_vars0":0,"pd_0_com_0iSet":-1,"pd_0_com_0oAns":1,"pd_0_com_0oAct":-1,"pd_0_com_0text":"\ud560\uba38\ub2c8 \uc5b4\uc81c \ubb50\ud558\uc168\uc5b4\uc694?","pd_0_com_0extraD":"ExtraData","pd_0_com_0showmore":false,"pd_0_com_0visible":true,"pd_0_com_0audio":"","pd_0_com_0sprite":"","pd_isp_1":false,"pd_rect_1":[450,90],"pd_comSize_1":2,"pd_ID_1":1,"pd_pTag_1":"","pd_sprite_1":"","pd_expand_1":false,"pd_vars1":0,"pd_1_com_0iSet":-1,"pd_1_com_0oAns":2,"pd_1_com_0oAct":-1,"pd_1_com_0text":"\ub098~~? \uc5b4\uc81c \uc6b0\ub9ac \uc190\uc8fc\ub791 \uc5ec\ud589\uac14\ub2e4\uc654\ub294\ub370~~","pd_1_com_0extraD":"ExtraData","pd_1_com_0showmore":false,"pd_1_com_0visible":true,"pd_1_com_0audio":"","pd_1_com_0sprite":"","pd_1_com_1iSet":1,"pd_1_com_1oAns":-1,"pd_1_com_1oAct":-1,"pd_1_com_1text":"\uc774\uac70\ubd10~~","pd_1_com_1extraD":"ExtraData","pd_1_com_1showmore":false,"pd_1_com_1visible":true,"pd_1_com_1audio":"","pd_1_com_1sprite":"","pd_isp_2":true,"pd_rect_2":[100,290],"pd_comSize_2":3,"pd_ID_2":2,"pd_pTag_2":"","pd_sprite_2":"","pd_expand_2":false,"pd_vars2":0,"pd_2_com_0iSet":-1,"pd_2_com_0oAns":-1,"pd_2_com_0oAct":-1,"pd_2_com_0text":"\uc74c.. \uadf8\ub7fc \ub0a0\ub77c\ub9ac \uc190\uc790\uc640 \ud560\uba38\ub2c8 \ubaa8\ub450 \ubc94\uc778\uc740 \uc544\ub2c8\uaca0\uad70..","pd_2_com_0extraD":"ExtraData","pd_2_com_0showmore":false,"pd_2_com_0visible":true,"pd_2_com_0audio":"","pd_2_com_0sprite":"","pd_2_com_1iSet":2,"pd_2_com_1oAns":-1,"pd_2_com_1oAct":-1,"pd_2_com_1text":"\uadf8\ub807\ub2e4\uba74 \uc0bc\ucd0c\uc774\ub098 \uc774\ubaa8 \ub458 \uc911 \ud558\ub098\ub77c\ub294 \uac74\ub370..","pd_2_com_1extraD":"ExtraData","pd_2_com_1showmore":false,"pd_2_com_1visible":true,"pd_2_com_1audio":"","pd_2_com_1sprite":"","pd_2_com_2iSet":2,"pd_2_com_2oAns":-1,"pd_2_com_2oAct":-1,"pd_2_com_2text":"\uc5bc\ub978 \uc774\ubaa8\ud55c\ud14c \uac00\ubd10\uc57c\uaca0\ub2e4!","pd_2_com_2extraD":"ExtraData","pd_2_com_2showmore":false,"pd_2_com_2visible":true,"pd_2_com_2audio":"","pd_2_com_2sprite":""} | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
1 | -{"dID":42633,"playerDiags":2,"actionNodes":0,"startPoint":0,"loadTag":"","previewPanning":false,"autosave":true,"locEdit":false,"showSettings":true,"pd_isp_0":false,"pd_rect_0":[10,140],"pd_comSize_0":1,"pd_ID_0":0,"pd_pTag_0":"","pd_sprite_0":"Assets/TopDown 2D RPG BE3/Sprites/NPC Portrait.png","pd_expand_0":true,"pd_vars0":0,"pd_0_com_0iSet":-1,"pd_0_com_0oAns":1,"pd_0_com_0oAct":-1,"pd_0_com_0text":"\uc548\ub155! \ub09c \uc9c0\uc218\ub77c\uace0 \ud574. \uc6b0\ub9ac \ub9c8\uc744\uc5d0 \uc628 \uac78 \ud658\uc601\ud574!","pd_0_com_0extraD":"ExtraData","pd_0_com_0showmore":false,"pd_0_com_0visible":true,"pd_0_com_0audio":"","pd_0_com_0sprite":"","pd_isp_1":false,"pd_rect_1":[460,120],"pd_comSize_1":1,"pd_ID_1":1,"pd_pTag_1":"","pd_sprite_1":"","pd_expand_1":false,"pd_vars1":0,"pd_1_com_0iSet":-1,"pd_1_com_0oAns":-1,"pd_1_com_0oAct":-1,"pd_1_com_0text":"Comment...","pd_1_com_0extraD":"ExtraData","pd_1_com_0showmore":false,"pd_1_com_0visible":true,"pd_1_com_0audio":"","pd_1_com_0sprite":""} | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
1 | +{"dID":42633,"playerDiags":2,"actionNodes":0,"startPoint":0,"loadTag":"","previewPanning":false,"autosave":true,"locEdit":false,"showSettings":true,"pd_isp_0":false,"pd_rect_0":[-260,0],"pd_comSize_0":3,"pd_ID_0":0,"pd_pTag_0":"\uc9c0\uc218","pd_sprite_0":"","pd_expand_0":true,"pd_vars0":0,"pd_0_com_0iSet":-1,"pd_0_com_0oAns":1,"pd_0_com_0oAct":-1,"pd_0_com_0text":"\uc548\ub155! \ub09c \uc9c0\uc218\ub77c\uace0 \ud574. \uc6b0\ub9ac \ub9c8\uc744\uc5d0 \uc628 \uac78 \ud658\uc601\ud574!","pd_0_com_0extraD":"ExtraData","pd_0_com_0showmore":false,"pd_0_com_0visible":true,"pd_0_com_0audio":"","pd_0_com_0sprite":"","pd_0_com_1iSet":0,"pd_0_com_1oAns":-1,"pd_0_com_1oAct":-1,"pd_0_com_1text":"\uc5ec\uae30\ub294 \uc0ac\uacfc\ub9c8\uc744\uc774\uc57c. \uc6b0\ub9ac \ub9c8\uc744 \uc0ac\ub78c\ub4e4\uc744 \uc18c\uac1c\ud574 \uc904\uac8c!","pd_0_com_1extraD":"ExtraData","pd_0_com_1showmore":false,"pd_0_com_1visible":true,"pd_0_com_1audio":"","pd_0_com_1sprite":"","pd_0_com_2iSet":0,"pd_0_com_2oAns":-1,"pd_0_com_2oAct":-1,"pd_0_com_2text":"\ub098\ub97c \ub530\ub77c\uc624\uaca0\ub2c8?","pd_0_com_2extraD":"ExtraData","pd_0_com_2showmore":false,"pd_0_com_2visible":true,"pd_0_com_2audio":"","pd_0_com_2sprite":"","pd_isp_1":true,"pd_rect_1":[100,20],"pd_comSize_1":1,"pd_ID_1":1,"pd_pTag_1":"\uc8fc\uc778\uacf5","pd_sprite_1":"","pd_expand_1":true,"pd_vars1":0,"pd_1_com_0iSet":-1,"pd_1_com_0oAns":-1,"pd_1_com_0oAct":-1,"pd_1_com_0text":"\uadf8\ub798!","pd_1_com_0extraD":"ExtraData","pd_1_com_0showmore":false,"pd_1_com_0visible":true,"pd_1_com_0audio":"","pd_1_com_0sprite":""} | ||
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
1 | +{"dID":24496,"playerDiags":1,"actionNodes":0,"startPoint":0,"loadTag":"","previewPanning":false,"autosave":true,"locEdit":false,"showSettings":true,"pd_isp_0":false,"pd_rect_0":[-290,-180],"pd_comSize_0":1,"pd_ID_0":0,"pd_pTag_0":"","pd_sprite_0":"","pd_expand_0":true,"pd_vars0":0,"pd_0_com_0iSet":-1,"pd_0_com_0oAns":-1,"pd_0_com_0oAct":-1,"pd_0_com_0text":"Comment...","pd_0_com_0extraD":"ExtraData","pd_0_com_0showmore":false,"pd_0_com_0visible":true,"pd_0_com_0audio":"","pd_0_com_0sprite":""} | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
1 | +{"dID":15636,"playerDiags":6,"actionNodes":0,"startPoint":0,"loadTag":"","previewPanning":false,"autosave":true,"locEdit":false,"showSettings":true,"pd_isp_0":false,"pd_rect_0":[50,80],"pd_comSize_0":1,"pd_ID_0":0,"pd_pTag_0":"\ub0a0\ub77c\ub9ac\uc624","pd_sprite_0":"Assets/TopDown 2D RPG BE3/Sprites/NPC Portrait.png","pd_expand_0":true,"pd_vars0":0,"pd_0_com_0iSet":-1,"pd_0_com_0oAns":1,"pd_0_com_0oAct":-1,"pd_0_com_0text":"\uc9c0\uc218\uc57c \uc7a0\uae50\ub9cc \ub098\uc640\ubd10..","pd_0_com_0extraD":"ExtraData","pd_0_com_0showmore":false,"pd_0_com_0visible":true,"pd_0_com_0audio":"","pd_0_com_0sprite":"","pd_isp_1":false,"pd_rect_1":[430,190],"pd_comSize_1":1,"pd_ID_1":1,"pd_pTag_1":"\uc9c0\uc218","pd_sprite_1":"Assets/TopDown 2D RPG BE3/Sprites/NPC Portrait.png","pd_expand_1":true,"pd_vars1":0,"pd_1_com_0iSet":-1,"pd_1_com_0oAns":2,"pd_1_com_0oAct":-1,"pd_1_com_0text":"\uc2eb\uc5b4,","pd_1_com_0extraD":"ExtraData","pd_1_com_0showmore":false,"pd_1_com_0visible":true,"pd_1_com_0audio":"","pd_1_com_0sprite":"","pd_isp_2":false,"pd_rect_2":[50,330],"pd_comSize_2":1,"pd_ID_2":2,"pd_pTag_2":"\ub0a0\ub77c\ub9ac\uc624\ube60","pd_sprite_2":"Assets/TopDown 2D RPG BE3/Sprites/NPC Portrait.png","pd_expand_2":true,"pd_vars2":0,"pd_2_com_0iSet":-1,"pd_2_com_0oAns":3,"pd_2_com_0oAct":-1,"pd_2_com_0text":"\uc7a0\uae50\uc774\uba74 \ub3fc.","pd_2_com_0extraD":"ExtraData","pd_2_com_0showmore":false,"pd_2_com_0visible":true,"pd_2_com_0audio":"","pd_2_com_0sprite":"","pd_isp_3":false,"pd_rect_3":[430,430],"pd_comSize_3":1,"pd_ID_3":3,"pd_pTag_3":"\uc9c0\uc218","pd_sprite_3":"Assets/TopDown 2D RPG BE3/Sprites/NPC Portrait.png","pd_expand_3":true,"pd_vars3":0,"pd_3_com_0iSet":-1,"pd_3_com_0oAns":4,"pd_3_com_0oAct":-1,"pd_3_com_0text":"\uc544 \uc2eb\ub2e4\uace0. \ube68\ub9ac \uac00","pd_3_com_0extraD":"ExtraData","pd_3_com_0showmore":false,"pd_3_com_0visible":true,"pd_3_com_0audio":"","pd_3_com_0sprite":"","pd_isp_4":false,"pd_rect_4":[50,580],"pd_comSize_4":1,"pd_ID_4":4,"pd_pTag_4":"\ub0a0\ub77c\ub9ac\uc624\ube60","pd_sprite_4":"Assets/TopDown 2D RPG BE3/Sprites/NPC Portrait.png","pd_expand_4":true,"pd_vars4":0,"pd_4_com_0iSet":-1,"pd_4_com_0oAns":5,"pd_4_com_0oAct":-1,"pd_4_com_0text":"\ube68\ub9ac \uc548\ub098\uc624\uba74 \uc8fd\uc5ec\ubc84\ub9b0\ub2e4.","pd_4_com_0extraD":"ExtraData","pd_4_com_0showmore":false,"pd_4_com_0visible":true,"pd_4_com_0audio":"","pd_4_com_0sprite":"","pd_isp_5":true,"pd_rect_5":[440,680],"pd_comSize_5":2,"pd_ID_5":5,"pd_pTag_5":"\uc8fc\uc778\uacf5","pd_sprite_5":"Assets/TopDown 2D RPG BE3/Sprites/NPC Portrait.png","pd_expand_5":true,"pd_vars5":0,"pd_5_com_0iSet":-1,"pd_5_com_0oAns":-1,"pd_5_com_0oAct":-1,"pd_5_com_0text":"\ub0a0\uc9dc\ub97c \ubcf4\ub2c8.. \uc0ac\uac74 \uc804 \ub0a0\uc774\uc796\uc544?","pd_5_com_0extraD":"ExtraData","pd_5_com_0showmore":false,"pd_5_com_0visible":true,"pd_5_com_0audio":"","pd_5_com_0sprite":"","pd_5_com_1iSet":5,"pd_5_com_1oAns":-1,"pd_5_com_1oAct":-1,"pd_5_com_1text":"\uc544\uc8fc \uc758\uc2ec\uc2a4\ub7fd\uad70..","pd_5_com_1extraD":"ExtraData","pd_5_com_1showmore":false,"pd_5_com_1visible":true,"pd_5_com_1audio":"","pd_5_com_1sprite":""} | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
1 | +{"dID":5027,"playerDiags":5,"actionNodes":0,"startPoint":0,"loadTag":"","previewPanning":false,"autosave":true,"locEdit":false,"showSettings":true,"pd_isp_0":true,"pd_rect_0":[-10,30],"pd_comSize_0":1,"pd_ID_0":0,"pd_pTag_0":"","pd_sprite_0":"","pd_expand_0":false,"pd_vars0":0,"pd_0_com_0iSet":-1,"pd_0_com_0oAns":1,"pd_0_com_0oAct":-1,"pd_0_com_0text":"\uc5b4\uc5c7!! \ubb50\ud558\uc2dc\ub294 \uac81\ub2c8\uae4c?!!","pd_0_com_0extraD":"ExtraData","pd_0_com_0showmore":false,"pd_0_com_0visible":true,"pd_0_com_0audio":"","pd_0_com_0sprite":"","pd_isp_1":false,"pd_rect_1":[310,150],"pd_comSize_1":2,"pd_ID_1":1,"pd_pTag_1":"","pd_sprite_1":"","pd_expand_1":false,"pd_vars1":0,"pd_1_com_0iSet":-1,"pd_1_com_0oAns":2,"pd_1_com_0oAct":-1,"pd_1_com_0text":"\uc73c\uc545!!","pd_1_com_0extraD":"ExtraData","pd_1_com_0showmore":false,"pd_1_com_0visible":true,"pd_1_com_0audio":"","pd_1_com_0sprite":"","pd_1_com_1iSet":1,"pd_1_com_1oAns":-1,"pd_1_com_1oAct":-1,"pd_1_com_1text":"\uc0ac.. \uc0ac\ub791\uc5d0 \ube60\uc9c4\uac8c \uc8c4\ub294 \uc544\ub2c8\uc796\uc544..!!!!!","pd_1_com_1extraD":"ExtraData","pd_1_com_1showmore":false,"pd_1_com_1visible":true,"pd_1_com_1audio":"","pd_1_com_1sprite":"","pd_isp_2":true,"pd_rect_2":[70,340],"pd_comSize_2":1,"pd_ID_2":2,"pd_pTag_2":"","pd_sprite_2":"","pd_expand_2":false,"pd_vars2":0,"pd_2_com_0iSet":-1,"pd_2_com_0oAns":3,"pd_2_com_0oAct":-1,"pd_2_com_0text":"\uadf8\ub7fc \ud639\uc2dc \uc5b4\uc81c\ub3c4..!!","pd_2_com_0extraD":"ExtraData","pd_2_com_0showmore":false,"pd_2_com_0visible":true,"pd_2_com_0audio":"","pd_2_com_0sprite":"","pd_isp_3":false,"pd_rect_3":[380,540],"pd_comSize_3":2,"pd_ID_3":3,"pd_pTag_3":"","pd_sprite_3":"","pd_expand_3":false,"pd_vars3":0,"pd_3_com_0iSet":-1,"pd_3_com_0oAns":4,"pd_3_com_0oAct":-1,"pd_3_com_0text":"\ub124.. \uadf8\ub807\uc2b5\ub2c8\ub2e4.. \uac19\uc774 \uc788\uc5c8\uc5b4\uc694..","pd_3_com_0extraD":"ExtraData","pd_3_com_0showmore":false,"pd_3_com_0visible":true,"pd_3_com_0audio":"","pd_3_com_0sprite":"","pd_3_com_1iSet":3,"pd_3_com_1oAns":-1,"pd_3_com_1oAct":-1,"pd_3_com_1text":"\uc544\ub0b4\uc5d0\uac8c\ub294 \ube44\ubc00\ub85c... \ud574\uc8fc\uc2ec\uc774..","pd_3_com_1extraD":"ExtraData","pd_3_com_1showmore":false,"pd_3_com_1visible":true,"pd_3_com_1audio":"","pd_3_com_1sprite":"","pd_isp_4":true,"pd_rect_4":[20,640],"pd_comSize_4":2,"pd_ID_4":4,"pd_pTag_4":"","pd_sprite_4":"","pd_expand_4":false,"pd_vars4":0,"pd_4_com_0iSet":-1,"pd_4_com_0oAns":-1,"pd_4_com_0oAct":-1,"pd_4_com_0text":"\ubc14\ub784 \uac78 \ubc14\ub77c\uc138\uc694!","pd_4_com_0extraD":"ExtraData","pd_4_com_0showmore":false,"pd_4_com_0visible":true,"pd_4_com_0audio":"","pd_4_com_0sprite":"","pd_4_com_1iSet":4,"pd_4_com_1oAns":-1,"pd_4_com_1oAct":-1,"pd_4_com_1text":"\ud558.. \uadf8\ub807\ub2e4\uba74 \uc5ed\uc2dc \ubc94\uc778\uc740..!","pd_4_com_1extraD":"ExtraData","pd_4_com_1showmore":false,"pd_4_com_1visible":true,"pd_4_com_1audio":"","pd_4_com_1sprite":""} | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
1 | +{"dID":62996,"playerDiags":7,"actionNodes":0,"startPoint":0,"loadTag":"","previewPanning":false,"autosave":true,"locEdit":false,"showSettings":true,"pd_isp_0":true,"pd_rect_0":[0,100],"pd_comSize_0":1,"pd_ID_0":0,"pd_pTag_0":"\uc8fc\uc778\uacf5","pd_sprite_0":"","pd_expand_0":true,"pd_vars0":0,"pd_0_com_0iSet":0,"pd_0_com_0oAns":1,"pd_0_com_0oAct":-1,"pd_0_com_0text":"\uc5b4\uc81c \uc0ac\uac74 \ubc1c\uc0dd \uc2dc\uac01\uc5d0 \uc5b4\ub514\uc5d0 \uacc4\uc168\uc8e0?","pd_0_com_0extraD":"ExtraData","pd_0_com_0showmore":false,"pd_0_com_0visible":true,"pd_0_com_0audio":"","pd_0_com_0sprite":"","pd_isp_1":false,"pd_rect_1":[370,80],"pd_comSize_1":2,"pd_ID_1":1,"pd_pTag_1":"\uc0bc\ucd0c","pd_sprite_1":"","pd_expand_1":true,"pd_vars1":0,"pd_1_com_0iSet":1,"pd_1_com_0oAns":2,"pd_1_com_0oAct":-1,"pd_1_com_0text":"\uc5b4... \uc74c.. \uc544..","pd_1_com_0extraD":"ExtraData","pd_1_com_0showmore":false,"pd_1_com_0visible":false,"pd_1_com_0audio":"","pd_1_com_0sprite":"","pd_1_com_1iSet":1,"pd_1_com_1oAns":-1,"pd_1_com_1oAct":-1,"pd_1_com_1text":"\uc9d1\uc5d0 \uc788\uc5c8\ub294\ub370.. \uc65c \uadf8\ub7ec\uc2dc\uc8e0?","pd_1_com_1extraD":"ExtraData","pd_1_com_1showmore":false,"pd_1_com_1visible":true,"pd_1_com_1audio":"","pd_1_com_1sprite":"","pd_isp_2":true,"pd_rect_2":[30,410],"pd_comSize_2":1,"pd_ID_2":2,"pd_pTag_2":"\uc8fc\uc778\uacf5","pd_sprite_2":"","pd_expand_2":true,"pd_vars2":0,"pd_2_com_0iSet":2,"pd_2_com_0oAns":3,"pd_2_com_0oAct":-1,"pd_2_com_0text":"\uadf8\uac78 \ubcf8 \uc0ac\ub78c\uc774 \uc788\uc2b5\ub2c8\uae4c?","pd_2_com_0extraD":"ExtraData","pd_2_com_0showmore":false,"pd_2_com_0visible":true,"pd_2_com_0audio":"","pd_2_com_0sprite":"","pd_isp_3":false,"pd_rect_3":[410,410],"pd_comSize_3":3,"pd_ID_3":3,"pd_pTag_3":"\uc0bc","pd_sprite_3":"","pd_expand_3":true,"pd_vars3":0,"pd_3_com_0iSet":3,"pd_3_com_0oAns":4,"pd_3_com_0oAct":-1,"pd_3_com_0text":"\uc544...","pd_3_com_0extraD":"ExtraData","pd_3_com_0showmore":false,"pd_3_com_0visible":true,"pd_3_com_0audio":"","pd_3_com_0sprite":"","pd_3_com_1iSet":3,"pd_3_com_1oAns":-1,"pd_3_com_1oAct":-1,"pd_3_com_1text":"\uc9d1\uc5d0 \uc544\ubb34\ub3c4 \uc5c6\uc5c8\uc744\ud150\ub370\uc694 .....\uc74c","pd_3_com_1extraD":"ExtraData","pd_3_com_1showmore":false,"pd_3_com_1visible":true,"pd_3_com_1audio":"","pd_3_com_1sprite":"","pd_3_com_2iSet":3,"pd_3_com_2oAns":-1,"pd_3_com_2oAct":-1,"pd_3_com_2text":"\uc798 \ubaa8\ub974\uaca0\ub124\uc694..","pd_3_com_2extraD":"ExtraData","pd_3_com_2showmore":false,"pd_3_com_2visible":true,"pd_3_com_2audio":"","pd_3_com_2sprite":"","pd_isp_4":true,"pd_rect_4":[70,690],"pd_comSize_4":2,"pd_ID_4":4,"pd_pTag_4":"\uc8fc\uc778\uacf5","pd_sprite_4":"","pd_expand_4":true,"pd_vars4":0,"pd_4_com_0iSet":4,"pd_4_com_0oAns":-1,"pd_4_com_0oAct":-1,"pd_4_com_0text":"\ubd84\uba85 \uc544\uae4c \uc9d1\uc5d0 \uc788\uc5c8\ub2e4\uace0 \ud558\uc168\ub294\ub370..","pd_4_com_0extraD":"ExtraData","pd_4_com_0showmore":false,"pd_4_com_0visible":true,"pd_4_com_0audio":"","pd_4_com_0sprite":"","pd_4_com_1iSet":4,"pd_4_com_1oAns":5,"pd_4_com_1oAct":-1,"pd_4_com_1text":"\uc9d1\uc5d0 \ub204\uac00 \uc788\uc5c8\ub294\uc9c0\ub3c4 \ubaa8\ub974\uc2dc\ub124\uc694?","pd_4_com_1extraD":"ExtraData","pd_4_com_1showmore":false,"pd_4_com_1visible":true,"pd_4_com_1audio":"","pd_4_com_1sprite":"","pd_isp_5":false,"pd_rect_5":[420,740],"pd_comSize_5":3,"pd_ID_5":5,"pd_pTag_5":"\uc0bc\ucd0c","pd_sprite_5":"","pd_expand_5":true,"pd_vars5":0,"pd_5_com_0iSet":5,"pd_5_com_0oAns":6,"pd_5_com_0oAct":-1,"pd_5_com_0text":"\uc5b4...\uc74c..","pd_5_com_0extraD":"ExtraData","pd_5_com_0showmore":false,"pd_5_com_0visible":true,"pd_5_com_0audio":"","pd_5_com_0sprite":"","pd_5_com_1iSet":5,"pd_5_com_1oAns":-1,"pd_5_com_1oAct":-1,"pd_5_com_1text":"\uc81c\uac00 \uc9c0\uae08 \uae09\ud55c \uc77c\uc774 \uc788\uc5b4\uc11c..!!!!","pd_5_com_1extraD":"ExtraData","pd_5_com_1showmore":false,"pd_5_com_1visible":true,"pd_5_com_1audio":"","pd_5_com_1sprite":"","pd_5_com_2iSet":5,"pd_5_com_2oAns":-1,"pd_5_com_2oAct":-1,"pd_5_com_2text":"\uc774\ub9cc \uac00\ubcfc\uac8c\uc720~~~","pd_5_com_2extraD":"ExtraData","pd_5_com_2showmore":false,"pd_5_com_2visible":true,"pd_5_com_2audio":"","pd_5_com_2sprite":"","pd_isp_6":true,"pd_rect_6":[60,990],"pd_comSize_6":2,"pd_ID_6":6,"pd_pTag_6":"\uc8fc\uc778\uacf5","pd_sprite_6":"","pd_expand_6":true,"pd_vars6":0,"pd_6_com_0iSet":-1,"pd_6_com_0oAns":-1,"pd_6_com_0oAct":-1,"pd_6_com_0text":"\uc758\uc2ec\uc2a4\ub7fd\uad70..","pd_6_com_0extraD":"ExtraData","pd_6_com_0showmore":false,"pd_6_com_0visible":true,"pd_6_com_0audio":"","pd_6_com_0sprite":"","pd_6_com_1iSet":6,"pd_6_com_1oAns":-1,"pd_6_com_1oAct":-1,"pd_6_com_1text":"\uc774 \uc0ac\ub78c\uc740 \uc9c0\uae08 \uac70\uc9d3\ub9d0\uc744 \ud558\uace0 \uc788\ub294 \uac8c \ud2c0\ub9bc\uc5c6\uc5b4!","pd_6_com_1extraD":"ExtraData","pd_6_com_1showmore":false,"pd_6_com_1visible":true,"pd_6_com_1audio":"","pd_6_com_1sprite":""} | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
1 | -{"db.currentDiagEdited":7,"db.curSkin":0,"colors":"colors","Skin_0pNodeColor":"868BA3","Skin_0pNodeColor2":"EEEFF9","Skin_0nNodeColor":"8E9793","Skin_0nNodeColor2":"E6FBF5","Skin_0aNodeColor":"A5A298","Skin_0aNodeColor2":"F0F0F0","Skin_0back":"2E2E2E","Skin_0grid":"3F3F3F","Skin_0connectors":"FFFFFF","Skin_0pText":"000000","Skin_0nText":"000000","Skin_0aText":"141414","Skin_0pText2":"000000","Skin_0nText2":"000000","Skin_0aText2":"1A1A1A","Skin_1pNodeColor":"456776","Skin_1pNodeColor2":"97B3C0","Skin_1nNodeColor":"524539","Skin_1nNodeColor2":"867263","Skin_1aNodeColor":"4F5E3F","Skin_1aNodeColor2":"8F9D70","Skin_1back":"343534","Skin_1grid":"252421","Skin_1connectors":"9A8A60","Skin_1pText":"102039","Skin_1nText":"1E1805","Skin_1aText":"0D290B","Skin_1pText2":"B9D5E7","Skin_1nText2":"9F8370","Skin_1aText2":"1A1613","Skin_2pNodeColor":"7BA6A5","Skin_2pNodeColor2":"89BBC0","Skin_2nNodeColor":"7E8EA7","Skin_2nNodeColor2":"A2AFCB","Skin_2aNodeColor":"6E9576","Skin_2aNodeColor2":"91B997","Skin_2back":"8FA1A7","Skin_2grid":"9ABAB8","Skin_2connectors":"94FFDC","Skin_2pText":"FFFFFF","Skin_2nText":"F7F8F7","Skin_2aText":"FFFFFF","Skin_2pText2":"C6E4E1","Skin_2nText2":"B5C4E7","Skin_2aText2":"91DEC8","Skin_3pNodeColor":"474847","Skin_3pNodeColor2":"869291","Skin_3nNodeColor":"4A494A","Skin_3nNodeColor2":"898A7B","Skin_3aNodeColor":"4A494A","Skin_3aNodeColor2":"979297","Skin_3back":"000000","Skin_3grid":"1B4844","Skin_3connectors":"FFFECB","Skin_3pText":"E9FFFD","Skin_3nText":"FDFEDE","Skin_3aText":"FFDFF7","Skin_3pText2":"ADF8FF","Skin_3nText2":"EFFF00","Skin_3aText2":"E6D2DB","Skin_4pNodeColor":"A5C5B5","Skin_4pNodeColor2":"346455","Skin_4nNodeColor":"9C8276","Skin_4nNodeColor2":"634135","Skin_4aNodeColor":"C09FC8","Skin_4aNodeColor2":"4F345A","Skin_4back":"44463F","Skin_4grid":"5E5B52","Skin_4connectors":"C8CCBB","Skin_4pText":"FFFFFF","Skin_4nText":"FFFFFF","Skin_4aText":"C09FC8","Skin_4pText2":"FFFFFF","Skin_4nText2":"E7D7C6","Skin_4aText2":"F9F9F9","Skin_5pNodeColor":"A9A8A9","Skin_5pNodeColor2":"161B37","Skin_5nNodeColor":"A9AAA9","Skin_5nNodeColor2":"372318","Skin_5aNodeColor":"A9AAA9","Skin_5aNodeColor2":"213816","Skin_5back":"232329","Skin_5grid":"5D4426","Skin_5connectors":"FD800D","Skin_5pText":"FDC6A5","Skin_5nText":"ADC894","Skin_5aText":"D3D4FD","Skin_5pText2":"000434","Skin_5nText2":"210F00","Skin_5aText2":"383838"} | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
1 | +{"db.currentDiagEdited":16,"db.curSkin":0,"colors":"colors","Skin_0pNodeColor":"868BA3","Skin_0pNodeColor2":"EEEFF9","Skin_0nNodeColor":"8E9793","Skin_0nNodeColor2":"E6FBF5","Skin_0aNodeColor":"A5A298","Skin_0aNodeColor2":"F0F0F0","Skin_0back":"2E2E2E","Skin_0grid":"3F3F3F","Skin_0connectors":"FFFFFF","Skin_0pText":"000000","Skin_0nText":"000000","Skin_0aText":"141414","Skin_0pText2":"000000","Skin_0nText2":"000000","Skin_0aText2":"1A1A1A","Skin_1pNodeColor":"456776","Skin_1pNodeColor2":"97B3C0","Skin_1nNodeColor":"524539","Skin_1nNodeColor2":"867263","Skin_1aNodeColor":"4F5E3F","Skin_1aNodeColor2":"8F9D70","Skin_1back":"343534","Skin_1grid":"252421","Skin_1connectors":"9A8A60","Skin_1pText":"102039","Skin_1nText":"1E1805","Skin_1aText":"0D290B","Skin_1pText2":"B9D5E7","Skin_1nText2":"9F8370","Skin_1aText2":"1A1613","Skin_2pNodeColor":"7BA6A5","Skin_2pNodeColor2":"89BBC0","Skin_2nNodeColor":"7E8EA7","Skin_2nNodeColor2":"A2AFCB","Skin_2aNodeColor":"6E9576","Skin_2aNodeColor2":"91B997","Skin_2back":"8FA1A7","Skin_2grid":"9ABAB8","Skin_2connectors":"94FFDC","Skin_2pText":"FFFFFF","Skin_2nText":"F7F8F7","Skin_2aText":"FFFFFF","Skin_2pText2":"C6E4E1","Skin_2nText2":"B5C4E7","Skin_2aText2":"91DEC8","Skin_3pNodeColor":"474847","Skin_3pNodeColor2":"869291","Skin_3nNodeColor":"4A494A","Skin_3nNodeColor2":"898A7B","Skin_3aNodeColor":"4A494A","Skin_3aNodeColor2":"979297","Skin_3back":"000000","Skin_3grid":"1B4844","Skin_3connectors":"FFFECB","Skin_3pText":"E9FFFD","Skin_3nText":"FDFEDE","Skin_3aText":"FFDFF7","Skin_3pText2":"ADF8FF","Skin_3nText2":"EFFF00","Skin_3aText2":"E6D2DB","Skin_4pNodeColor":"A5C5B5","Skin_4pNodeColor2":"346455","Skin_4nNodeColor":"9C8276","Skin_4nNodeColor2":"634135","Skin_4aNodeColor":"C09FC8","Skin_4aNodeColor2":"4F345A","Skin_4back":"44463F","Skin_4grid":"5E5B52","Skin_4connectors":"C8CCBB","Skin_4pText":"FFFFFF","Skin_4nText":"FFFFFF","Skin_4aText":"C09FC8","Skin_4pText2":"FFFFFF","Skin_4nText2":"E7D7C6","Skin_4aText2":"F9F9F9","Skin_5pNodeColor":"A9A8A9","Skin_5pNodeColor2":"161B37","Skin_5nNodeColor":"A9AAA9","Skin_5nNodeColor2":"372318","Skin_5aNodeColor":"A9AAA9","Skin_5aNodeColor2":"213816","Skin_5back":"232329","Skin_5grid":"5D4426","Skin_5connectors":"FD800D","Skin_5pText":"FDC6A5","Skin_5nText":"ADC894","Skin_5aText":"D3D4FD","Skin_5pText2":"000434","Skin_5nText2":"210F00","Skin_5aText2":"383838"} | ||
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
1 | +using System.Collections; | ||
2 | +using System.Collections.Generic; | ||
3 | +using UnityEngine; | ||
4 | + | ||
5 | +public class firstPersonCam : MonoBehaviour | ||
6 | +{ | ||
7 | + public float turnSpeed = 4.0f; // 마우스 회전 속도 | ||
8 | + private float xRotate = 0.0f; // 내부 사용할 X축 회전량은 별도 정의 ( 카메라 위 아래 방향 ) | ||
9 | + | ||
10 | + // Start is called before the first frame update | ||
11 | + void Start() | ||
12 | + { | ||
13 | + | ||
14 | + } | ||
15 | + | ||
16 | + // Update is called once per frame | ||
17 | + void Update() | ||
18 | + { | ||
19 | + // 좌우로 움직인 마우스의 이동량 * 속도에 따라 카메라가 좌우로 회전할 양 계산 | ||
20 | + float yRotateSize = Input.GetAxis("Mouse X") * turnSpeed; | ||
21 | + // 현재 y축 회전값에 더한 새로운 회전각도 계산 | ||
22 | + float yRotate = transform.eulerAngles.y + yRotateSize; | ||
23 | + | ||
24 | + // 위아래로 움직인 마우스의 이동량 * 속도에 따라 카메라가 회전할 양 계산(하늘, 바닥을 바라보는 동작) | ||
25 | + float xRotateSize = -Input.GetAxis("Mouse Y") * turnSpeed; | ||
26 | + // 위아래 회전량을 더해주지만 -45도 ~ 80도로 제한 (-45:하늘방향, 80:바닥방향) | ||
27 | + // Clamp 는 값의 범위를 제한하는 함수 | ||
28 | + xRotate = Mathf.Clamp(xRotate + xRotateSize, -45, 80); | ||
29 | + | ||
30 | + // 카메라 회전량을 카메라에 반영(X, Y축만 회전) | ||
31 | + transform.eulerAngles = new Vector3(xRotate, yRotate, 0); | ||
32 | + } | ||
33 | +} |
This file is too large to display.
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
... | @@ -20,8 +20,8 @@ MonoBehaviour: | ... | @@ -20,8 +20,8 @@ MonoBehaviour: |
20 | height: 637.3334 | 20 | height: 637.3334 |
21 | m_ShowMode: 4 | 21 | m_ShowMode: 4 |
22 | m_Title: Scene | 22 | m_Title: Scene |
23 | - m_RootView: {fileID: 6} | 23 | + m_RootView: {fileID: 2} |
24 | - m_MinSize: {x: 875, y: 321} | 24 | + m_MinSize: {x: 875, y: 300} |
25 | m_MaxSize: {x: 10000, y: 10000} | 25 | m_MaxSize: {x: 10000, y: 10000} |
26 | m_Maximized: 1 | 26 | m_Maximized: 1 |
27 | --- !u!114 &2 | 27 | --- !u!114 &2 |
... | @@ -32,53 +32,27 @@ MonoBehaviour: | ... | @@ -32,53 +32,27 @@ MonoBehaviour: |
32 | m_PrefabAsset: {fileID: 0} | 32 | m_PrefabAsset: {fileID: 0} |
33 | m_GameObject: {fileID: 0} | 33 | m_GameObject: {fileID: 0} |
34 | m_Enabled: 1 | 34 | m_Enabled: 1 |
35 | - m_EditorHideFlags: 0 | ||
36 | - m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0} | ||
37 | - m_Name: SceneView | ||
38 | - m_EditorClassIdentifier: | ||
39 | - m_Children: [] | ||
40 | - m_Position: | ||
41 | - serializedVersion: 2 | ||
42 | - x: 0 | ||
43 | - y: 0 | ||
44 | - width: 644 | ||
45 | - height: 587.3334 | ||
46 | - m_MinSize: {x: 202, y: 221} | ||
47 | - m_MaxSize: {x: 4002, y: 4021} | ||
48 | - m_ActualView: {fileID: 14} | ||
49 | - m_Panes: | ||
50 | - - {fileID: 14} | ||
51 | - - {fileID: 15} | ||
52 | - - {fileID: 10} | ||
53 | - m_Selected: 0 | ||
54 | - m_LastSelected: 2 | ||
55 | ---- !u!114 &3 | ||
56 | -MonoBehaviour: | ||
57 | - m_ObjectHideFlags: 52 | ||
58 | - m_CorrespondingSourceObject: {fileID: 0} | ||
59 | - m_PrefabInstance: {fileID: 0} | ||
60 | - m_PrefabAsset: {fileID: 0} | ||
61 | - m_GameObject: {fileID: 0} | ||
62 | - m_Enabled: 1 | ||
63 | m_EditorHideFlags: 1 | 35 | m_EditorHideFlags: 1 |
64 | - m_Script: {fileID: 12010, guid: 0000000000000000e000000000000000, type: 0} | 36 | + m_Script: {fileID: 12008, guid: 0000000000000000e000000000000000, type: 0} |
65 | m_Name: | 37 | m_Name: |
66 | m_EditorClassIdentifier: | 38 | m_EditorClassIdentifier: |
67 | m_Children: | 39 | m_Children: |
40 | + - {fileID: 3} | ||
68 | - {fileID: 5} | 41 | - {fileID: 5} |
69 | - - {fileID: 9} | ||
70 | - {fileID: 4} | 42 | - {fileID: 4} |
71 | m_Position: | 43 | m_Position: |
72 | serializedVersion: 2 | 44 | serializedVersion: 2 |
73 | x: 0 | 45 | x: 0 |
74 | - y: 30 | 46 | + y: 0 |
75 | width: 1280 | 47 | width: 1280 |
76 | - height: 587.3334 | 48 | + height: 637.3334 |
77 | - m_MinSize: {x: 679, y: 221} | 49 | + m_MinSize: {x: 875, y: 300} |
78 | - m_MaxSize: {x: 12004, y: 4021} | 50 | + m_MaxSize: {x: 10000, y: 10000} |
79 | - vertical: 0 | 51 | + m_UseTopView: 1 |
80 | - controlID: 26 | 52 | + m_TopViewHeight: 30 |
81 | ---- !u!114 &4 | 53 | + m_UseBottomView: 1 |
54 | + m_BottomViewHeight: 20 | ||
55 | +--- !u!114 &3 | ||
82 | MonoBehaviour: | 56 | MonoBehaviour: |
83 | m_ObjectHideFlags: 52 | 57 | m_ObjectHideFlags: 52 |
84 | m_CorrespondingSourceObject: {fileID: 0} | 58 | m_CorrespondingSourceObject: {fileID: 0} |
... | @@ -87,26 +61,23 @@ MonoBehaviour: | ... | @@ -87,26 +61,23 @@ MonoBehaviour: |
87 | m_GameObject: {fileID: 0} | 61 | m_GameObject: {fileID: 0} |
88 | m_Enabled: 1 | 62 | m_Enabled: 1 |
89 | m_EditorHideFlags: 1 | 63 | m_EditorHideFlags: 1 |
90 | - m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0} | 64 | + m_Script: {fileID: 12011, guid: 0000000000000000e000000000000000, type: 0} |
91 | - m_Name: InspectorWindow | 65 | + m_Name: |
92 | m_EditorClassIdentifier: | 66 | m_EditorClassIdentifier: |
93 | m_Children: [] | 67 | m_Children: [] |
94 | m_Position: | 68 | m_Position: |
95 | serializedVersion: 2 | 69 | serializedVersion: 2 |
96 | - x: 938 | 70 | + x: 0 |
97 | y: 0 | 71 | y: 0 |
98 | - width: 342 | 72 | + width: 1280 |
99 | - height: 587.3334 | 73 | + height: 30 |
100 | - m_MinSize: {x: 276, y: 71} | 74 | + m_MinSize: {x: 0, y: 0} |
101 | - m_MaxSize: {x: 4001, y: 4021} | 75 | + m_MaxSize: {x: 0, y: 0} |
102 | - m_ActualView: {fileID: 12} | 76 | + m_LoadedToolbars: |
103 | - m_Panes: | ||
104 | - - {fileID: 12} | ||
105 | - - {fileID: 11} | ||
106 | - {fileID: 16} | 77 | - {fileID: 16} |
107 | - m_Selected: 0 | 78 | + m_MainToolbar: {fileID: 16} |
108 | - m_LastSelected: 1 | 79 | + m_LastLoadedLayoutName: |
109 | ---- !u!114 &5 | 80 | +--- !u!114 &4 |
110 | MonoBehaviour: | 81 | MonoBehaviour: |
111 | m_ObjectHideFlags: 52 | 82 | m_ObjectHideFlags: 52 |
112 | m_CorrespondingSourceObject: {fileID: 0} | 83 | m_CorrespondingSourceObject: {fileID: 0} |
... | @@ -115,24 +86,19 @@ MonoBehaviour: | ... | @@ -115,24 +86,19 @@ MonoBehaviour: |
115 | m_GameObject: {fileID: 0} | 86 | m_GameObject: {fileID: 0} |
116 | m_Enabled: 1 | 87 | m_Enabled: 1 |
117 | m_EditorHideFlags: 1 | 88 | m_EditorHideFlags: 1 |
118 | - m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0} | 89 | + m_Script: {fileID: 12042, guid: 0000000000000000e000000000000000, type: 0} |
119 | - m_Name: SceneHierarchyWindow | 90 | + m_Name: |
120 | m_EditorClassIdentifier: | 91 | m_EditorClassIdentifier: |
121 | m_Children: [] | 92 | m_Children: [] |
122 | m_Position: | 93 | m_Position: |
123 | serializedVersion: 2 | 94 | serializedVersion: 2 |
124 | x: 0 | 95 | x: 0 |
125 | - y: 0 | 96 | + y: 617.3334 |
126 | - width: 294 | 97 | + width: 1280 |
127 | - height: 587.3334 | 98 | + height: 20 |
128 | - m_MinSize: {x: 201, y: 221} | 99 | + m_MinSize: {x: 0, y: 0} |
129 | - m_MaxSize: {x: 4001, y: 4021} | 100 | + m_MaxSize: {x: 0, y: 0} |
130 | - m_ActualView: {fileID: 13} | 101 | +--- !u!114 &5 |
131 | - m_Panes: | ||
132 | - - {fileID: 13} | ||
133 | - m_Selected: 0 | ||
134 | - m_LastSelected: 0 | ||
135 | ---- !u!114 &6 | ||
136 | MonoBehaviour: | 102 | MonoBehaviour: |
137 | m_ObjectHideFlags: 52 | 103 | m_ObjectHideFlags: 52 |
138 | m_CorrespondingSourceObject: {fileID: 0} | 104 | m_CorrespondingSourceObject: {fileID: 0} |
... | @@ -141,26 +107,24 @@ MonoBehaviour: | ... | @@ -141,26 +107,24 @@ MonoBehaviour: |
141 | m_GameObject: {fileID: 0} | 107 | m_GameObject: {fileID: 0} |
142 | m_Enabled: 1 | 108 | m_Enabled: 1 |
143 | m_EditorHideFlags: 1 | 109 | m_EditorHideFlags: 1 |
144 | - m_Script: {fileID: 12008, guid: 0000000000000000e000000000000000, type: 0} | 110 | + m_Script: {fileID: 12010, guid: 0000000000000000e000000000000000, type: 0} |
145 | m_Name: | 111 | m_Name: |
146 | m_EditorClassIdentifier: | 112 | m_EditorClassIdentifier: |
147 | m_Children: | 113 | m_Children: |
114 | + - {fileID: 6} | ||
148 | - {fileID: 7} | 115 | - {fileID: 7} |
149 | - - {fileID: 3} | ||
150 | - {fileID: 8} | 116 | - {fileID: 8} |
151 | m_Position: | 117 | m_Position: |
152 | serializedVersion: 2 | 118 | serializedVersion: 2 |
153 | x: 0 | 119 | x: 0 |
154 | - y: 0 | 120 | + y: 30 |
155 | width: 1280 | 121 | width: 1280 |
156 | - height: 637.3334 | 122 | + height: 587.3334 |
157 | - m_MinSize: {x: 875, y: 300} | 123 | + m_MinSize: {x: 679, y: 221} |
158 | - m_MaxSize: {x: 10000, y: 10000} | 124 | + m_MaxSize: {x: 12004, y: 4021} |
159 | - m_UseTopView: 1 | 125 | + vertical: 0 |
160 | - m_TopViewHeight: 30 | 126 | + controlID: 1531 |
161 | - m_UseBottomView: 1 | 127 | +--- !u!114 &6 |
162 | - m_BottomViewHeight: 20 | ||
163 | ---- !u!114 &7 | ||
164 | MonoBehaviour: | 128 | MonoBehaviour: |
165 | m_ObjectHideFlags: 52 | 129 | m_ObjectHideFlags: 52 |
166 | m_CorrespondingSourceObject: {fileID: 0} | 130 | m_CorrespondingSourceObject: {fileID: 0} |
... | @@ -169,23 +133,24 @@ MonoBehaviour: | ... | @@ -169,23 +133,24 @@ MonoBehaviour: |
169 | m_GameObject: {fileID: 0} | 133 | m_GameObject: {fileID: 0} |
170 | m_Enabled: 1 | 134 | m_Enabled: 1 |
171 | m_EditorHideFlags: 1 | 135 | m_EditorHideFlags: 1 |
172 | - m_Script: {fileID: 12011, guid: 0000000000000000e000000000000000, type: 0} | 136 | + m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0} |
173 | - m_Name: | 137 | + m_Name: SceneHierarchyWindow |
174 | m_EditorClassIdentifier: | 138 | m_EditorClassIdentifier: |
175 | m_Children: [] | 139 | m_Children: [] |
176 | m_Position: | 140 | m_Position: |
177 | serializedVersion: 2 | 141 | serializedVersion: 2 |
178 | x: 0 | 142 | x: 0 |
179 | y: 0 | 143 | y: 0 |
180 | - width: 1280 | 144 | + width: 200.66667 |
181 | - height: 30 | 145 | + height: 587.3334 |
182 | - m_MinSize: {x: 0, y: 0} | 146 | + m_MinSize: {x: 201, y: 221} |
183 | - m_MaxSize: {x: 0, y: 0} | 147 | + m_MaxSize: {x: 4001, y: 4021} |
184 | - m_LoadedToolbars: | 148 | + m_ActualView: {fileID: 11} |
185 | - - {fileID: 17} | 149 | + m_Panes: |
186 | - m_MainToolbar: {fileID: 17} | 150 | + - {fileID: 11} |
187 | - m_LastLoadedLayoutName: | 151 | + m_Selected: 0 |
188 | ---- !u!114 &8 | 152 | + m_LastSelected: 0 |
153 | +--- !u!114 &7 | ||
189 | MonoBehaviour: | 154 | MonoBehaviour: |
190 | m_ObjectHideFlags: 52 | 155 | m_ObjectHideFlags: 52 |
191 | m_CorrespondingSourceObject: {fileID: 0} | 156 | m_CorrespondingSourceObject: {fileID: 0} |
... | @@ -193,20 +158,27 @@ MonoBehaviour: | ... | @@ -193,20 +158,27 @@ MonoBehaviour: |
193 | m_PrefabAsset: {fileID: 0} | 158 | m_PrefabAsset: {fileID: 0} |
194 | m_GameObject: {fileID: 0} | 159 | m_GameObject: {fileID: 0} |
195 | m_Enabled: 1 | 160 | m_Enabled: 1 |
196 | - m_EditorHideFlags: 1 | 161 | + m_EditorHideFlags: 0 |
197 | - m_Script: {fileID: 12042, guid: 0000000000000000e000000000000000, type: 0} | 162 | + m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0} |
198 | - m_Name: | 163 | + m_Name: SceneView |
199 | m_EditorClassIdentifier: | 164 | m_EditorClassIdentifier: |
200 | m_Children: [] | 165 | m_Children: [] |
201 | m_Position: | 166 | m_Position: |
202 | serializedVersion: 2 | 167 | serializedVersion: 2 |
203 | - x: 0 | 168 | + x: 200.66667 |
204 | - y: 617.3334 | 169 | + y: 0 |
205 | - width: 1280 | 170 | + width: 802.6667 |
206 | - height: 20 | 171 | + height: 587.3334 |
207 | - m_MinSize: {x: 0, y: 0} | 172 | + m_MinSize: {x: 202, y: 221} |
208 | - m_MaxSize: {x: 0, y: 0} | 173 | + m_MaxSize: {x: 4002, y: 4021} |
209 | ---- !u!114 &9 | 174 | + m_ActualView: {fileID: 12} |
175 | + m_Panes: | ||
176 | + - {fileID: 12} | ||
177 | + - {fileID: 10} | ||
178 | + - {fileID: 9} | ||
179 | + m_Selected: 0 | ||
180 | + m_LastSelected: 2 | ||
181 | +--- !u!114 &8 | ||
210 | MonoBehaviour: | 182 | MonoBehaviour: |
211 | m_ObjectHideFlags: 52 | 183 | m_ObjectHideFlags: 52 |
212 | m_CorrespondingSourceObject: {fileID: 0} | 184 | m_CorrespondingSourceObject: {fileID: 0} |
... | @@ -215,22 +187,26 @@ MonoBehaviour: | ... | @@ -215,22 +187,26 @@ MonoBehaviour: |
215 | m_GameObject: {fileID: 0} | 187 | m_GameObject: {fileID: 0} |
216 | m_Enabled: 1 | 188 | m_Enabled: 1 |
217 | m_EditorHideFlags: 1 | 189 | m_EditorHideFlags: 1 |
218 | - m_Script: {fileID: 12010, guid: 0000000000000000e000000000000000, type: 0} | 190 | + m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0} |
219 | - m_Name: | 191 | + m_Name: InspectorWindow |
220 | m_EditorClassIdentifier: | 192 | m_EditorClassIdentifier: |
221 | - m_Children: | 193 | + m_Children: [] |
222 | - - {fileID: 2} | ||
223 | m_Position: | 194 | m_Position: |
224 | serializedVersion: 2 | 195 | serializedVersion: 2 |
225 | - x: 294 | 196 | + x: 1003.3333 |
226 | y: 0 | 197 | y: 0 |
227 | - width: 644 | 198 | + width: 276.6667 |
228 | height: 587.3334 | 199 | height: 587.3334 |
229 | - m_MinSize: {x: 202, y: 221} | 200 | + m_MinSize: {x: 276, y: 71} |
230 | - m_MaxSize: {x: 4002, y: 4021} | 201 | + m_MaxSize: {x: 4001, y: 4021} |
231 | - vertical: 0 | 202 | + m_ActualView: {fileID: 15} |
232 | - controlID: 27 | 203 | + m_Panes: |
233 | ---- !u!114 &10 | 204 | + - {fileID: 13} |
205 | + - {fileID: 14} | ||
206 | + - {fileID: 15} | ||
207 | + m_Selected: 2 | ||
208 | + m_LastSelected: 0 | ||
209 | +--- !u!114 &9 | ||
234 | MonoBehaviour: | 210 | MonoBehaviour: |
235 | m_ObjectHideFlags: 52 | 211 | m_ObjectHideFlags: 52 |
236 | m_CorrespondingSourceObject: {fileID: 0} | 212 | m_CorrespondingSourceObject: {fileID: 0} |
... | @@ -250,14 +226,14 @@ MonoBehaviour: | ... | @@ -250,14 +226,14 @@ MonoBehaviour: |
250 | m_Tooltip: | 226 | m_Tooltip: |
251 | m_Pos: | 227 | m_Pos: |
252 | serializedVersion: 2 | 228 | serializedVersion: 2 |
253 | - x: 294 | 229 | + x: 200.66667 |
254 | y: 72.66667 | 230 | y: 72.66667 |
255 | - width: 642 | 231 | + width: 800.6667 |
256 | - height: 566.3334 | 232 | + height: 566 |
257 | m_ViewDataDictionary: {fileID: 0} | 233 | m_ViewDataDictionary: {fileID: 0} |
258 | namespaceBlackList: | 234 | namespaceBlackList: |
259 | - UnityEngine | 235 | - UnityEngine |
260 | ---- !u!114 &11 | 236 | +--- !u!114 &10 |
261 | MonoBehaviour: | 237 | MonoBehaviour: |
262 | m_ObjectHideFlags: 52 | 238 | m_ObjectHideFlags: 52 |
263 | m_CorrespondingSourceObject: {fileID: 0} | 239 | m_CorrespondingSourceObject: {fileID: 0} |
... | @@ -266,172 +242,87 @@ MonoBehaviour: | ... | @@ -266,172 +242,87 @@ MonoBehaviour: |
266 | m_GameObject: {fileID: 0} | 242 | m_GameObject: {fileID: 0} |
267 | m_Enabled: 1 | 243 | m_Enabled: 1 |
268 | m_EditorHideFlags: 1 | 244 | m_EditorHideFlags: 1 |
269 | - m_Script: {fileID: 12014, guid: 0000000000000000e000000000000000, type: 0} | 245 | + m_Script: {fileID: 12015, guid: 0000000000000000e000000000000000, type: 0} |
270 | m_Name: | 246 | m_Name: |
271 | m_EditorClassIdentifier: | 247 | m_EditorClassIdentifier: |
272 | - m_MinSize: {x: 230, y: 250} | 248 | + m_MinSize: {x: 200, y: 200} |
273 | - m_MaxSize: {x: 10000, y: 10000} | 249 | + m_MaxSize: {x: 4000, y: 4000} |
274 | m_TitleContent: | 250 | m_TitleContent: |
275 | - m_Text: Project | 251 | + m_Text: Game |
276 | - m_Image: {fileID: -5467254957812901981, guid: 0000000000000000d000000000000000, type: 0} | 252 | + m_Image: {fileID: 4621777727084837110, guid: 0000000000000000d000000000000000, type: 0} |
277 | m_Tooltip: | 253 | m_Tooltip: |
278 | m_Pos: | 254 | m_Pos: |
279 | serializedVersion: 2 | 255 | serializedVersion: 2 |
280 | - x: 938 | 256 | + x: 335.66666 |
281 | - y: 72.66667 | 257 | + y: 19 |
282 | - width: 341 | 258 | + width: 666.66675 |
283 | - height: 566.3334 | 259 | + height: 566 |
284 | m_ViewDataDictionary: {fileID: 0} | 260 | m_ViewDataDictionary: {fileID: 0} |
285 | - m_SearchFilter: | 261 | + m_SerializedViewNames: [] |
286 | - m_NameFilter: | 262 | + m_SerializedViewValues: [] |
287 | - m_ClassNames: [] | 263 | + m_PlayModeViewName: GameView |
288 | - m_AssetLabels: [] | 264 | + m_ShowGizmos: 0 |
289 | - m_AssetBundleNames: [] | 265 | + m_TargetDisplay: 0 |
290 | - m_VersionControlStates: [] | 266 | + m_ClearColor: {r: 0, g: 0, b: 0, a: 0} |
291 | - m_SoftLockControlStates: [] | 267 | + m_TargetSize: {x: 666.66675, y: 545} |
292 | - m_ReferencingInstanceIDs: | 268 | + m_TextureFilterMode: 0 |
293 | - m_SceneHandles: | 269 | + m_TextureHideFlags: 61 |
294 | - m_ShowAllHits: 0 | 270 | + m_RenderIMGUI: 1 |
295 | - m_SkipHidden: 0 | 271 | + m_MaximizeOnPlay: 1 |
296 | - m_SearchArea: 1 | 272 | + m_UseMipMap: 0 |
297 | - m_Folders: | 273 | + m_VSyncEnabled: 0 |
298 | - - Assets/TopDown 2D RPG BE3/Sprites | 274 | + m_Gizmos: 0 |
299 | - m_Globs: [] | 275 | + m_Stats: 0 |
300 | - m_OriginalText: | 276 | + m_SelectedSizes: 00000000000000000000000000000000000000000000000000000000000000000000000000000000 |
301 | - m_ViewMode: 1 | 277 | + m_ZoomArea: |
302 | - m_StartGridSize: 64 | 278 | + m_HRangeLocked: 0 |
303 | - m_LastFolders: | 279 | + m_VRangeLocked: 0 |
304 | - - Assets/TopDown 2D RPG BE3/Sprites | 280 | + hZoomLockedByDefault: 0 |
305 | - m_LastFoldersGridSize: -1 | 281 | + vZoomLockedByDefault: 0 |
306 | - m_LastProjectPath: "C:\\Users\\CHUNG EUN SEO\\Desktop\\\uCEA1\uC2A4\uD1A4\uB514\uC790\uC778\\JSH_Project1\\src\\unity\\creating-map" | 282 | + m_HBaseRangeMin: -177.55557 |
307 | - m_LockTracker: | 283 | + m_HBaseRangeMax: 177.55557 |
308 | - m_IsLocked: 0 | 284 | + m_VBaseRangeMin: -181.66667 |
309 | - m_FolderTreeState: | 285 | + m_VBaseRangeMax: 181.66667 |
310 | - scrollPos: {x: 0, y: 273.66663} | 286 | + m_HAllowExceedBaseRangeMin: 1 |
311 | - m_SelectedIDs: 64550000 | 287 | + m_HAllowExceedBaseRangeMax: 1 |
312 | - m_LastClickedID: 21860 | 288 | + m_VAllowExceedBaseRangeMin: 1 |
313 | - m_ExpandedIDs: 00000000843b0000863b0000883b00008a3b00008c3b00008e3b0000903b0000923b0000943b0000963b0000983b00009a3b00009c3b00009e3b0000a03b0000a23b0000a43b0000a63b0000a83b0000aa3b0000ac3b0000ae3b0000b03b0000b23b0000b43b00005c5500006055000062550000fa68000000ca9a3b | 289 | + m_VAllowExceedBaseRangeMax: 1 |
314 | - m_RenameOverlay: | 290 | + m_ScaleWithWindow: 0 |
315 | - m_UserAcceptedRename: 0 | 291 | + m_HSlider: 0 |
316 | - m_Name: | 292 | + m_VSlider: 0 |
317 | - m_OriginalName: | 293 | + m_IgnoreScrollWheelUntilClicked: 0 |
318 | - m_EditFieldRect: | 294 | + m_EnableMouseInput: 1 |
319 | - serializedVersion: 2 | 295 | + m_EnableSliderZoomHorizontal: 0 |
320 | - x: 0 | 296 | + m_EnableSliderZoomVertical: 0 |
321 | - y: 0 | 297 | + m_UniformScale: 1 |
322 | - width: 0 | 298 | + m_UpDirection: 1 |
323 | - height: 0 | 299 | + m_DrawArea: |
324 | - m_UserData: 0 | ||
325 | - m_IsWaitingForDelay: 0 | ||
326 | - m_IsRenaming: 0 | ||
327 | - m_OriginalEventType: 11 | ||
328 | - m_IsRenamingFilename: 1 | ||
329 | - m_ClientGUIView: {fileID: 0} | ||
330 | - m_SearchString: | ||
331 | - m_CreateAssetUtility: | ||
332 | - m_EndAction: {fileID: 0} | ||
333 | - m_InstanceID: 0 | ||
334 | - m_Path: | ||
335 | - m_Icon: {fileID: 0} | ||
336 | - m_ResourceFile: | ||
337 | - m_AssetTreeState: | ||
338 | - scrollPos: {x: 0, y: 0} | ||
339 | - m_SelectedIDs: | ||
340 | - m_LastClickedID: 0 | ||
341 | - m_ExpandedIDs: 00000000843b0000863b0000883b00008a3b00008c3b00008e3b0000903b0000923b0000943b0000963b0000983b00009a3b00009c3b00009e3b0000a03b0000a23b0000a43b0000a63b0000a83b0000aa3b0000ac3b0000ae3b0000b03b0000b23b0000b43b0000 | ||
342 | - m_RenameOverlay: | ||
343 | - m_UserAcceptedRename: 0 | ||
344 | - m_Name: | ||
345 | - m_OriginalName: | ||
346 | - m_EditFieldRect: | ||
347 | - serializedVersion: 2 | ||
348 | - x: 0 | ||
349 | - y: 0 | ||
350 | - width: 0 | ||
351 | - height: 0 | ||
352 | - m_UserData: 0 | ||
353 | - m_IsWaitingForDelay: 0 | ||
354 | - m_IsRenaming: 0 | ||
355 | - m_OriginalEventType: 11 | ||
356 | - m_IsRenamingFilename: 1 | ||
357 | - m_ClientGUIView: {fileID: 0} | ||
358 | - m_SearchString: | ||
359 | - m_CreateAssetUtility: | ||
360 | - m_EndAction: {fileID: 0} | ||
361 | - m_InstanceID: 0 | ||
362 | - m_Path: | ||
363 | - m_Icon: {fileID: 0} | ||
364 | - m_ResourceFile: | ||
365 | - m_ListAreaState: | ||
366 | - m_SelectedInstanceIDs: 8a960000 | ||
367 | - m_LastClickedInstanceID: 38538 | ||
368 | - m_HadKeyboardFocusLastEvent: 1 | ||
369 | - m_ExpandedInstanceIDs: c623000000000000c83b000094550000 | ||
370 | - m_RenameOverlay: | ||
371 | - m_UserAcceptedRename: 0 | ||
372 | - m_Name: | ||
373 | - m_OriginalName: | ||
374 | - m_EditFieldRect: | ||
375 | - serializedVersion: 2 | ||
376 | - x: 0 | ||
377 | - y: 0 | ||
378 | - width: 0 | ||
379 | - height: 0 | ||
380 | - m_UserData: 0 | ||
381 | - m_IsWaitingForDelay: 0 | ||
382 | - m_IsRenaming: 0 | ||
383 | - m_OriginalEventType: 11 | ||
384 | - m_IsRenamingFilename: 1 | ||
385 | - m_ClientGUIView: {fileID: 4} | ||
386 | - m_CreateAssetUtility: | ||
387 | - m_EndAction: {fileID: 0} | ||
388 | - m_InstanceID: 0 | ||
389 | - m_Path: | ||
390 | - m_Icon: {fileID: 0} | ||
391 | - m_ResourceFile: | ||
392 | - m_NewAssetIndexInList: -1 | ||
393 | - m_ScrollPosition: {x: 0, y: 0} | ||
394 | - m_GridSize: 64 | ||
395 | - m_SkipHiddenPackages: 0 | ||
396 | - m_DirectoriesAreaWidth: 113.333374 | ||
397 | ---- !u!114 &12 | ||
398 | -MonoBehaviour: | ||
399 | - m_ObjectHideFlags: 52 | ||
400 | - m_CorrespondingSourceObject: {fileID: 0} | ||
401 | - m_PrefabInstance: {fileID: 0} | ||
402 | - m_PrefabAsset: {fileID: 0} | ||
403 | - m_GameObject: {fileID: 0} | ||
404 | - m_Enabled: 1 | ||
405 | - m_EditorHideFlags: 1 | ||
406 | - m_Script: {fileID: 12019, guid: 0000000000000000e000000000000000, type: 0} | ||
407 | - m_Name: | ||
408 | - m_EditorClassIdentifier: | ||
409 | - m_MinSize: {x: 275, y: 50} | ||
410 | - m_MaxSize: {x: 4000, y: 4000} | ||
411 | - m_TitleContent: | ||
412 | - m_Text: Inspector | ||
413 | - m_Image: {fileID: -2667387946076563598, guid: 0000000000000000d000000000000000, type: 0} | ||
414 | - m_Tooltip: | ||
415 | - m_Pos: | ||
416 | serializedVersion: 2 | 300 | serializedVersion: 2 |
417 | - x: 938 | 301 | + x: 0 |
418 | - y: 72.66667 | 302 | + y: 21 |
419 | - width: 341 | 303 | + width: 532.6667 |
420 | - height: 566.3334 | 304 | + height: 545 |
421 | - m_ViewDataDictionary: {fileID: 0} | 305 | + m_Scale: {x: 1.4126025, y: 1.4126028} |
422 | - m_ObjectsLockedBeforeSerialization: [] | 306 | + m_Translation: {x: 266.33334, y: 272.5} |
423 | - m_InstanceIDsLockedBeforeSerialization: | 307 | + m_MarginLeft: 0 |
424 | - m_PreviewResizer: | 308 | + m_MarginRight: 0 |
425 | - m_CachedPref: 151 | 309 | + m_MarginTop: 0 |
426 | - m_ControlHash: -371814159 | 310 | + m_MarginBottom: 0 |
427 | - m_PrefName: Preview_InspectorPreview | 311 | + m_LastShownAreaInsideMargins: |
428 | - m_LastInspectedObjectInstanceID: -1 | 312 | + serializedVersion: 2 |
429 | - m_LastVerticalScrollValue: 0 | 313 | + x: -188.5409 |
430 | - m_GlobalObjectId: | 314 | + y: -192.90631 |
431 | - m_LockTracker: | 315 | + width: 377.0818 |
432 | - m_IsLocked: 0 | 316 | + height: 385.81262 |
433 | - m_PreviewWindow: {fileID: 0} | 317 | + m_MinimalGUI: 1 |
434 | ---- !u!114 &13 | 318 | + m_defaultScale: 1 |
319 | + m_LastWindowPixelSize: {x: 799, y: 849} | ||
320 | + m_ClearInEditMode: 1 | ||
321 | + m_NoCameraWarning: 1 | ||
322 | + m_LowResolutionForAspectRatios: 01000000000000000000 | ||
323 | + m_XRRenderMode: 0 | ||
324 | + m_RenderTexture: {fileID: 0} | ||
325 | +--- !u!114 &11 | ||
435 | MonoBehaviour: | 326 | MonoBehaviour: |
436 | m_ObjectHideFlags: 52 | 327 | m_ObjectHideFlags: 52 |
437 | m_CorrespondingSourceObject: {fileID: 0} | 328 | m_CorrespondingSourceObject: {fileID: 0} |
... | @@ -447,37 +338,37 @@ MonoBehaviour: | ... | @@ -447,37 +338,37 @@ MonoBehaviour: |
447 | m_MaxSize: {x: 4000, y: 4000} | 338 | m_MaxSize: {x: 4000, y: 4000} |
448 | m_TitleContent: | 339 | m_TitleContent: |
449 | m_Text: Hierarchy | 340 | m_Text: Hierarchy |
450 | - m_Image: {fileID: 7966133145522015247, guid: 0000000000000000d000000000000000, type: 0} | 341 | + m_Image: {fileID: -3734745235275155857, guid: 0000000000000000d000000000000000, type: 0} |
451 | m_Tooltip: | 342 | m_Tooltip: |
452 | m_Pos: | 343 | m_Pos: |
453 | serializedVersion: 2 | 344 | serializedVersion: 2 |
454 | x: 0 | 345 | x: 0 |
455 | y: 72.66667 | 346 | y: 72.66667 |
456 | - width: 293 | 347 | + width: 199.66667 |
457 | height: 566.3334 | 348 | height: 566.3334 |
458 | m_ViewDataDictionary: {fileID: 0} | 349 | m_ViewDataDictionary: {fileID: 0} |
459 | m_SceneHierarchy: | 350 | m_SceneHierarchy: |
460 | m_TreeViewState: | 351 | m_TreeViewState: |
461 | - scrollPos: {x: 0, y: 1150.6666} | 352 | + scrollPos: {x: 0, y: 846.6666} |
462 | - m_SelectedIDs: 408c0000 | 353 | + m_SelectedIDs: |
463 | - m_LastClickedID: 35904 | 354 | + m_LastClickedID: 0 |
464 | - m_ExpandedIDs: 2a72ffff3472ffff3e72ffff4872ffff5272ffff5c72ffffb88affffc68affff8e9dffffc29dffffd29dffffdce3ffffe6e3ffff48efffff52efffff58effffffcf9ffff52fbffff5c4a0000889200001a96000066960000f6960000 | 355 | + m_ExpandedIDs: 5cf5ffff60f5ffff90f5ffff9af5ffff52fbffff283e0000 |
465 | m_RenameOverlay: | 356 | m_RenameOverlay: |
466 | m_UserAcceptedRename: 0 | 357 | m_UserAcceptedRename: 0 |
467 | - m_Name: DialogAsset | 358 | + m_Name: |
468 | - m_OriginalName: DialogAsset | 359 | + m_OriginalName: |
469 | m_EditFieldRect: | 360 | m_EditFieldRect: |
470 | serializedVersion: 2 | 361 | serializedVersion: 2 |
471 | x: 0 | 362 | x: 0 |
472 | y: 0 | 363 | y: 0 |
473 | width: 0 | 364 | width: 0 |
474 | height: 0 | 365 | height: 0 |
475 | - m_UserData: -25134 | 366 | + m_UserData: 0 |
476 | m_IsWaitingForDelay: 0 | 367 | m_IsWaitingForDelay: 0 |
477 | m_IsRenaming: 0 | 368 | m_IsRenaming: 0 |
478 | - m_OriginalEventType: 0 | 369 | + m_OriginalEventType: 11 |
479 | m_IsRenamingFilename: 0 | 370 | m_IsRenamingFilename: 0 |
480 | - m_ClientGUIView: {fileID: 5} | 371 | + m_ClientGUIView: {fileID: 6} |
481 | m_SearchString: | 372 | m_SearchString: |
482 | m_ExpandedScenes: [] | 373 | m_ExpandedScenes: [] |
483 | m_CurrenRootInstanceID: 0 | 374 | m_CurrenRootInstanceID: 0 |
... | @@ -485,7 +376,7 @@ MonoBehaviour: | ... | @@ -485,7 +376,7 @@ MonoBehaviour: |
485 | m_IsLocked: 0 | 376 | m_IsLocked: 0 |
486 | m_CurrentSortingName: TransformSorting | 377 | m_CurrentSortingName: TransformSorting |
487 | m_WindowGUID: 4c969a2b90040154d917609493e03593 | 378 | m_WindowGUID: 4c969a2b90040154d917609493e03593 |
488 | ---- !u!114 &14 | 379 | +--- !u!114 &12 |
489 | MonoBehaviour: | 380 | MonoBehaviour: |
490 | m_ObjectHideFlags: 52 | 381 | m_ObjectHideFlags: 52 |
491 | m_CorrespondingSourceObject: {fileID: 0} | 382 | m_CorrespondingSourceObject: {fileID: 0} |
... | @@ -501,13 +392,13 @@ MonoBehaviour: | ... | @@ -501,13 +392,13 @@ MonoBehaviour: |
501 | m_MaxSize: {x: 4000, y: 4000} | 392 | m_MaxSize: {x: 4000, y: 4000} |
502 | m_TitleContent: | 393 | m_TitleContent: |
503 | m_Text: Scene | 394 | m_Text: Scene |
504 | - m_Image: {fileID: 2593428753322112591, guid: 0000000000000000d000000000000000, type: 0} | 395 | + m_Image: {fileID: 8634526014445323508, guid: 0000000000000000d000000000000000, type: 0} |
505 | m_Tooltip: | 396 | m_Tooltip: |
506 | m_Pos: | 397 | m_Pos: |
507 | serializedVersion: 2 | 398 | serializedVersion: 2 |
508 | - x: 294 | 399 | + x: 200.66667 |
509 | y: 72.66667 | 400 | y: 72.66667 |
510 | - width: 642 | 401 | + width: 800.6667 |
511 | height: 566.3334 | 402 | height: 566.3334 |
512 | m_ViewDataDictionary: {fileID: 0} | 403 | m_ViewDataDictionary: {fileID: 0} |
513 | m_ShowContextualTools: 0 | 404 | m_ShowContextualTools: 0 |
... | @@ -521,9 +412,9 @@ MonoBehaviour: | ... | @@ -521,9 +412,9 @@ MonoBehaviour: |
521 | m_PlayAudio: 0 | 412 | m_PlayAudio: 0 |
522 | m_AudioPlay: 0 | 413 | m_AudioPlay: 0 |
523 | m_Position: | 414 | m_Position: |
524 | - m_Target: {x: 43.07145, y: 24.590223, z: 23.835794} | 415 | + m_Target: {x: 47.271233, y: 22.531391, z: 25.207836} |
525 | speed: 2 | 416 | speed: 2 |
526 | - m_Value: {x: 43.07145, y: 24.590223, z: 23.835794} | 417 | + m_Value: {x: 47.271233, y: 22.531391, z: 25.207836} |
527 | m_RenderMode: 0 | 418 | m_RenderMode: 0 |
528 | m_CameraMode: | 419 | m_CameraMode: |
529 | drawMode: 0 | 420 | drawMode: 0 |
... | @@ -570,13 +461,13 @@ MonoBehaviour: | ... | @@ -570,13 +461,13 @@ MonoBehaviour: |
570 | m_GridAxis: 1 | 461 | m_GridAxis: 1 |
571 | m_gridOpacity: 0.5 | 462 | m_gridOpacity: 0.5 |
572 | m_Rotation: | 463 | m_Rotation: |
573 | - m_Target: {x: 0, y: 1, z: 0, w: 0} | 464 | + m_Target: {x: 0, y: -0.7071068, z: 0, w: 0.7071068} |
574 | speed: 2 | 465 | speed: 2 |
575 | - m_Value: {x: 0, y: -0.99999994, z: -0, w: 0} | 466 | + m_Value: {x: -0, y: 0.7071068, z: -0, w: -0.7071068} |
576 | m_Size: | 467 | m_Size: |
577 | - m_Target: 19.933702 | 468 | + m_Target: 7.6411514 |
578 | speed: 2 | 469 | speed: 2 |
579 | - m_Value: 19.075314 | 470 | + m_Value: 7.6411514 |
580 | m_Ortho: | 471 | m_Ortho: |
581 | m_Target: 0 | 472 | m_Target: 0 |
582 | speed: 2 | 473 | speed: 2 |
... | @@ -601,7 +492,7 @@ MonoBehaviour: | ... | @@ -601,7 +492,7 @@ MonoBehaviour: |
601 | m_SceneVisActive: 1 | 492 | m_SceneVisActive: 1 |
602 | m_LastLockedObject: {fileID: 0} | 493 | m_LastLockedObject: {fileID: 0} |
603 | m_ViewIsLockedToObject: 0 | 494 | m_ViewIsLockedToObject: 0 |
604 | ---- !u!114 &15 | 495 | +--- !u!114 &13 |
605 | MonoBehaviour: | 496 | MonoBehaviour: |
606 | m_ObjectHideFlags: 52 | 497 | m_ObjectHideFlags: 52 |
607 | m_CorrespondingSourceObject: {fileID: 0} | 498 | m_CorrespondingSourceObject: {fileID: 0} |
... | @@ -610,87 +501,135 @@ MonoBehaviour: | ... | @@ -610,87 +501,135 @@ MonoBehaviour: |
610 | m_GameObject: {fileID: 0} | 501 | m_GameObject: {fileID: 0} |
611 | m_Enabled: 1 | 502 | m_Enabled: 1 |
612 | m_EditorHideFlags: 1 | 503 | m_EditorHideFlags: 1 |
613 | - m_Script: {fileID: 12015, guid: 0000000000000000e000000000000000, type: 0} | 504 | + m_Script: {fileID: 12014, guid: 0000000000000000e000000000000000, type: 0} |
614 | m_Name: | 505 | m_Name: |
615 | m_EditorClassIdentifier: | 506 | m_EditorClassIdentifier: |
616 | - m_MinSize: {x: 200, y: 200} | 507 | + m_MinSize: {x: 230, y: 250} |
617 | - m_MaxSize: {x: 4000, y: 4000} | 508 | + m_MaxSize: {x: 10000, y: 10000} |
618 | m_TitleContent: | 509 | m_TitleContent: |
619 | - m_Text: Game | 510 | + m_Text: Project |
620 | - m_Image: {fileID: -6423792434712278376, guid: 0000000000000000d000000000000000, type: 0} | 511 | + m_Image: {fileID: -5179483145760003458, guid: 0000000000000000d000000000000000, type: 0} |
621 | m_Tooltip: | 512 | m_Tooltip: |
622 | m_Pos: | 513 | m_Pos: |
623 | serializedVersion: 2 | 514 | serializedVersion: 2 |
624 | - x: 294 | 515 | + x: 1050.3334 |
625 | - y: 72.66667 | 516 | + y: 19 |
626 | - width: 642 | 517 | + width: 229.66663 |
627 | - height: 566.3334 | 518 | + height: 566 |
628 | m_ViewDataDictionary: {fileID: 0} | 519 | m_ViewDataDictionary: {fileID: 0} |
629 | - m_SerializedViewNames: [] | 520 | + m_SearchFilter: |
630 | - m_SerializedViewValues: [] | 521 | + m_NameFilter: |
631 | - m_PlayModeViewName: GameView | 522 | + m_ClassNames: [] |
632 | - m_ShowGizmos: 0 | 523 | + m_AssetLabels: [] |
633 | - m_TargetDisplay: 0 | 524 | + m_AssetBundleNames: [] |
634 | - m_ClearColor: {r: 0, g: 0, b: 0, a: 0} | 525 | + m_VersionControlStates: [] |
635 | - m_TargetSize: {x: 642, y: 545.3334} | 526 | + m_SoftLockControlStates: [] |
636 | - m_TextureFilterMode: 0 | 527 | + m_ReferencingInstanceIDs: |
637 | - m_TextureHideFlags: 61 | 528 | + m_SceneHandles: |
638 | - m_RenderIMGUI: 1 | 529 | + m_ShowAllHits: 0 |
639 | - m_MaximizeOnPlay: 0 | 530 | + m_SkipHidden: 0 |
640 | - m_UseMipMap: 0 | 531 | + m_SearchArea: 1 |
641 | - m_VSyncEnabled: 0 | 532 | + m_Folders: |
642 | - m_Gizmos: 0 | 533 | + - Assets/VIDE/Demos |
643 | - m_Stats: 0 | 534 | + m_Globs: [] |
644 | - m_SelectedSizes: 00000000000000000000000000000000000000000000000000000000000000000000000000000000 | 535 | + m_OriginalText: |
645 | - m_ZoomArea: | 536 | + m_ViewMode: 1 |
646 | - m_HRangeLocked: 0 | 537 | + m_StartGridSize: 64 |
647 | - m_VRangeLocked: 0 | 538 | + m_LastFolders: |
648 | - hZoomLockedByDefault: 0 | 539 | + - Assets/VIDE/Demos |
649 | - vZoomLockedByDefault: 0 | 540 | + m_LastFoldersGridSize: -1 |
650 | - m_HBaseRangeMin: -214 | 541 | + m_LastProjectPath: "C:\\Users\\CHUNG EUN SEO\\Desktop\\\uCEA1\uC2A4\uD1A4\uB514\uC790\uC778\\JSH_Project1\\src\\unity\\creating-map" |
651 | - m_HBaseRangeMax: 214 | 542 | + m_LockTracker: |
652 | - m_VBaseRangeMin: -181.7778 | 543 | + m_IsLocked: 0 |
653 | - m_VBaseRangeMax: 181.7778 | 544 | + m_FolderTreeState: |
654 | - m_HAllowExceedBaseRangeMin: 1 | 545 | + scrollPos: {x: 0, y: 18} |
655 | - m_HAllowExceedBaseRangeMax: 1 | 546 | + m_SelectedIDs: 20540000 |
656 | - m_VAllowExceedBaseRangeMin: 1 | 547 | + m_LastClickedID: 21536 |
657 | - m_VAllowExceedBaseRangeMax: 1 | 548 | + m_ExpandedIDs: 00000000c8490000ca490000cc490000ce490000d0490000d2490000d4490000d6490000d8490000da490000dc490000de490000e0490000e2490000e4490000e6490000e8490000ea490000ec490000ee490000f0490000f2490000f4490000f6490000184a0000205400002854000000ca9a3b |
658 | - m_ScaleWithWindow: 0 | 549 | + m_RenameOverlay: |
659 | - m_HSlider: 1 | 550 | + m_UserAcceptedRename: 0 |
660 | - m_VSlider: 1 | 551 | + m_Name: |
661 | - m_IgnoreScrollWheelUntilClicked: 0 | 552 | + m_OriginalName: |
662 | - m_EnableMouseInput: 1 | 553 | + m_EditFieldRect: |
663 | - m_EnableSliderZoomHorizontal: 0 | ||
664 | - m_EnableSliderZoomVertical: 0 | ||
665 | - m_UniformScale: 1 | ||
666 | - m_UpDirection: 1 | ||
667 | - m_DrawArea: | ||
668 | serializedVersion: 2 | 554 | serializedVersion: 2 |
669 | x: 0 | 555 | x: 0 |
670 | - y: 21 | 556 | + y: 0 |
671 | - width: 642 | 557 | + width: 0 |
672 | - height: 545.3334 | 558 | + height: 0 |
673 | - m_Scale: {x: 1.5561485, y: 1.5561485} | 559 | + m_UserData: 0 |
674 | - m_Translation: {x: 312.6442, y: 268.5901} | 560 | + m_IsWaitingForDelay: 0 |
675 | - m_MarginLeft: 0 | 561 | + m_IsRenaming: 0 |
676 | - m_MarginRight: 0 | 562 | + m_OriginalEventType: 11 |
677 | - m_MarginTop: 0 | 563 | + m_IsRenamingFilename: 1 |
678 | - m_MarginBottom: 0 | 564 | + m_ClientGUIView: {fileID: 0} |
679 | - m_LastShownAreaInsideMargins: | 565 | + m_SearchString: |
566 | + m_CreateAssetUtility: | ||
567 | + m_EndAction: {fileID: 0} | ||
568 | + m_InstanceID: 0 | ||
569 | + m_Path: | ||
570 | + m_Icon: {fileID: 0} | ||
571 | + m_ResourceFile: | ||
572 | + m_AssetTreeState: | ||
573 | + scrollPos: {x: 0, y: 0} | ||
574 | + m_SelectedIDs: | ||
575 | + m_LastClickedID: 0 | ||
576 | + m_ExpandedIDs: 00000000c8490000ca490000cc490000ce490000d0490000d2490000d4490000d6490000d8490000da490000dc490000de490000e0490000e2490000e4490000e6490000e8490000ea490000ec490000ee490000f0490000f2490000f4490000f6490000184a0000205400002854000000ca9a3b | ||
577 | + m_RenameOverlay: | ||
578 | + m_UserAcceptedRename: 0 | ||
579 | + m_Name: | ||
580 | + m_OriginalName: | ||
581 | + m_EditFieldRect: | ||
680 | serializedVersion: 2 | 582 | serializedVersion: 2 |
681 | - x: -200.90897 | 583 | + x: 0 |
682 | - y: -172.59926 | 584 | + y: 0 |
683 | - width: 412.557 | 585 | + width: 0 |
684 | - height: 350.43787 | 586 | + height: 0 |
685 | - m_MinimalGUI: 1 | 587 | + m_UserData: 0 |
686 | - m_defaultScale: 1 | 588 | + m_IsWaitingForDelay: 0 |
687 | - m_LastWindowPixelSize: {x: 963, y: 849.50006} | 589 | + m_IsRenaming: 0 |
688 | - m_ClearInEditMode: 1 | 590 | + m_OriginalEventType: 11 |
689 | - m_NoCameraWarning: 1 | 591 | + m_IsRenamingFilename: 1 |
690 | - m_LowResolutionForAspectRatios: 01000000000000000000 | 592 | + m_ClientGUIView: {fileID: 0} |
691 | - m_XRRenderMode: 0 | 593 | + m_SearchString: |
692 | - m_RenderTexture: {fileID: 0} | 594 | + m_CreateAssetUtility: |
693 | ---- !u!114 &16 | 595 | + m_EndAction: {fileID: 0} |
596 | + m_InstanceID: 0 | ||
597 | + m_Path: | ||
598 | + m_Icon: {fileID: 0} | ||
599 | + m_ResourceFile: | ||
600 | + m_ListAreaState: | ||
601 | + m_SelectedInstanceIDs: 82490000 | ||
602 | + m_LastClickedInstanceID: 18818 | ||
603 | + m_HadKeyboardFocusLastEvent: 0 | ||
604 | + m_ExpandedInstanceIDs: c623000000000000c83b000094550000 | ||
605 | + m_RenameOverlay: | ||
606 | + m_UserAcceptedRename: 0 | ||
607 | + m_Name: | ||
608 | + m_OriginalName: | ||
609 | + m_EditFieldRect: | ||
610 | + serializedVersion: 2 | ||
611 | + x: 0 | ||
612 | + y: 0 | ||
613 | + width: 0 | ||
614 | + height: 0 | ||
615 | + m_UserData: 0 | ||
616 | + m_IsWaitingForDelay: 0 | ||
617 | + m_IsRenaming: 0 | ||
618 | + m_OriginalEventType: 11 | ||
619 | + m_IsRenamingFilename: 1 | ||
620 | + m_ClientGUIView: {fileID: 8} | ||
621 | + m_CreateAssetUtility: | ||
622 | + m_EndAction: {fileID: 0} | ||
623 | + m_InstanceID: 0 | ||
624 | + m_Path: | ||
625 | + m_Icon: {fileID: 0} | ||
626 | + m_ResourceFile: | ||
627 | + m_NewAssetIndexInList: -1 | ||
628 | + m_ScrollPosition: {x: 0, y: 0} | ||
629 | + m_GridSize: 64 | ||
630 | + m_SkipHiddenPackages: 0 | ||
631 | + m_DirectoriesAreaWidth: 109.666626 | ||
632 | +--- !u!114 &14 | ||
694 | MonoBehaviour: | 633 | MonoBehaviour: |
695 | m_ObjectHideFlags: 52 | 634 | m_ObjectHideFlags: 52 |
696 | m_CorrespondingSourceObject: {fileID: 0} | 635 | m_CorrespondingSourceObject: {fileID: 0} |
... | @@ -706,16 +645,53 @@ MonoBehaviour: | ... | @@ -706,16 +645,53 @@ MonoBehaviour: |
706 | m_MaxSize: {x: 4000, y: 4000} | 645 | m_MaxSize: {x: 4000, y: 4000} |
707 | m_TitleContent: | 646 | m_TitleContent: |
708 | m_Text: Console | 647 | m_Text: Console |
709 | - m_Image: {fileID: -4327648978806127646, guid: 0000000000000000d000000000000000, type: 0} | 648 | + m_Image: {fileID: -4950941429401207979, guid: 0000000000000000d000000000000000, type: 0} |
710 | m_Tooltip: | 649 | m_Tooltip: |
711 | m_Pos: | 650 | m_Pos: |
712 | serializedVersion: 2 | 651 | serializedVersion: 2 |
713 | - x: 937.3334 | 652 | + x: 1049.3334 |
714 | y: 72.66667 | 653 | y: 72.66667 |
715 | - width: 341.6667 | 654 | + width: 229.66663 |
716 | height: 566 | 655 | height: 566 |
717 | m_ViewDataDictionary: {fileID: 0} | 656 | m_ViewDataDictionary: {fileID: 0} |
718 | ---- !u!114 &17 | 657 | +--- !u!114 &15 |
658 | +MonoBehaviour: | ||
659 | + m_ObjectHideFlags: 52 | ||
660 | + m_CorrespondingSourceObject: {fileID: 0} | ||
661 | + m_PrefabInstance: {fileID: 0} | ||
662 | + m_PrefabAsset: {fileID: 0} | ||
663 | + m_GameObject: {fileID: 0} | ||
664 | + m_Enabled: 1 | ||
665 | + m_EditorHideFlags: 1 | ||
666 | + m_Script: {fileID: 12019, guid: 0000000000000000e000000000000000, type: 0} | ||
667 | + m_Name: | ||
668 | + m_EditorClassIdentifier: | ||
669 | + m_MinSize: {x: 275, y: 50} | ||
670 | + m_MaxSize: {x: 4000, y: 4000} | ||
671 | + m_TitleContent: | ||
672 | + m_Text: Inspector | ||
673 | + m_Image: {fileID: -440750813802333266, guid: 0000000000000000d000000000000000, type: 0} | ||
674 | + m_Tooltip: | ||
675 | + m_Pos: | ||
676 | + serializedVersion: 2 | ||
677 | + x: 1003.3334 | ||
678 | + y: 72.66667 | ||
679 | + width: 275.6667 | ||
680 | + height: 566.3334 | ||
681 | + m_ViewDataDictionary: {fileID: 0} | ||
682 | + m_ObjectsLockedBeforeSerialization: [] | ||
683 | + m_InstanceIDsLockedBeforeSerialization: | ||
684 | + m_PreviewResizer: | ||
685 | + m_CachedPref: 151 | ||
686 | + m_ControlHash: -371814159 | ||
687 | + m_PrefName: Preview_InspectorPreview | ||
688 | + m_LastInspectedObjectInstanceID: -1 | ||
689 | + m_LastVerticalScrollValue: 0 | ||
690 | + m_GlobalObjectId: | ||
691 | + m_LockTracker: | ||
692 | + m_IsLocked: 0 | ||
693 | + m_PreviewWindow: {fileID: 0} | ||
694 | +--- !u!114 &16 | ||
719 | MonoBehaviour: | 695 | MonoBehaviour: |
720 | m_ObjectHideFlags: 0 | 696 | m_ObjectHideFlags: 0 |
721 | m_CorrespondingSourceObject: {fileID: 0} | 697 | m_CorrespondingSourceObject: {fileID: 0} | ... | ... |
1 | +%YAML 1.1 | ||
2 | +%TAG !u! tag:unity3d.com,2011: | ||
3 | +--- !u!114 &1 | ||
4 | +MonoBehaviour: | ||
5 | + m_ObjectHideFlags: 52 | ||
6 | + m_CorrespondingSourceObject: {fileID: 0} | ||
7 | + m_PrefabInstance: {fileID: 0} | ||
8 | + m_PrefabAsset: {fileID: 0} | ||
9 | + m_GameObject: {fileID: 0} | ||
10 | + m_Enabled: 1 | ||
11 | + m_EditorHideFlags: 1 | ||
12 | + m_Script: {fileID: 12010, guid: 0000000000000000e000000000000000, type: 0} | ||
13 | + m_Name: | ||
14 | + m_EditorClassIdentifier: | ||
15 | + m_Children: | ||
16 | + - {fileID: 3} | ||
17 | + - {fileID: 5} | ||
18 | + - {fileID: 8} | ||
19 | + m_Position: | ||
20 | + serializedVersion: 2 | ||
21 | + x: 0 | ||
22 | + y: 30 | ||
23 | + width: 1280 | ||
24 | + height: 587 | ||
25 | + m_MinSize: {x: 679, y: 221} | ||
26 | + m_MaxSize: {x: 12004, y: 4021} | ||
27 | + vertical: 0 | ||
28 | + controlID: 153 | ||
29 | +--- !u!114 &2 | ||
30 | +MonoBehaviour: | ||
31 | + m_ObjectHideFlags: 52 | ||
32 | + m_CorrespondingSourceObject: {fileID: 0} | ||
33 | + m_PrefabInstance: {fileID: 0} | ||
34 | + m_PrefabAsset: {fileID: 0} | ||
35 | + m_GameObject: {fileID: 0} | ||
36 | + m_Enabled: 1 | ||
37 | + m_EditorHideFlags: 1 | ||
38 | + m_Script: {fileID: 12015, guid: 0000000000000000e000000000000000, type: 0} | ||
39 | + m_Name: | ||
40 | + m_EditorClassIdentifier: | ||
41 | + m_MinSize: {x: 200, y: 200} | ||
42 | + m_MaxSize: {x: 4000, y: 4000} | ||
43 | + m_TitleContent: | ||
44 | + m_Text: Game | ||
45 | + m_Image: {fileID: 4621777727084837110, guid: 0000000000000000d000000000000000, type: 0} | ||
46 | + m_Tooltip: | ||
47 | + m_Pos: | ||
48 | + serializedVersion: 2 | ||
49 | + x: 200.66667 | ||
50 | + y: 72.66667 | ||
51 | + width: 801.3333 | ||
52 | + height: 566 | ||
53 | + m_ViewDataDictionary: {fileID: 0} | ||
54 | + m_SerializedViewNames: [] | ||
55 | + m_SerializedViewValues: [] | ||
56 | + m_PlayModeViewName: GameView | ||
57 | + m_ShowGizmos: 0 | ||
58 | + m_TargetDisplay: 0 | ||
59 | + m_ClearColor: {r: 0, g: 0, b: 0, a: 0} | ||
60 | + m_TargetSize: {x: 801.3333, y: 545} | ||
61 | + m_TextureFilterMode: 0 | ||
62 | + m_TextureHideFlags: 61 | ||
63 | + m_RenderIMGUI: 1 | ||
64 | + m_MaximizeOnPlay: 1 | ||
65 | + m_UseMipMap: 0 | ||
66 | + m_VSyncEnabled: 0 | ||
67 | + m_Gizmos: 0 | ||
68 | + m_Stats: 0 | ||
69 | + m_SelectedSizes: 00000000000000000000000000000000000000000000000000000000000000000000000000000000 | ||
70 | + m_ZoomArea: | ||
71 | + m_HRangeLocked: 0 | ||
72 | + m_VRangeLocked: 0 | ||
73 | + hZoomLockedByDefault: 0 | ||
74 | + vZoomLockedByDefault: 0 | ||
75 | + m_HBaseRangeMin: -267.1111 | ||
76 | + m_HBaseRangeMax: 267.1111 | ||
77 | + m_VBaseRangeMin: -181.66667 | ||
78 | + m_VBaseRangeMax: 181.66667 | ||
79 | + m_HAllowExceedBaseRangeMin: 1 | ||
80 | + m_HAllowExceedBaseRangeMax: 1 | ||
81 | + m_VAllowExceedBaseRangeMin: 1 | ||
82 | + m_VAllowExceedBaseRangeMax: 1 | ||
83 | + m_ScaleWithWindow: 0 | ||
84 | + m_HSlider: 1 | ||
85 | + m_VSlider: 1 | ||
86 | + m_IgnoreScrollWheelUntilClicked: 0 | ||
87 | + m_EnableMouseInput: 1 | ||
88 | + m_EnableSliderZoomHorizontal: 0 | ||
89 | + m_EnableSliderZoomVertical: 0 | ||
90 | + m_UniformScale: 1 | ||
91 | + m_UpDirection: 1 | ||
92 | + m_DrawArea: | ||
93 | + serializedVersion: 2 | ||
94 | + x: 0 | ||
95 | + y: 21 | ||
96 | + width: 801.3333 | ||
97 | + height: 545 | ||
98 | + m_Scale: {x: 1.7004453, y: 1.7004453} | ||
99 | + m_Translation: {x: 389.5135, y: 262.851} | ||
100 | + m_MarginLeft: 0 | ||
101 | + m_MarginRight: 0 | ||
102 | + m_MarginTop: 0 | ||
103 | + m_MarginBottom: 0 | ||
104 | + m_LastShownAreaInsideMargins: | ||
105 | + serializedVersion: 2 | ||
106 | + x: -229.06558 | ||
107 | + y: -154.57776 | ||
108 | + width: 471.24908 | ||
109 | + height: 320.50427 | ||
110 | + m_MinimalGUI: 1 | ||
111 | + m_defaultScale: 1 | ||
112 | + m_LastWindowPixelSize: {x: 1202, y: 849} | ||
113 | + m_ClearInEditMode: 1 | ||
114 | + m_NoCameraWarning: 1 | ||
115 | + m_LowResolutionForAspectRatios: 01000000000000000000 | ||
116 | + m_XRRenderMode: 0 | ||
117 | + m_RenderTexture: {fileID: 0} | ||
118 | +--- !u!114 &3 | ||
119 | +MonoBehaviour: | ||
120 | + m_ObjectHideFlags: 52 | ||
121 | + m_CorrespondingSourceObject: {fileID: 0} | ||
122 | + m_PrefabInstance: {fileID: 0} | ||
123 | + m_PrefabAsset: {fileID: 0} | ||
124 | + m_GameObject: {fileID: 0} | ||
125 | + m_Enabled: 1 | ||
126 | + m_EditorHideFlags: 1 | ||
127 | + m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0} | ||
128 | + m_Name: SceneHierarchyWindow | ||
129 | + m_EditorClassIdentifier: | ||
130 | + m_Children: [] | ||
131 | + m_Position: | ||
132 | + serializedVersion: 2 | ||
133 | + x: 0 | ||
134 | + y: 0 | ||
135 | + width: 200.66667 | ||
136 | + height: 587 | ||
137 | + m_MinSize: {x: 201, y: 221} | ||
138 | + m_MaxSize: {x: 4001, y: 4021} | ||
139 | + m_ActualView: {fileID: 4} | ||
140 | + m_Panes: | ||
141 | + - {fileID: 4} | ||
142 | + m_Selected: 0 | ||
143 | + m_LastSelected: 0 | ||
144 | +--- !u!114 &4 | ||
145 | +MonoBehaviour: | ||
146 | + m_ObjectHideFlags: 52 | ||
147 | + m_CorrespondingSourceObject: {fileID: 0} | ||
148 | + m_PrefabInstance: {fileID: 0} | ||
149 | + m_PrefabAsset: {fileID: 0} | ||
150 | + m_GameObject: {fileID: 0} | ||
151 | + m_Enabled: 1 | ||
152 | + m_EditorHideFlags: 1 | ||
153 | + m_Script: {fileID: 12061, guid: 0000000000000000e000000000000000, type: 0} | ||
154 | + m_Name: | ||
155 | + m_EditorClassIdentifier: | ||
156 | + m_MinSize: {x: 200, y: 200} | ||
157 | + m_MaxSize: {x: 4000, y: 4000} | ||
158 | + m_TitleContent: | ||
159 | + m_Text: Hierarchy | ||
160 | + m_Image: {fileID: -3734745235275155857, guid: 0000000000000000d000000000000000, type: 0} | ||
161 | + m_Tooltip: | ||
162 | + m_Pos: | ||
163 | + serializedVersion: 2 | ||
164 | + x: 0 | ||
165 | + y: 72.66667 | ||
166 | + width: 199.66667 | ||
167 | + height: 566 | ||
168 | + m_ViewDataDictionary: {fileID: 0} | ||
169 | + m_SceneHierarchy: | ||
170 | + m_TreeViewState: | ||
171 | + scrollPos: {x: 0, y: 0} | ||
172 | + m_SelectedIDs: | ||
173 | + m_LastClickedID: 0 | ||
174 | + m_ExpandedIDs: 52fbffff | ||
175 | + m_RenameOverlay: | ||
176 | + m_UserAcceptedRename: 0 | ||
177 | + m_Name: | ||
178 | + m_OriginalName: | ||
179 | + m_EditFieldRect: | ||
180 | + serializedVersion: 2 | ||
181 | + x: 0 | ||
182 | + y: 0 | ||
183 | + width: 0 | ||
184 | + height: 0 | ||
185 | + m_UserData: 0 | ||
186 | + m_IsWaitingForDelay: 0 | ||
187 | + m_IsRenaming: 0 | ||
188 | + m_OriginalEventType: 11 | ||
189 | + m_IsRenamingFilename: 0 | ||
190 | + m_ClientGUIView: {fileID: 3} | ||
191 | + m_SearchString: | ||
192 | + m_ExpandedScenes: [] | ||
193 | + m_CurrenRootInstanceID: 0 | ||
194 | + m_LockTracker: | ||
195 | + m_IsLocked: 0 | ||
196 | + m_CurrentSortingName: TransformSorting | ||
197 | + m_WindowGUID: 4c969a2b90040154d917609493e03593 | ||
198 | +--- !u!114 &5 | ||
199 | +MonoBehaviour: | ||
200 | + m_ObjectHideFlags: 52 | ||
201 | + m_CorrespondingSourceObject: {fileID: 0} | ||
202 | + m_PrefabInstance: {fileID: 0} | ||
203 | + m_PrefabAsset: {fileID: 0} | ||
204 | + m_GameObject: {fileID: 0} | ||
205 | + m_Enabled: 1 | ||
206 | + m_EditorHideFlags: 0 | ||
207 | + m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0} | ||
208 | + m_Name: GameView | ||
209 | + m_EditorClassIdentifier: | ||
210 | + m_Children: [] | ||
211 | + m_Position: | ||
212 | + serializedVersion: 2 | ||
213 | + x: 200.66667 | ||
214 | + y: 0 | ||
215 | + width: 803.3333 | ||
216 | + height: 587 | ||
217 | + m_MinSize: {x: 202, y: 221} | ||
218 | + m_MaxSize: {x: 4002, y: 4021} | ||
219 | + m_ActualView: {fileID: 2} | ||
220 | + m_Panes: | ||
221 | + - {fileID: 6} | ||
222 | + - {fileID: 2} | ||
223 | + - {fileID: 7} | ||
224 | + m_Selected: 1 | ||
225 | + m_LastSelected: 0 | ||
226 | +--- !u!114 &6 | ||
227 | +MonoBehaviour: | ||
228 | + m_ObjectHideFlags: 52 | ||
229 | + m_CorrespondingSourceObject: {fileID: 0} | ||
230 | + m_PrefabInstance: {fileID: 0} | ||
231 | + m_PrefabAsset: {fileID: 0} | ||
232 | + m_GameObject: {fileID: 0} | ||
233 | + m_Enabled: 1 | ||
234 | + m_EditorHideFlags: 1 | ||
235 | + m_Script: {fileID: 12013, guid: 0000000000000000e000000000000000, type: 0} | ||
236 | + m_Name: | ||
237 | + m_EditorClassIdentifier: | ||
238 | + m_MinSize: {x: 200, y: 200} | ||
239 | + m_MaxSize: {x: 4000, y: 4000} | ||
240 | + m_TitleContent: | ||
241 | + m_Text: Scene | ||
242 | + m_Image: {fileID: 8634526014445323508, guid: 0000000000000000d000000000000000, type: 0} | ||
243 | + m_Tooltip: | ||
244 | + m_Pos: | ||
245 | + serializedVersion: 2 | ||
246 | + x: 200.66667 | ||
247 | + y: 72.66667 | ||
248 | + width: 801.3333 | ||
249 | + height: 566 | ||
250 | + m_ViewDataDictionary: {fileID: 0} | ||
251 | + m_ShowContextualTools: 0 | ||
252 | + m_WindowGUID: cc27987af1a868c49b0894db9c0f5429 | ||
253 | + m_Gizmos: 1 | ||
254 | + m_OverrideSceneCullingMask: 6917529027641081856 | ||
255 | + m_SceneIsLit: 1 | ||
256 | + m_SceneLighting: 1 | ||
257 | + m_2DMode: 0 | ||
258 | + m_isRotationLocked: 0 | ||
259 | + m_PlayAudio: 0 | ||
260 | + m_AudioPlay: 0 | ||
261 | + m_Position: | ||
262 | + m_Target: {x: 56.52468, y: 26.51241, z: 47.02983} | ||
263 | + speed: 2 | ||
264 | + m_Value: {x: 56.52468, y: 26.51241, z: 47.02983} | ||
265 | + m_RenderMode: 0 | ||
266 | + m_CameraMode: | ||
267 | + drawMode: 0 | ||
268 | + name: Shaded | ||
269 | + section: Shading Mode | ||
270 | + m_ValidateTrueMetals: 0 | ||
271 | + m_DoValidateTrueMetals: 0 | ||
272 | + m_ExposureSliderValue: 0 | ||
273 | + m_SceneViewState: | ||
274 | + m_AlwaysRefresh: 0 | ||
275 | + showFog: 1 | ||
276 | + showSkybox: 1 | ||
277 | + showFlares: 1 | ||
278 | + showImageEffects: 1 | ||
279 | + showParticleSystems: 1 | ||
280 | + showVisualEffectGraphs: 1 | ||
281 | + m_FxEnabled: 1 | ||
282 | + m_Grid: | ||
283 | + xGrid: | ||
284 | + m_Fade: | ||
285 | + m_Target: 0 | ||
286 | + speed: 2 | ||
287 | + m_Value: 0 | ||
288 | + m_Color: {r: 0.5, g: 0.5, b: 0.5, a: 0.4} | ||
289 | + m_Pivot: {x: 0, y: 0, z: 0} | ||
290 | + m_Size: {x: 1, y: 1} | ||
291 | + yGrid: | ||
292 | + m_Fade: | ||
293 | + m_Target: 1 | ||
294 | + speed: 2 | ||
295 | + m_Value: 1 | ||
296 | + m_Color: {r: 0.5, g: 0.5, b: 0.5, a: 0.4} | ||
297 | + m_Pivot: {x: 0, y: 0, z: 0} | ||
298 | + m_Size: {x: 1, y: 1} | ||
299 | + zGrid: | ||
300 | + m_Fade: | ||
301 | + m_Target: 0 | ||
302 | + speed: 2 | ||
303 | + m_Value: 0 | ||
304 | + m_Color: {r: 0.5, g: 0.5, b: 0.5, a: 0.4} | ||
305 | + m_Pivot: {x: 0, y: 0, z: 0} | ||
306 | + m_Size: {x: 1, y: 1} | ||
307 | + m_ShowGrid: 1 | ||
308 | + m_GridAxis: 1 | ||
309 | + m_gridOpacity: 0.5 | ||
310 | + m_Rotation: | ||
311 | + m_Target: {x: 0, y: -0.7071068, z: 0, w: 0.7071068} | ||
312 | + speed: 2 | ||
313 | + m_Value: {x: 0, y: -0.7071068, z: 0, w: 0.7071068} | ||
314 | + m_Size: | ||
315 | + m_Target: 13.81529 | ||
316 | + speed: 2 | ||
317 | + m_Value: 13.81529 | ||
318 | + m_Ortho: | ||
319 | + m_Target: 0 | ||
320 | + speed: 2 | ||
321 | + m_Value: 0 | ||
322 | + m_CameraSettings: | ||
323 | + m_Speed: 1 | ||
324 | + m_SpeedNormalized: 0.5 | ||
325 | + m_SpeedMin: 0.001 | ||
326 | + m_SpeedMax: 2 | ||
327 | + m_EasingEnabled: 1 | ||
328 | + m_EasingDuration: 0.4 | ||
329 | + m_AccelerationEnabled: 1 | ||
330 | + m_FieldOfViewHorizontalOrVertical: 60 | ||
331 | + m_NearClip: 0.03 | ||
332 | + m_FarClip: 10000 | ||
333 | + m_DynamicClip: 1 | ||
334 | + m_OcclusionCulling: 0 | ||
335 | + m_LastSceneViewRotation: {x: 0, y: -0.7071068, z: 0, w: 0.7071068} | ||
336 | + m_LastSceneViewOrtho: 0 | ||
337 | + m_ReplacementShader: {fileID: 0} | ||
338 | + m_ReplacementString: | ||
339 | + m_SceneVisActive: 1 | ||
340 | + m_LastLockedObject: {fileID: 0} | ||
341 | + m_ViewIsLockedToObject: 0 | ||
342 | +--- !u!114 &7 | ||
343 | +MonoBehaviour: | ||
344 | + m_ObjectHideFlags: 52 | ||
345 | + m_CorrespondingSourceObject: {fileID: 0} | ||
346 | + m_PrefabInstance: {fileID: 0} | ||
347 | + m_PrefabAsset: {fileID: 0} | ||
348 | + m_GameObject: {fileID: 0} | ||
349 | + m_Enabled: 1 | ||
350 | + m_EditorHideFlags: 0 | ||
351 | + m_Script: {fileID: 11500000, guid: 75bf4c05d7c98dc41996f096840a5376, type: 3} | ||
352 | + m_Name: | ||
353 | + m_EditorClassIdentifier: | ||
354 | + m_MinSize: {x: 100, y: 100} | ||
355 | + m_MaxSize: {x: 4000, y: 4000} | ||
356 | + m_TitleContent: | ||
357 | + m_Text: ' VIDE Editor' | ||
358 | + m_Image: {fileID: 2800000, guid: 17e4c23917a8d1b448cfc8223c092c78, type: 3} | ||
359 | + m_Tooltip: | ||
360 | + m_Pos: | ||
361 | + serializedVersion: 2 | ||
362 | + x: 200.66667 | ||
363 | + y: 72.66667 | ||
364 | + width: 801.3333 | ||
365 | + height: 566 | ||
366 | + m_ViewDataDictionary: {fileID: 0} | ||
367 | + namespaceBlackList: | ||
368 | + - UnityEngine | ||
369 | +--- !u!114 &8 | ||
370 | +MonoBehaviour: | ||
371 | + m_ObjectHideFlags: 52 | ||
372 | + m_CorrespondingSourceObject: {fileID: 0} | ||
373 | + m_PrefabInstance: {fileID: 0} | ||
374 | + m_PrefabAsset: {fileID: 0} | ||
375 | + m_GameObject: {fileID: 0} | ||
376 | + m_Enabled: 1 | ||
377 | + m_EditorHideFlags: 1 | ||
378 | + m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0} | ||
379 | + m_Name: InspectorWindow | ||
380 | + m_EditorClassIdentifier: | ||
381 | + m_Children: [] | ||
382 | + m_Position: | ||
383 | + serializedVersion: 2 | ||
384 | + x: 1004 | ||
385 | + y: 0 | ||
386 | + width: 276 | ||
387 | + height: 587 | ||
388 | + m_MinSize: {x: 276, y: 71} | ||
389 | + m_MaxSize: {x: 4001, y: 4021} | ||
390 | + m_ActualView: {fileID: 11} | ||
391 | + m_Panes: | ||
392 | + - {fileID: 9} | ||
393 | + - {fileID: 10} | ||
394 | + - {fileID: 11} | ||
395 | + m_Selected: 2 | ||
396 | + m_LastSelected: 0 | ||
397 | +--- !u!114 &9 | ||
398 | +MonoBehaviour: | ||
399 | + m_ObjectHideFlags: 52 | ||
400 | + m_CorrespondingSourceObject: {fileID: 0} | ||
401 | + m_PrefabInstance: {fileID: 0} | ||
402 | + m_PrefabAsset: {fileID: 0} | ||
403 | + m_GameObject: {fileID: 0} | ||
404 | + m_Enabled: 1 | ||
405 | + m_EditorHideFlags: 1 | ||
406 | + m_Script: {fileID: 12014, guid: 0000000000000000e000000000000000, type: 0} | ||
407 | + m_Name: | ||
408 | + m_EditorClassIdentifier: | ||
409 | + m_MinSize: {x: 230, y: 250} | ||
410 | + m_MaxSize: {x: 10000, y: 10000} | ||
411 | + m_TitleContent: | ||
412 | + m_Text: Project | ||
413 | + m_Image: {fileID: -5179483145760003458, guid: 0000000000000000d000000000000000, type: 0} | ||
414 | + m_Tooltip: | ||
415 | + m_Pos: | ||
416 | + serializedVersion: 2 | ||
417 | + x: 1050.3334 | ||
418 | + y: 19 | ||
419 | + width: 229.66663 | ||
420 | + height: 566 | ||
421 | + m_ViewDataDictionary: {fileID: 0} | ||
422 | + m_SearchFilter: | ||
423 | + m_NameFilter: | ||
424 | + m_ClassNames: [] | ||
425 | + m_AssetLabels: [] | ||
426 | + m_AssetBundleNames: [] | ||
427 | + m_VersionControlStates: [] | ||
428 | + m_SoftLockControlStates: [] | ||
429 | + m_ReferencingInstanceIDs: | ||
430 | + m_SceneHandles: | ||
431 | + m_ShowAllHits: 0 | ||
432 | + m_SkipHidden: 0 | ||
433 | + m_SearchArea: 1 | ||
434 | + m_Folders: | ||
435 | + - Assets/VIDE/Demos | ||
436 | + m_Globs: [] | ||
437 | + m_OriginalText: | ||
438 | + m_ViewMode: 1 | ||
439 | + m_StartGridSize: 64 | ||
440 | + m_LastFolders: | ||
441 | + - Assets/VIDE/Demos | ||
442 | + m_LastFoldersGridSize: -1 | ||
443 | + m_LastProjectPath: "C:\\Users\\CHUNG EUN SEO\\Desktop\\\uCEA1\uC2A4\uD1A4\uB514\uC790\uC778\\JSH_Project1\\src\\unity\\creating-map" | ||
444 | + m_LockTracker: | ||
445 | + m_IsLocked: 0 | ||
446 | + m_FolderTreeState: | ||
447 | + scrollPos: {x: 0, y: 18} | ||
448 | + m_SelectedIDs: 20540000 | ||
449 | + m_LastClickedID: 21536 | ||
450 | + m_ExpandedIDs: 00000000c8490000ca490000cc490000ce490000d0490000d2490000d4490000d6490000d8490000da490000dc490000de490000e0490000e2490000e4490000e6490000e8490000ea490000ec490000ee490000f0490000f2490000f4490000f6490000184a0000205400002854000000ca9a3b | ||
451 | + m_RenameOverlay: | ||
452 | + m_UserAcceptedRename: 0 | ||
453 | + m_Name: | ||
454 | + m_OriginalName: | ||
455 | + m_EditFieldRect: | ||
456 | + serializedVersion: 2 | ||
457 | + x: 0 | ||
458 | + y: 0 | ||
459 | + width: 0 | ||
460 | + height: 0 | ||
461 | + m_UserData: 0 | ||
462 | + m_IsWaitingForDelay: 0 | ||
463 | + m_IsRenaming: 0 | ||
464 | + m_OriginalEventType: 11 | ||
465 | + m_IsRenamingFilename: 1 | ||
466 | + m_ClientGUIView: {fileID: 0} | ||
467 | + m_SearchString: | ||
468 | + m_CreateAssetUtility: | ||
469 | + m_EndAction: {fileID: 0} | ||
470 | + m_InstanceID: 0 | ||
471 | + m_Path: | ||
472 | + m_Icon: {fileID: 0} | ||
473 | + m_ResourceFile: | ||
474 | + m_AssetTreeState: | ||
475 | + scrollPos: {x: 0, y: 0} | ||
476 | + m_SelectedIDs: | ||
477 | + m_LastClickedID: 0 | ||
478 | + m_ExpandedIDs: 00000000c8490000ca490000cc490000ce490000d0490000d2490000d4490000d6490000d8490000da490000dc490000de490000e0490000e2490000e4490000e6490000e8490000ea490000ec490000ee490000f0490000f2490000f4490000f6490000 | ||
479 | + m_RenameOverlay: | ||
480 | + m_UserAcceptedRename: 0 | ||
481 | + m_Name: | ||
482 | + m_OriginalName: | ||
483 | + m_EditFieldRect: | ||
484 | + serializedVersion: 2 | ||
485 | + x: 0 | ||
486 | + y: 0 | ||
487 | + width: 0 | ||
488 | + height: 0 | ||
489 | + m_UserData: 0 | ||
490 | + m_IsWaitingForDelay: 0 | ||
491 | + m_IsRenaming: 0 | ||
492 | + m_OriginalEventType: 11 | ||
493 | + m_IsRenamingFilename: 1 | ||
494 | + m_ClientGUIView: {fileID: 0} | ||
495 | + m_SearchString: | ||
496 | + m_CreateAssetUtility: | ||
497 | + m_EndAction: {fileID: 0} | ||
498 | + m_InstanceID: 0 | ||
499 | + m_Path: | ||
500 | + m_Icon: {fileID: 0} | ||
501 | + m_ResourceFile: | ||
502 | + m_ListAreaState: | ||
503 | + m_SelectedInstanceIDs: 82490000 | ||
504 | + m_LastClickedInstanceID: 18818 | ||
505 | + m_HadKeyboardFocusLastEvent: 0 | ||
506 | + m_ExpandedInstanceIDs: c623000000000000c83b000094550000 | ||
507 | + m_RenameOverlay: | ||
508 | + m_UserAcceptedRename: 0 | ||
509 | + m_Name: | ||
510 | + m_OriginalName: | ||
511 | + m_EditFieldRect: | ||
512 | + serializedVersion: 2 | ||
513 | + x: 0 | ||
514 | + y: 0 | ||
515 | + width: 0 | ||
516 | + height: 0 | ||
517 | + m_UserData: 0 | ||
518 | + m_IsWaitingForDelay: 0 | ||
519 | + m_IsRenaming: 0 | ||
520 | + m_OriginalEventType: 11 | ||
521 | + m_IsRenamingFilename: 1 | ||
522 | + m_ClientGUIView: {fileID: 8} | ||
523 | + m_CreateAssetUtility: | ||
524 | + m_EndAction: {fileID: 0} | ||
525 | + m_InstanceID: 0 | ||
526 | + m_Path: | ||
527 | + m_Icon: {fileID: 0} | ||
528 | + m_ResourceFile: | ||
529 | + m_NewAssetIndexInList: -1 | ||
530 | + m_ScrollPosition: {x: 0, y: 0} | ||
531 | + m_GridSize: 64 | ||
532 | + m_SkipHiddenPackages: 0 | ||
533 | + m_DirectoriesAreaWidth: 109.666626 | ||
534 | +--- !u!114 &10 | ||
535 | +MonoBehaviour: | ||
536 | + m_ObjectHideFlags: 52 | ||
537 | + m_CorrespondingSourceObject: {fileID: 0} | ||
538 | + m_PrefabInstance: {fileID: 0} | ||
539 | + m_PrefabAsset: {fileID: 0} | ||
540 | + m_GameObject: {fileID: 0} | ||
541 | + m_Enabled: 1 | ||
542 | + m_EditorHideFlags: 1 | ||
543 | + m_Script: {fileID: 12003, guid: 0000000000000000e000000000000000, type: 0} | ||
544 | + m_Name: | ||
545 | + m_EditorClassIdentifier: | ||
546 | + m_MinSize: {x: 100, y: 100} | ||
547 | + m_MaxSize: {x: 4000, y: 4000} | ||
548 | + m_TitleContent: | ||
549 | + m_Text: Console | ||
550 | + m_Image: {fileID: -4950941429401207979, guid: 0000000000000000d000000000000000, type: 0} | ||
551 | + m_Tooltip: | ||
552 | + m_Pos: | ||
553 | + serializedVersion: 2 | ||
554 | + x: 1049.3334 | ||
555 | + y: 72.66667 | ||
556 | + width: 229.66663 | ||
557 | + height: 566 | ||
558 | + m_ViewDataDictionary: {fileID: 0} | ||
559 | +--- !u!114 &11 | ||
560 | +MonoBehaviour: | ||
561 | + m_ObjectHideFlags: 52 | ||
562 | + m_CorrespondingSourceObject: {fileID: 0} | ||
563 | + m_PrefabInstance: {fileID: 0} | ||
564 | + m_PrefabAsset: {fileID: 0} | ||
565 | + m_GameObject: {fileID: 0} | ||
566 | + m_Enabled: 1 | ||
567 | + m_EditorHideFlags: 1 | ||
568 | + m_Script: {fileID: 12019, guid: 0000000000000000e000000000000000, type: 0} | ||
569 | + m_Name: | ||
570 | + m_EditorClassIdentifier: | ||
571 | + m_MinSize: {x: 275, y: 50} | ||
572 | + m_MaxSize: {x: 4000, y: 4000} | ||
573 | + m_TitleContent: | ||
574 | + m_Text: Inspector | ||
575 | + m_Image: {fileID: -440750813802333266, guid: 0000000000000000d000000000000000, type: 0} | ||
576 | + m_Tooltip: | ||
577 | + m_Pos: | ||
578 | + serializedVersion: 2 | ||
579 | + x: 1004 | ||
580 | + y: 72.66667 | ||
581 | + width: 275 | ||
582 | + height: 566 | ||
583 | + m_ViewDataDictionary: {fileID: 0} | ||
584 | + m_ObjectsLockedBeforeSerialization: [] | ||
585 | + m_InstanceIDsLockedBeforeSerialization: | ||
586 | + m_PreviewResizer: | ||
587 | + m_CachedPref: 151 | ||
588 | + m_ControlHash: -371814159 | ||
589 | + m_PrefName: Preview_InspectorPreview | ||
590 | + m_LastInspectedObjectInstanceID: 15268 | ||
591 | + m_LastVerticalScrollValue: 0 | ||
592 | + m_GlobalObjectId: | ||
593 | + m_LockTracker: | ||
594 | + m_IsLocked: 0 | ||
595 | + m_PreviewWindow: {fileID: 0} |
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
1 | -{"cameraMode":{"drawMode":0,"name":"Shaded","section":"Shading Mode"},"sceneLighting":true,"audioPlay":false,"sceneViewState":{"m_AlwaysRefresh":false,"showFog":true,"showSkybox":true,"showFlares":true,"showImageEffects":true,"showParticleSystems":true,"showVisualEffectGraphs":true,"m_FxEnabled":true},"in2DMode":false,"pivot":{"x":43.071449279785159,"y":24.59022331237793,"z":23.83579444885254},"rotation":{"x":0.0,"y":1.0,"z":0.0,"w":0.0},"size":19.93370246887207,"orthographic":false} | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
1 | +{"cameraMode":{"drawMode":0,"name":"Shaded","section":"Shading Mode"},"sceneLighting":true,"audioPlay":false,"sceneViewState":{"m_AlwaysRefresh":false,"showFog":true,"showSkybox":true,"showFlares":true,"showImageEffects":true,"showParticleSystems":true,"showVisualEffectGraphs":true,"m_FxEnabled":true},"in2DMode":false,"pivot":{"x":47.27123260498047,"y":22.531391143798829,"z":25.207836151123048},"rotation":{"x":0.0,"y":-0.7071068286895752,"z":0.0,"w":0.7071068286895752},"size":7.641151428222656,"orthographic":false} | ||
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
No preview for this file type
... | @@ -15,11 +15,11 @@ C:/Users/CHUNG EUN SEO/Desktop/캡스톤디자인/JSH_Project1/src/unity/creatin | ... | @@ -15,11 +15,11 @@ C:/Users/CHUNG EUN SEO/Desktop/캡스톤디자인/JSH_Project1/src/unity/creatin |
15 | -logFile | 15 | -logFile |
16 | Logs/AssetImportWorker0.log | 16 | Logs/AssetImportWorker0.log |
17 | -srvPort | 17 | -srvPort |
18 | -53260 | 18 | +64807 |
19 | Successfully changed project path to: C:/Users/CHUNG EUN SEO/Desktop/캡스톤디자인/JSH_Project1/src/unity/creating-map | 19 | Successfully changed project path to: C:/Users/CHUNG EUN SEO/Desktop/캡스톤디자인/JSH_Project1/src/unity/creating-map |
20 | C:/Users/CHUNG EUN SEO/Desktop/캡스톤디자인/JSH_Project1/src/unity/creating-map | 20 | C:/Users/CHUNG EUN SEO/Desktop/캡스톤디자인/JSH_Project1/src/unity/creating-map |
21 | Using Asset Import Pipeline V2. | 21 | Using Asset Import Pipeline V2. |
22 | -Refreshing native plugins compatible for Editor in 216.82 ms, found 0 plugins. | 22 | +Refreshing native plugins compatible for Editor in 283.32 ms, found 0 plugins. |
23 | Preloading 0 native plugins for Editor in 0.00 ms. | 23 | Preloading 0 native plugins for Editor in 0.00 ms. |
24 | Initialize engine version: 2020.3.3f1 (76626098c1c4) | 24 | Initialize engine version: 2020.3.3f1 (76626098c1c4) |
25 | [Subsystems] Discovering subsystems at path C:/Program Files/Unity/Editor/Data/Resources/UnitySubsystems | 25 | [Subsystems] Discovering subsystems at path C:/Program Files/Unity/Editor/Data/Resources/UnitySubsystems |
... | @@ -35,73 +35,111 @@ Initialize mono | ... | @@ -35,73 +35,111 @@ Initialize mono |
35 | Mono path[0] = 'C:/Program Files/Unity/Editor/Data/Managed' | 35 | Mono path[0] = 'C:/Program Files/Unity/Editor/Data/Managed' |
36 | Mono path[1] = 'C:/Program Files/Unity/Editor/Data/MonoBleedingEdge/lib/mono/unityjit' | 36 | Mono path[1] = 'C:/Program Files/Unity/Editor/Data/MonoBleedingEdge/lib/mono/unityjit' |
37 | Mono config path = 'C:/Program Files/Unity/Editor/Data/MonoBleedingEdge/etc' | 37 | Mono config path = 'C:/Program Files/Unity/Editor/Data/MonoBleedingEdge/etc' |
38 | -Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56416 | 38 | +Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56760 |
39 | Begin MonoManager ReloadAssembly | 39 | Begin MonoManager ReloadAssembly |
40 | Registering precompiled unity dll's ... | 40 | Registering precompiled unity dll's ... |
41 | Register platform support module: C:/Program Files/Unity/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll | 41 | Register platform support module: C:/Program Files/Unity/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll |
42 | -Registered in 0.013010 seconds. | 42 | +Registered in 0.021223 seconds. |
43 | Native extension for WindowsStandalone target not found | 43 | Native extension for WindowsStandalone target not found |
44 | -Refreshing native plugins compatible for Editor in 61.80 ms, found 0 plugins. | 44 | +Refreshing native plugins compatible for Editor in 140.01 ms, found 0 plugins. |
45 | Preloading 0 native plugins for Editor in 0.00 ms. | 45 | Preloading 0 native plugins for Editor in 0.00 ms. |
46 | +Unable to find bridge dll in registry for Microsoft Visual Studio Tools for Unity for C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\devenv.exe | ||
46 | Invoked RoslynAnalysisRunner static constructor. | 47 | Invoked RoslynAnalysisRunner static constructor. |
47 | RoslynAnalysisRunner will not be running. | 48 | RoslynAnalysisRunner will not be running. |
48 | RoslynAnalysisRunner has terminated. | 49 | RoslynAnalysisRunner has terminated. |
49 | Mono: successfully reloaded assembly | 50 | Mono: successfully reloaded assembly |
50 | -- Completed reload, in 8.563 seconds | 51 | +- Completed reload, in 10.284 seconds |
51 | Platform modules already initialized, skipping | 52 | Platform modules already initialized, skipping |
52 | Registering precompiled user dll's ... | 53 | Registering precompiled user dll's ... |
53 | -Registered in 0.004771 seconds. | 54 | +Registered in 0.006250 seconds. |
54 | Begin MonoManager ReloadAssembly | 55 | Begin MonoManager ReloadAssembly |
55 | Native extension for WindowsStandalone target not found | 56 | Native extension for WindowsStandalone target not found |
56 | -Refreshing native plugins compatible for Editor in 0.77 ms, found 0 plugins. | 57 | +Refreshing native plugins compatible for Editor in 0.69 ms, found 0 plugins. |
57 | Preloading 0 native plugins for Editor in 0.00 ms. | 58 | Preloading 0 native plugins for Editor in 0.00 ms. |
58 | Invoked RoslynAnalysisRunner static constructor. | 59 | Invoked RoslynAnalysisRunner static constructor. |
59 | RoslynAnalysisRunner will not be running. | 60 | RoslynAnalysisRunner will not be running. |
60 | RoslynAnalysisRunner has terminated. | 61 | RoslynAnalysisRunner has terminated. |
61 | Mono: successfully reloaded assembly | 62 | Mono: successfully reloaded assembly |
62 | -- Completed reload, in 1.928 seconds | 63 | +- Completed reload, in 4.292 seconds |
63 | Platform modules already initialized, skipping | 64 | Platform modules already initialized, skipping |
64 | ======================================================================== | 65 | ======================================================================== |
65 | Worker process is ready to serve import requests | 66 | Worker process is ready to serve import requests |
66 | -Launched and connected shader compiler UnityShaderCompiler.exe after 0.17 seconds | 67 | +Launched and connected shader compiler UnityShaderCompiler.exe after 0.41 seconds |
67 | -Refreshing native plugins compatible for Editor in 0.54 ms, found 0 plugins. | 68 | +Refreshing native plugins compatible for Editor in 0.64 ms, found 0 plugins. |
68 | Preloading 0 native plugins for Editor in 0.00 ms. | 69 | Preloading 0 native plugins for Editor in 0.00 ms. |
69 | -Unloading 1122 Unused Serialized files (Serialized files now loaded: 0) | 70 | +Unloading 1178 Unused Serialized files (Serialized files now loaded: 0) |
70 | -System memory in use before: 59.4 MB. | 71 | +System memory in use before: 61.7 MB. |
71 | -System memory in use after: 59.4 MB. | 72 | +System memory in use after: 61.7 MB. |
72 | 73 | ||
73 | -Unloading 10 unused Assets to reduce memory usage. Loaded Objects now: 1570. | 74 | +Unloading 10 unused Assets to reduce memory usage. Loaded Objects now: 1626. |
74 | -Total: 3.834900 ms (FindLiveObjects: 0.345800 ms CreateObjectMapping: 0.127000 ms MarkObjects: 3.176200 ms DeleteObjects: 0.183300 ms) | 75 | +Total: 12.669900 ms (FindLiveObjects: 0.312100 ms CreateObjectMapping: 0.143700 ms MarkObjects: 11.344700 ms DeleteObjects: 0.865900 ms) |
75 | 76 | ||
76 | ======================================================================== | 77 | ======================================================================== |
77 | Received Import Request. | 78 | Received Import Request. |
78 | - path: Assets/Cattleya/sources/clothingSet_04_And_nackedSet.fbx | 79 | + path: Assets/Scripts/firstPersonCam.cs |
79 | - artifactKey: Guid(ebaf91e845e67ac4f85b03ca6c72bd32) Importer(815301076,1909f56bfc062723c751e8b465ee728b) | 80 | + artifactKey: Guid(55c4ac6c587b05646afc05214a3bd1bc) Importer(815301076,1909f56bfc062723c751e8b465ee728b) |
80 | -Start importing Assets/Cattleya/sources/clothingSet_04_And_nackedSet.fbx using Guid(ebaf91e845e67ac4f85b03ca6c72bd32) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'e3a128ca3e79962e3666a2db14f4f946') in 1.652921 seconds | 81 | +Start importing Assets/Scripts/firstPersonCam.cs using Guid(55c4ac6c587b05646afc05214a3bd1bc) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '31aec518668833f8238b65f1c91adaae') in 0.305003 seconds |
81 | - Import took 1.679445 seconds . | 82 | + Import took 0.313566 seconds . |
82 | 83 | ||
83 | ======================================================================== | 84 | ======================================================================== |
84 | Received Import Request. | 85 | Received Import Request. |
85 | - Time since last request: 0.001710 seconds. | 86 | + Time since last request: 423.650699 seconds. |
86 | - path: Assets/Cattleya/sources/clothingSet_04.fbx | 87 | + path: Assets/firstPersonCam.cs |
87 | - artifactKey: Guid(8c2451cba12610a4b83716d152a35013) Importer(815301076,1909f56bfc062723c751e8b465ee728b) | 88 | + artifactKey: Guid(0d8cf213e41dbf44abfb01610633b472) Importer(815301076,1909f56bfc062723c751e8b465ee728b) |
88 | -Start importing Assets/Cattleya/sources/clothingSet_04.fbx using Guid(8c2451cba12610a4b83716d152a35013) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'a972688aa457f5e8d9208a69d480d0fd') in 0.181986 seconds | 89 | +Start importing Assets/firstPersonCam.cs using Guid(0d8cf213e41dbf44abfb01610633b472) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '9f7e2cebb1a77e7a10fb0ca5a4575134') in 0.027217 seconds |
89 | - Import took 0.187196 seconds . | 90 | + Import took 0.237408 seconds . |
90 | 91 | ||
91 | ======================================================================== | 92 | ======================================================================== |
92 | Received Import Request. | 93 | Received Import Request. |
93 | - Time since last request: 0.001235 seconds. | 94 | + Time since last request: 59.010025 seconds. |
94 | - path: Assets/Cattleya/sources/nackedSet.fbx | 95 | + path: Assets/firstPersonCam.cs |
95 | - artifactKey: Guid(83559fbceef558949926fe1ed703e4f1) Importer(815301076,1909f56bfc062723c751e8b465ee728b) | 96 | + artifactKey: Guid(0d8cf213e41dbf44abfb01610633b472) Importer(815301076,1909f56bfc062723c751e8b465ee728b) |
96 | -Start importing Assets/Cattleya/sources/nackedSet.fbx using Guid(83559fbceef558949926fe1ed703e4f1) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'ec9cf9c907bfa6ca9f1b478a95f7dd8f') in 0.163982 seconds | 97 | +Start importing Assets/firstPersonCam.cs using Guid(0d8cf213e41dbf44abfb01610633b472) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '821be9485695b7ab7e7e6cccb3d5ddb3') in 0.079603 seconds |
97 | - Import took 0.170907 seconds . | 98 | + Import took 0.139525 seconds . |
98 | 99 | ||
99 | ======================================================================== | 100 | ======================================================================== |
100 | -Received Import Request. | 101 | +Received Prepare |
101 | - Time since last request: 0.000963 seconds. | 102 | +Registering precompiled user dll's ... |
102 | - path: Assets/Cattleya/sources/Materials/clothingSet_04_tex.mat | 103 | +Registered in 0.010116 seconds. |
103 | - artifactKey: Guid(2a7782c65c7520d45be3e8ef87b3b9d3) Importer(815301076,1909f56bfc062723c751e8b465ee728b) | 104 | +Begin MonoManager ReloadAssembly |
104 | -Start importing Assets/Cattleya/sources/Materials/clothingSet_04_tex.mat using Guid(2a7782c65c7520d45be3e8ef87b3b9d3) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '4441b468e575467c271199a5fcf51f91') in 0.479483 seconds | 105 | +Native extension for WindowsStandalone target not found |
105 | - Import took 0.485823 seconds . | 106 | +Refreshing native plugins compatible for Editor in 0.65 ms, found 0 plugins. |
107 | +Preloading 0 native plugins for Editor in 0.00 ms. | ||
108 | +Invoked RoslynAnalysisRunner static constructor. | ||
109 | +RoslynAnalysisRunner will not be running. | ||
110 | +RoslynAnalysisRunner has terminated. | ||
111 | +Mono: successfully reloaded assembly | ||
112 | +- Completed reload, in 4.267 seconds | ||
113 | +Platform modules already initialized, skipping | ||
114 | +Refreshing native plugins compatible for Editor in 0.64 ms, found 0 plugins. | ||
115 | +Preloading 0 native plugins for Editor in 0.00 ms. | ||
116 | +Unloading 1172 Unused Serialized files (Serialized files now loaded: 0) | ||
117 | +System memory in use before: 61.5 MB. | ||
118 | +System memory in use after: 61.6 MB. | ||
119 | + | ||
120 | +Unloading 6 unused Assets to reduce memory usage. Loaded Objects now: 1629. | ||
121 | +Total: 28.160400 ms (FindLiveObjects: 1.293900 ms CreateObjectMapping: 0.228400 ms MarkObjects: 25.666000 ms DeleteObjects: 0.965800 ms) | ||
122 | + | ||
123 | +======================================================================== | ||
124 | +Received Prepare | ||
125 | +Registering precompiled user dll's ... | ||
126 | +Registered in 0.011928 seconds. | ||
127 | +Begin MonoManager ReloadAssembly | ||
128 | +Native extension for WindowsStandalone target not found | ||
129 | +Refreshing native plugins compatible for Editor in 0.71 ms, found 0 plugins. | ||
130 | +Preloading 0 native plugins for Editor in 0.00 ms. | ||
131 | +Invoked RoslynAnalysisRunner static constructor. | ||
132 | +RoslynAnalysisRunner will not be running. | ||
133 | +RoslynAnalysisRunner has terminated. | ||
134 | +Mono: successfully reloaded assembly | ||
135 | +- Completed reload, in 4.366 seconds | ||
136 | +Platform modules already initialized, skipping | ||
137 | +Refreshing native plugins compatible for Editor in 0.64 ms, found 0 plugins. | ||
138 | +Preloading 0 native plugins for Editor in 0.00 ms. | ||
139 | +Unloading 1172 Unused Serialized files (Serialized files now loaded: 0) | ||
140 | +System memory in use before: 61.5 MB. | ||
141 | +System memory in use after: 61.6 MB. | ||
142 | + | ||
143 | +Unloading 5 unused Assets to reduce memory usage. Loaded Objects now: 1632. | ||
144 | +Total: 6.166200 ms (FindLiveObjects: 1.543500 ms CreateObjectMapping: 0.101400 ms MarkObjects: 4.363300 ms DeleteObjects: 0.154700 ms) | ||
106 | 145 | ||
107 | -AssetImportWorkerClient::OnTransportError - code=2 error=End of file | ... | ... |
1 | Using pre-set license | 1 | Using pre-set license |
2 | Built from '2020.3/staging' branch; Version is '2020.3.3f1 (76626098c1c4) revision 7758432'; Using compiler version '192528614'; Build Type 'Release' | 2 | Built from '2020.3/staging' branch; Version is '2020.3.3f1 (76626098c1c4) revision 7758432'; Using compiler version '192528614'; Build Type 'Release' |
3 | -OS: 'Windows 10 Home; OS build 19043.962; Version 2009; 64bit' Language: 'ko' Physical Memory: 3929 MB | 3 | +OS: 'Windows 10 Home; OS build 19043.985; Version 2009; 64bit' Language: 'ko' Physical Memory: 3929 MB |
4 | BatchMode: 1, IsHumanControllingUs: 0, StartBugReporterOnCrash: 0, Is64bit: 1, IsPro: 0 | 4 | BatchMode: 1, IsHumanControllingUs: 0, StartBugReporterOnCrash: 0, Is64bit: 1, IsPro: 0 |
5 | 5 | ||
6 | COMMAND LINE ARGUMENTS: | 6 | COMMAND LINE ARGUMENTS: |
... | @@ -15,11 +15,11 @@ C:/Users/CHUNG EUN SEO/Desktop/캡스톤디자인/JSH_Project1/src/unity/creatin | ... | @@ -15,11 +15,11 @@ C:/Users/CHUNG EUN SEO/Desktop/캡스톤디자인/JSH_Project1/src/unity/creatin |
15 | -logFile | 15 | -logFile |
16 | Logs/AssetImportWorker0.log | 16 | Logs/AssetImportWorker0.log |
17 | -srvPort | 17 | -srvPort |
18 | -53321 | 18 | +53845 |
19 | Successfully changed project path to: C:/Users/CHUNG EUN SEO/Desktop/캡스톤디자인/JSH_Project1/src/unity/creating-map | 19 | Successfully changed project path to: C:/Users/CHUNG EUN SEO/Desktop/캡스톤디자인/JSH_Project1/src/unity/creating-map |
20 | C:/Users/CHUNG EUN SEO/Desktop/캡스톤디자인/JSH_Project1/src/unity/creating-map | 20 | C:/Users/CHUNG EUN SEO/Desktop/캡스톤디자인/JSH_Project1/src/unity/creating-map |
21 | Using Asset Import Pipeline V2. | 21 | Using Asset Import Pipeline V2. |
22 | -Refreshing native plugins compatible for Editor in 117.64 ms, found 0 plugins. | 22 | +Refreshing native plugins compatible for Editor in 64.14 ms, found 0 plugins. |
23 | Preloading 0 native plugins for Editor in 0.00 ms. | 23 | Preloading 0 native plugins for Editor in 0.00 ms. |
24 | Initialize engine version: 2020.3.3f1 (76626098c1c4) | 24 | Initialize engine version: 2020.3.3f1 (76626098c1c4) |
25 | [Subsystems] Discovering subsystems at path C:/Program Files/Unity/Editor/Data/Resources/UnitySubsystems | 25 | [Subsystems] Discovering subsystems at path C:/Program Files/Unity/Editor/Data/Resources/UnitySubsystems |
... | @@ -35,619 +35,81 @@ Initialize mono | ... | @@ -35,619 +35,81 @@ Initialize mono |
35 | Mono path[0] = 'C:/Program Files/Unity/Editor/Data/Managed' | 35 | Mono path[0] = 'C:/Program Files/Unity/Editor/Data/Managed' |
36 | Mono path[1] = 'C:/Program Files/Unity/Editor/Data/MonoBleedingEdge/lib/mono/unityjit' | 36 | Mono path[1] = 'C:/Program Files/Unity/Editor/Data/MonoBleedingEdge/lib/mono/unityjit' |
37 | Mono config path = 'C:/Program Files/Unity/Editor/Data/MonoBleedingEdge/etc' | 37 | Mono config path = 'C:/Program Files/Unity/Editor/Data/MonoBleedingEdge/etc' |
38 | -Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56400 | 38 | +Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56284 |
39 | Begin MonoManager ReloadAssembly | 39 | Begin MonoManager ReloadAssembly |
40 | Registering precompiled unity dll's ... | 40 | Registering precompiled unity dll's ... |
41 | Register platform support module: C:/Program Files/Unity/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll | 41 | Register platform support module: C:/Program Files/Unity/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll |
42 | -Registered in 0.013707 seconds. | 42 | +Registered in 0.012433 seconds. |
43 | Native extension for WindowsStandalone target not found | 43 | Native extension for WindowsStandalone target not found |
44 | -Refreshing native plugins compatible for Editor in 56.30 ms, found 0 plugins. | 44 | +Refreshing native plugins compatible for Editor in 64.98 ms, found 0 plugins. |
45 | Preloading 0 native plugins for Editor in 0.00 ms. | 45 | Preloading 0 native plugins for Editor in 0.00 ms. |
46 | +Unable to find bridge dll in registry for Microsoft Visual Studio Tools for Unity for C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\devenv.exe | ||
46 | Invoked RoslynAnalysisRunner static constructor. | 47 | Invoked RoslynAnalysisRunner static constructor. |
47 | RoslynAnalysisRunner will not be running. | 48 | RoslynAnalysisRunner will not be running. |
48 | RoslynAnalysisRunner has terminated. | 49 | RoslynAnalysisRunner has terminated. |
49 | Mono: successfully reloaded assembly | 50 | Mono: successfully reloaded assembly |
50 | -- Completed reload, in 6.460 seconds | 51 | +- Completed reload, in 6.749 seconds |
51 | Platform modules already initialized, skipping | 52 | Platform modules already initialized, skipping |
52 | Registering precompiled user dll's ... | 53 | Registering precompiled user dll's ... |
53 | -Registered in 0.004211 seconds. | 54 | +Registered in 0.006398 seconds. |
54 | Begin MonoManager ReloadAssembly | 55 | Begin MonoManager ReloadAssembly |
55 | Native extension for WindowsStandalone target not found | 56 | Native extension for WindowsStandalone target not found |
56 | -Refreshing native plugins compatible for Editor in 0.88 ms, found 0 plugins. | 57 | +Refreshing native plugins compatible for Editor in 0.49 ms, found 0 plugins. |
57 | Preloading 0 native plugins for Editor in 0.00 ms. | 58 | Preloading 0 native plugins for Editor in 0.00 ms. |
58 | Invoked RoslynAnalysisRunner static constructor. | 59 | Invoked RoslynAnalysisRunner static constructor. |
59 | RoslynAnalysisRunner will not be running. | 60 | RoslynAnalysisRunner will not be running. |
60 | RoslynAnalysisRunner has terminated. | 61 | RoslynAnalysisRunner has terminated. |
61 | Mono: successfully reloaded assembly | 62 | Mono: successfully reloaded assembly |
62 | -- Completed reload, in 1.867 seconds | 63 | +- Completed reload, in 1.836 seconds |
63 | Platform modules already initialized, skipping | 64 | Platform modules already initialized, skipping |
64 | ======================================================================== | 65 | ======================================================================== |
65 | Worker process is ready to serve import requests | 66 | Worker process is ready to serve import requests |
66 | Launched and connected shader compiler UnityShaderCompiler.exe after 0.17 seconds | 67 | Launched and connected shader compiler UnityShaderCompiler.exe after 0.17 seconds |
67 | -Refreshing native plugins compatible for Editor in 0.60 ms, found 0 plugins. | 68 | +Refreshing native plugins compatible for Editor in 0.59 ms, found 0 plugins. |
68 | Preloading 0 native plugins for Editor in 0.00 ms. | 69 | Preloading 0 native plugins for Editor in 0.00 ms. |
69 | -Unloading 1122 Unused Serialized files (Serialized files now loaded: 0) | 70 | +Unloading 1178 Unused Serialized files (Serialized files now loaded: 0) |
70 | -System memory in use before: 59.4 MB. | 71 | +System memory in use before: 61.7 MB. |
71 | -System memory in use after: 59.4 MB. | 72 | +System memory in use after: 61.7 MB. |
72 | 73 | ||
73 | -Unloading 10 unused Assets to reduce memory usage. Loaded Objects now: 1570. | 74 | +Unloading 10 unused Assets to reduce memory usage. Loaded Objects now: 1626. |
74 | -Total: 7.334900 ms (FindLiveObjects: 0.309100 ms CreateObjectMapping: 0.111500 ms MarkObjects: 6.712800 ms DeleteObjects: 0.198500 ms) | 75 | +Total: 4.032200 ms (FindLiveObjects: 0.406200 ms CreateObjectMapping: 0.156200 ms MarkObjects: 3.250000 ms DeleteObjects: 0.216300 ms) |
75 | 76 | ||
76 | ======================================================================== | 77 | ======================================================================== |
77 | Received Import Request. | 78 | Received Import Request. |
78 | - path: Assets/RPGPP_LT/Textures/rpgpp_lt_tex_a.tga | 79 | + path: Assets/VIDE/Demos |
79 | - artifactKey: Guid(0bb174f69c9851a48b09bf7d8180c39e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) | 80 | + artifactKey: Guid(0cc302ea1985ce246ad1ee1e5dea7f69) Importer(815301076,1909f56bfc062723c751e8b465ee728b) |
80 | -Start importing Assets/RPGPP_LT/Textures/rpgpp_lt_tex_a.tga using Guid(0bb174f69c9851a48b09bf7d8180c39e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '2282a885b12784c9e6bf282c702e02f8') in 0.586124 seconds | 81 | +Start importing Assets/VIDE/Demos using Guid(0cc302ea1985ce246ad1ee1e5dea7f69) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '5dc8fe5c57c3c6cc857b38caa67caeda') in 0.018645 seconds |
81 | - Import took 0.597747 seconds . | 82 | + Import took 0.024870 seconds . |
82 | 83 | ||
83 | ======================================================================== | 84 | ======================================================================== |
84 | Received Import Request. | 85 | Received Import Request. |
85 | - Time since last request: 0.000812 seconds. | 86 | + Time since last request: 5.979103 seconds. |
86 | - path: Assets/RPGPP_LT/Materials/rpgpp_lt_sky_a.mat | 87 | + path: Assets/VIDE/Resources/Dialogues/CommentModifier.json |
87 | - artifactKey: Guid(ff33af19770dd3e489f9c65e388009fe) Importer(815301076,1909f56bfc062723c751e8b465ee728b) | 88 | + artifactKey: Guid(f607859e99cd42f41abe42e5411fbe74) Importer(815301076,1909f56bfc062723c751e8b465ee728b) |
88 | -Start importing Assets/RPGPP_LT/Materials/rpgpp_lt_sky_a.mat using Guid(ff33af19770dd3e489f9c65e388009fe) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'be2800c69bf62f15691dbfd44c8fc3fa') in 1.311534 seconds | 89 | +Start importing Assets/VIDE/Resources/Dialogues/CommentModifier.json using Guid(f607859e99cd42f41abe42e5411fbe74) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '6723163645e70c1754da247d2f9b4597') in 0.171686 seconds |
89 | - Import took 1.319584 seconds . | 90 | + Import took 0.176156 seconds . |
90 | - | ||
91 | -======================================================================== | ||
92 | -Received Import Request. | ||
93 | - Time since last request: 0.001074 seconds. | ||
94 | - path: Assets/RPGPP_LT/Materials/rpgpp_lt_mat_a.mat | ||
95 | - artifactKey: Guid(58d53420af384224ea4cfee8973d18cb) Importer(815301076,1909f56bfc062723c751e8b465ee728b) | ||
96 | -Start importing Assets/RPGPP_LT/Materials/rpgpp_lt_mat_a.mat using Guid(58d53420af384224ea4cfee8973d18cb) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'a49f8c59798e0b3710e60b6a7e8419a8') in 1.903503 seconds | ||
97 | - Import took 1.912271 seconds . | ||
98 | - | ||
99 | -======================================================================== | ||
100 | -Received Import Request. | ||
101 | - Time since last request: 0.000992 seconds. | ||
102 | - path: Assets/RPGPP_LT/Textures/rpgpp_lt_sky_a.tga | ||
103 | - artifactKey: Guid(5c4fa0e44769f8f46a06d96031e56a4e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) | ||
104 | -Start importing Assets/RPGPP_LT/Textures/rpgpp_lt_sky_a.tga using Guid(5c4fa0e44769f8f46a06d96031e56a4e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'd9d7ed9c7f6bc4021e84502ca1f22853') in 0.115832 seconds | ||
105 | - Import took 0.192525 seconds . | ||
106 | - | ||
107 | -======================================================================== | ||
108 | -Received Import Request. | ||
109 | - Time since last request: 0.000971 seconds. | ||
110 | - path: Assets/RPGPP_LT/Materials/rpgpp_lt_cloud_a.mat | ||
111 | - artifactKey: Guid(434bfd6528d84e643ade0d2cd5c6fe1b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) | ||
112 | -Start importing Assets/RPGPP_LT/Materials/rpgpp_lt_cloud_a.mat using Guid(434bfd6528d84e643ade0d2cd5c6fe1b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'aec94705d1c859e3b75746cf456bfa7a') in 0.443375 seconds | ||
113 | - Import took 0.450991 seconds . | ||
114 | - | ||
115 | -======================================================================== | ||
116 | -Received Import Request. | ||
117 | - Time since last request: 0.001053 seconds. | ||
118 | - path: Assets/RPGPP_LT/Materials/rpgpp_lt_tex_a.mat | ||
119 | - artifactKey: Guid(0ee6a137c07caef47bbfed29b2785304) Importer(815301076,1909f56bfc062723c751e8b465ee728b) | ||
120 | -Start importing Assets/RPGPP_LT/Materials/rpgpp_lt_tex_a.mat using Guid(0ee6a137c07caef47bbfed29b2785304) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '589b434cef4b0e00b64141fd3f639494') in 0.117017 seconds | ||
121 | - Import took 0.127548 seconds . | ||
122 | - | ||
123 | -======================================================================== | ||
124 | -Received Import Request. | ||
125 | - Time since last request: 1.369521 seconds. | ||
126 | - path: Assets/RPGPP_LT/Scene/rpgpp_lt_scene_1.0.unity | ||
127 | - artifactKey: Guid(d2809ab9b90eea7419d8d90d4c505d35) Importer(815301076,1909f56bfc062723c751e8b465ee728b) | ||
128 | -Start importing Assets/RPGPP_LT/Scene/rpgpp_lt_scene_1.0.unity using Guid(d2809ab9b90eea7419d8d90d4c505d35) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '6b30dd706a7b79d8232f3f919ebf655a') in 0.011828 seconds | ||
129 | - Import took 0.018517 seconds . | ||
130 | - | ||
131 | -======================================================================== | ||
132 | -Received Import Request. | ||
133 | - Time since last request: 0.021680 seconds. | ||
134 | - path: Assets/RPGPP_LT/Scene/rpgpp_lt_scene_1.0.unity | ||
135 | - artifactKey: Guid(d2809ab9b90eea7419d8d90d4c505d35) Importer(815301076,1909f56bfc062723c751e8b465ee728b) | ||
136 | -Start importing Assets/RPGPP_LT/Scene/rpgpp_lt_scene_1.0.unity using Guid(d2809ab9b90eea7419d8d90d4c505d35) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '6b30dd706a7b79d8232f3f919ebf655a') in 0.013110 seconds | ||
137 | - Import took 0.020414 seconds . | ||
138 | - | ||
139 | -======================================================================== | ||
140 | -Received Prepare | ||
141 | -Registering precompiled user dll's ... | ||
142 | -Registered in 0.005331 seconds. | ||
143 | -Begin MonoManager ReloadAssembly | ||
144 | -Native extension for WindowsStandalone target not found | ||
145 | -Refreshing native plugins compatible for Editor in 0.42 ms, found 0 plugins. | ||
146 | -Preloading 0 native plugins for Editor in 0.00 ms. | ||
147 | -Invoked RoslynAnalysisRunner static constructor. | ||
148 | -RoslynAnalysisRunner will not be running. | ||
149 | -RoslynAnalysisRunner has terminated. | ||
150 | -Mono: successfully reloaded assembly | ||
151 | -- Completed reload, in 2.517 seconds | ||
152 | -Platform modules already initialized, skipping | ||
153 | -Refreshing native plugins compatible for Editor in 1.45 ms, found 0 plugins. | ||
154 | -Preloading 0 native plugins for Editor in 0.00 ms. | ||
155 | -Unloading 1150 Unused Serialized files (Serialized files now loaded: 0) | ||
156 | -System memory in use before: 63.6 MB. | ||
157 | -System memory in use after: 63.7 MB. | ||
158 | - | ||
159 | -Unloading 5 unused Assets to reduce memory usage. Loaded Objects now: 1649. | ||
160 | -Total: 7.181200 ms (FindLiveObjects: 0.417600 ms CreateObjectMapping: 0.117200 ms MarkObjects: 6.280900 ms DeleteObjects: 0.362100 ms) | ||
161 | - | ||
162 | -======================================================================== | ||
163 | -Received Prepare | ||
164 | -Registering precompiled user dll's ... | ||
165 | -Registered in 0.008646 seconds. | ||
166 | -Begin MonoManager ReloadAssembly | ||
167 | -Native extension for WindowsStandalone target not found | ||
168 | -Refreshing native plugins compatible for Editor in 0.50 ms, found 0 plugins. | ||
169 | -Preloading 0 native plugins for Editor in 0.00 ms. | ||
170 | -Invoked RoslynAnalysisRunner static constructor. | ||
171 | -RoslynAnalysisRunner will not be running. | ||
172 | -RoslynAnalysisRunner has terminated. | ||
173 | -Mono: successfully reloaded assembly | ||
174 | -- Completed reload, in 1.868 seconds | ||
175 | -Platform modules already initialized, skipping | ||
176 | -Refreshing native plugins compatible for Editor in 0.63 ms, found 0 plugins. | ||
177 | -Preloading 0 native plugins for Editor in 0.00 ms. | ||
178 | -Unloading 1152 Unused Serialized files (Serialized files now loaded: 0) | ||
179 | -System memory in use before: 63.7 MB. | ||
180 | -System memory in use after: 63.8 MB. | ||
181 | - | ||
182 | -Unloading 5 unused Assets to reduce memory usage. Loaded Objects now: 1654. | ||
183 | -Total: 5.103200 ms (FindLiveObjects: 0.393100 ms CreateObjectMapping: 0.176900 ms MarkObjects: 4.351800 ms DeleteObjects: 0.178500 ms) | ||
184 | - | ||
185 | -======================================================================== | ||
186 | -Received Import Request. | ||
187 | - Time since last request: 531.188330 seconds. | ||
188 | - path: Assets/TopDown 2D RPG BE3/App Icon.png | ||
189 | - artifactKey: Guid(e15a0aaf619d8aa429bd091186fb29a2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) | ||
190 | -Start importing Assets/TopDown 2D RPG BE3/App Icon.png using Guid(e15a0aaf619d8aa429bd091186fb29a2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'ed45c713b1863b68a4b8669c8ef1296a') in 0.478870 seconds | ||
191 | - Import took 0.489622 seconds . | ||
192 | - | ||
193 | -======================================================================== | ||
194 | -Received Import Request. | ||
195 | - Time since last request: 0.000460 seconds. | ||
196 | - path: Assets/TopDown 2D RPG BE3/Readme.asset | ||
197 | - artifactKey: Guid(4ff280a9fdc784d46beb69b6da783245) Importer(815301076,1909f56bfc062723c751e8b465ee728b) | ||
198 | -Start importing Assets/TopDown 2D RPG BE3/Readme.asset using Guid(4ff280a9fdc784d46beb69b6da783245) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '14141579f85309e273514fa0390dfe29') in 0.074516 seconds | ||
199 | - Import took 0.079115 seconds . | ||
200 | - | ||
201 | -======================================================================== | ||
202 | -Received Import Request. | ||
203 | - Time since last request: 0.011583 seconds. | ||
204 | - path: Assets/TopDown 2D RPG BE3/Readme.asset | ||
205 | - artifactKey: Guid(4ff280a9fdc784d46beb69b6da783245) Importer(815301076,1909f56bfc062723c751e8b465ee728b) | ||
206 | -Start importing Assets/TopDown 2D RPG BE3/Readme.asset using Guid(4ff280a9fdc784d46beb69b6da783245) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '14141579f85309e273514fa0390dfe29') in 0.047875 seconds | ||
207 | - Import took 0.058471 seconds . | ||
208 | - | ||
209 | -======================================================================== | ||
210 | -Received Import Request. | ||
211 | - Time since last request: 283.295626 seconds. | ||
212 | - path: Assets/TopDown 2D RPG BE3/Sprites/NPC Portrait.png | ||
213 | - artifactKey: Guid(d79edf18a76e2654a9ac99f15de8b2b3) Importer(815301076,1909f56bfc062723c751e8b465ee728b) | ||
214 | -Start importing Assets/TopDown 2D RPG BE3/Sprites/NPC Portrait.png using Guid(d79edf18a76e2654a9ac99f15de8b2b3) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'a80b67b3823cfddeb451d11f46c9988f') in 0.246269 seconds | ||
215 | - Import took 0.298873 seconds . | ||
216 | - | ||
217 | -======================================================================== | ||
218 | -Received Import Request. | ||
219 | - Time since last request: 0.000722 seconds. | ||
220 | - path: Assets/TopDown 2D RPG BE3/Sprites/Tiles.png | ||
221 | - artifactKey: Guid(dc747d0a3cdf6594f9f275fdd2a48b4b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) | ||
222 | -Start importing Assets/TopDown 2D RPG BE3/Sprites/Tiles.png using Guid(dc747d0a3cdf6594f9f275fdd2a48b4b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'fa55c6a8810ce7327df1595e52d3590b') in 0.222919 seconds | ||
223 | - Import took 0.229404 seconds . | ||
224 | - | ||
225 | -======================================================================== | ||
226 | -Received Import Request. | ||
227 | - Time since last request: 0.000513 seconds. | ||
228 | - path: Assets/TopDown 2D RPG BE3/Sprites/NPC.png | ||
229 | - artifactKey: Guid(2f90eb840bd0cf4438d49759bc08d718) Importer(815301076,1909f56bfc062723c751e8b465ee728b) | ||
230 | -Start importing Assets/TopDown 2D RPG BE3/Sprites/NPC.png using Guid(2f90eb840bd0cf4438d49759bc08d718) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'd04456917d49789b90a212bace1acbb8') in 0.144673 seconds | ||
231 | - Import took 0.150615 seconds . | ||
232 | - | ||
233 | -======================================================================== | ||
234 | -Received Import Request. | ||
235 | - Time since last request: 0.000713 seconds. | ||
236 | - path: Assets/TopDown 2D RPG BE3/Sprites/Objects.png | ||
237 | - artifactKey: Guid(20d6cce5c7ac33b4e97f0f98a09aa347) Importer(815301076,1909f56bfc062723c751e8b465ee728b) | ||
238 | -Start importing Assets/TopDown 2D RPG BE3/Sprites/Objects.png using Guid(20d6cce5c7ac33b4e97f0f98a09aa347) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'b26c30eb798ef9487cc4c0019712d694') in 0.174295 seconds | ||
239 | - Import took 0.178515 seconds . | ||
240 | - | ||
241 | -======================================================================== | ||
242 | -Received Import Request. | ||
243 | - Time since last request: 0.000577 seconds. | ||
244 | - path: Assets/TopDown 2D RPG BE3/Sprites/Player.png | ||
245 | - artifactKey: Guid(23748c298f885bf4c89671f6d30f562b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) | ||
246 | -Start importing Assets/TopDown 2D RPG BE3/Sprites/Player.png using Guid(23748c298f885bf4c89671f6d30f562b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'd8655e8e62aedf189d7047668132cc96') in 0.115477 seconds | ||
247 | - Import took 0.119907 seconds . | ||
248 | - | ||
249 | -======================================================================== | ||
250 | -Received Import Request. | ||
251 | - Time since last request: 0.000654 seconds. | ||
252 | - path: Assets/TopDown 2D RPG BE3/Sprites/User Interface.png | ||
253 | - artifactKey: Guid(1c9bc0d104c01934da10d4333b9dc48b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) | ||
254 | -Start importing Assets/TopDown 2D RPG BE3/Sprites/User Interface.png using Guid(1c9bc0d104c01934da10d4333b9dc48b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '15318315e0e7b31f3d7496d6f11b861d') in 0.098364 seconds | ||
255 | - Import took 0.102414 seconds . | ||
256 | - | ||
257 | -======================================================================== | ||
258 | -Received Import Request. | ||
259 | - Time since last request: 31.608361 seconds. | ||
260 | - path: Assets/TopDown 2D RPG BE3/ReadMe/Icon.png | ||
261 | - artifactKey: Guid(71ded8f6cdc30b14aa6ff9cc311ed0c7) Importer(815301076,1909f56bfc062723c751e8b465ee728b) | ||
262 | -Start importing Assets/TopDown 2D RPG BE3/ReadMe/Icon.png using Guid(71ded8f6cdc30b14aa6ff9cc311ed0c7) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'b370022318aca8e5184781ac26b0a734') in 0.033785 seconds | ||
263 | - Import took 0.038459 seconds . | ||
264 | - | ||
265 | -======================================================================== | ||
266 | -Received Import Request. | ||
267 | - Time since last request: 84.162315 seconds. | ||
268 | - path: Assets/DDSystem/Demo/Graphic/BackGround.png | ||
269 | - artifactKey: Guid(cdd462abd453053419a990cea66008bb) Importer(815301076,1909f56bfc062723c751e8b465ee728b) | ||
270 | -Start importing Assets/DDSystem/Demo/Graphic/BackGround.png using Guid(cdd462abd453053419a990cea66008bb) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '8a7efb88a9ad732ca2d276460624d08e') in 0.121004 seconds | ||
271 | - Import took 0.126354 seconds . | ||
272 | - | ||
273 | -======================================================================== | ||
274 | -Received Import Request. | ||
275 | - Time since last request: 0.001679 seconds. | ||
276 | - path: Assets/City Pack/Sprites/Animations/BD001.png | ||
277 | - artifactKey: Guid(b79f22cd227d76c4b9c9986dcf0514f0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) | ||
278 | -Start importing Assets/City Pack/Sprites/Animations/BD001.png using Guid(b79f22cd227d76c4b9c9986dcf0514f0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'fdcfff1fa8fb88536b3b095818496fff') in 0.378113 seconds | ||
279 | - Import took 0.386780 seconds . | ||
280 | - | ||
281 | -======================================================================== | ||
282 | -Received Import Request. | ||
283 | - Time since last request: 0.004479 seconds. | ||
284 | - path: Assets/City Pack/Sprites/Animations/BD001.png | ||
285 | - artifactKey: Guid(b79f22cd227d76c4b9c9986dcf0514f0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) | ||
286 | -Start importing Assets/City Pack/Sprites/Animations/BD001.png using Guid(b79f22cd227d76c4b9c9986dcf0514f0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'fdcfff1fa8fb88536b3b095818496fff') in 0.165529 seconds | ||
287 | - Import took 0.171427 seconds . | ||
288 | - | ||
289 | -======================================================================== | ||
290 | -Received Import Request. | ||
291 | - Time since last request: 4.615784 seconds. | ||
292 | - path: Assets/City Pack/Sprites/Animations/BL001.png | ||
293 | - artifactKey: Guid(9c7711ccb0a37d744b6f5071d082d28c) Importer(815301076,1909f56bfc062723c751e8b465ee728b) | ||
294 | -Start importing Assets/City Pack/Sprites/Animations/BL001.png using Guid(9c7711ccb0a37d744b6f5071d082d28c) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '9b128b77eeb05f5d24b59017c75f44c9') in 0.167796 seconds | ||
295 | - Import took 0.173969 seconds . | ||
296 | - | ||
297 | -======================================================================== | ||
298 | -Received Import Request. | ||
299 | - Time since last request: 0.001298 seconds. | ||
300 | - path: Assets/City Pack/Sprites/CP_V1.0.4_nyknck/CP_V1.0.4.png | ||
301 | - artifactKey: Guid(2529f58c0f0f4784d925363eac539680) Importer(815301076,1909f56bfc062723c751e8b465ee728b) | ||
302 | -Start importing Assets/City Pack/Sprites/CP_V1.0.4_nyknck/CP_V1.0.4.png using Guid(2529f58c0f0f4784d925363eac539680) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '9ef157dd6ebfcd6d78d061c114add452') in 0.754845 seconds | ||
303 | - Import took 0.764125 seconds . | ||
304 | - | ||
305 | -======================================================================== | ||
306 | -Received Import Request. | ||
307 | - Time since last request: 3.091646 seconds. | ||
308 | - path: Assets/DDSystem/Demo/Graphic/Happy.png | ||
309 | - artifactKey: Guid(77fa19401d8472a498f2164bce0d7a4b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) | ||
310 | -Start importing Assets/DDSystem/Demo/Graphic/Happy.png using Guid(77fa19401d8472a498f2164bce0d7a4b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '3206580848516fcb6003ac1f9379815c') in 0.051516 seconds | ||
311 | - Import took 0.062994 seconds . | ||
312 | - | ||
313 | -======================================================================== | ||
314 | -Received Import Request. | ||
315 | - Time since last request: 0.172420 seconds. | ||
316 | - path: Assets/DDSystem/Demo/Graphic/Normal.png | ||
317 | - artifactKey: Guid(34f96a43c2ac0804b95b2e3ab9751332) Importer(815301076,1909f56bfc062723c751e8b465ee728b) | ||
318 | -Start importing Assets/DDSystem/Demo/Graphic/Normal.png using Guid(34f96a43c2ac0804b95b2e3ab9751332) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '8666254c015dbd359fbfef8744d2dabf') in 0.062781 seconds | ||
319 | - Import took 0.071328 seconds . | ||
320 | - | ||
321 | -======================================================================== | ||
322 | -Received Import Request. | ||
323 | - Time since last request: 0.141660 seconds. | ||
324 | - path: Assets/DDSystem/Demo/Graphic/Sa_Happy.png | ||
325 | - artifactKey: Guid(055c44a6ee790d743bcf692c99bfef6c) Importer(815301076,1909f56bfc062723c751e8b465ee728b) | ||
326 | -Start importing Assets/DDSystem/Demo/Graphic/Sa_Happy.png using Guid(055c44a6ee790d743bcf692c99bfef6c) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '312f4d525edc38fcdbf9d819df56efe4') in 0.088710 seconds | ||
327 | - Import took 0.094698 seconds . | ||
328 | - | ||
329 | -======================================================================== | ||
330 | -Received Import Request. | ||
331 | - Time since last request: 0.000749 seconds. | ||
332 | - path: Assets/DDSystem/Demo/Graphic/Sad.png | ||
333 | - artifactKey: Guid(8f01fa9aca81c9142a73bb0c759a88de) Importer(815301076,1909f56bfc062723c751e8b465ee728b) | ||
334 | -Start importing Assets/DDSystem/Demo/Graphic/Sad.png using Guid(8f01fa9aca81c9142a73bb0c759a88de) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '7e11b392c4d5d6b08512b23c5dc48c3f') in 0.098857 seconds | ||
335 | - Import took 0.472842 seconds . | ||
336 | - | ||
337 | -======================================================================== | ||
338 | -Received Import Request. | ||
339 | - Time since last request: 0.001143 seconds. | ||
340 | - path: Assets/City Pack/Sprites/Animations/SL001.png | ||
341 | - artifactKey: Guid(f5bd07fe5e2679644ace619c8df24f8a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) | ||
342 | -Start importing Assets/City Pack/Sprites/Animations/SL001.png using Guid(f5bd07fe5e2679644ace619c8df24f8a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '6aa64d7b638e3b16581b82c87c1279da') in 0.468170 seconds | ||
343 | - Import took 0.473241 seconds . | ||
344 | - | ||
345 | -======================================================================== | ||
346 | -Received Prepare | ||
347 | -Registering precompiled user dll's ... | ||
348 | -Registered in 0.004709 seconds. | ||
349 | -Begin MonoManager ReloadAssembly | ||
350 | -Native extension for WindowsStandalone target not found | ||
351 | -Refreshing native plugins compatible for Editor in 0.56 ms, found 0 plugins. | ||
352 | -Preloading 0 native plugins for Editor in 0.00 ms. | ||
353 | -Invoked RoslynAnalysisRunner static constructor. | ||
354 | -RoslynAnalysisRunner will not be running. | ||
355 | -RoslynAnalysisRunner has terminated. | ||
356 | -Mono: successfully reloaded assembly | ||
357 | -- Completed reload, in 3.629 seconds | ||
358 | -Platform modules already initialized, skipping | ||
359 | -Refreshing native plugins compatible for Editor in 24.02 ms, found 0 plugins. | ||
360 | -Preloading 0 native plugins for Editor in 0.00 ms. | ||
361 | -Unloading 1152 Unused Serialized files (Serialized files now loaded: 0) | ||
362 | -System memory in use before: 64.0 MB. | ||
363 | -System memory in use after: 64.1 MB. | ||
364 | - | ||
365 | -Unloading 5 unused Assets to reduce memory usage. Loaded Objects now: 1762. | ||
366 | -Total: 15.914800 ms (FindLiveObjects: 0.931100 ms CreateObjectMapping: 0.443800 ms MarkObjects: 13.710000 ms DeleteObjects: 0.813200 ms) | ||
367 | - | ||
368 | -======================================================================== | ||
369 | -Received Import Request. | ||
370 | - Time since last request: 1287.472444 seconds. | ||
371 | - path: Assets/DDSystem/Demo/Graphic/test02.PNG | ||
372 | - artifactKey: Guid(02ba6bee2195f46479dfe6cf1f0bf242) Importer(815301076,1909f56bfc062723c751e8b465ee728b) | ||
373 | -Start importing Assets/DDSystem/Demo/Graphic/test02.PNG using Guid(02ba6bee2195f46479dfe6cf1f0bf242) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '95b6a41704f341b198d3cf3b5e776848') in 0.208705 seconds | ||
374 | - Import took 0.216651 seconds . | ||
375 | - | ||
376 | -======================================================================== | ||
377 | -Received Prepare | ||
378 | -Registering precompiled user dll's ... | ||
379 | -Registered in 0.120953 seconds. | ||
380 | -Begin MonoManager ReloadAssembly | ||
381 | -Native extension for WindowsStandalone target not found | ||
382 | -Refreshing native plugins compatible for Editor in 0.41 ms, found 0 plugins. | ||
383 | -Preloading 0 native plugins for Editor in 0.00 ms. | ||
384 | -Invoked RoslynAnalysisRunner static constructor. | ||
385 | -RoslynAnalysisRunner will not be running. | ||
386 | -RoslynAnalysisRunner has terminated. | ||
387 | -Mono: successfully reloaded assembly | ||
388 | -- Completed reload, in 2.553 seconds | ||
389 | -Platform modules already initialized, skipping | ||
390 | -Refreshing native plugins compatible for Editor in 0.56 ms, found 0 plugins. | ||
391 | -Preloading 0 native plugins for Editor in 0.00 ms. | ||
392 | -Unloading 1152 Unused Serialized files (Serialized files now loaded: 0) | ||
393 | -System memory in use before: 64.1 MB. | ||
394 | -System memory in use after: 64.1 MB. | ||
395 | - | ||
396 | -Unloading 5 unused Assets to reduce memory usage. Loaded Objects now: 1766. | ||
397 | -Total: 4.947500 ms (FindLiveObjects: 0.574100 ms CreateObjectMapping: 0.238700 ms MarkObjects: 3.846700 ms DeleteObjects: 0.284600 ms) | ||
398 | - | ||
399 | -======================================================================== | ||
400 | -Received Import Request. | ||
401 | - Time since last request: 5294.221800 seconds. | ||
402 | - path: Assets/Avatars_Animations_Bible_Demo/Humanoid avatars/B06_Ch_04_Avatar.fbx | ||
403 | - artifactKey: Guid(7f1972951ac6fc345881da2aa3dc3442) Importer(815301076,1909f56bfc062723c751e8b465ee728b) | ||
404 | -Start importing Assets/Avatars_Animations_Bible_Demo/Humanoid avatars/B06_Ch_04_Avatar.fbx using Guid(7f1972951ac6fc345881da2aa3dc3442) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '339bb0854c614c1f20d81d8082b7e521') in 2.981763 seconds | ||
405 | - Import took 3.235916 seconds . | ||
406 | - | ||
407 | -======================================================================== | ||
408 | -Received Import Request. | ||
409 | - Time since last request: 0.002086 seconds. | ||
410 | - path: Assets/Avatars_Animations_Bible_Demo/Humanoid avatars/B25_Ch_04_Avatar.fbx | ||
411 | - artifactKey: Guid(df988c47aa443964a8924d60247c7a1c) Importer(815301076,1909f56bfc062723c751e8b465ee728b) | ||
412 | -Start importing Assets/Avatars_Animations_Bible_Demo/Humanoid avatars/B25_Ch_04_Avatar.fbx using Guid(df988c47aa443964a8924d60247c7a1c) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'c62490a1071448f29720a29125cbe8d0') in 0.117455 seconds | ||
413 | - Import took 0.126249 seconds . | ||
414 | - | ||
415 | -======================================================================== | ||
416 | -Received Import Request. | ||
417 | - Time since last request: 0.003244 seconds. | ||
418 | - path: Assets/Avatars_Animations_Bible_Demo/Humanoid avatars/B18_Ch_01_AvatarZombie.fbx | ||
419 | - artifactKey: Guid(2c7fb3d27117eeb4a9182ee87a7025b9) Importer(815301076,1909f56bfc062723c751e8b465ee728b) | ||
420 | -Start importing Assets/Avatars_Animations_Bible_Demo/Humanoid avatars/B18_Ch_01_AvatarZombie.fbx using Guid(2c7fb3d27117eeb4a9182ee87a7025b9) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'faf55813a01a593faad09931572b57aa') in 0.143775 seconds | ||
421 | - Import took 0.152091 seconds . | ||
422 | - | ||
423 | -======================================================================== | ||
424 | -Received Import Request. | ||
425 | - Time since last request: 0.001136 seconds. | ||
426 | - path: Assets/Avatars_Animations_Bible_Demo/Humanoid avatars/B12_Ch_02_Avatar.fbx | ||
427 | - artifactKey: Guid(30eacfcb4c137bf4a9aaa3266373bd9f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) | ||
428 | -Start importing Assets/Avatars_Animations_Bible_Demo/Humanoid avatars/B12_Ch_02_Avatar.fbx using Guid(30eacfcb4c137bf4a9aaa3266373bd9f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '613c007af9d8af7b3ce154701f5ab064') in 0.125888 seconds | ||
429 | - Import took 0.136426 seconds . | ||
430 | - | ||
431 | -======================================================================== | ||
432 | -Received Import Request. | ||
433 | - Time since last request: 0.000607 seconds. | ||
434 | - path: Assets/Avatars_Animations_Bible_Demo/Humanoid avatars/B20_Ch_01_Avatar.fbx | ||
435 | - artifactKey: Guid(3d15d42cbf37faf4cb25ebab81c2f973) Importer(815301076,1909f56bfc062723c751e8b465ee728b) | ||
436 | -Start importing Assets/Avatars_Animations_Bible_Demo/Humanoid avatars/B20_Ch_01_Avatar.fbx using Guid(3d15d42cbf37faf4cb25ebab81c2f973) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'd08106b4fe6bf7939721f9fa596f49be') in 0.121307 seconds | ||
437 | - Import took 0.126846 seconds . | ||
438 | 91 | ||
439 | ======================================================================== | 92 | ======================================================================== |
440 | Received Prepare | 93 | Received Prepare |
441 | Registering precompiled user dll's ... | 94 | Registering precompiled user dll's ... |
442 | -Registered in 0.006980 seconds. | 95 | +Registered in 0.005897 seconds. |
443 | Begin MonoManager ReloadAssembly | 96 | Begin MonoManager ReloadAssembly |
444 | Native extension for WindowsStandalone target not found | 97 | Native extension for WindowsStandalone target not found |
445 | -Refreshing native plugins compatible for Editor in 1.13 ms, found 0 plugins. | 98 | +Refreshing native plugins compatible for Editor in 0.68 ms, found 0 plugins. |
446 | Preloading 0 native plugins for Editor in 0.00 ms. | 99 | Preloading 0 native plugins for Editor in 0.00 ms. |
447 | Invoked RoslynAnalysisRunner static constructor. | 100 | Invoked RoslynAnalysisRunner static constructor. |
448 | RoslynAnalysisRunner will not be running. | 101 | RoslynAnalysisRunner will not be running. |
449 | RoslynAnalysisRunner has terminated. | 102 | RoslynAnalysisRunner has terminated. |
450 | Mono: successfully reloaded assembly | 103 | Mono: successfully reloaded assembly |
451 | -- Completed reload, in 3.917 seconds | 104 | +- Completed reload, in 4.292 seconds |
452 | Platform modules already initialized, skipping | 105 | Platform modules already initialized, skipping |
453 | -Refreshing native plugins compatible for Editor in 0.77 ms, found 0 plugins. | 106 | +Refreshing native plugins compatible for Editor in 0.62 ms, found 0 plugins. |
454 | Preloading 0 native plugins for Editor in 0.00 ms. | 107 | Preloading 0 native plugins for Editor in 0.00 ms. |
455 | -Unloading 1171 Unused Serialized files (Serialized files now loaded: 0) | 108 | +Unloading 1172 Unused Serialized files (Serialized files now loaded: 0) |
456 | -System memory in use before: 78.8 MB. | 109 | +System memory in use before: 61.5 MB. |
457 | -System memory in use after: 78.8 MB. | 110 | +System memory in use after: 61.6 MB. |
458 | - | ||
459 | -Unloading 5 unused Assets to reduce memory usage. Loaded Objects now: 1793. | ||
460 | -Total: 18.957200 ms (FindLiveObjects: 0.696400 ms CreateObjectMapping: 0.210100 ms MarkObjects: 15.902500 ms DeleteObjects: 2.143000 ms) | ||
461 | - | ||
462 | -======================================================================== | ||
463 | -Received Import Request. | ||
464 | - Time since last request: 1749.807987 seconds. | ||
465 | - path: Assets/VIDE/Data/Resources/Sprites/Capsule_Angry.jpg | ||
466 | - artifactKey: Guid(9e5eefef3b3fdff40a66f9c9db42ac9e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) | ||
467 | -Start importing Assets/VIDE/Data/Resources/Sprites/Capsule_Angry.jpg using Guid(9e5eefef3b3fdff40a66f9c9db42ac9e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '4b383baa684812643c9b6e086e359d7d') in 0.324901 seconds | ||
468 | - Import took 0.336021 seconds . | ||
469 | - | ||
470 | -======================================================================== | ||
471 | -Received Import Request. | ||
472 | - Time since last request: 0.001188 seconds. | ||
473 | - path: Assets/VIDE/Data/Resources/Sprites/Blue_2.jpg | ||
474 | - artifactKey: Guid(d54f1dfd3256b57488f3b348dca8b2bf) Importer(815301076,1909f56bfc062723c751e8b465ee728b) | ||
475 | -Start importing Assets/VIDE/Data/Resources/Sprites/Blue_2.jpg using Guid(d54f1dfd3256b57488f3b348dca8b2bf) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'd58faa8ba513d1d574a5c2a33a54a073') in 0.060844 seconds | ||
476 | - Import took 0.076655 seconds . | ||
477 | - | ||
478 | -======================================================================== | ||
479 | -Received Import Request. | ||
480 | - Time since last request: 49.673633 seconds. | ||
481 | - path: Assets/VIDE/Data/Resources/Sprites/Capsule_Josh.jpg | ||
482 | - artifactKey: Guid(93b2f40e970e7eb4cbee6cd846766f5f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) | ||
483 | -Start importing Assets/VIDE/Data/Resources/Sprites/Capsule_Josh.jpg using Guid(93b2f40e970e7eb4cbee6cd846766f5f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'f8fb22bee110de2a4135e73d5b478752') in 0.052277 seconds | ||
484 | - Import took 0.062593 seconds . | ||
485 | - | ||
486 | -======================================================================== | ||
487 | -Received Import Request. | ||
488 | - Time since last request: 0.001364 seconds. | ||
489 | - path: Assets/VIDE/Data/Resources/Sprites/Capsule_Sophie.jpg | ||
490 | - artifactKey: Guid(b125c913cebe86249bbefc6732d811db) Importer(815301076,1909f56bfc062723c751e8b465ee728b) | ||
491 | -Start importing Assets/VIDE/Data/Resources/Sprites/Capsule_Sophie.jpg using Guid(b125c913cebe86249bbefc6732d811db) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '89993a5fba375fa19c32e502c8c21da4') in 0.035436 seconds | ||
492 | - Import took 0.047432 seconds . | ||
493 | - | ||
494 | -======================================================================== | ||
495 | -Received Import Request. | ||
496 | - Time since last request: 0.000625 seconds. | ||
497 | - path: Assets/VIDE/Data/Resources/Sprites/Capsule_Player.jpg | ||
498 | - artifactKey: Guid(80fe9d6e5fdb5db4bb20bdd4f61d96fd) Importer(815301076,1909f56bfc062723c751e8b465ee728b) | ||
499 | -Start importing Assets/VIDE/Data/Resources/Sprites/Capsule_Player.jpg using Guid(80fe9d6e5fdb5db4bb20bdd4f61d96fd) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '25bc508a88d6cbbdd69b1a911536ff2a') in 0.072431 seconds | ||
500 | - Import took 0.083069 seconds . | ||
501 | 111 | ||
502 | -======================================================================== | 112 | +Unloading 5 unused Assets to reduce memory usage. Loaded Objects now: 1629. |
503 | -Received Import Request. | 113 | +Total: 6.604600 ms (FindLiveObjects: 0.394200 ms CreateObjectMapping: 0.139600 ms MarkObjects: 5.867400 ms DeleteObjects: 0.200400 ms) |
504 | - Time since last request: 0.000610 seconds. | ||
505 | - path: Assets/VIDE/Data/Resources/Sprites/Capsule_Normal.jpg | ||
506 | - artifactKey: Guid(c438947a01291e34db8ab2df540dc13a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) | ||
507 | -Start importing Assets/VIDE/Data/Resources/Sprites/Capsule_Normal.jpg using Guid(c438947a01291e34db8ab2df540dc13a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '1cea3082b3556f6714efff9ccf926e8c') in 0.112728 seconds | ||
508 | - Import took 0.124153 seconds . | ||
509 | - | ||
510 | -======================================================================== | ||
511 | -Received Import Request. | ||
512 | - Time since last request: 0.000948 seconds. | ||
513 | - path: Assets/VIDE/Data/Resources/Sprites/Capsule_Wowed.jpg | ||
514 | - artifactKey: Guid(8b547fe9d26af744cb624a90abcbc953) Importer(815301076,1909f56bfc062723c751e8b465ee728b) | ||
515 | -Start importing Assets/VIDE/Data/Resources/Sprites/Capsule_Wowed.jpg using Guid(8b547fe9d26af744cb624a90abcbc953) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '40142aea113b2710ddb7638574e2cbdb') in 0.040715 seconds | ||
516 | - Import took 0.045349 seconds . | ||
517 | - | ||
518 | -======================================================================== | ||
519 | -Received Import Request. | ||
520 | - Time since last request: 2.195450 seconds. | ||
521 | - path: Assets/VIDE/Data/Resources/Sprites/Item.jpg | ||
522 | - artifactKey: Guid(3ee04ceb05556014984f5cfa5767a2fa) Importer(815301076,1909f56bfc062723c751e8b465ee728b) | ||
523 | -Start importing Assets/VIDE/Data/Resources/Sprites/Item.jpg using Guid(3ee04ceb05556014984f5cfa5767a2fa) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '7607c618daf54f0ef668246fe02b8fd5') in 0.183020 seconds | ||
524 | - Import took 0.275122 seconds . | ||
525 | - | ||
526 | -======================================================================== | ||
527 | -Received Import Request. | ||
528 | - Time since last request: 7.872013 seconds. | ||
529 | - path: Assets/VIDE/Data/Resources/fl_english.jpg | ||
530 | - artifactKey: Guid(13d229cf51f3f3f47ac4fb7963719d10) Importer(815301076,1909f56bfc062723c751e8b465ee728b) | ||
531 | -Start importing Assets/VIDE/Data/Resources/fl_english.jpg using Guid(13d229cf51f3f3f47ac4fb7963719d10) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '29b525ab7c88a4b83565b36dd789df63') in 1.301311 seconds | ||
532 | - Import took 1.312951 seconds . | ||
533 | - | ||
534 | -======================================================================== | ||
535 | -Received Import Request. | ||
536 | - Time since last request: 0.000816 seconds. | ||
537 | - path: Assets/VIDE/Data/Resources/fl_spanish.jpg | ||
538 | - artifactKey: Guid(e032c91ede25e0140812f8b0b5ceb22b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) | ||
539 | -Start importing Assets/VIDE/Data/Resources/fl_spanish.jpg using Guid(e032c91ede25e0140812f8b0b5ceb22b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '776e065259c9c970e9c0985d535446e6') in 0.047453 seconds | ||
540 | - Import took 0.056105 seconds . | ||
541 | - | ||
542 | -======================================================================== | ||
543 | -Received Import Request. | ||
544 | - Time since last request: 0.004410 seconds. | ||
545 | - path: Assets/VIDE/Data/Resources/fl_french.jpg | ||
546 | - artifactKey: Guid(386589efb5fbf274590df95f4eca2846) Importer(815301076,1909f56bfc062723c751e8b465ee728b) | ||
547 | -Start importing Assets/VIDE/Data/Resources/fl_french.jpg using Guid(386589efb5fbf274590df95f4eca2846) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '70b62d47f5d89e5f6ccbca85b96c1058') in 0.057093 seconds | ||
548 | - Import took 0.063123 seconds . | ||
549 | - | ||
550 | -======================================================================== | ||
551 | -Received Import Request. | ||
552 | - Time since last request: 9.284848 seconds. | ||
553 | - path: Assets/VIDE/Data/Resources/Sprites/Blue_1.jpg | ||
554 | - artifactKey: Guid(84a9114ab28f94e469a62b9feae04bf0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) | ||
555 | -Start importing Assets/VIDE/Data/Resources/Sprites/Blue_1.jpg using Guid(84a9114ab28f94e469a62b9feae04bf0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'c477635ca160c5386087fedcd89f2d33') in 0.470344 seconds | ||
556 | - Import took 0.586098 seconds . | ||
557 | - | ||
558 | -======================================================================== | ||
559 | -Received Import Request. | ||
560 | - Time since last request: 352.775992 seconds. | ||
561 | - path: Assets/VIDE/Data/assignIcon.png | ||
562 | - artifactKey: Guid(17e4c23917a8d1b448cfc8223c092c78) Importer(815301076,1909f56bfc062723c751e8b465ee728b) | ||
563 | -Start importing Assets/VIDE/Data/assignIcon.png using Guid(17e4c23917a8d1b448cfc8223c092c78) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '392ea53f42f2d8b5fc6a174e0c51539f') in 0.185829 seconds | ||
564 | - Import took 0.425048 seconds . | ||
565 | - | ||
566 | -======================================================================== | ||
567 | -Received Import Request. | ||
568 | - Time since last request: 0.004295 seconds. | ||
569 | - path: Assets/VIDE/Data/DiagDataIcon.png | ||
570 | - artifactKey: Guid(23b2090b735db3f46a53cb2741368b81) Importer(815301076,1909f56bfc062723c751e8b465ee728b) | ||
571 | -Start importing Assets/VIDE/Data/DiagDataIcon.png using Guid(23b2090b735db3f46a53cb2741368b81) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'fb68e66dbdcc7f3da44b18b8b1579608') in 0.069329 seconds | ||
572 | - Import took 0.076070 seconds . | ||
573 | - | ||
574 | -======================================================================== | ||
575 | -Received Import Request. | ||
576 | - Time since last request: 0.000682 seconds. | ||
577 | - path: Assets/VIDE/Data/skinBoxText.png | ||
578 | - artifactKey: Guid(83ee4a513d59e744cb89e21b719cf9a7) Importer(815301076,1909f56bfc062723c751e8b465ee728b) | ||
579 | -Start importing Assets/VIDE/Data/skinBoxText.png using Guid(83ee4a513d59e744cb89e21b719cf9a7) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'a76b2a4218018e46906bfa05d3a26182') in 0.062295 seconds | ||
580 | - Import took 0.068542 seconds . | ||
581 | - | ||
582 | -======================================================================== | ||
583 | -Received Import Request. | ||
584 | - Time since last request: 0.000416 seconds. | ||
585 | - path: Assets/VIDE/Data/DiagDataIcon.png | ||
586 | - artifactKey: Guid(23b2090b735db3f46a53cb2741368b81) Importer(815301076,1909f56bfc062723c751e8b465ee728b) | ||
587 | -Start importing Assets/VIDE/Data/DiagDataIcon.png using Guid(23b2090b735db3f46a53cb2741368b81) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'fb68e66dbdcc7f3da44b18b8b1579608') in 0.024898 seconds | ||
588 | - Import took 0.030205 seconds . | ||
589 | - | ||
590 | -======================================================================== | ||
591 | -Received Import Request. | ||
592 | - Time since last request: 0.000434 seconds. | ||
593 | - path: Assets/VIDE/Data/newNode.png | ||
594 | - artifactKey: Guid(aabb01e3800b2d14a98d38b0b311366f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) | ||
595 | -Start importing Assets/VIDE/Data/newNode.png using Guid(aabb01e3800b2d14a98d38b0b311366f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '9e2d74b4cebaf1509a2312d652f6048a') in 0.107966 seconds | ||
596 | - Import took 0.126874 seconds . | ||
597 | - | ||
598 | -======================================================================== | ||
599 | -Received Import Request. | ||
600 | - Time since last request: 0.000785 seconds. | ||
601 | - path: Assets/VIDE/Data/twit.jpg | ||
602 | - artifactKey: Guid(db6601d97b6d2394e98df8794f1805ec) Importer(815301076,1909f56bfc062723c751e8b465ee728b) | ||
603 | -Start importing Assets/VIDE/Data/twit.jpg using Guid(db6601d97b6d2394e98df8794f1805ec) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '59707a09f68725fbd1b5fa2d1ec2043c') in 0.057308 seconds | ||
604 | - Import took 0.073924 seconds . | ||
605 | - | ||
606 | -======================================================================== | ||
607 | -Received Import Request. | ||
608 | - Time since last request: 0.000646 seconds. | ||
609 | - path: Assets/VIDE/Data/mmSpr.png | ||
610 | - artifactKey: Guid(0f34330d9ebfd7d4baf1075e5f07b82f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) | ||
611 | -Start importing Assets/VIDE/Data/mmSpr.png using Guid(0f34330d9ebfd7d4baf1075e5f07b82f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'b2163fc50450e689f7d094ee8c100fad') in 0.066779 seconds | ||
612 | - Import took 0.075104 seconds . | ||
613 | - | ||
614 | -======================================================================== | ||
615 | -Received Import Request. | ||
616 | - Time since last request: 0.000682 seconds. | ||
617 | - path: Assets/VIDE/Data/skinBox.png | ||
618 | - artifactKey: Guid(0a536559198576e45a0c74e2133909cc) Importer(815301076,1909f56bfc062723c751e8b465ee728b) | ||
619 | -Start importing Assets/VIDE/Data/skinBox.png using Guid(0a536559198576e45a0c74e2133909cc) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '3126e9110dab000e615365599fdd3214') in 0.067941 seconds | ||
620 | - Import took 0.075196 seconds . | ||
621 | - | ||
622 | -======================================================================== | ||
623 | -Received Import Request. | ||
624 | - Time since last request: 0.000488 seconds. | ||
625 | - path: Assets/VIDE/Data/mmSprWhite.png | ||
626 | - artifactKey: Guid(800ee521c9306f441ac01cdc69797db0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) | ||
627 | -Start importing Assets/VIDE/Data/mmSprWhite.png using Guid(800ee521c9306f441ac01cdc69797db0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '652cbe1b303f0375897aab5551a72711') in 0.066420 seconds | ||
628 | - Import took 0.070540 seconds . | ||
629 | - | ||
630 | -======================================================================== | ||
631 | -Received Import Request. | ||
632 | - Time since last request: 0.000767 seconds. | ||
633 | - path: Assets/VIDE/Data/newNode2.png | ||
634 | - artifactKey: Guid(f56ae2b4239a65843980c15e02f875e2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) | ||
635 | -Start importing Assets/VIDE/Data/newNode2.png using Guid(f56ae2b4239a65843980c15e02f875e2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '7b1d56da615aedb13d25c761bae29581') in 0.065644 seconds | ||
636 | - Import took 0.076414 seconds . | ||
637 | - | ||
638 | -======================================================================== | ||
639 | -Received Import Request. | ||
640 | - Time since last request: 0.000579 seconds. | ||
641 | - path: Assets/VIDE/Data/lineIcon.png | ||
642 | - artifactKey: Guid(b66a1365345845342b9cb847d0b18d97) Importer(815301076,1909f56bfc062723c751e8b465ee728b) | ||
643 | -Start importing Assets/VIDE/Data/lineIcon.png using Guid(b66a1365345845342b9cb847d0b18d97) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'af41f5d0507f2a4b41f3e18c78de4488') in 0.060331 seconds | ||
644 | - Import took 0.067021 seconds . | ||
645 | - | ||
646 | -======================================================================== | ||
647 | -Received Import Request. | ||
648 | - Time since last request: 1.690580 seconds. | ||
649 | - path: Assets/VIDE/Data/windowStyle.png | ||
650 | - artifactKey: Guid(6509249c536ddaf44901ac44ff688a2a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) | ||
651 | -Start importing Assets/VIDE/Data/windowStyle.png using Guid(6509249c536ddaf44901ac44ff688a2a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'aec7035cd72a12ee1b51535a067629bf') in 0.024806 seconds | ||
652 | - Import took 0.030219 seconds . | ||
653 | 114 | ||
115 | +AssetImportWorkerClient::OnTransportError - code=2 error=End of file | ... | ... |
1 | Base path: 'C:/Program Files/Unity/Editor/Data', plugins path 'C:/Program Files/Unity/Editor/Data/PlaybackEngines' | 1 | Base path: 'C:/Program Files/Unity/Editor/Data', plugins path 'C:/Program Files/Unity/Editor/Data/PlaybackEngines' |
2 | Cmd: initializeCompiler | 2 | Cmd: initializeCompiler |
3 | 3 | ||
4 | -Cmd: initializeCompiler | ||
5 | - | ... | ... |
1 | Base path: 'C:/Program Files/Unity/Editor/Data', plugins path 'C:/Program Files/Unity/Editor/Data/PlaybackEngines' | 1 | Base path: 'C:/Program Files/Unity/Editor/Data', plugins path 'C:/Program Files/Unity/Editor/Data/PlaybackEngines' |
2 | Cmd: initializeCompiler | 2 | Cmd: initializeCompiler |
3 | 3 | ||
4 | -Cmd: initializeCompiler | ||
5 | - | ||
6 | -Cmd: compileSnippet | ||
7 | - insize=1489 path=Assets/DefaultResourcesExtra cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=5 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR UNITY_PASS_FORWARDBASE uKW=DIRECTIONAL LIGHTPROBE_SH FOG_LINEAR _METALLICGLOSSMAP dKW=FOG_EXP FOG_EXP2 INSTANCING_ON _NORMALMAP _ALPHATEST_ON _ALPHABLEND_ON _ALPHAPREMULTIPLY_ON _PARALLAXMAP SHADOWS_SHADOWMASK DYNAMICLIGHTMAP_ON LIGHTMAP_ON LIGHTMAP_SHADOW_MIXING DIRLIGHTMAP_COMBINED SHADOWS_SCREEN VERTEXLIGHT_ON UNITY_NO_DXT5nm UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 flags=0 lang=0 type=Vertex platform=d3d11 reqs=227 mask=6 start=68 ok=1 outsize=1914 | ||
8 | - | ||
9 | -Cmd: compileSnippet | ||
10 | - insize=1489 path=Assets/DefaultResourcesExtra cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=5 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR UNITY_PASS_FORWARDBASE uKW=DIRECTIONAL LIGHTPROBE_SH FOG_LINEAR _EMISSION _METALLICGLOSSMAP dKW=FOG_EXP FOG_EXP2 INSTANCING_ON _NORMALMAP _ALPHATEST_ON _ALPHABLEND_ON _ALPHAPREMULTIPLY_ON _DETAIL_MULX2 _SMOOTHNESS_TEXTURE_ALBEDO_CHANNEL_A _SPECULARHIGHLIGHTS_OFF _GLOSSYREFLECTIONS_OFF _PARALLAXMAP SHADOWS_SHADOWMASK DYNAMICLIGHTMAP_ON LIGHTMAP_ON LIGHTMAP_SHADOW_MIXING DIRLIGHTMAP_COMBINED SHADOWS_SCREEN UNITY_NO_DXT5nm UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 flags=0 lang=0 type=Fragment platform=d3d11 reqs=227 mask=6 start=68 ok=1 outsize=7266 | ||
11 | - | ||
12 | -Cmd: compileSnippet | ||
13 | - insize=1489 path=Assets/DefaultResourcesExtra cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=5 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR UNITY_PASS_FORWARDBASE uKW=DIRECTIONAL LIGHTPROBE_SH FOG_LINEAR _ALPHATEST_ON _METALLICGLOSSMAP dKW=FOG_EXP FOG_EXP2 INSTANCING_ON _NORMALMAP _ALPHABLEND_ON _ALPHAPREMULTIPLY_ON _PARALLAXMAP SHADOWS_SHADOWMASK DYNAMICLIGHTMAP_ON LIGHTMAP_ON LIGHTMAP_SHADOW_MIXING DIRLIGHTMAP_COMBINED SHADOWS_SCREEN VERTEXLIGHT_ON UNITY_NO_DXT5nm UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 flags=0 lang=0 type=Vertex platform=d3d11 reqs=227 mask=6 start=68 ok=1 outsize=1914 | ||
14 | - | ||
15 | -Cmd: compileSnippet | ||
16 | - insize=1489 path=Assets/DefaultResourcesExtra cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=5 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR UNITY_PASS_FORWARDBASE uKW=DIRECTIONAL SHADOWS_SCREEN LIGHTPROBE_SH FOG_LINEAR _EMISSION dKW=FOG_EXP FOG_EXP2 INSTANCING_ON _NORMALMAP _ALPHATEST_ON _ALPHABLEND_ON _ALPHAPREMULTIPLY_ON _METALLICGLOSSMAP _DETAIL_MULX2 _SMOOTHNESS_TEXTURE_ALBEDO_CHANNEL_A _SPECULARHIGHLIGHTS_OFF _GLOSSYREFLECTIONS_OFF _PARALLAXMAP SHADOWS_SHADOWMASK DYNAMICLIGHTMAP_ON LIGHTMAP_ON LIGHTMAP_SHADOW_MIXING DIRLIGHTMAP_COMBINED UNITY_NO_DXT5nm UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 flags=0 lang=0 type=Fragment platform=d3d11 reqs=227 mask=6 start=68 ok=1 outsize=7554 | ||
17 | - | ... | ... |
1 | Base path: 'C:/Program Files/Unity/Editor/Data', plugins path 'C:/Program Files/Unity/Editor/Data/PlaybackEngines' | 1 | Base path: 'C:/Program Files/Unity/Editor/Data', plugins path 'C:/Program Files/Unity/Editor/Data/PlaybackEngines' |
2 | Cmd: initializeCompiler | 2 | Cmd: initializeCompiler |
3 | 3 | ||
4 | -Cmd: initializeCompiler | ||
5 | - | ||
6 | -Cmd: compileSnippet | ||
7 | - insize=1485 path=Assets/DefaultResourcesExtra cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=5 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR UNITY_PASS_FORWARDBASE uKW=DIRECTIONAL LIGHTPROBE_SH FOG_LINEAR _NORMALMAP _SPECGLOSSMAP dKW=_EMISSION FOG_EXP FOG_EXP2 INSTANCING_ON _ALPHATEST_ON _ALPHABLEND_ON _ALPHAPREMULTIPLY_ON _DETAIL_MULX2 _SMOOTHNESS_TEXTURE_ALBEDO_CHANNEL_A _SPECULARHIGHLIGHTS_OFF _GLOSSYREFLECTIONS_OFF _PARALLAXMAP SHADOWS_SHADOWMASK DYNAMICLIGHTMAP_ON LIGHTMAP_ON LIGHTMAP_SHADOW_MIXING DIRLIGHTMAP_COMBINED SHADOWS_SCREEN UNITY_NO_DXT5nm UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 flags=0 lang=0 type=Fragment platform=d3d11 reqs=227 mask=6 start=67 ok=1 outsize=7474 | ||
8 | - | ||
9 | -Cmd: compileSnippet | ||
10 | - insize=17274 path=Assets/DefaultResourcesExtra/Mobile cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=5 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR UNITY_PASS_FORWARDBASE uKW=DIRECTIONAL LIGHTPROBE_SH FOG_LINEAR dKW=INSTANCING_ON FOG_EXP FOG_EXP2 SHADOWS_SHADOWMASK DYNAMICLIGHTMAP_ON LIGHTMAP_ON LIGHTMAP_SHADOW_MIXING DIRLIGHTMAP_COMBINED SHADOWS_SCREEN VERTEXLIGHT_ON UNITY_NO_DXT5nm UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 flags=0 lang=0 type=Vertex platform=d3d11 reqs=33 mask=6 start=23 ok=1 outsize=2142 | ||
11 | - | ||
12 | -Cmd: compileSnippet | ||
13 | - insize=17274 path=Assets/DefaultResourcesExtra/Mobile cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=5 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR UNITY_PASS_FORWARDBASE uKW=DIRECTIONAL LIGHTPROBE_SH FOG_LINEAR dKW=INSTANCING_ON FOG_EXP FOG_EXP2 SHADOWS_SHADOWMASK DYNAMICLIGHTMAP_ON LIGHTMAP_ON LIGHTMAP_SHADOW_MIXING DIRLIGHTMAP_COMBINED SHADOWS_SCREEN UNITY_NO_DXT5nm UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 flags=0 lang=0 type=Fragment platform=d3d11 reqs=33 mask=6 start=23 ok=1 outsize=1402 | ||
14 | - | ... | ... |
1 | Base path: 'C:/Program Files/Unity/Editor/Data', plugins path 'C:/Program Files/Unity/Editor/Data/PlaybackEngines' | 1 | Base path: 'C:/Program Files/Unity/Editor/Data', plugins path 'C:/Program Files/Unity/Editor/Data/PlaybackEngines' |
2 | Cmd: initializeCompiler | 2 | Cmd: initializeCompiler |
3 | 3 | ||
4 | -Cmd: initializeCompiler | ||
5 | - | ||
6 | -Cmd: compileSnippet | ||
7 | - insize=1485 path=Assets/DefaultResourcesExtra cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=5 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR UNITY_PASS_FORWARDBASE uKW=DIRECTIONAL LIGHTPROBE_SH FOG_LINEAR _NORMALMAP _SPECGLOSSMAP dKW=FOG_EXP FOG_EXP2 INSTANCING_ON _ALPHATEST_ON _ALPHABLEND_ON _ALPHAPREMULTIPLY_ON _PARALLAXMAP SHADOWS_SHADOWMASK DYNAMICLIGHTMAP_ON LIGHTMAP_ON LIGHTMAP_SHADOW_MIXING DIRLIGHTMAP_COMBINED SHADOWS_SCREEN VERTEXLIGHT_ON UNITY_NO_DXT5nm UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 flags=0 lang=0 type=Vertex platform=d3d11 reqs=227 mask=6 start=67 ok=1 outsize=2274 | ||
8 | - | ||
9 | -Cmd: compileSnippet | ||
10 | - insize=1489 path=Assets/DefaultResourcesExtra cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=5 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR UNITY_PASS_FORWARDBASE uKW=DIRECTIONAL LIGHTPROBE_SH FOG_LINEAR _METALLICGLOSSMAP dKW=_EMISSION FOG_EXP FOG_EXP2 INSTANCING_ON _NORMALMAP _ALPHATEST_ON _ALPHABLEND_ON _ALPHAPREMULTIPLY_ON _DETAIL_MULX2 _SMOOTHNESS_TEXTURE_ALBEDO_CHANNEL_A _SPECULARHIGHLIGHTS_OFF _GLOSSYREFLECTIONS_OFF _PARALLAXMAP SHADOWS_SHADOWMASK DYNAMICLIGHTMAP_ON LIGHTMAP_ON LIGHTMAP_SHADOW_MIXING DIRLIGHTMAP_COMBINED SHADOWS_SCREEN UNITY_NO_DXT5nm UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 flags=0 lang=0 type=Fragment platform=d3d11 reqs=227 mask=6 start=68 ok=1 outsize=7162 | ||
11 | - | ||
12 | -Cmd: compileSnippet | ||
13 | - insize=1489 path=Assets/DefaultResourcesExtra cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=5 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR UNITY_PASS_FORWARDBASE uKW=DIRECTIONAL LIGHTPROBE_SH FOG_LINEAR _ALPHATEST_ON _METALLICGLOSSMAP dKW=_EMISSION FOG_EXP FOG_EXP2 INSTANCING_ON _NORMALMAP _ALPHABLEND_ON _ALPHAPREMULTIPLY_ON _DETAIL_MULX2 _SMOOTHNESS_TEXTURE_ALBEDO_CHANNEL_A _SPECULARHIGHLIGHTS_OFF _GLOSSYREFLECTIONS_OFF _PARALLAXMAP SHADOWS_SHADOWMASK DYNAMICLIGHTMAP_ON LIGHTMAP_ON LIGHTMAP_SHADOW_MIXING DIRLIGHTMAP_COMBINED SHADOWS_SCREEN UNITY_NO_DXT5nm UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 flags=0 lang=0 type=Fragment platform=d3d11 reqs=227 mask=6 start=68 ok=1 outsize=7250 | ||
14 | - | ... | ... |
src/unity/creating-map/UpgradeLog.htm
0 → 100644
No preview for this file type
src/unity/creating-map/creating-map.sln
0 → 100644
1 | + | ||
2 | +Microsoft Visual Studio Solution File, Format Version 12.00 | ||
3 | +# Visual Studio 15 | ||
4 | +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp", "Assembly-CSharp.csproj", "{60310D78-8B7A-FABB-FD83-119000786342}" | ||
5 | +EndProject | ||
6 | +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp-Editor", "Assembly-CSharp-Editor.csproj", "{E151A80B-4015-8B74-3038-60EA22E7A25E}" | ||
7 | +EndProject | ||
8 | +Global | ||
9 | + GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
10 | + Debug|Any CPU = Debug|Any CPU | ||
11 | + Release|Any CPU = Release|Any CPU | ||
12 | + EndGlobalSection | ||
13 | + GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
14 | + {60310D78-8B7A-FABB-FD83-119000786342}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
15 | + {60310D78-8B7A-FABB-FD83-119000786342}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
16 | + {60310D78-8B7A-FABB-FD83-119000786342}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
17 | + {60310D78-8B7A-FABB-FD83-119000786342}.Release|Any CPU.Build.0 = Release|Any CPU | ||
18 | + {E151A80B-4015-8B74-3038-60EA22E7A25E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
19 | + {E151A80B-4015-8B74-3038-60EA22E7A25E}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
20 | + {E151A80B-4015-8B74-3038-60EA22E7A25E}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
21 | + {E151A80B-4015-8B74-3038-60EA22E7A25E}.Release|Any CPU.Build.0 = Release|Any CPU | ||
22 | + EndGlobalSection | ||
23 | + GlobalSection(SolutionProperties) = preSolution | ||
24 | + HideSolutionNode = FALSE | ||
25 | + EndGlobalSection | ||
26 | +EndGlobal |
-
Please register or login to post a comment