├── Assembly-CSharp-Editor-firstpass.csproj ├── Assembly-CSharp-Editor.csproj ├── Assembly-CSharp-firstpass.csproj ├── Assembly-CSharp.csproj ├── LICENSE ├── Logs └── Packages-Update.log ├── NavMeshComponents.csproj ├── NavMeshComponentsEditor.csproj ├── PackageManagerCheck.csproj ├── Packages └── manifest.json ├── Packt Example.sln ├── ProjectSettings ├── AudioManager.asset ├── ClusterInputManager.asset ├── DynamicsManager.asset ├── EditorBuildSettings.asset ├── EditorSettings.asset ├── GraphicsSettings.asset ├── InputManager.asset ├── NavMeshAreas.asset ├── Physics2DSettings.asset ├── PresetManager.asset ├── ProjectSettings.asset ├── ProjectVersion.txt ├── QualitySettings.asset ├── TagManager.asset ├── TimeManager.asset ├── UnityConnectSettings.asset ├── VFXManager.asset └── XRSettings.asset ├── README.md ├── SimpleSFXRuntime.csproj ├── Skybox3DRuntime.csproj ├── WorldBuildingRuntime.csproj └── obj └── Debug ├── Assembly-CSharp-Editor-firstpass.csprojAssemblyReference.cache ├── Assembly-CSharp-Editor.csprojAssemblyReference.cache ├── Assembly-CSharp-firstpass.csprojAssemblyReference.cache ├── Assembly-CSharp.csprojAssemblyReference.cache ├── NavMeshComponents.csprojAssemblyReference.cache ├── NavMeshComponentsEditor.csprojAssemblyReference.cache ├── PackageManagerCheck.csprojAssemblyReference.cache ├── SimpleSFXRuntime.csprojAssemblyReference.cache ├── Skybox3DRuntime.csprojAssemblyReference.cache └── WorldBuildingRuntime.csprojAssemblyReference.cache /Assembly-CSharp.csproj: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | latest 5 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Tools/RoslynScripts 6 | unity_csc.sh 7 | 8 | 9 | Debug 10 | AnyCPU 11 | 10.0.20506 12 | 2.0 13 | 14 | {CD061324-23F1-2E5E-0E9F-AC79ABC258F2} 15 | Library 16 | Properties 17 | Assembly-CSharp 18 | v4.7.1 19 | 512 20 | . 21 | 22 | 23 | true 24 | full 25 | false 26 | Temp\bin\Debug\ 27 | DEBUG;TRACE;UNITY_2019_1_0;UNITY_2019_1;UNITY_2019;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_2019_1_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_DUCK_TYPING;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_SPRITES;ENABLE_GRID;ENABLE_TILEMAP;ENABLE_TERRAIN;ENABLE_TEXTURE_STREAMING;ENABLE_DIRECTOR;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_WEBCAM;ENABLE_WWW;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_HUB;ENABLE_CLOUD_PROJECT_ID;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_TIMELINE;ENABLE_EDITOR_METRICS;ENABLE_EDITOR_METRICS_CACHING;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;INCLUDE_DYNAMIC_GI;INCLUDE_GI;ENABLE_MONO_BDWGC;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;INCLUDE_PUBNUB;ENABLE_VIDEO;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_LOCALIZATION;PLATFORM_STANDALONE_OSX;PLATFORM_STANDALONE;UNITY_STANDALONE_OSX;UNITY_STANDALONE;ENABLE_SUBSTANCE;ENABLE_GAMECENTER;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_UNITYWEBREQUEST;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_NATIVE_CRASH_REPORTING;ENABLE_SCRIPTING_GC_WBARRIERS;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;ENABLE_VR;ENABLE_AR;ENABLE_SPATIALTRACKING;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_STANDARD_2_0;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_OSX;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_VSTU;CROSS_PLATFORM_INPUT;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER 28 | prompt 29 | 4 30 | 0169 31 | False 32 | 33 | 34 | pdbonly 35 | true 36 | Temp\bin\Release\ 37 | prompt 38 | 4 39 | 0169 40 | False 41 | 42 | 43 | true 44 | true 45 | false 46 | false 47 | false 48 | 49 | 50 | {E097FAD1-6243-4DAD-9C02-E9B9EFC3FFC1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} 51 | Unity/VSTU 52 | Game:1 53 | StandaloneOSX:2 54 | 2019.1.0b7 55 | 56 | 57 | 58 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.dll 59 | 60 | 61 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEditor.dll 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | /Users/packtpublishing/Documents/Packt Publishing/Packt Example/Library/ScriptAssemblies/Unity.Timeline.Editor.dll 75 | 76 | 77 | /Users/packtpublishing/Documents/Packt Publishing/Packt Example/Library/ScriptAssemblies/Unity.TextMeshPro.Editor.dll 78 | 79 | 80 | /Users/packtpublishing/Documents/Packt Publishing/Packt Example/Library/ScriptAssemblies/Unity.PackageManagerUI.Editor.dll 81 | 82 | 83 | /Users/packtpublishing/Documents/Packt Publishing/Packt Example/Library/ScriptAssemblies/Unity.Timeline.dll 84 | 85 | 86 | /Users/packtpublishing/Documents/Packt Publishing/Packt Example/Library/ScriptAssemblies/Unity.CollabProxy.Editor.dll 87 | 88 | 89 | /Users/packtpublishing/Documents/Packt Publishing/Packt Example/Library/ScriptAssemblies/Unity.TextMeshPro.dll 90 | 91 | 92 | /Users/packtpublishing/Documents/Packt Publishing/Packt Example/Library/ScriptAssemblies/Unity.Analytics.DataPrivacy.dll 93 | 94 | 95 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AIModule.dll 96 | 97 | 98 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ARModule.dll 99 | 100 | 101 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AccessibilityModule.dll 102 | 103 | 104 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AnimationModule.dll 105 | 106 | 107 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AssetBundleModule.dll 108 | 109 | 110 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AudioModule.dll 111 | 112 | 113 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ClothModule.dll 114 | 115 | 116 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ClusterInputModule.dll 117 | 118 | 119 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ClusterRendererModule.dll 120 | 121 | 122 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.CoreModule.dll 123 | 124 | 125 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.CrashReportingModule.dll 126 | 127 | 128 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.DirectorModule.dll 129 | 130 | 131 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.FileSystemHttpModule.dll 132 | 133 | 134 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.GameCenterModule.dll 135 | 136 | 137 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.GridModule.dll 138 | 139 | 140 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.HotReloadModule.dll 141 | 142 | 143 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.IMGUIModule.dll 144 | 145 | 146 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ImageConversionModule.dll 147 | 148 | 149 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.InputModule.dll 150 | 151 | 152 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.JSONSerializeModule.dll 153 | 154 | 155 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.LocalizationModule.dll 156 | 157 | 158 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ParticleSystemModule.dll 159 | 160 | 161 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.PerformanceReportingModule.dll 162 | 163 | 164 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.PhysicsModule.dll 165 | 166 | 167 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.Physics2DModule.dll 168 | 169 | 170 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ProfilerModule.dll 171 | 172 | 173 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ScreenCaptureModule.dll 174 | 175 | 176 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SharedInternalsModule.dll 177 | 178 | 179 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SpriteMaskModule.dll 180 | 181 | 182 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SpriteShapeModule.dll 183 | 184 | 185 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.StreamingModule.dll 186 | 187 | 188 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.StyleSheetsModule.dll 189 | 190 | 191 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SubstanceModule.dll 192 | 193 | 194 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TLSModule.dll 195 | 196 | 197 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TerrainModule.dll 198 | 199 | 200 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TerrainPhysicsModule.dll 201 | 202 | 203 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TextCoreModule.dll 204 | 205 | 206 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TextRenderingModule.dll 207 | 208 | 209 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TilemapModule.dll 210 | 211 | 212 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UIModule.dll 213 | 214 | 215 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UIElementsModule.dll 216 | 217 | 218 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UNETModule.dll 219 | 220 | 221 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UmbraModule.dll 222 | 223 | 224 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityAnalyticsModule.dll 225 | 226 | 227 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityConnectModule.dll 228 | 229 | 230 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityTestProtocolModule.dll 231 | 232 | 233 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestModule.dll 234 | 235 | 236 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestAssetBundleModule.dll 237 | 238 | 239 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestAudioModule.dll 240 | 241 | 242 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestTextureModule.dll 243 | 244 | 245 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestWWWModule.dll 246 | 247 | 248 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.VFXModule.dll 249 | 250 | 251 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.VRModule.dll 252 | 253 | 254 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.VehiclesModule.dll 255 | 256 | 257 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.VideoModule.dll 258 | 259 | 260 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.WindModule.dll 261 | 262 | 263 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.XRModule.dll 264 | 265 | 266 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/Unity.Locator.dll 267 | 268 | 269 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll 270 | 271 | 272 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/UnityExtensions/Unity/TestRunner/UnityEngine.TestRunner.dll 273 | 274 | 275 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/UnityExtensions/Unity/TestRunner/net35/unity-custom/nunit.framework.dll 276 | 277 | 278 | /Users/packtpublishing/Documents/Packt Publishing/Packt Example/Library/PackageCache/com.unity.analytics@3.3.2/Unity.Analytics.Editor.dll 279 | 280 | 281 | /Users/packtpublishing/Documents/Packt Publishing/Packt Example/Library/PackageCache/com.unity.analytics@3.3.2/Unity.Analytics.StandardEvents.dll 282 | 283 | 284 | /Users/packtpublishing/Documents/Packt Publishing/Packt Example/Library/PackageCache/com.unity.analytics@3.3.2/Unity.Analytics.Tracker.dll 285 | 286 | 287 | /Users/packtpublishing/Documents/Packt Publishing/Packt Example/Library/PackageCache/com.unity.purchasing@2.0.1/UnityEngine.Purchasing.dll 288 | 289 | 290 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/ref/2.0.0/netstandard.dll 291 | 292 | 293 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/Microsoft.Win32.Primitives.dll 294 | 295 | 296 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.AppContext.dll 297 | 298 | 299 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Collections.Concurrent.dll 300 | 301 | 302 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Collections.NonGeneric.dll 303 | 304 | 305 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Collections.Specialized.dll 306 | 307 | 308 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Collections.dll 309 | 310 | 311 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.ComponentModel.EventBasedAsync.dll 312 | 313 | 314 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.ComponentModel.Primitives.dll 315 | 316 | 317 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.ComponentModel.TypeConverter.dll 318 | 319 | 320 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.ComponentModel.dll 321 | 322 | 323 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Console.dll 324 | 325 | 326 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Data.Common.dll 327 | 328 | 329 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Contracts.dll 330 | 331 | 332 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Debug.dll 333 | 334 | 335 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.FileVersionInfo.dll 336 | 337 | 338 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Process.dll 339 | 340 | 341 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.StackTrace.dll 342 | 343 | 344 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.TextWriterTraceListener.dll 345 | 346 | 347 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Tools.dll 348 | 349 | 350 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.TraceSource.dll 351 | 352 | 353 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Tracing.dll 354 | 355 | 356 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Drawing.Primitives.dll 357 | 358 | 359 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Dynamic.Runtime.dll 360 | 361 | 362 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Globalization.Calendars.dll 363 | 364 | 365 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Globalization.Extensions.dll 366 | 367 | 368 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Globalization.dll 369 | 370 | 371 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.IO.Compression.ZipFile.dll 372 | 373 | 374 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.IO.Compression.dll 375 | 376 | 377 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.IO.FileSystem.DriveInfo.dll 378 | 379 | 380 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.IO.FileSystem.Primitives.dll 381 | 382 | 383 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.IO.FileSystem.Watcher.dll 384 | 385 | 386 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.IO.FileSystem.dll 387 | 388 | 389 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.IO.IsolatedStorage.dll 390 | 391 | 392 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.IO.MemoryMappedFiles.dll 393 | 394 | 395 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.IO.Pipes.dll 396 | 397 | 398 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.IO.UnmanagedMemoryStream.dll 399 | 400 | 401 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.IO.dll 402 | 403 | 404 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Linq.Expressions.dll 405 | 406 | 407 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Linq.Parallel.dll 408 | 409 | 410 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Linq.Queryable.dll 411 | 412 | 413 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Linq.dll 414 | 415 | 416 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Http.dll 417 | 418 | 419 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Net.NameResolution.dll 420 | 421 | 422 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Net.NetworkInformation.dll 423 | 424 | 425 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Ping.dll 426 | 427 | 428 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Primitives.dll 429 | 430 | 431 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Requests.dll 432 | 433 | 434 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Security.dll 435 | 436 | 437 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Sockets.dll 438 | 439 | 440 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Net.WebHeaderCollection.dll 441 | 442 | 443 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Net.WebSockets.Client.dll 444 | 445 | 446 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Net.WebSockets.dll 447 | 448 | 449 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.ObjectModel.dll 450 | 451 | 452 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Reflection.Extensions.dll 453 | 454 | 455 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Reflection.Primitives.dll 456 | 457 | 458 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Reflection.dll 459 | 460 | 461 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Resources.Reader.dll 462 | 463 | 464 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Resources.ResourceManager.dll 465 | 466 | 467 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Resources.Writer.dll 468 | 469 | 470 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.CompilerServices.VisualC.dll 471 | 472 | 473 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Extensions.dll 474 | 475 | 476 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Handles.dll 477 | 478 | 479 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.InteropServices.RuntimeInformation.dll 480 | 481 | 482 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.InteropServices.dll 483 | 484 | 485 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Numerics.dll 486 | 487 | 488 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Serialization.Formatters.dll 489 | 490 | 491 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Serialization.Json.dll 492 | 493 | 494 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Serialization.Primitives.dll 495 | 496 | 497 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Serialization.Xml.dll 498 | 499 | 500 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.dll 501 | 502 | 503 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Claims.dll 504 | 505 | 506 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.Algorithms.dll 507 | 508 | 509 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.Csp.dll 510 | 511 | 512 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.Encoding.dll 513 | 514 | 515 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.Primitives.dll 516 | 517 | 518 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.X509Certificates.dll 519 | 520 | 521 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Principal.dll 522 | 523 | 524 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Security.SecureString.dll 525 | 526 | 527 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Text.Encoding.Extensions.dll 528 | 529 | 530 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Text.Encoding.dll 531 | 532 | 533 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Text.RegularExpressions.dll 534 | 535 | 536 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Overlapped.dll 537 | 538 | 539 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Tasks.Parallel.dll 540 | 541 | 542 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Tasks.dll 543 | 544 | 545 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Thread.dll 546 | 547 | 548 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.ThreadPool.dll 549 | 550 | 551 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Timer.dll 552 | 553 | 554 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.dll 555 | 556 | 557 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.ValueTuple.dll 558 | 559 | 560 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.ReaderWriter.dll 561 | 562 | 563 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XDocument.dll 564 | 565 | 566 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XPath.XDocument.dll 567 | 568 | 569 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XPath.dll 570 | 571 | 572 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XmlDocument.dll 573 | 574 | 575 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XmlSerializer.dll 576 | 577 | 578 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/Extensions/2.0.0/System.Numerics.Vectors.dll 579 | 580 | 581 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/Extensions/2.0.0/System.Runtime.InteropServices.WindowsRuntime.dll 582 | 583 | 584 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.ComponentModel.Composition.dll 585 | 586 | 587 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.Core.dll 588 | 589 | 590 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.Data.dll 591 | 592 | 593 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.Drawing.dll 594 | 595 | 596 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.IO.Compression.FileSystem.dll 597 | 598 | 599 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.Net.dll 600 | 601 | 602 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.Numerics.dll 603 | 604 | 605 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.Runtime.Serialization.dll 606 | 607 | 608 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.ServiceModel.Web.dll 609 | 610 | 611 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.Transactions.dll 612 | 613 | 614 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.Web.dll 615 | 616 | 617 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.Windows.dll 618 | 619 | 620 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.Xml.Linq.dll 621 | 622 | 623 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.Xml.Serialization.dll 624 | 625 | 626 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.Xml.dll 627 | 628 | 629 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.dll 630 | 631 | 632 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/mscorlib.dll 633 | 634 | 635 | 636 | 637 | 644 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2019 Packt 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /Logs/Packages-Update.log: -------------------------------------------------------------------------------- 1 | 2 | === Sat Mar 16 12:56:03 2019 3 | 4 | Packages were changed. 5 | Update Mode: mergeDefaultDependencies 6 | 7 | The following packages were updated: 8 | com.unity.analytics from version 3.2.2 to 3.3.2 9 | com.unity.collab-proxy from version 1.2.9 to 1.2.15 10 | com.unity.timeline from version 0.0.0-builtin to 1.0.0 11 | -------------------------------------------------------------------------------- /NavMeshComponents.csproj: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | latest 5 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Tools/RoslynScripts 6 | unity_csc.sh 7 | 8 | 9 | Debug 10 | AnyCPU 11 | 10.0.20506 12 | 2.0 13 | 14 | {F5E171A2-4986-A053-3054-94BD93811CC9} 15 | Library 16 | Properties 17 | NavMeshComponents 18 | v4.7.1 19 | 512 20 | . 21 | 22 | 23 | true 24 | full 25 | false 26 | Temp\bin\Debug\ 27 | DEBUG;TRACE;UNITY_2019_1_0;UNITY_2019_1;UNITY_2019;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_2019_1_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_DUCK_TYPING;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_SPRITES;ENABLE_GRID;ENABLE_TILEMAP;ENABLE_TERRAIN;ENABLE_TEXTURE_STREAMING;ENABLE_DIRECTOR;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_WEBCAM;ENABLE_WWW;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_HUB;ENABLE_CLOUD_PROJECT_ID;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_TIMELINE;ENABLE_EDITOR_METRICS;ENABLE_EDITOR_METRICS_CACHING;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;INCLUDE_DYNAMIC_GI;INCLUDE_GI;ENABLE_MONO_BDWGC;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;INCLUDE_PUBNUB;ENABLE_VIDEO;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_LOCALIZATION;PLATFORM_STANDALONE_OSX;PLATFORM_STANDALONE;UNITY_STANDALONE_OSX;UNITY_STANDALONE;ENABLE_SUBSTANCE;ENABLE_GAMECENTER;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_UNITYWEBREQUEST;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_NATIVE_CRASH_REPORTING;ENABLE_SCRIPTING_GC_WBARRIERS;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;ENABLE_VR;ENABLE_AR;ENABLE_SPATIALTRACKING;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_STANDARD_2_0;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_OSX;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_VSTU;CROSS_PLATFORM_INPUT;UNITY_POST_PROCESSING_STACK_V2;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER 28 | prompt 29 | 4 30 | 0169 31 | False 32 | 33 | 34 | pdbonly 35 | true 36 | Temp\bin\Release\ 37 | prompt 38 | 4 39 | 0169 40 | False 41 | 42 | 43 | true 44 | true 45 | false 46 | false 47 | false 48 | 49 | 50 | {E097FAD1-6243-4DAD-9C02-E9B9EFC3FFC1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} 51 | Unity/VSTU 52 | Game:1 53 | StandaloneOSX:2 54 | 2019.1.0b7 55 | 56 | 57 | 58 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.dll 59 | 60 | 61 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEditor.dll 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AIModule.dll 72 | 73 | 74 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ARModule.dll 75 | 76 | 77 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AccessibilityModule.dll 78 | 79 | 80 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AnimationModule.dll 81 | 82 | 83 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AssetBundleModule.dll 84 | 85 | 86 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AudioModule.dll 87 | 88 | 89 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ClothModule.dll 90 | 91 | 92 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ClusterInputModule.dll 93 | 94 | 95 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ClusterRendererModule.dll 96 | 97 | 98 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.CoreModule.dll 99 | 100 | 101 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.CrashReportingModule.dll 102 | 103 | 104 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.DirectorModule.dll 105 | 106 | 107 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.FileSystemHttpModule.dll 108 | 109 | 110 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.GameCenterModule.dll 111 | 112 | 113 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.GridModule.dll 114 | 115 | 116 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.HotReloadModule.dll 117 | 118 | 119 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.IMGUIModule.dll 120 | 121 | 122 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ImageConversionModule.dll 123 | 124 | 125 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.InputModule.dll 126 | 127 | 128 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.JSONSerializeModule.dll 129 | 130 | 131 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.LocalizationModule.dll 132 | 133 | 134 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ParticleSystemModule.dll 135 | 136 | 137 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.PerformanceReportingModule.dll 138 | 139 | 140 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.PhysicsModule.dll 141 | 142 | 143 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.Physics2DModule.dll 144 | 145 | 146 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ProfilerModule.dll 147 | 148 | 149 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ScreenCaptureModule.dll 150 | 151 | 152 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SharedInternalsModule.dll 153 | 154 | 155 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SpriteMaskModule.dll 156 | 157 | 158 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SpriteShapeModule.dll 159 | 160 | 161 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.StreamingModule.dll 162 | 163 | 164 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.StyleSheetsModule.dll 165 | 166 | 167 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SubstanceModule.dll 168 | 169 | 170 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TLSModule.dll 171 | 172 | 173 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TerrainModule.dll 174 | 175 | 176 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TerrainPhysicsModule.dll 177 | 178 | 179 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TextCoreModule.dll 180 | 181 | 182 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TextRenderingModule.dll 183 | 184 | 185 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TilemapModule.dll 186 | 187 | 188 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UIModule.dll 189 | 190 | 191 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UIElementsModule.dll 192 | 193 | 194 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UNETModule.dll 195 | 196 | 197 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UmbraModule.dll 198 | 199 | 200 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityAnalyticsModule.dll 201 | 202 | 203 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityConnectModule.dll 204 | 205 | 206 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityTestProtocolModule.dll 207 | 208 | 209 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestModule.dll 210 | 211 | 212 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestAssetBundleModule.dll 213 | 214 | 215 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestAudioModule.dll 216 | 217 | 218 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestTextureModule.dll 219 | 220 | 221 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestWWWModule.dll 222 | 223 | 224 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.VFXModule.dll 225 | 226 | 227 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.VRModule.dll 228 | 229 | 230 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.VehiclesModule.dll 231 | 232 | 233 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.VideoModule.dll 234 | 235 | 236 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.WindModule.dll 237 | 238 | 239 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.XRModule.dll 240 | 241 | 242 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/Unity.Locator.dll 243 | 244 | 245 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll 246 | 247 | 248 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/UnityExtensions/Unity/GUISystem/Editor/UnityEditor.UI.dll 249 | 250 | 251 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/UnityExtensions/Unity/TestRunner/Editor/UnityEditor.TestRunner.dll 252 | 253 | 254 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/UnityExtensions/Unity/TestRunner/UnityEngine.TestRunner.dll 255 | 256 | 257 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/UnityExtensions/Unity/TestRunner/net35/unity-custom/nunit.framework.dll 258 | 259 | 260 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/UnityExtensions/Unity/UnityVR/Editor/UnityEditor.VR.dll 261 | 262 | 263 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEditor.Graphs.dll 264 | 265 | 266 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/PlaybackEngines/MacStandaloneSupport/UnityEditor.OSXStandalone.Extensions.dll 267 | 268 | 269 | /Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/AddIns/MonoDevelop.Unity/Editor/SyntaxTree.VisualStudio.Unity.Bridge.dll 270 | 271 | 272 | /Users/packtpublishing/Documents/Packt Publishing/Packt Example/Library/PackageCache/com.unity.probuilder@3.0.9/ProBuilder/AssetIdRemapUtility/Editor/AssetIdRemapUtility.dll 273 | 274 | 275 | /Users/packtpublishing/Documents/Packt Publishing/Packt Example/Library/PackageCache/com.unity.probuilder@3.0.9/ProBuilder/Classes/ProBuilderCore.dll 276 | 277 | 278 | /Users/packtpublishing/Documents/Packt Publishing/Packt Example/Library/PackageCache/com.unity.probuilder@3.0.9/ProBuilder/Classes/ProBuilderMeshOps.dll 279 | 280 | 281 | /Users/packtpublishing/Documents/Packt Publishing/Packt Example/Library/PackageCache/com.unity.probuilder@3.0.9/ProBuilder/Classes/ClassesLib/KdTreeLib.dll 282 | 283 | 284 | /Users/packtpublishing/Documents/Packt Publishing/Packt Example/Library/PackageCache/com.unity.probuilder@3.0.9/ProBuilder/Classes/ClassesLib/pb_Stl.dll 285 | 286 | 287 | /Users/packtpublishing/Documents/Packt Publishing/Packt Example/Library/PackageCache/com.unity.probuilder@3.0.9/ProBuilder/Classes/ClassesLib/Poly2Tri.dll 288 | 289 | 290 | /Users/packtpublishing/Documents/Packt Publishing/Packt Example/Library/PackageCache/com.unity.probuilder@3.0.9/ProBuilder/Editor/ProBuilderEditor.dll 291 | 292 | 293 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/ref/2.0.0/netstandard.dll 294 | 295 | 296 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/Microsoft.Win32.Primitives.dll 297 | 298 | 299 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.AppContext.dll 300 | 301 | 302 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Collections.Concurrent.dll 303 | 304 | 305 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Collections.NonGeneric.dll 306 | 307 | 308 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Collections.Specialized.dll 309 | 310 | 311 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Collections.dll 312 | 313 | 314 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.ComponentModel.EventBasedAsync.dll 315 | 316 | 317 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.ComponentModel.Primitives.dll 318 | 319 | 320 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.ComponentModel.TypeConverter.dll 321 | 322 | 323 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.ComponentModel.dll 324 | 325 | 326 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Console.dll 327 | 328 | 329 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Data.Common.dll 330 | 331 | 332 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Contracts.dll 333 | 334 | 335 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Debug.dll 336 | 337 | 338 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.FileVersionInfo.dll 339 | 340 | 341 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Process.dll 342 | 343 | 344 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.StackTrace.dll 345 | 346 | 347 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.TextWriterTraceListener.dll 348 | 349 | 350 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Tools.dll 351 | 352 | 353 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.TraceSource.dll 354 | 355 | 356 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Tracing.dll 357 | 358 | 359 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Drawing.Primitives.dll 360 | 361 | 362 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Dynamic.Runtime.dll 363 | 364 | 365 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Globalization.Calendars.dll 366 | 367 | 368 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Globalization.Extensions.dll 369 | 370 | 371 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Globalization.dll 372 | 373 | 374 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.IO.Compression.ZipFile.dll 375 | 376 | 377 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.IO.Compression.dll 378 | 379 | 380 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.IO.FileSystem.DriveInfo.dll 381 | 382 | 383 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.IO.FileSystem.Primitives.dll 384 | 385 | 386 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.IO.FileSystem.Watcher.dll 387 | 388 | 389 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.IO.FileSystem.dll 390 | 391 | 392 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.IO.IsolatedStorage.dll 393 | 394 | 395 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.IO.MemoryMappedFiles.dll 396 | 397 | 398 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.IO.Pipes.dll 399 | 400 | 401 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.IO.UnmanagedMemoryStream.dll 402 | 403 | 404 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.IO.dll 405 | 406 | 407 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Linq.Expressions.dll 408 | 409 | 410 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Linq.Parallel.dll 411 | 412 | 413 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Linq.Queryable.dll 414 | 415 | 416 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Linq.dll 417 | 418 | 419 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Http.dll 420 | 421 | 422 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Net.NameResolution.dll 423 | 424 | 425 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Net.NetworkInformation.dll 426 | 427 | 428 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Ping.dll 429 | 430 | 431 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Primitives.dll 432 | 433 | 434 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Requests.dll 435 | 436 | 437 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Security.dll 438 | 439 | 440 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Sockets.dll 441 | 442 | 443 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Net.WebHeaderCollection.dll 444 | 445 | 446 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Net.WebSockets.Client.dll 447 | 448 | 449 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Net.WebSockets.dll 450 | 451 | 452 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.ObjectModel.dll 453 | 454 | 455 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Reflection.Extensions.dll 456 | 457 | 458 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Reflection.Primitives.dll 459 | 460 | 461 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Reflection.dll 462 | 463 | 464 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Resources.Reader.dll 465 | 466 | 467 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Resources.ResourceManager.dll 468 | 469 | 470 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Resources.Writer.dll 471 | 472 | 473 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.CompilerServices.VisualC.dll 474 | 475 | 476 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Extensions.dll 477 | 478 | 479 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Handles.dll 480 | 481 | 482 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.InteropServices.RuntimeInformation.dll 483 | 484 | 485 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.InteropServices.dll 486 | 487 | 488 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Numerics.dll 489 | 490 | 491 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Serialization.Formatters.dll 492 | 493 | 494 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Serialization.Json.dll 495 | 496 | 497 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Serialization.Primitives.dll 498 | 499 | 500 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Serialization.Xml.dll 501 | 502 | 503 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.dll 504 | 505 | 506 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Claims.dll 507 | 508 | 509 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.Algorithms.dll 510 | 511 | 512 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.Csp.dll 513 | 514 | 515 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.Encoding.dll 516 | 517 | 518 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.Primitives.dll 519 | 520 | 521 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.X509Certificates.dll 522 | 523 | 524 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Principal.dll 525 | 526 | 527 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Security.SecureString.dll 528 | 529 | 530 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Text.Encoding.Extensions.dll 531 | 532 | 533 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Text.Encoding.dll 534 | 535 | 536 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Text.RegularExpressions.dll 537 | 538 | 539 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Overlapped.dll 540 | 541 | 542 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Tasks.Parallel.dll 543 | 544 | 545 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Tasks.dll 546 | 547 | 548 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Thread.dll 549 | 550 | 551 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.ThreadPool.dll 552 | 553 | 554 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Timer.dll 555 | 556 | 557 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.dll 558 | 559 | 560 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.ValueTuple.dll 561 | 562 | 563 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.ReaderWriter.dll 564 | 565 | 566 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XDocument.dll 567 | 568 | 569 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XPath.XDocument.dll 570 | 571 | 572 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XPath.dll 573 | 574 | 575 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XmlDocument.dll 576 | 577 | 578 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XmlSerializer.dll 579 | 580 | 581 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/Extensions/2.0.0/System.Numerics.Vectors.dll 582 | 583 | 584 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/Extensions/2.0.0/System.Runtime.InteropServices.WindowsRuntime.dll 585 | 586 | 587 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.ComponentModel.Composition.dll 588 | 589 | 590 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.Core.dll 591 | 592 | 593 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.Data.dll 594 | 595 | 596 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.Drawing.dll 597 | 598 | 599 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.IO.Compression.FileSystem.dll 600 | 601 | 602 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.Net.dll 603 | 604 | 605 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.Numerics.dll 606 | 607 | 608 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.Runtime.Serialization.dll 609 | 610 | 611 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.ServiceModel.Web.dll 612 | 613 | 614 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.Transactions.dll 615 | 616 | 617 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.Web.dll 618 | 619 | 620 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.Windows.dll 621 | 622 | 623 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.Xml.Linq.dll 624 | 625 | 626 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.Xml.Serialization.dll 627 | 628 | 629 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.Xml.dll 630 | 631 | 632 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.dll 633 | 634 | 635 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/mscorlib.dll 636 | 637 | 638 | 639 | 640 | 647 | -------------------------------------------------------------------------------- /Packages/manifest.json: -------------------------------------------------------------------------------- 1 | { 2 | "dependencies": { 3 | "com.unity.cinemachine": "2.3.3", 4 | "com.unity.google.resonance.audio": "1.18.2", 5 | "com.unity.postprocessing": "2.1.5", 6 | "com.unity.probuilder": "3.0.9", 7 | "com.unity.textmeshpro": "2.0.0", 8 | "com.unity.timeline": "1.0.0", 9 | "com.unity.modules.ai": "1.0.0", 10 | "com.unity.modules.animation": "1.0.0", 11 | "com.unity.modules.assetbundle": "1.0.0", 12 | "com.unity.modules.audio": "1.0.0", 13 | "com.unity.modules.cloth": "1.0.0", 14 | "com.unity.modules.director": "1.0.0", 15 | "com.unity.modules.imageconversion": "1.0.0", 16 | "com.unity.modules.imgui": "1.0.0", 17 | "com.unity.modules.jsonserialize": "1.0.0", 18 | "com.unity.modules.particlesystem": "1.0.0", 19 | "com.unity.modules.physics": "1.0.0", 20 | "com.unity.modules.physics2d": "1.0.0", 21 | "com.unity.modules.screencapture": "1.0.0", 22 | "com.unity.modules.terrain": "1.0.0", 23 | "com.unity.modules.terrainphysics": "1.0.0", 24 | "com.unity.modules.tilemap": "1.0.0", 25 | "com.unity.modules.ui": "1.0.0", 26 | "com.unity.modules.uielements": "1.0.0", 27 | "com.unity.modules.umbra": "1.0.0", 28 | "com.unity.modules.unityanalytics": "1.0.0", 29 | "com.unity.modules.unitywebrequest": "1.0.0", 30 | "com.unity.modules.unitywebrequestassetbundle": "1.0.0", 31 | "com.unity.modules.unitywebrequestaudio": "1.0.0", 32 | "com.unity.modules.unitywebrequesttexture": "1.0.0", 33 | "com.unity.modules.unitywebrequestwww": "1.0.0", 34 | "com.unity.modules.vehicles": "1.0.0", 35 | "com.unity.modules.video": "1.0.0", 36 | "com.unity.modules.vr": "1.0.0", 37 | "com.unity.modules.wind": "1.0.0", 38 | "com.unity.modules.xr": "1.0.0" 39 | } 40 | } 41 | -------------------------------------------------------------------------------- /Packt Example.sln: -------------------------------------------------------------------------------- 1 |  2 | Microsoft Visual Studio Solution File, Format Version 12.00 3 | # Visual Studio for Mac 4 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp", "Assembly-CSharp.csproj", "{CD061324-23F1-2E5E-0E9F-AC79ABC258F2}" 5 | EndProject 6 | Global 7 | GlobalSection(SolutionConfigurationPlatforms) = preSolution 8 | Debug|Any CPU = Debug|Any CPU 9 | Release|Any CPU = Release|Any CPU 10 | EndGlobalSection 11 | GlobalSection(ProjectConfigurationPlatforms) = postSolution 12 | {CD061324-23F1-2E5E-0E9F-AC79ABC258F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 13 | {CD061324-23F1-2E5E-0E9F-AC79ABC258F2}.Debug|Any CPU.Build.0 = Debug|Any CPU 14 | {CD061324-23F1-2E5E-0E9F-AC79ABC258F2}.Release|Any CPU.ActiveCfg = Release|Any CPU 15 | {CD061324-23F1-2E5E-0E9F-AC79ABC258F2}.Release|Any CPU.Build.0 = Release|Any CPU 16 | EndGlobalSection 17 | GlobalSection(SolutionProperties) = preSolution 18 | HideSolutionNode = FALSE 19 | EndGlobalSection 20 | EndGlobal 21 | -------------------------------------------------------------------------------- /ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!11 &1 4 | AudioManager: 5 | m_ObjectHideFlags: 0 6 | m_Volume: 0.5 7 | Rolloff Scale: 1 8 | Doppler Factor: 1 9 | Default Speaker Mode: 2 10 | m_SampleRate: 0 11 | m_DSPBufferSize: 1024 12 | m_VirtualVoiceCount: 512 13 | m_RealVoiceCount: 64 14 | m_SpatializerPlugin: Resonance Audio 15 | m_AmbisonicDecoderPlugin: 16 | m_DisableAudio: 0 17 | m_VirtualizeEffects: 1 18 | -------------------------------------------------------------------------------- /ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!236 &1 4 | ClusterInputManager: 5 | m_ObjectHideFlags: 0 6 | m_Inputs: [] 7 | -------------------------------------------------------------------------------- /ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!55 &1 4 | PhysicsManager: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 7 7 | m_Gravity: {x: 0, y: -9.81, z: 0} 8 | m_DefaultMaterial: {fileID: 0} 9 | m_BounceThreshold: 2 10 | m_SleepThreshold: 0.005 11 | m_DefaultContactOffset: 0.01 12 | m_DefaultSolverIterations: 6 13 | m_DefaultSolverVelocityIterations: 1 14 | m_QueriesHitBackfaces: 0 15 | m_QueriesHitTriggers: 1 16 | m_EnableAdaptiveForce: 0 17 | m_ClothInterCollisionDistance: 0 18 | m_ClothInterCollisionStiffness: 0 19 | m_ContactsGeneration: 1 20 | m_LayerCollisionMatrix: c8000010c8000010c8000010ffffffffc8020010c8000010ffffffffffffffffc8000010d84067b1c8000010c8000010c8000010c8000010c8029211c8000010c8029a11c842d791c8029211c8000900c840c790c8020010c8029291c840d791c842c798c8000010c8000010c8000011fffff7ffc8020010c8000010c802d211 21 | m_AutoSimulation: 1 22 | m_AutoSyncTransforms: 1 23 | m_ClothInterCollisionSettingsToggle: 0 24 | m_ContactPairsMode: 0 25 | m_BroadphaseType: 0 26 | m_WorldBounds: 27 | m_Center: {x: 0, y: 0, z: 0} 28 | m_Extent: {x: 250, y: 250, z: 250} 29 | m_WorldSubdivisions: 8 30 | -------------------------------------------------------------------------------- /ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!1045 &1 4 | EditorBuildSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 2 7 | m_Scenes: 8 | - enabled: 1 9 | path: Assets/Scenes/InProgress/init.unity 10 | guid: 99456b169a56646099fbced70efe09e5 11 | - enabled: 1 12 | path: Assets/Scenes/InProgress/Iviby/Iviby.unity 13 | guid: 564de8ec8a6754c499dafc3f941c81b3 14 | - enabled: 1 15 | path: Assets/ExampleScene.unity 16 | guid: 12dd7bb27c47ea1458c8d4ecd98af2cc 17 | m_configObjects: {} 18 | -------------------------------------------------------------------------------- /ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!159 &1 4 | EditorSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 7 7 | m_ExternalVersionControlSupport: Visible Meta Files 8 | m_SerializationMode: 2 9 | m_LineEndingsForNewScripts: 1 10 | m_DefaultBehaviorMode: 0 11 | m_PrefabRegularEnvironment: {fileID: 0} 12 | m_PrefabUIEnvironment: {fileID: 0} 13 | m_SpritePackerMode: 0 14 | m_SpritePackerPaddingPower: 1 15 | m_EtcTextureCompressorBehavior: 0 16 | m_EtcTextureFastCompressor: 2 17 | m_EtcTextureNormalCompressor: 2 18 | m_EtcTextureBestCompressor: 5 19 | m_ProjectGenerationIncludedExtensions: txt;xml;fnt;cd;asmdef 20 | m_ProjectGenerationRootNamespace: 21 | m_CollabEditorSettings: 22 | inProgressEnabled: 1 23 | m_EnableTextureStreamingInEditMode: 1 24 | m_EnableTextureStreamingInPlayMode: 1 25 | m_AsyncShaderCompilation: 1 26 | -------------------------------------------------------------------------------- /ProjectSettings/GraphicsSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!30 &1 4 | GraphicsSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 12 7 | m_Deferred: 8 | m_Mode: 1 9 | m_Shader: {fileID: 69, guid: 0000000000000000f000000000000000, type: 0} 10 | m_DeferredReflections: 11 | m_Mode: 1 12 | m_Shader: {fileID: 74, guid: 0000000000000000f000000000000000, type: 0} 13 | m_ScreenSpaceShadows: 14 | m_Mode: 1 15 | m_Shader: {fileID: 64, guid: 0000000000000000f000000000000000, type: 0} 16 | m_LegacyDeferred: 17 | m_Mode: 1 18 | m_Shader: {fileID: 63, guid: 0000000000000000f000000000000000, type: 0} 19 | m_DepthNormals: 20 | m_Mode: 1 21 | m_Shader: {fileID: 62, guid: 0000000000000000f000000000000000, type: 0} 22 | m_MotionVectors: 23 | m_Mode: 1 24 | m_Shader: {fileID: 75, guid: 0000000000000000f000000000000000, type: 0} 25 | m_LightHalo: 26 | m_Mode: 1 27 | m_Shader: {fileID: 105, guid: 0000000000000000f000000000000000, type: 0} 28 | m_LensFlare: 29 | m_Mode: 1 30 | m_Shader: {fileID: 102, guid: 0000000000000000f000000000000000, type: 0} 31 | m_AlwaysIncludedShaders: 32 | - {fileID: 7, guid: 0000000000000000f000000000000000, type: 0} 33 | - {fileID: 15104, guid: 0000000000000000f000000000000000, type: 0} 34 | - {fileID: 15105, guid: 0000000000000000f000000000000000, type: 0} 35 | - {fileID: 15106, guid: 0000000000000000f000000000000000, type: 0} 36 | - {fileID: 10753, guid: 0000000000000000f000000000000000, type: 0} 37 | - {fileID: 10770, guid: 0000000000000000f000000000000000, type: 0} 38 | - {fileID: 16000, guid: 0000000000000000f000000000000000, type: 0} 39 | - {fileID: 17000, guid: 0000000000000000f000000000000000, type: 0} 40 | m_PreloadedShaders: [] 41 | m_SpritesDefaultMaterial: {fileID: 10754, guid: 0000000000000000f000000000000000, 42 | type: 0} 43 | m_CustomRenderPipeline: {fileID: 0} 44 | m_TransparencySortMode: 0 45 | m_TransparencySortAxis: {x: 0, y: 0, z: 1} 46 | m_DefaultRenderingPath: 1 47 | m_DefaultMobileRenderingPath: 1 48 | m_TierSettings: 49 | - serializedVersion: 5 50 | m_BuildTarget: 1 51 | m_Tier: 1 52 | m_Settings: 53 | standardShaderQuality: 2 54 | renderingPath: 3 55 | hdrMode: 1 56 | realtimeGICPUUsage: 25 57 | useReflectionProbeBoxProjection: 1 58 | useReflectionProbeBlending: 1 59 | useHDR: 1 60 | useDetailNormalMap: 1 61 | useCascadedShadowMaps: 1 62 | prefer32BitShadowMaps: 0 63 | enableLPPV: 1 64 | useDitherMaskForAlphaBlendedShadows: 1 65 | m_Automatic: 0 66 | - serializedVersion: 5 67 | m_BuildTarget: 1 68 | m_Tier: 0 69 | m_Settings: 70 | standardShaderQuality: 2 71 | renderingPath: 3 72 | hdrMode: 1 73 | realtimeGICPUUsage: 25 74 | useReflectionProbeBoxProjection: 1 75 | useReflectionProbeBlending: 1 76 | useHDR: 1 77 | useDetailNormalMap: 1 78 | useCascadedShadowMaps: 1 79 | prefer32BitShadowMaps: 0 80 | enableLPPV: 0 81 | useDitherMaskForAlphaBlendedShadows: 1 82 | m_Automatic: 0 83 | - serializedVersion: 5 84 | m_BuildTarget: 1 85 | m_Tier: 2 86 | m_Settings: 87 | standardShaderQuality: 2 88 | renderingPath: 3 89 | hdrMode: 1 90 | realtimeGICPUUsage: 50 91 | useReflectionProbeBoxProjection: 1 92 | useReflectionProbeBlending: 1 93 | useHDR: 1 94 | useDetailNormalMap: 1 95 | useCascadedShadowMaps: 1 96 | prefer32BitShadowMaps: 0 97 | enableLPPV: 1 98 | useDitherMaskForAlphaBlendedShadows: 1 99 | m_Automatic: 0 100 | m_LightmapStripping: 0 101 | m_FogStripping: 0 102 | m_InstancingStripping: 0 103 | m_LightmapKeepPlain: 1 104 | m_LightmapKeepDirCombined: 1 105 | m_LightmapKeepDynamicPlain: 1 106 | m_LightmapKeepDynamicDirCombined: 1 107 | m_LightmapKeepShadowMask: 1 108 | m_LightmapKeepSubtractive: 1 109 | m_FogKeepLinear: 1 110 | m_FogKeepExp: 1 111 | m_FogKeepExp2: 1 112 | m_AlbedoSwatchInfos: [] 113 | m_LightsUseLinearIntensity: 1 114 | m_LightsUseColorTemperature: 1 115 | -------------------------------------------------------------------------------- /ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!13 &1 4 | InputManager: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 2 7 | m_Axes: 8 | - serializedVersion: 3 9 | m_Name: Horizontal 10 | descriptiveName: 11 | descriptiveNegativeName: 12 | negativeButton: left 13 | positiveButton: right 14 | altNegativeButton: a 15 | altPositiveButton: d 16 | gravity: 1000 17 | dead: 0.001 18 | sensitivity: 1000 19 | snap: 1 20 | invert: 0 21 | type: 0 22 | axis: 0 23 | joyNum: 0 24 | - serializedVersion: 3 25 | m_Name: Vertical 26 | descriptiveName: 27 | descriptiveNegativeName: 28 | negativeButton: down 29 | positiveButton: up 30 | altNegativeButton: s 31 | altPositiveButton: w 32 | gravity: 1000 33 | dead: 0.001 34 | sensitivity: 1000 35 | snap: 1 36 | invert: 0 37 | type: 0 38 | axis: 0 39 | joyNum: 0 40 | - serializedVersion: 3 41 | m_Name: Fire1 42 | descriptiveName: 43 | descriptiveNegativeName: 44 | negativeButton: 45 | positiveButton: 46 | altNegativeButton: 47 | altPositiveButton: mouse 0 48 | gravity: 1000 49 | dead: 0.001 50 | sensitivity: 1000 51 | snap: 0 52 | invert: 0 53 | type: 0 54 | axis: 0 55 | joyNum: 0 56 | - serializedVersion: 3 57 | m_Name: Fire2 58 | descriptiveName: 59 | descriptiveNegativeName: 60 | negativeButton: 61 | positiveButton: left alt 62 | altNegativeButton: 63 | altPositiveButton: mouse 1 64 | gravity: 1000 65 | dead: 0.001 66 | sensitivity: 1000 67 | snap: 0 68 | invert: 0 69 | type: 0 70 | axis: 0 71 | joyNum: 0 72 | - serializedVersion: 3 73 | m_Name: Fire3 74 | descriptiveName: 75 | descriptiveNegativeName: 76 | negativeButton: 77 | positiveButton: left shift 78 | altNegativeButton: 79 | altPositiveButton: mouse 2 80 | gravity: 1000 81 | dead: 0.001 82 | sensitivity: 1000 83 | snap: 0 84 | invert: 0 85 | type: 0 86 | axis: 0 87 | joyNum: 0 88 | - serializedVersion: 3 89 | m_Name: Jump 90 | descriptiveName: 91 | descriptiveNegativeName: 92 | negativeButton: 93 | positiveButton: space 94 | altNegativeButton: 95 | altPositiveButton: 96 | gravity: 1000 97 | dead: 0.001 98 | sensitivity: 1000 99 | snap: 0 100 | invert: 0 101 | type: 0 102 | axis: 0 103 | joyNum: 0 104 | - serializedVersion: 3 105 | m_Name: Mouse X 106 | descriptiveName: 107 | descriptiveNegativeName: 108 | negativeButton: 109 | positiveButton: 110 | altNegativeButton: 111 | altPositiveButton: 112 | gravity: 0 113 | dead: 0 114 | sensitivity: 0.1 115 | snap: 0 116 | invert: 0 117 | type: 1 118 | axis: 0 119 | joyNum: 0 120 | - serializedVersion: 3 121 | m_Name: Mouse Y 122 | descriptiveName: 123 | descriptiveNegativeName: 124 | negativeButton: 125 | positiveButton: 126 | altNegativeButton: 127 | altPositiveButton: 128 | gravity: 0 129 | dead: 0 130 | sensitivity: 0.1 131 | snap: 0 132 | invert: 0 133 | type: 1 134 | axis: 1 135 | joyNum: 0 136 | - serializedVersion: 3 137 | m_Name: CameraX 138 | descriptiveName: 139 | descriptiveNegativeName: 140 | negativeButton: 141 | positiveButton: 142 | altNegativeButton: 143 | altPositiveButton: 144 | gravity: 0 145 | dead: 0 146 | sensitivity: 0.1 147 | snap: 0 148 | invert: 1 149 | type: 1 150 | axis: 0 151 | joyNum: 0 152 | - serializedVersion: 3 153 | m_Name: CameraY 154 | descriptiveName: 155 | descriptiveNegativeName: 156 | negativeButton: 157 | positiveButton: 158 | altNegativeButton: 159 | altPositiveButton: 160 | gravity: 0 161 | dead: 0 162 | sensitivity: 0.1 163 | snap: 0 164 | invert: 1 165 | type: 1 166 | axis: 1 167 | joyNum: 0 168 | - serializedVersion: 3 169 | m_Name: Mouse ScrollWheel 170 | descriptiveName: 171 | descriptiveNegativeName: 172 | negativeButton: 173 | positiveButton: 174 | altNegativeButton: 175 | altPositiveButton: 176 | gravity: 0 177 | dead: 0 178 | sensitivity: 0.1 179 | snap: 0 180 | invert: 0 181 | type: 1 182 | axis: 2 183 | joyNum: 0 184 | - serializedVersion: 3 185 | m_Name: Horizontal 186 | descriptiveName: 187 | descriptiveNegativeName: 188 | negativeButton: 189 | positiveButton: 190 | altNegativeButton: 191 | altPositiveButton: 192 | gravity: 0 193 | dead: 0.19 194 | sensitivity: 1 195 | snap: 0 196 | invert: 0 197 | type: 2 198 | axis: 0 199 | joyNum: 0 200 | - serializedVersion: 3 201 | m_Name: Vertical 202 | descriptiveName: 203 | descriptiveNegativeName: 204 | negativeButton: 205 | positiveButton: 206 | altNegativeButton: 207 | altPositiveButton: 208 | gravity: 0 209 | dead: 0.19 210 | sensitivity: 1 211 | snap: 0 212 | invert: 1 213 | type: 2 214 | axis: 1 215 | joyNum: 0 216 | - serializedVersion: 3 217 | m_Name: Fire1 218 | descriptiveName: 219 | descriptiveNegativeName: 220 | negativeButton: 221 | positiveButton: joystick button 2 222 | altNegativeButton: 223 | altPositiveButton: 224 | gravity: 1000 225 | dead: 0.001 226 | sensitivity: 1000 227 | snap: 0 228 | invert: 0 229 | type: 0 230 | axis: 0 231 | joyNum: 0 232 | - serializedVersion: 3 233 | m_Name: Fire2 234 | descriptiveName: 235 | descriptiveNegativeName: 236 | negativeButton: 237 | positiveButton: joystick button 1 238 | altNegativeButton: 239 | altPositiveButton: 240 | gravity: 1000 241 | dead: 0.001 242 | sensitivity: 1000 243 | snap: 0 244 | invert: 0 245 | type: 0 246 | axis: 0 247 | joyNum: 0 248 | - serializedVersion: 3 249 | m_Name: Fire3 250 | descriptiveName: 251 | descriptiveNegativeName: 252 | negativeButton: 253 | positiveButton: joystick button 3 254 | altNegativeButton: 255 | altPositiveButton: 256 | gravity: 1000 257 | dead: 0.001 258 | sensitivity: 1000 259 | snap: 0 260 | invert: 0 261 | type: 0 262 | axis: 0 263 | joyNum: 0 264 | - serializedVersion: 3 265 | m_Name: Jump 266 | descriptiveName: 267 | descriptiveNegativeName: 268 | negativeButton: 269 | positiveButton: joystick button 0 270 | altNegativeButton: 271 | altPositiveButton: 272 | gravity: 1000 273 | dead: 0.001 274 | sensitivity: 1000 275 | snap: 0 276 | invert: 0 277 | type: 0 278 | axis: 0 279 | joyNum: 0 280 | - serializedVersion: 3 281 | m_Name: Submit 282 | descriptiveName: 283 | descriptiveNegativeName: 284 | negativeButton: 285 | positiveButton: return 286 | altNegativeButton: 287 | altPositiveButton: joystick button 0 288 | gravity: 1000 289 | dead: 0.001 290 | sensitivity: 1000 291 | snap: 0 292 | invert: 0 293 | type: 0 294 | axis: 0 295 | joyNum: 0 296 | - serializedVersion: 3 297 | m_Name: Submit 298 | descriptiveName: 299 | descriptiveNegativeName: 300 | negativeButton: 301 | positiveButton: enter 302 | altNegativeButton: 303 | altPositiveButton: space 304 | gravity: 1000 305 | dead: 0.001 306 | sensitivity: 1000 307 | snap: 0 308 | invert: 0 309 | type: 0 310 | axis: 0 311 | joyNum: 0 312 | - serializedVersion: 3 313 | m_Name: Cancel 314 | descriptiveName: 315 | descriptiveNegativeName: 316 | negativeButton: 317 | positiveButton: escape 318 | altNegativeButton: 319 | altPositiveButton: joystick button 1 320 | gravity: 1000 321 | dead: 0.001 322 | sensitivity: 1000 323 | snap: 0 324 | invert: 0 325 | type: 0 326 | axis: 0 327 | joyNum: 0 328 | - serializedVersion: 3 329 | m_Name: CameraX 330 | descriptiveName: 331 | descriptiveNegativeName: 332 | negativeButton: 333 | positiveButton: escape 334 | altNegativeButton: 335 | altPositiveButton: joystick button 1 336 | gravity: 0 337 | dead: 0.19 338 | sensitivity: 1 339 | snap: 0 340 | invert: 0 341 | type: 2 342 | axis: 3 343 | joyNum: 0 344 | - serializedVersion: 3 345 | m_Name: CameraY 346 | descriptiveName: 347 | descriptiveNegativeName: 348 | negativeButton: 349 | positiveButton: escape 350 | altNegativeButton: 351 | altPositiveButton: joystick button 1 352 | gravity: 0 353 | dead: 0.19 354 | sensitivity: 1 355 | snap: 0 356 | invert: 0 357 | type: 2 358 | axis: 4 359 | joyNum: 0 360 | - serializedVersion: 3 361 | m_Name: Pause 362 | descriptiveName: 363 | descriptiveNegativeName: 364 | negativeButton: 365 | positiveButton: escape 366 | altNegativeButton: 367 | altPositiveButton: joystick button 7 368 | gravity: 0 369 | dead: 0.19 370 | sensitivity: 1 371 | snap: 0 372 | invert: 0 373 | type: 0 374 | axis: 0 375 | joyNum: 0 376 | -------------------------------------------------------------------------------- /ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!126 &1 4 | NavMeshProjectSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 2 7 | areas: 8 | - name: Walkable 9 | cost: 1 10 | - name: Not Walkable 11 | cost: 1 12 | - name: Jump 13 | cost: 2 14 | - name: 15 | cost: 1 16 | - name: 17 | cost: 1 18 | - name: 19 | cost: 1 20 | - name: 21 | cost: 1 22 | - name: 23 | cost: 1 24 | - name: 25 | cost: 1 26 | - name: 27 | cost: 1 28 | - name: 29 | cost: 1 30 | - name: 31 | cost: 1 32 | - name: 33 | cost: 1 34 | - name: 35 | cost: 1 36 | - name: 37 | cost: 1 38 | - name: 39 | cost: 1 40 | - name: 41 | cost: 1 42 | - name: 43 | cost: 1 44 | - name: 45 | cost: 1 46 | - name: 47 | cost: 1 48 | - name: 49 | cost: 1 50 | - name: 51 | cost: 1 52 | - name: 53 | cost: 1 54 | - name: 55 | cost: 1 56 | - name: 57 | cost: 1 58 | - name: 59 | cost: 1 60 | - name: 61 | cost: 1 62 | - name: 63 | cost: 1 64 | - name: 65 | cost: 1 66 | - name: 67 | cost: 1 68 | - name: 69 | cost: 1 70 | - name: 71 | cost: 1 72 | m_LastAgentTypeID: -1372625422 73 | m_Settings: 74 | - serializedVersion: 2 75 | agentTypeID: 0 76 | agentRadius: 0.5 77 | agentHeight: 2 78 | agentSlope: 45 79 | agentClimb: 0.75 80 | ledgeDropHeight: 0 81 | maxJumpAcrossDistance: 0 82 | minRegionArea: 2 83 | manualCellSize: 0 84 | cellSize: 0.16666667 85 | manualTileSize: 0 86 | tileSize: 256 87 | accuratePlacement: 0 88 | debug: 89 | m_Flags: 0 90 | - serializedVersion: 2 91 | agentTypeID: -1372625422 92 | agentRadius: 0.5 93 | agentHeight: 1 94 | agentSlope: 45 95 | agentClimb: 0.6 96 | ledgeDropHeight: 0 97 | maxJumpAcrossDistance: 0 98 | minRegionArea: 2 99 | manualCellSize: 0 100 | cellSize: 0.16666667 101 | manualTileSize: 0 102 | tileSize: 256 103 | accuratePlacement: 0 104 | debug: 105 | m_Flags: 0 106 | m_SettingNames: 107 | - Humanoid 108 | - Chomper 109 | -------------------------------------------------------------------------------- /ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!19 &1 4 | Physics2DSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 3 7 | m_Gravity: {x: 0, y: -9.81} 8 | m_DefaultMaterial: {fileID: 0} 9 | m_VelocityIterations: 8 10 | m_PositionIterations: 3 11 | m_VelocityThreshold: 1 12 | m_MaxLinearCorrection: 0.2 13 | m_MaxAngularCorrection: 8 14 | m_MaxTranslationSpeed: 100 15 | m_MaxRotationSpeed: 360 16 | m_BaumgarteScale: 0.2 17 | m_BaumgarteTimeOfImpactScale: 0.75 18 | m_TimeToSleep: 0.5 19 | m_LinearSleepTolerance: 0.01 20 | m_AngularSleepTolerance: 2 21 | m_DefaultContactOffset: 0.01 22 | m_AutoSimulation: 1 23 | m_QueriesHitTriggers: 1 24 | m_QueriesStartInColliders: 1 25 | m_ChangeStopsCallbacks: 0 26 | m_CallbacksOnDisable: 1 27 | m_AutoSyncTransforms: 1 28 | m_AlwaysShowColliders: 0 29 | m_ShowColliderSleep: 1 30 | m_ShowColliderContacts: 0 31 | m_ShowColliderAABB: 0 32 | m_ContactArrowScale: 0.2 33 | m_ColliderAwakeColor: {r: 0.5686275, g: 0.95686275, b: 0.54509807, a: 0.7529412} 34 | m_ColliderAsleepColor: {r: 0.5686275, g: 0.95686275, b: 0.54509807, a: 0.36078432} 35 | m_ColliderContactColor: {r: 1, g: 0, b: 1, a: 0.6862745} 36 | m_ColliderAABBColor: {r: 1, g: 1, b: 0, a: 0.2509804} 37 | m_LayerCollisionMatrix: ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff 38 | -------------------------------------------------------------------------------- /ProjectSettings/PresetManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!1386491679 &1 4 | PresetManager: 5 | m_ObjectHideFlags: 0 6 | m_DefaultList: [] 7 | -------------------------------------------------------------------------------- /ProjectSettings/ProjectSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!129 &1 4 | PlayerSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 16 7 | productGUID: 4a8185e85c09c423b892824f869ad1cf 8 | AndroidProfiler: 0 9 | AndroidFilterTouchesWhenObscured: 0 10 | AndroidEnableSustainedPerformanceMode: 0 11 | defaultScreenOrientation: 4 12 | targetDevice: 2 13 | useOnDemandResources: 0 14 | accelerometerFrequency: 60 15 | companyName: DefaultCompany 16 | productName: Packt Example 17 | defaultCursor: {fileID: 0} 18 | cursorHotspot: {x: 0, y: 0} 19 | m_SplashScreenBackgroundColor: {r: 0.13725491, g: 0.12156863, b: 0.1254902, a: 1} 20 | m_ShowUnitySplashScreen: 1 21 | m_ShowUnitySplashLogo: 1 22 | m_SplashScreenOverlayOpacity: 1 23 | m_SplashScreenAnimation: 1 24 | m_SplashScreenLogoStyle: 1 25 | m_SplashScreenDrawMode: 0 26 | m_SplashScreenBackgroundAnimationZoom: 1 27 | m_SplashScreenLogoAnimationZoom: 1 28 | m_SplashScreenBackgroundLandscapeAspect: 1 29 | m_SplashScreenBackgroundPortraitAspect: 1 30 | m_SplashScreenBackgroundLandscapeUvs: 31 | serializedVersion: 2 32 | x: 0 33 | y: 0 34 | width: 1 35 | height: 1 36 | m_SplashScreenBackgroundPortraitUvs: 37 | serializedVersion: 2 38 | x: 0 39 | y: 0 40 | width: 1 41 | height: 1 42 | m_SplashScreenLogos: [] 43 | m_VirtualRealitySplashScreen: {fileID: 0} 44 | m_HolographicTrackingLossScreen: {fileID: 0} 45 | defaultScreenWidth: 1024 46 | defaultScreenHeight: 768 47 | defaultScreenWidthWeb: 960 48 | defaultScreenHeightWeb: 600 49 | m_StereoRenderingPath: 0 50 | m_ActiveColorSpace: 0 51 | m_MTRendering: 1 52 | m_StackTraceTypes: 010000000100000001000000010000000100000001000000 53 | iosShowActivityIndicatorOnLoading: -1 54 | androidShowActivityIndicatorOnLoading: -1 55 | iosAppInBackgroundBehavior: 0 56 | displayResolutionDialog: 1 57 | iosAllowHTTPDownload: 1 58 | allowedAutorotateToPortrait: 1 59 | allowedAutorotateToPortraitUpsideDown: 1 60 | allowedAutorotateToLandscapeRight: 1 61 | allowedAutorotateToLandscapeLeft: 1 62 | useOSAutorotation: 1 63 | use32BitDisplayBuffer: 1 64 | preserveFramebufferAlpha: 0 65 | disableDepthAndStencilBuffers: 0 66 | androidStartInFullscreen: 1 67 | androidRenderOutsideSafeArea: 1 68 | androidBlitType: 0 69 | defaultIsNativeResolution: 1 70 | macRetinaSupport: 1 71 | runInBackground: 1 72 | captureSingleScreen: 0 73 | muteOtherAudioSources: 0 74 | Prepare IOS For Recording: 0 75 | Force IOS Speakers When Recording: 0 76 | deferSystemGesturesMode: 0 77 | hideHomeButton: 0 78 | submitAnalytics: 1 79 | usePlayerLog: 1 80 | bakeCollisionMeshes: 0 81 | forceSingleInstance: 0 82 | resizableWindow: 0 83 | useMacAppStoreValidation: 0 84 | macAppStoreCategory: public.app-category.games 85 | gpuSkinning: 1 86 | graphicsJobs: 0 87 | xboxPIXTextureCapture: 0 88 | xboxEnableAvatar: 0 89 | xboxEnableKinect: 0 90 | xboxEnableKinectAutoTracking: 0 91 | xboxEnableFitness: 0 92 | visibleInBackground: 1 93 | allowFullscreenSwitch: 1 94 | graphicsJobMode: 0 95 | fullscreenMode: 1 96 | xboxSpeechDB: 0 97 | xboxEnableHeadOrientation: 0 98 | xboxEnableGuest: 0 99 | xboxEnablePIXSampling: 0 100 | metalFramebufferOnly: 0 101 | xboxOneResolution: 0 102 | xboxOneSResolution: 0 103 | xboxOneXResolution: 3 104 | xboxOneMonoLoggingLevel: 0 105 | xboxOneLoggingLevel: 1 106 | xboxOneDisableEsram: 0 107 | xboxOnePresentImmediateThreshold: 0 108 | switchQueueCommandMemory: 0 109 | switchQueueControlMemory: 16384 110 | switchQueueComputeMemory: 262144 111 | switchNVNShaderPoolsGranularity: 33554432 112 | switchNVNDefaultPoolsGranularity: 16777216 113 | switchNVNOtherPoolsGranularity: 16777216 114 | vulkanEnableSetSRGBWrite: 0 115 | m_SupportedAspectRatios: 116 | 4:3: 1 117 | 5:4: 1 118 | 16:10: 1 119 | 16:9: 1 120 | Others: 1 121 | bundleVersion: 0.1 122 | preloadedAssets: [] 123 | metroInputSource: 0 124 | wsaTransparentSwapchain: 0 125 | m_HolographicPauseOnTrackingLoss: 1 126 | xboxOneDisableKinectGpuReservation: 1 127 | xboxOneEnable7thCore: 1 128 | vrSettings: 129 | cardboard: 130 | depthFormat: 0 131 | enableTransitionView: 0 132 | daydream: 133 | depthFormat: 0 134 | useSustainedPerformanceMode: 0 135 | enableVideoLayer: 0 136 | useProtectedVideoMemory: 0 137 | minimumSupportedHeadTracking: 0 138 | maximumSupportedHeadTracking: 1 139 | hololens: 140 | depthFormat: 1 141 | depthBufferSharingEnabled: 1 142 | lumin: 143 | depthFormat: 0 144 | frameTiming: 2 145 | enableGLCache: 0 146 | glCacheMaxBlobSize: 524288 147 | glCacheMaxFileSize: 8388608 148 | oculus: 149 | sharedDepthBuffer: 1 150 | dashSupport: 1 151 | enable360StereoCapture: 0 152 | isWsaHolographicRemotingEnabled: 0 153 | protectGraphicsMemory: 0 154 | enableFrameTimingStats: 0 155 | useHDRDisplay: 0 156 | m_ColorGamuts: 00000000 157 | targetPixelDensity: 30 158 | resolutionScalingMode: 0 159 | androidSupportedAspectRatio: 1 160 | androidMaxAspectRatio: 2.1 161 | applicationIdentifier: {} 162 | buildNumber: {} 163 | AndroidBundleVersionCode: 1 164 | AndroidMinSdkVersion: 16 165 | AndroidTargetSdkVersion: 0 166 | AndroidPreferredInstallLocation: 1 167 | aotOptions: 168 | stripEngineCode: 1 169 | iPhoneStrippingLevel: 0 170 | iPhoneScriptCallOptimization: 0 171 | ForceInternetPermission: 0 172 | ForceSDCardPermission: 0 173 | CreateWallpaper: 0 174 | APKExpansionFiles: 0 175 | keepLoadedShadersAlive: 0 176 | StripUnusedMeshComponents: 1 177 | VertexChannelCompressionMask: 4054 178 | iPhoneSdkVersion: 988 179 | iOSTargetOSVersionString: 9.0 180 | tvOSSdkVersion: 0 181 | tvOSRequireExtendedGameController: 0 182 | tvOSTargetOSVersionString: 9.0 183 | uIPrerenderedIcon: 0 184 | uIRequiresPersistentWiFi: 0 185 | uIRequiresFullScreen: 1 186 | uIStatusBarHidden: 1 187 | uIExitOnSuspend: 0 188 | uIStatusBarStyle: 0 189 | iPhoneSplashScreen: {fileID: 0} 190 | iPhoneHighResSplashScreen: {fileID: 0} 191 | iPhoneTallHighResSplashScreen: {fileID: 0} 192 | iPhone47inSplashScreen: {fileID: 0} 193 | iPhone55inPortraitSplashScreen: {fileID: 0} 194 | iPhone55inLandscapeSplashScreen: {fileID: 0} 195 | iPhone58inPortraitSplashScreen: {fileID: 0} 196 | iPhone58inLandscapeSplashScreen: {fileID: 0} 197 | iPadPortraitSplashScreen: {fileID: 0} 198 | iPadHighResPortraitSplashScreen: {fileID: 0} 199 | iPadLandscapeSplashScreen: {fileID: 0} 200 | iPadHighResLandscapeSplashScreen: {fileID: 0} 201 | iPhone65inPortraitSplashScreen: {fileID: 0} 202 | iPhone65inLandscapeSplashScreen: {fileID: 0} 203 | iPhone61inPortraitSplashScreen: {fileID: 0} 204 | iPhone61inLandscapeSplashScreen: {fileID: 0} 205 | appleTVSplashScreen: {fileID: 0} 206 | appleTVSplashScreen2x: {fileID: 0} 207 | tvOSSmallIconLayers: [] 208 | tvOSSmallIconLayers2x: [] 209 | tvOSLargeIconLayers: [] 210 | tvOSLargeIconLayers2x: [] 211 | tvOSTopShelfImageLayers: [] 212 | tvOSTopShelfImageLayers2x: [] 213 | tvOSTopShelfImageWideLayers: [] 214 | tvOSTopShelfImageWideLayers2x: [] 215 | iOSLaunchScreenType: 0 216 | iOSLaunchScreenPortrait: {fileID: 0} 217 | iOSLaunchScreenLandscape: {fileID: 0} 218 | iOSLaunchScreenBackgroundColor: 219 | serializedVersion: 2 220 | rgba: 0 221 | iOSLaunchScreenFillPct: 100 222 | iOSLaunchScreenSize: 100 223 | iOSLaunchScreenCustomXibPath: 224 | iOSLaunchScreeniPadType: 0 225 | iOSLaunchScreeniPadImage: {fileID: 0} 226 | iOSLaunchScreeniPadBackgroundColor: 227 | serializedVersion: 2 228 | rgba: 0 229 | iOSLaunchScreeniPadFillPct: 100 230 | iOSLaunchScreeniPadSize: 100 231 | iOSLaunchScreeniPadCustomXibPath: 232 | iOSUseLaunchScreenStoryboard: 0 233 | iOSLaunchScreenCustomStoryboardPath: 234 | iOSDeviceRequirements: [] 235 | iOSURLSchemes: [] 236 | iOSBackgroundModes: 0 237 | iOSMetalForceHardShadows: 0 238 | metalEditorSupport: 1 239 | metalAPIValidation: 1 240 | iOSRenderExtraFrameOnPause: 0 241 | appleDeveloperTeamID: 242 | iOSManualSigningProvisioningProfileID: 243 | tvOSManualSigningProvisioningProfileID: 244 | iOSManualSigningProvisioningProfileType: 0 245 | tvOSManualSigningProvisioningProfileType: 0 246 | appleEnableAutomaticSigning: 0 247 | iOSRequireARKit: 0 248 | iOSAutomaticallyDetectAndAddCapabilities: 1 249 | appleEnableProMotion: 0 250 | clonedFromGUID: c0afd0d1d80e3634a9dac47e8a0426ea 251 | templatePackageId: com.unity.template.3d@2.3.0 252 | templateDefaultScene: Assets/Scenes/SampleScene.unity 253 | AndroidTargetArchitectures: 1 254 | AndroidSplashScreenScale: 0 255 | androidSplashScreen: {fileID: 0} 256 | AndroidKeystoreName: '{inproject}: ' 257 | AndroidKeyaliasName: 258 | AndroidBuildApkPerCpuArchitecture: 0 259 | AndroidTVCompatibility: 0 260 | AndroidIsGame: 1 261 | AndroidEnableTango: 0 262 | androidEnableBanner: 1 263 | androidUseLowAccuracyLocation: 0 264 | androidUseCustomKeystore: 0 265 | m_AndroidBanners: 266 | - width: 320 267 | height: 180 268 | banner: {fileID: 0} 269 | androidGamepadSupportLevel: 0 270 | resolutionDialogBanner: {fileID: 0} 271 | m_BuildTargetIcons: [] 272 | m_BuildTargetPlatformIcons: [] 273 | m_BuildTargetBatching: 274 | - m_BuildTarget: Standalone 275 | m_StaticBatching: 1 276 | m_DynamicBatching: 0 277 | - m_BuildTarget: tvOS 278 | m_StaticBatching: 1 279 | m_DynamicBatching: 0 280 | - m_BuildTarget: Android 281 | m_StaticBatching: 1 282 | m_DynamicBatching: 0 283 | - m_BuildTarget: iPhone 284 | m_StaticBatching: 1 285 | m_DynamicBatching: 0 286 | - m_BuildTarget: WebGL 287 | m_StaticBatching: 0 288 | m_DynamicBatching: 0 289 | m_BuildTargetGraphicsAPIs: 290 | - m_BuildTarget: AndroidPlayer 291 | m_APIs: 150000000b000000 292 | m_Automatic: 0 293 | - m_BuildTarget: iOSSupport 294 | m_APIs: 10000000 295 | m_Automatic: 1 296 | - m_BuildTarget: AppleTVSupport 297 | m_APIs: 10000000 298 | m_Automatic: 0 299 | - m_BuildTarget: WebGLSupport 300 | m_APIs: 0b000000 301 | m_Automatic: 1 302 | m_BuildTargetVRSettings: 303 | - m_BuildTarget: Standalone 304 | m_Enabled: 0 305 | m_Devices: 306 | - Oculus 307 | - OpenVR 308 | m_BuildTargetEnableVuforiaSettings: [] 309 | openGLRequireES31: 0 310 | openGLRequireES31AEP: 0 311 | openGLRequireES32: 0 312 | m_TemplateCustomTags: {} 313 | mobileMTRendering: 314 | Android: 1 315 | iPhone: 1 316 | tvOS: 1 317 | m_BuildTargetGroupLightmapEncodingQuality: [] 318 | m_BuildTargetGroupLightmapSettings: [] 319 | playModeTestRunnerEnabled: 0 320 | runPlayModeTestAsEditModeTest: 0 321 | actionOnDotNetUnhandledException: 1 322 | enableInternalProfiler: 0 323 | logObjCUncaughtExceptions: 1 324 | enableCrashReportAPI: 0 325 | cameraUsageDescription: 326 | locationUsageDescription: 327 | microphoneUsageDescription: 328 | switchNetLibKey: 329 | switchSocketMemoryPoolSize: 6144 330 | switchSocketAllocatorPoolSize: 128 331 | switchSocketConcurrencyLimit: 14 332 | switchScreenResolutionBehavior: 2 333 | switchUseCPUProfiler: 0 334 | switchApplicationID: 0x01004b9000490000 335 | switchNSODependencies: 336 | switchTitleNames_0: 337 | switchTitleNames_1: 338 | switchTitleNames_2: 339 | switchTitleNames_3: 340 | switchTitleNames_4: 341 | switchTitleNames_5: 342 | switchTitleNames_6: 343 | switchTitleNames_7: 344 | switchTitleNames_8: 345 | switchTitleNames_9: 346 | switchTitleNames_10: 347 | switchTitleNames_11: 348 | switchTitleNames_12: 349 | switchTitleNames_13: 350 | switchTitleNames_14: 351 | switchPublisherNames_0: 352 | switchPublisherNames_1: 353 | switchPublisherNames_2: 354 | switchPublisherNames_3: 355 | switchPublisherNames_4: 356 | switchPublisherNames_5: 357 | switchPublisherNames_6: 358 | switchPublisherNames_7: 359 | switchPublisherNames_8: 360 | switchPublisherNames_9: 361 | switchPublisherNames_10: 362 | switchPublisherNames_11: 363 | switchPublisherNames_12: 364 | switchPublisherNames_13: 365 | switchPublisherNames_14: 366 | switchIcons_0: {fileID: 0} 367 | switchIcons_1: {fileID: 0} 368 | switchIcons_2: {fileID: 0} 369 | switchIcons_3: {fileID: 0} 370 | switchIcons_4: {fileID: 0} 371 | switchIcons_5: {fileID: 0} 372 | switchIcons_6: {fileID: 0} 373 | switchIcons_7: {fileID: 0} 374 | switchIcons_8: {fileID: 0} 375 | switchIcons_9: {fileID: 0} 376 | switchIcons_10: {fileID: 0} 377 | switchIcons_11: {fileID: 0} 378 | switchIcons_12: {fileID: 0} 379 | switchIcons_13: {fileID: 0} 380 | switchIcons_14: {fileID: 0} 381 | switchSmallIcons_0: {fileID: 0} 382 | switchSmallIcons_1: {fileID: 0} 383 | switchSmallIcons_2: {fileID: 0} 384 | switchSmallIcons_3: {fileID: 0} 385 | switchSmallIcons_4: {fileID: 0} 386 | switchSmallIcons_5: {fileID: 0} 387 | switchSmallIcons_6: {fileID: 0} 388 | switchSmallIcons_7: {fileID: 0} 389 | switchSmallIcons_8: {fileID: 0} 390 | switchSmallIcons_9: {fileID: 0} 391 | switchSmallIcons_10: {fileID: 0} 392 | switchSmallIcons_11: {fileID: 0} 393 | switchSmallIcons_12: {fileID: 0} 394 | switchSmallIcons_13: {fileID: 0} 395 | switchSmallIcons_14: {fileID: 0} 396 | switchManualHTML: 397 | switchAccessibleURLs: 398 | switchLegalInformation: 399 | switchMainThreadStackSize: 1048576 400 | switchPresenceGroupId: 401 | switchLogoHandling: 0 402 | switchReleaseVersion: 0 403 | switchDisplayVersion: 1.0.0 404 | switchStartupUserAccount: 0 405 | switchTouchScreenUsage: 0 406 | switchSupportedLanguagesMask: 0 407 | switchLogoType: 0 408 | switchApplicationErrorCodeCategory: 409 | switchUserAccountSaveDataSize: 0 410 | switchUserAccountSaveDataJournalSize: 0 411 | switchApplicationAttribute: 0 412 | switchCardSpecSize: -1 413 | switchCardSpecClock: -1 414 | switchRatingsMask: 0 415 | switchRatingsInt_0: 0 416 | switchRatingsInt_1: 0 417 | switchRatingsInt_2: 0 418 | switchRatingsInt_3: 0 419 | switchRatingsInt_4: 0 420 | switchRatingsInt_5: 0 421 | switchRatingsInt_6: 0 422 | switchRatingsInt_7: 0 423 | switchRatingsInt_8: 0 424 | switchRatingsInt_9: 0 425 | switchRatingsInt_10: 0 426 | switchRatingsInt_11: 0 427 | switchLocalCommunicationIds_0: 428 | switchLocalCommunicationIds_1: 429 | switchLocalCommunicationIds_2: 430 | switchLocalCommunicationIds_3: 431 | switchLocalCommunicationIds_4: 432 | switchLocalCommunicationIds_5: 433 | switchLocalCommunicationIds_6: 434 | switchLocalCommunicationIds_7: 435 | switchParentalControl: 0 436 | switchAllowsScreenshot: 1 437 | switchAllowsVideoCapturing: 1 438 | switchAllowsRuntimeAddOnContentInstall: 0 439 | switchDataLossConfirmation: 0 440 | switchUserAccountLockEnabled: 0 441 | switchSystemResourceMemory: 16777216 442 | switchSupportedNpadStyles: 3 443 | switchNativeFsCacheSize: 32 444 | switchIsHoldTypeHorizontal: 0 445 | switchSupportedNpadCount: 8 446 | switchSocketConfigEnabled: 0 447 | switchTcpInitialSendBufferSize: 32 448 | switchTcpInitialReceiveBufferSize: 64 449 | switchTcpAutoSendBufferSizeMax: 256 450 | switchTcpAutoReceiveBufferSizeMax: 256 451 | switchUdpSendBufferSize: 9 452 | switchUdpReceiveBufferSize: 42 453 | switchSocketBufferEfficiency: 4 454 | switchSocketInitializeEnabled: 1 455 | switchNetworkInterfaceManagerInitializeEnabled: 1 456 | switchPlayerConnectionEnabled: 1 457 | ps4NPAgeRating: 12 458 | ps4NPTitleSecret: 459 | ps4NPTrophyPackPath: 460 | ps4ParentalLevel: 11 461 | ps4ContentID: ED1633-NPXX51362_00-0000000000000000 462 | ps4Category: 0 463 | ps4MasterVersion: 01.00 464 | ps4AppVersion: 01.00 465 | ps4AppType: 0 466 | ps4ParamSfxPath: 467 | ps4VideoOutPixelFormat: 0 468 | ps4VideoOutInitialWidth: 1920 469 | ps4VideoOutBaseModeInitialWidth: 1920 470 | ps4VideoOutReprojectionRate: 60 471 | ps4PronunciationXMLPath: 472 | ps4PronunciationSIGPath: 473 | ps4BackgroundImagePath: 474 | ps4StartupImagePath: 475 | ps4StartupImagesFolder: 476 | ps4IconImagesFolder: 477 | ps4SaveDataImagePath: 478 | ps4SdkOverride: 479 | ps4BGMPath: 480 | ps4ShareFilePath: 481 | ps4ShareOverlayImagePath: 482 | ps4PrivacyGuardImagePath: 483 | ps4NPtitleDatPath: 484 | ps4RemotePlayKeyAssignment: -1 485 | ps4RemotePlayKeyMappingDir: 486 | ps4PlayTogetherPlayerCount: 0 487 | ps4EnterButtonAssignment: 1 488 | ps4ApplicationParam1: 0 489 | ps4ApplicationParam2: 0 490 | ps4ApplicationParam3: 0 491 | ps4ApplicationParam4: 0 492 | ps4DownloadDataSize: 0 493 | ps4GarlicHeapSize: 2048 494 | ps4ProGarlicHeapSize: 2560 495 | playerPrefsMaxSize: 32768 496 | ps4Passcode: frAQBc8Wsa1xVPfvJcrgRYwTiizs2trQ 497 | ps4pnSessions: 1 498 | ps4pnPresence: 1 499 | ps4pnFriends: 1 500 | ps4pnGameCustomData: 1 501 | playerPrefsSupport: 0 502 | enableApplicationExit: 0 503 | resetTempFolder: 1 504 | restrictedAudioUsageRights: 0 505 | ps4UseResolutionFallback: 0 506 | ps4ReprojectionSupport: 0 507 | ps4UseAudio3dBackend: 0 508 | ps4SocialScreenEnabled: 0 509 | ps4ScriptOptimizationLevel: 0 510 | ps4Audio3dVirtualSpeakerCount: 14 511 | ps4attribCpuUsage: 0 512 | ps4PatchPkgPath: 513 | ps4PatchLatestPkgPath: 514 | ps4PatchChangeinfoPath: 515 | ps4PatchDayOne: 0 516 | ps4attribUserManagement: 0 517 | ps4attribMoveSupport: 0 518 | ps4attrib3DSupport: 0 519 | ps4attribShareSupport: 0 520 | ps4attribExclusiveVR: 0 521 | ps4disableAutoHideSplash: 0 522 | ps4videoRecordingFeaturesUsed: 0 523 | ps4contentSearchFeaturesUsed: 0 524 | ps4attribEyeToEyeDistanceSettingVR: 0 525 | ps4IncludedModules: [] 526 | monoEnv: 527 | splashScreenBackgroundSourceLandscape: {fileID: 0} 528 | splashScreenBackgroundSourcePortrait: {fileID: 0} 529 | spritePackerPolicy: 530 | webGLMemorySize: 16 531 | webGLExceptionSupport: 1 532 | webGLNameFilesAsHashes: 0 533 | webGLDataCaching: 1 534 | webGLDebugSymbols: 0 535 | webGLEmscriptenArgs: 536 | webGLModulesDirectory: 537 | webGLTemplate: APPLICATION:Default 538 | webGLAnalyzeBuildSize: 0 539 | webGLUseEmbeddedResources: 0 540 | webGLCompressionFormat: 1 541 | webGLLinkerTarget: 1 542 | webGLThreadsSupport: 0 543 | webGLWasmStreaming: 0 544 | scriptingDefineSymbols: 545 | 1: CROSS_PLATFORM_INPUT;UNITY_POST_PROCESSING_STACK_V2 546 | 4: CROSS_PLATFORM_INPUT;MOBILE_INPUT 547 | 7: CROSS_PLATFORM_INPUT;UNITY_POST_PROCESSING_STACK_V2;MOBILE_INPUT 548 | 13: UNITY_POST_PROCESSING_STACK_V2 549 | 14: MOBILE_INPUT 550 | 19: UNITY_POST_PROCESSING_STACK_V2 551 | 21: UNITY_POST_PROCESSING_STACK_V2 552 | 25: UNITY_POST_PROCESSING_STACK_V2 553 | 26: UNITY_POST_PROCESSING_STACK_V2 554 | 27: UNITY_POST_PROCESSING_STACK_V2 555 | 28: UNITY_POST_PROCESSING_STACK_V2 556 | platformArchitecture: {} 557 | scriptingBackend: {} 558 | il2cppCompilerConfiguration: {} 559 | managedStrippingLevel: {} 560 | incrementalIl2cppBuild: {} 561 | allowUnsafeCode: 0 562 | additionalIl2CppArgs: 563 | scriptingRuntimeVersion: 1 564 | gcIncremental: 0 565 | gcWBarrierValidation: 0 566 | apiCompatibilityLevelPerPlatform: {} 567 | m_RenderingPath: 1 568 | m_MobileRenderingPath: 1 569 | metroPackageName: Template_3D 570 | metroPackageVersion: 571 | metroCertificatePath: 572 | metroCertificatePassword: 573 | metroCertificateSubject: 574 | metroCertificateIssuer: 575 | metroCertificateNotAfter: 0000000000000000 576 | metroApplicationDescription: Template_3D 577 | wsaImages: {} 578 | metroTileShortName: 579 | metroTileShowName: 0 580 | metroMediumTileShowName: 0 581 | metroLargeTileShowName: 0 582 | metroWideTileShowName: 0 583 | metroSupportStreamingInstall: 0 584 | metroLastRequiredScene: 0 585 | metroDefaultTileSize: 1 586 | metroTileForegroundText: 2 587 | metroTileBackgroundColor: {r: 0.13333334, g: 0.17254902, b: 0.21568628, a: 0} 588 | metroSplashScreenBackgroundColor: {r: 0.12941177, g: 0.17254902, b: 0.21568628, 589 | a: 1} 590 | metroSplashScreenUseBackgroundColor: 0 591 | platformCapabilities: {} 592 | metroTargetDeviceFamilies: {} 593 | metroFTAName: 594 | metroFTAFileTypes: [] 595 | metroProtocolName: 596 | XboxOneProductId: 597 | XboxOneUpdateKey: 598 | XboxOneSandboxId: 599 | XboxOneContentId: 600 | XboxOneTitleId: 601 | XboxOneSCId: 602 | XboxOneGameOsOverridePath: 603 | XboxOnePackagingOverridePath: 604 | XboxOneAppManifestOverridePath: 605 | XboxOneVersion: 1.0.0.0 606 | XboxOnePackageEncryption: 0 607 | XboxOnePackageUpdateGranularity: 2 608 | XboxOneDescription: 609 | XboxOneLanguage: 610 | - enus 611 | XboxOneCapability: [] 612 | XboxOneGameRating: {} 613 | XboxOneIsContentPackage: 0 614 | XboxOneEnableGPUVariability: 1 615 | XboxOneSockets: {} 616 | XboxOneSplashScreen: {fileID: 0} 617 | XboxOneAllowedProductIds: [] 618 | XboxOnePersistentLocalStorageSize: 0 619 | XboxOneXTitleMemory: 8 620 | xboxOneScriptCompiler: 1 621 | XboxOneOverrideIdentityName: 622 | vrEditorSettings: 623 | daydream: 624 | daydreamIconForeground: {fileID: 0} 625 | daydreamIconBackground: {fileID: 0} 626 | cloudServicesEnabled: 627 | UNet: 1 628 | luminIcon: 629 | m_Name: 630 | m_ModelFolderPath: 631 | m_PortalFolderPath: 632 | luminCert: 633 | m_CertPath: 634 | m_SignPackage: 1 635 | luminIsChannelApp: 0 636 | luminVersion: 637 | m_VersionCode: 1 638 | m_VersionName: 639 | facebookSdkVersion: 7.9.4 640 | facebookAppId: 641 | facebookCookies: 1 642 | facebookLogging: 1 643 | facebookStatus: 1 644 | facebookXfbml: 0 645 | facebookFrictionlessRequests: 1 646 | apiCompatibilityLevel: 6 647 | cloudProjectId: 648 | framebufferDepthMemorylessMode: 0 649 | projectName: 650 | organizationId: 651 | cloudEnabled: 0 652 | enableNativePlatformBackendsForNewInputSystem: 0 653 | disableOldInputManagerSupport: 0 654 | legacyClampBlendShapeWeights: 1 655 | -------------------------------------------------------------------------------- /ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 2019.1.0b7 2 | m_EditorVersionWithRevision: 2019.1.0b7 (8afb02580933) 3 | -------------------------------------------------------------------------------- /ProjectSettings/QualitySettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!47 &1 4 | QualitySettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 5 7 | m_CurrentQuality: 1 8 | m_QualitySettings: 9 | - serializedVersion: 2 10 | name: Very Low 11 | pixelLightCount: 0 12 | shadows: 0 13 | shadowResolution: 0 14 | shadowProjection: 1 15 | shadowCascades: 1 16 | shadowDistance: 15 17 | shadowNearPlaneOffset: 3 18 | shadowCascade2Split: 0.33333334 19 | shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} 20 | shadowmaskMode: 0 21 | skinWeights: 1 22 | textureQuality: 1 23 | anisotropicTextures: 0 24 | antiAliasing: 0 25 | softParticles: 0 26 | softVegetation: 0 27 | realtimeReflectionProbes: 0 28 | billboardsFaceCameraPosition: 0 29 | vSyncCount: 0 30 | lodBias: 0.3 31 | maximumLODLevel: 0 32 | streamingMipmapsActive: 0 33 | streamingMipmapsAddAllCameras: 1 34 | streamingMipmapsMemoryBudget: 512 35 | streamingMipmapsRenderersPerFrame: 512 36 | streamingMipmapsMaxLevelReduction: 2 37 | streamingMipmapsMaxFileIORequests: 1024 38 | particleRaycastBudget: 4 39 | asyncUploadTimeSlice: 2 40 | asyncUploadBufferSize: 16 41 | asyncUploadPersistentBuffer: 1 42 | resolutionScalingFixedDPIFactor: 1 43 | excludedTargetPlatforms: [] 44 | - serializedVersion: 2 45 | name: Low 46 | pixelLightCount: 0 47 | shadows: 0 48 | shadowResolution: 0 49 | shadowProjection: 1 50 | shadowCascades: 1 51 | shadowDistance: 20 52 | shadowNearPlaneOffset: 3 53 | shadowCascade2Split: 0.33333334 54 | shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} 55 | shadowmaskMode: 0 56 | skinWeights: 2 57 | textureQuality: 0 58 | anisotropicTextures: 0 59 | antiAliasing: 0 60 | softParticles: 0 61 | softVegetation: 0 62 | realtimeReflectionProbes: 0 63 | billboardsFaceCameraPosition: 0 64 | vSyncCount: 0 65 | lodBias: 0.4 66 | maximumLODLevel: 0 67 | streamingMipmapsActive: 0 68 | streamingMipmapsAddAllCameras: 1 69 | streamingMipmapsMemoryBudget: 512 70 | streamingMipmapsRenderersPerFrame: 512 71 | streamingMipmapsMaxLevelReduction: 2 72 | streamingMipmapsMaxFileIORequests: 1024 73 | particleRaycastBudget: 16 74 | asyncUploadTimeSlice: 2 75 | asyncUploadBufferSize: 16 76 | asyncUploadPersistentBuffer: 1 77 | resolutionScalingFixedDPIFactor: 1 78 | excludedTargetPlatforms: [] 79 | - serializedVersion: 2 80 | name: Medium 81 | pixelLightCount: 1 82 | shadows: 1 83 | shadowResolution: 0 84 | shadowProjection: 1 85 | shadowCascades: 1 86 | shadowDistance: 20 87 | shadowNearPlaneOffset: 3 88 | shadowCascade2Split: 0.33333334 89 | shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} 90 | shadowmaskMode: 0 91 | skinWeights: 2 92 | textureQuality: 0 93 | anisotropicTextures: 1 94 | antiAliasing: 0 95 | softParticles: 0 96 | softVegetation: 0 97 | realtimeReflectionProbes: 0 98 | billboardsFaceCameraPosition: 0 99 | vSyncCount: 1 100 | lodBias: 0.7 101 | maximumLODLevel: 0 102 | streamingMipmapsActive: 0 103 | streamingMipmapsAddAllCameras: 1 104 | streamingMipmapsMemoryBudget: 512 105 | streamingMipmapsRenderersPerFrame: 512 106 | streamingMipmapsMaxLevelReduction: 2 107 | streamingMipmapsMaxFileIORequests: 1024 108 | particleRaycastBudget: 64 109 | asyncUploadTimeSlice: 2 110 | asyncUploadBufferSize: 16 111 | asyncUploadPersistentBuffer: 1 112 | resolutionScalingFixedDPIFactor: 1 113 | excludedTargetPlatforms: [] 114 | - serializedVersion: 2 115 | name: High 116 | pixelLightCount: 2 117 | shadows: 2 118 | shadowResolution: 1 119 | shadowProjection: 1 120 | shadowCascades: 2 121 | shadowDistance: 40 122 | shadowNearPlaneOffset: 3 123 | shadowCascade2Split: 0.33333334 124 | shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} 125 | shadowmaskMode: 1 126 | skinWeights: 2 127 | textureQuality: 0 128 | anisotropicTextures: 1 129 | antiAliasing: 0 130 | softParticles: 0 131 | softVegetation: 1 132 | realtimeReflectionProbes: 1 133 | billboardsFaceCameraPosition: 1 134 | vSyncCount: 1 135 | lodBias: 1 136 | maximumLODLevel: 0 137 | streamingMipmapsActive: 0 138 | streamingMipmapsAddAllCameras: 1 139 | streamingMipmapsMemoryBudget: 512 140 | streamingMipmapsRenderersPerFrame: 512 141 | streamingMipmapsMaxLevelReduction: 2 142 | streamingMipmapsMaxFileIORequests: 1024 143 | particleRaycastBudget: 256 144 | asyncUploadTimeSlice: 2 145 | asyncUploadBufferSize: 16 146 | asyncUploadPersistentBuffer: 1 147 | resolutionScalingFixedDPIFactor: 1 148 | excludedTargetPlatforms: [] 149 | - serializedVersion: 2 150 | name: Very High 151 | pixelLightCount: 3 152 | shadows: 2 153 | shadowResolution: 2 154 | shadowProjection: 1 155 | shadowCascades: 2 156 | shadowDistance: 70 157 | shadowNearPlaneOffset: 3 158 | shadowCascade2Split: 0.33333334 159 | shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} 160 | shadowmaskMode: 1 161 | skinWeights: 4 162 | textureQuality: 0 163 | anisotropicTextures: 2 164 | antiAliasing: 2 165 | softParticles: 1 166 | softVegetation: 1 167 | realtimeReflectionProbes: 1 168 | billboardsFaceCameraPosition: 1 169 | vSyncCount: 1 170 | lodBias: 1.5 171 | maximumLODLevel: 0 172 | streamingMipmapsActive: 0 173 | streamingMipmapsAddAllCameras: 1 174 | streamingMipmapsMemoryBudget: 512 175 | streamingMipmapsRenderersPerFrame: 512 176 | streamingMipmapsMaxLevelReduction: 2 177 | streamingMipmapsMaxFileIORequests: 1024 178 | particleRaycastBudget: 1024 179 | asyncUploadTimeSlice: 2 180 | asyncUploadBufferSize: 16 181 | asyncUploadPersistentBuffer: 1 182 | resolutionScalingFixedDPIFactor: 1 183 | excludedTargetPlatforms: [] 184 | - serializedVersion: 2 185 | name: Ultra 186 | pixelLightCount: 4 187 | shadows: 2 188 | shadowResolution: 2 189 | shadowProjection: 1 190 | shadowCascades: 4 191 | shadowDistance: 150 192 | shadowNearPlaneOffset: 3 193 | shadowCascade2Split: 0.33333334 194 | shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} 195 | shadowmaskMode: 1 196 | skinWeights: 4 197 | textureQuality: 0 198 | anisotropicTextures: 2 199 | antiAliasing: 2 200 | softParticles: 1 201 | softVegetation: 1 202 | realtimeReflectionProbes: 1 203 | billboardsFaceCameraPosition: 1 204 | vSyncCount: 1 205 | lodBias: 2 206 | maximumLODLevel: 0 207 | streamingMipmapsActive: 0 208 | streamingMipmapsAddAllCameras: 1 209 | streamingMipmapsMemoryBudget: 512 210 | streamingMipmapsRenderersPerFrame: 512 211 | streamingMipmapsMaxLevelReduction: 2 212 | streamingMipmapsMaxFileIORequests: 1024 213 | particleRaycastBudget: 4096 214 | asyncUploadTimeSlice: 2 215 | asyncUploadBufferSize: 16 216 | asyncUploadPersistentBuffer: 1 217 | resolutionScalingFixedDPIFactor: 1 218 | excludedTargetPlatforms: [] 219 | m_PerPlatformDefaultQuality: 220 | Android: 2 221 | Lumin: 5 222 | Nintendo 3DS: 5 223 | Nintendo Switch: 5 224 | PS4: 5 225 | PSP2: 2 226 | Standalone: 5 227 | WebGL: 3 228 | Windows Store Apps: 5 229 | XboxOne: 5 230 | iPhone: 2 231 | tvOS: 2 232 | -------------------------------------------------------------------------------- /ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!78 &1 4 | TagManager: 5 | serializedVersion: 2 6 | tags: 7 | - FlythroughCam 8 | layers: 9 | - Default 10 | - TransparentFX 11 | - Ignore Raycast 12 | - 13 | - Water 14 | - UI 15 | - 16 | - 17 | - Skybox 18 | - Player 19 | - PostProcessing 20 | - SetDressing 21 | - 22 | - 23 | - Vehicles 24 | - Navmesh 25 | - Environment 26 | - Characters 27 | - Vegetation 28 | - Effects 29 | - Ragdoll 30 | - WaterGeometry 31 | - Terrain 32 | - Enemy 33 | - Cameras 34 | - Props 35 | - Avoid 36 | - CameraCollider 37 | - Collider 38 | - Checkpoint 39 | - DoNotDraw 40 | - Level 41 | m_SortingLayers: 42 | - name: Default 43 | uniqueID: 0 44 | locked: 0 45 | -------------------------------------------------------------------------------- /ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!5 &1 4 | TimeManager: 5 | m_ObjectHideFlags: 0 6 | Fixed Timestep: 0.02 7 | Maximum Allowed Timestep: 0.33333334 8 | m_TimeScale: 1 9 | Maximum Particle Timestep: 0.03 10 | -------------------------------------------------------------------------------- /ProjectSettings/UnityConnectSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!310 &1 4 | UnityConnectSettings: 5 | m_ObjectHideFlags: 0 6 | m_Enabled: 0 7 | m_TestMode: 0 8 | m_TestEventUrl: 9 | m_TestConfigUrl: 10 | m_TestInitMode: 0 11 | CrashReportingSettings: 12 | m_EventUrl: https://perf-events.cloud.unity3d.com/api/events/crashes 13 | m_Enabled: 0 14 | m_CaptureEditorExceptions: 1 15 | UnityPurchasingSettings: 16 | m_Enabled: 0 17 | m_TestMode: 0 18 | UnityAnalyticsSettings: 19 | m_Enabled: 1 20 | m_InitializeOnStartup: 1 21 | m_TestMode: 0 22 | m_TestEventUrl: 23 | m_TestConfigUrl: 24 | UnityAdsSettings: 25 | m_Enabled: 0 26 | m_InitializeOnStartup: 1 27 | m_TestMode: 0 28 | m_EnabledPlatforms: 4294967295 29 | m_IosGameId: 30 | m_AndroidGameId: 31 | PerformanceReportingSettings: 32 | m_Enabled: 0 33 | -------------------------------------------------------------------------------- /ProjectSettings/VFXManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!937362698 &1 4 | VFXManager: 5 | m_ObjectHideFlags: 0 6 | m_IndirectShader: {fileID: 0} 7 | m_CopyBufferShader: {fileID: 0} 8 | m_SortShader: {fileID: 0} 9 | m_RenderPipeSettingsPath: 10 | m_FixedTimeStep: 0.016666668 11 | m_MaxDeltaTime: 0.05 12 | -------------------------------------------------------------------------------- /ProjectSettings/XRSettings.asset: -------------------------------------------------------------------------------- 1 | { 2 | "m_SettingKeys": [ 3 | "VR Device Disabled", 4 | "VR Device User Alert" 5 | ], 6 | "m_SettingValues": [ 7 | "False", 8 | "False" 9 | ] 10 | } -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Game-Development-Patterns-with-Unity-2019-V 2 | This is the code repository for [Game Development Patterns with Unity 2019 [Video]](https://www.packtpub.com/in/game-development/game-development-patterns-with-unity-2019-video), published by [Packt](https://www.packtpub.com/?utm_source=github). It contains all the supporting project files necessary to work through the video course from start to finish. 3 | ## About the Video Course 4 | Unity is the world’s leading cross-platform game engine. It has helped create about half of the world’s games. This course will help you learn the game development patterns and best practices in Unity 2019. This course will guide you through Unity’s modern features, showing you how to divide work to get your game made faster, built faster, and modularize behaviours so you can spend less time coding and more time creating. You’ll understand some of its more powerful features to raise your game’s performance, and code reusability while lowering your development iteration times. By using these techniques, your scripts become more versatile, modular, reusable, efficient, and user-friendly so that they can be used to easily build a virtual world from generalized components. This modular approach also allows a game to be assembled by multiple people in parallel with minimal downtime spent waiting for other parts to be complete. By the end of the course, you’ll be proficient in using the common patterns that will help you write clean and modular code quickly and efficiently and have a working framework to manage your game’s runtime, ready for your assets. 5 | The code bundle for this video course is available at - https://github.com/PacktPublishing/Game-Development-Patterns-with-Unity-2019-Video 6 | 7 |

What You Will Learn

8 |
9 |
19 | 20 | ## Instructions and Navigation 21 | ### Assumed Knowledge 22 | To fully benefit from the coverage included in this course, you will need:
23 | This course is for Unity 3D developers already familiar with basic Unity programming APIs and C#, but who want to speed up their development by using common patterns. We’ll cover advanced editor workflows and advanced usage of the Monobehaviour object, so a basic to intermediate knowledge of Unity and C# scripting is recommended. 24 | ### Technical Requirements 25 | This course has the following software requirements:
26 | Operating system: Windows/Mac
27 | Unity 3D 2019.2
28 | Visual studio
29 | 30 | 31 | ## Related Products 32 | [Unity Game Development in 4 hours [Video]](https://www.packtpub.com/in/game-development/unity-game-development-4-hours-video) 33 | 34 | [Unity 2017 2D Game Development - Beginners Guide [Video]](https://www.packtpub.com/in/game-development/unity-2017-2d-game-development-beginners-guide-video) 35 | 36 | [Hands-On Augmented Reality with ARCore and Unity [Video]](https://www.packtpub.com/in/application-development/hands-augmented-reality-arcore-and-unity-video) 37 | -------------------------------------------------------------------------------- /Skybox3DRuntime.csproj: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | latest 5 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Tools/RoslynScripts 6 | unity_csc.sh 7 | 8 | 9 | Debug 10 | AnyCPU 11 | 10.0.20506 12 | 2.0 13 | 14 | {97239613-9CC4-364B-C5DC-F7246AF83448} 15 | Library 16 | Properties 17 | Skybox3DRuntime 18 | v4.7.1 19 | 512 20 | . 21 | 22 | 23 | true 24 | full 25 | false 26 | Temp\bin\Debug\ 27 | DEBUG;TRACE;UNITY_2019_1_0;UNITY_2019_1;UNITY_2019;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_2019_1_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_DUCK_TYPING;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_SPRITES;ENABLE_GRID;ENABLE_TILEMAP;ENABLE_TERRAIN;ENABLE_TEXTURE_STREAMING;ENABLE_DIRECTOR;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_WEBCAM;ENABLE_WWW;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_HUB;ENABLE_CLOUD_PROJECT_ID;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_TIMELINE;ENABLE_EDITOR_METRICS;ENABLE_EDITOR_METRICS_CACHING;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;INCLUDE_DYNAMIC_GI;INCLUDE_GI;ENABLE_MONO_BDWGC;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;INCLUDE_PUBNUB;ENABLE_VIDEO;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_LOCALIZATION;PLATFORM_STANDALONE_OSX;PLATFORM_STANDALONE;UNITY_STANDALONE_OSX;UNITY_STANDALONE;ENABLE_SUBSTANCE;ENABLE_GAMECENTER;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_UNITYWEBREQUEST;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_NATIVE_CRASH_REPORTING;ENABLE_SCRIPTING_GC_WBARRIERS;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;ENABLE_VR;ENABLE_AR;ENABLE_SPATIALTRACKING;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_STANDARD_2_0;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_OSX;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_VSTU;CROSS_PLATFORM_INPUT;UNITY_POST_PROCESSING_STACK_V2;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER 28 | prompt 29 | 4 30 | 0169 31 | False 32 | 33 | 34 | pdbonly 35 | true 36 | Temp\bin\Release\ 37 | prompt 38 | 4 39 | 0169 40 | False 41 | 42 | 43 | true 44 | true 45 | false 46 | false 47 | false 48 | 49 | 50 | {E097FAD1-6243-4DAD-9C02-E9B9EFC3FFC1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} 51 | Unity/VSTU 52 | Game:1 53 | StandaloneOSX:2 54 | 2019.1.0b7 55 | 56 | 57 | 58 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.dll 59 | 60 | 61 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEditor.dll 62 | 63 | 64 | 65 | 66 | 67 | 68 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AIModule.dll 69 | 70 | 71 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ARModule.dll 72 | 73 | 74 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AccessibilityModule.dll 75 | 76 | 77 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AnimationModule.dll 78 | 79 | 80 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AssetBundleModule.dll 81 | 82 | 83 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AudioModule.dll 84 | 85 | 86 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ClothModule.dll 87 | 88 | 89 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ClusterInputModule.dll 90 | 91 | 92 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ClusterRendererModule.dll 93 | 94 | 95 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.CoreModule.dll 96 | 97 | 98 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.CrashReportingModule.dll 99 | 100 | 101 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.DirectorModule.dll 102 | 103 | 104 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.FileSystemHttpModule.dll 105 | 106 | 107 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.GameCenterModule.dll 108 | 109 | 110 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.GridModule.dll 111 | 112 | 113 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.HotReloadModule.dll 114 | 115 | 116 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.IMGUIModule.dll 117 | 118 | 119 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ImageConversionModule.dll 120 | 121 | 122 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.InputModule.dll 123 | 124 | 125 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.JSONSerializeModule.dll 126 | 127 | 128 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.LocalizationModule.dll 129 | 130 | 131 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ParticleSystemModule.dll 132 | 133 | 134 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.PerformanceReportingModule.dll 135 | 136 | 137 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.PhysicsModule.dll 138 | 139 | 140 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.Physics2DModule.dll 141 | 142 | 143 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ProfilerModule.dll 144 | 145 | 146 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ScreenCaptureModule.dll 147 | 148 | 149 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SharedInternalsModule.dll 150 | 151 | 152 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SpriteMaskModule.dll 153 | 154 | 155 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SpriteShapeModule.dll 156 | 157 | 158 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.StreamingModule.dll 159 | 160 | 161 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.StyleSheetsModule.dll 162 | 163 | 164 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SubstanceModule.dll 165 | 166 | 167 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TLSModule.dll 168 | 169 | 170 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TerrainModule.dll 171 | 172 | 173 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TerrainPhysicsModule.dll 174 | 175 | 176 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TextCoreModule.dll 177 | 178 | 179 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TextRenderingModule.dll 180 | 181 | 182 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TilemapModule.dll 183 | 184 | 185 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UIModule.dll 186 | 187 | 188 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UIElementsModule.dll 189 | 190 | 191 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UNETModule.dll 192 | 193 | 194 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UmbraModule.dll 195 | 196 | 197 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityAnalyticsModule.dll 198 | 199 | 200 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityConnectModule.dll 201 | 202 | 203 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityTestProtocolModule.dll 204 | 205 | 206 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestModule.dll 207 | 208 | 209 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestAssetBundleModule.dll 210 | 211 | 212 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestAudioModule.dll 213 | 214 | 215 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestTextureModule.dll 216 | 217 | 218 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestWWWModule.dll 219 | 220 | 221 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.VFXModule.dll 222 | 223 | 224 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.VRModule.dll 225 | 226 | 227 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.VehiclesModule.dll 228 | 229 | 230 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.VideoModule.dll 231 | 232 | 233 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.WindModule.dll 234 | 235 | 236 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEngine/UnityEngine.XRModule.dll 237 | 238 | 239 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/Unity.Locator.dll 240 | 241 | 242 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll 243 | 244 | 245 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/UnityExtensions/Unity/GUISystem/Editor/UnityEditor.UI.dll 246 | 247 | 248 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/UnityExtensions/Unity/TestRunner/Editor/UnityEditor.TestRunner.dll 249 | 250 | 251 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/UnityExtensions/Unity/TestRunner/UnityEngine.TestRunner.dll 252 | 253 | 254 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/UnityExtensions/Unity/TestRunner/net35/unity-custom/nunit.framework.dll 255 | 256 | 257 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/UnityExtensions/Unity/UnityVR/Editor/UnityEditor.VR.dll 258 | 259 | 260 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/Managed/UnityEditor.Graphs.dll 261 | 262 | 263 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/PlaybackEngines/MacStandaloneSupport/UnityEditor.OSXStandalone.Extensions.dll 264 | 265 | 266 | /Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/AddIns/MonoDevelop.Unity/Editor/SyntaxTree.VisualStudio.Unity.Bridge.dll 267 | 268 | 269 | /Users/packtpublishing/Documents/Packt Publishing/Packt Example/Library/PackageCache/com.unity.probuilder@3.0.9/ProBuilder/AssetIdRemapUtility/Editor/AssetIdRemapUtility.dll 270 | 271 | 272 | /Users/packtpublishing/Documents/Packt Publishing/Packt Example/Library/PackageCache/com.unity.probuilder@3.0.9/ProBuilder/Classes/ProBuilderCore.dll 273 | 274 | 275 | /Users/packtpublishing/Documents/Packt Publishing/Packt Example/Library/PackageCache/com.unity.probuilder@3.0.9/ProBuilder/Classes/ProBuilderMeshOps.dll 276 | 277 | 278 | /Users/packtpublishing/Documents/Packt Publishing/Packt Example/Library/PackageCache/com.unity.probuilder@3.0.9/ProBuilder/Classes/ClassesLib/KdTreeLib.dll 279 | 280 | 281 | /Users/packtpublishing/Documents/Packt Publishing/Packt Example/Library/PackageCache/com.unity.probuilder@3.0.9/ProBuilder/Classes/ClassesLib/pb_Stl.dll 282 | 283 | 284 | /Users/packtpublishing/Documents/Packt Publishing/Packt Example/Library/PackageCache/com.unity.probuilder@3.0.9/ProBuilder/Classes/ClassesLib/Poly2Tri.dll 285 | 286 | 287 | /Users/packtpublishing/Documents/Packt Publishing/Packt Example/Library/PackageCache/com.unity.probuilder@3.0.9/ProBuilder/Editor/ProBuilderEditor.dll 288 | 289 | 290 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/ref/2.0.0/netstandard.dll 291 | 292 | 293 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/Microsoft.Win32.Primitives.dll 294 | 295 | 296 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.AppContext.dll 297 | 298 | 299 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Collections.Concurrent.dll 300 | 301 | 302 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Collections.NonGeneric.dll 303 | 304 | 305 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Collections.Specialized.dll 306 | 307 | 308 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Collections.dll 309 | 310 | 311 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.ComponentModel.EventBasedAsync.dll 312 | 313 | 314 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.ComponentModel.Primitives.dll 315 | 316 | 317 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.ComponentModel.TypeConverter.dll 318 | 319 | 320 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.ComponentModel.dll 321 | 322 | 323 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Console.dll 324 | 325 | 326 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Data.Common.dll 327 | 328 | 329 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Contracts.dll 330 | 331 | 332 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Debug.dll 333 | 334 | 335 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.FileVersionInfo.dll 336 | 337 | 338 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Process.dll 339 | 340 | 341 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.StackTrace.dll 342 | 343 | 344 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.TextWriterTraceListener.dll 345 | 346 | 347 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Tools.dll 348 | 349 | 350 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.TraceSource.dll 351 | 352 | 353 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Tracing.dll 354 | 355 | 356 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Drawing.Primitives.dll 357 | 358 | 359 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Dynamic.Runtime.dll 360 | 361 | 362 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Globalization.Calendars.dll 363 | 364 | 365 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Globalization.Extensions.dll 366 | 367 | 368 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Globalization.dll 369 | 370 | 371 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.IO.Compression.ZipFile.dll 372 | 373 | 374 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.IO.Compression.dll 375 | 376 | 377 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.IO.FileSystem.DriveInfo.dll 378 | 379 | 380 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.IO.FileSystem.Primitives.dll 381 | 382 | 383 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.IO.FileSystem.Watcher.dll 384 | 385 | 386 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.IO.FileSystem.dll 387 | 388 | 389 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.IO.IsolatedStorage.dll 390 | 391 | 392 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.IO.MemoryMappedFiles.dll 393 | 394 | 395 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.IO.Pipes.dll 396 | 397 | 398 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.IO.UnmanagedMemoryStream.dll 399 | 400 | 401 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.IO.dll 402 | 403 | 404 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Linq.Expressions.dll 405 | 406 | 407 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Linq.Parallel.dll 408 | 409 | 410 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Linq.Queryable.dll 411 | 412 | 413 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Linq.dll 414 | 415 | 416 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Http.dll 417 | 418 | 419 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Net.NameResolution.dll 420 | 421 | 422 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Net.NetworkInformation.dll 423 | 424 | 425 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Ping.dll 426 | 427 | 428 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Primitives.dll 429 | 430 | 431 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Requests.dll 432 | 433 | 434 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Security.dll 435 | 436 | 437 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Sockets.dll 438 | 439 | 440 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Net.WebHeaderCollection.dll 441 | 442 | 443 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Net.WebSockets.Client.dll 444 | 445 | 446 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Net.WebSockets.dll 447 | 448 | 449 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.ObjectModel.dll 450 | 451 | 452 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Reflection.Extensions.dll 453 | 454 | 455 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Reflection.Primitives.dll 456 | 457 | 458 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Reflection.dll 459 | 460 | 461 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Resources.Reader.dll 462 | 463 | 464 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Resources.ResourceManager.dll 465 | 466 | 467 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Resources.Writer.dll 468 | 469 | 470 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.CompilerServices.VisualC.dll 471 | 472 | 473 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Extensions.dll 474 | 475 | 476 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Handles.dll 477 | 478 | 479 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.InteropServices.RuntimeInformation.dll 480 | 481 | 482 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.InteropServices.dll 483 | 484 | 485 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Numerics.dll 486 | 487 | 488 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Serialization.Formatters.dll 489 | 490 | 491 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Serialization.Json.dll 492 | 493 | 494 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Serialization.Primitives.dll 495 | 496 | 497 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Serialization.Xml.dll 498 | 499 | 500 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.dll 501 | 502 | 503 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Claims.dll 504 | 505 | 506 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.Algorithms.dll 507 | 508 | 509 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.Csp.dll 510 | 511 | 512 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.Encoding.dll 513 | 514 | 515 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.Primitives.dll 516 | 517 | 518 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.X509Certificates.dll 519 | 520 | 521 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Principal.dll 522 | 523 | 524 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Security.SecureString.dll 525 | 526 | 527 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Text.Encoding.Extensions.dll 528 | 529 | 530 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Text.Encoding.dll 531 | 532 | 533 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Text.RegularExpressions.dll 534 | 535 | 536 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Overlapped.dll 537 | 538 | 539 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Tasks.Parallel.dll 540 | 541 | 542 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Tasks.dll 543 | 544 | 545 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Thread.dll 546 | 547 | 548 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.ThreadPool.dll 549 | 550 | 551 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Timer.dll 552 | 553 | 554 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.dll 555 | 556 | 557 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.ValueTuple.dll 558 | 559 | 560 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.ReaderWriter.dll 561 | 562 | 563 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XDocument.dll 564 | 565 | 566 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XPath.XDocument.dll 567 | 568 | 569 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XPath.dll 570 | 571 | 572 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XmlDocument.dll 573 | 574 | 575 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XmlSerializer.dll 576 | 577 | 578 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/Extensions/2.0.0/System.Numerics.Vectors.dll 579 | 580 | 581 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/Extensions/2.0.0/System.Runtime.InteropServices.WindowsRuntime.dll 582 | 583 | 584 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.ComponentModel.Composition.dll 585 | 586 | 587 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.Core.dll 588 | 589 | 590 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.Data.dll 591 | 592 | 593 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.Drawing.dll 594 | 595 | 596 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.IO.Compression.FileSystem.dll 597 | 598 | 599 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.Net.dll 600 | 601 | 602 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.Numerics.dll 603 | 604 | 605 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.Runtime.Serialization.dll 606 | 607 | 608 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.ServiceModel.Web.dll 609 | 610 | 611 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.Transactions.dll 612 | 613 | 614 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.Web.dll 615 | 616 | 617 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.Windows.dll 618 | 619 | 620 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.Xml.Linq.dll 621 | 622 | 623 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.Xml.Serialization.dll 624 | 625 | 626 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.Xml.dll 627 | 628 | 629 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/System.dll 630 | 631 | 632 | /Applications/Unity/Hub/Editor/2019.1.0b7/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx/mscorlib.dll 633 | 634 | 635 | 636 | 637 | 644 | -------------------------------------------------------------------------------- /obj/Debug/Assembly-CSharp-Editor-firstpass.csprojAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Game-Development-Patterns-with-Unity-2019-Video/3c80bdaa75ad3243e1b1ea94ef9832624277582c/obj/Debug/Assembly-CSharp-Editor-firstpass.csprojAssemblyReference.cache -------------------------------------------------------------------------------- /obj/Debug/Assembly-CSharp-Editor.csprojAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Game-Development-Patterns-with-Unity-2019-Video/3c80bdaa75ad3243e1b1ea94ef9832624277582c/obj/Debug/Assembly-CSharp-Editor.csprojAssemblyReference.cache -------------------------------------------------------------------------------- /obj/Debug/Assembly-CSharp-firstpass.csprojAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Game-Development-Patterns-with-Unity-2019-Video/3c80bdaa75ad3243e1b1ea94ef9832624277582c/obj/Debug/Assembly-CSharp-firstpass.csprojAssemblyReference.cache -------------------------------------------------------------------------------- /obj/Debug/Assembly-CSharp.csprojAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Game-Development-Patterns-with-Unity-2019-Video/3c80bdaa75ad3243e1b1ea94ef9832624277582c/obj/Debug/Assembly-CSharp.csprojAssemblyReference.cache -------------------------------------------------------------------------------- /obj/Debug/NavMeshComponents.csprojAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Game-Development-Patterns-with-Unity-2019-Video/3c80bdaa75ad3243e1b1ea94ef9832624277582c/obj/Debug/NavMeshComponents.csprojAssemblyReference.cache -------------------------------------------------------------------------------- /obj/Debug/NavMeshComponentsEditor.csprojAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Game-Development-Patterns-with-Unity-2019-Video/3c80bdaa75ad3243e1b1ea94ef9832624277582c/obj/Debug/NavMeshComponentsEditor.csprojAssemblyReference.cache -------------------------------------------------------------------------------- /obj/Debug/PackageManagerCheck.csprojAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Game-Development-Patterns-with-Unity-2019-Video/3c80bdaa75ad3243e1b1ea94ef9832624277582c/obj/Debug/PackageManagerCheck.csprojAssemblyReference.cache -------------------------------------------------------------------------------- /obj/Debug/SimpleSFXRuntime.csprojAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Game-Development-Patterns-with-Unity-2019-Video/3c80bdaa75ad3243e1b1ea94ef9832624277582c/obj/Debug/SimpleSFXRuntime.csprojAssemblyReference.cache -------------------------------------------------------------------------------- /obj/Debug/Skybox3DRuntime.csprojAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Game-Development-Patterns-with-Unity-2019-Video/3c80bdaa75ad3243e1b1ea94ef9832624277582c/obj/Debug/Skybox3DRuntime.csprojAssemblyReference.cache -------------------------------------------------------------------------------- /obj/Debug/WorldBuildingRuntime.csprojAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Game-Development-Patterns-with-Unity-2019-Video/3c80bdaa75ad3243e1b1ea94ef9832624277582c/obj/Debug/WorldBuildingRuntime.csprojAssemblyReference.cache --------------------------------------------------------------------------------