├── All_Prefabs ├── Coin.unitypackage ├── Floor.unitypackage ├── FloorShort.unitypackage ├── GameLogo.unitypackage ├── GameOverCanvas.unitypackage ├── InGameCanvas.unitypackage ├── KillTrigger.unitypackage ├── LevelPieceBasic.unitypackage ├── LevelPieceHole.unitypackage ├── LevelPieceSteps.unitypackage ├── Platform.unitypackage ├── PlayButton.unitypackage └── Player.unitypackage ├── Chapter01 └── CH1Code │ ├── LearningElseIfStatements.cs │ ├── LearningMethods.cs │ ├── LearningScript.cs │ └── LearningStatements.cs ├── Chapter04 └── CH4Code │ ├── LearningReusableMethods.cs │ ├── LearningReusableMethodsWithReturn.cs │ └── returnTotal.cs ├── Chapter05 └── CH5Code │ ├── LearningArrayList.cs │ ├── LearningArrays.cs │ ├── LearningArraysExamples.cs │ ├── LearningDictionaries.cs │ └── LearningLists.cs ├── Chapter06 └── CH6Code │ ├── LearningLoopsFor.cs │ ├── LearningLoopsForeach.cs │ ├── LearningLoopsSearching.cs │ ├── LearningLoopsWhile.cs │ └── LearningLoopsWithStatements.cs ├── Chapter07 └── CH07Code │ ├── Family.cs │ ├── LearningObjects.cs │ ├── LearningObjectsWithConstructors.cs │ └── Person.cs ├── Chapter09 ├── .DS_Store ├── CH9Code │ ├── FloorShort.unitypackage │ ├── Player.unitypackage │ └── PlayerController.cs ├── Player.unitypackage ├── Project │ ├── .DS_Store │ └── Chapter_09 │ │ ├── .DS_Store │ │ ├── Assets │ │ ├── .DS_Store │ │ ├── Animations.meta │ │ ├── Animations │ │ │ └── Player.meta │ │ ├── Materials.meta │ │ ├── Scenes.meta │ │ ├── Scenes │ │ │ ├── Game_Level1.unity │ │ │ └── Game_Level1.unity.meta │ │ ├── Sprites.meta │ │ └── Sprites │ │ │ ├── .DS_Store │ │ │ ├── Player.meta │ │ │ └── Player │ │ │ ├── Player_Dead.png │ │ │ ├── Player_Dead.png.meta │ │ │ ├── Player_Jump.png │ │ │ ├── Player_Jump.png.meta │ │ │ ├── Player_Run.png │ │ │ └── Player_Run.png.meta │ │ ├── Chapter_09.sln │ │ ├── Library │ │ ├── AnnotationManager │ │ ├── AssetImportState │ │ ├── BuildPlayer.prefs │ │ ├── BuildSettings.asset │ │ ├── CurrentLayout.dwlt │ │ ├── EditorUserBuildSettings.asset │ │ ├── EditorUserSettings.asset │ │ ├── GridBrush │ │ │ └── UnityEditor.GridBrush.asset │ │ ├── InspectorExpandedItems.asset │ │ ├── LastSceneManagerSetup.txt │ │ ├── LibraryFormatVersion.txt │ │ ├── MonoManager.asset │ │ ├── ProjectSettings.asset │ │ ├── ScriptAssemblies │ │ │ └── BuiltinAssemblies.stamp │ │ ├── ScriptMapper │ │ ├── ShaderCache │ │ │ ├── 0 │ │ │ │ └── 0f8df87eb3cd52c11fe941ccc40351a4.bin │ │ │ ├── 2 │ │ │ │ └── 2bf91bf730a16accac7d74f678317642.bin │ │ │ ├── 3 │ │ │ │ ├── 329a6a028320dcef78410f5105f7c8a3.bin │ │ │ │ └── 35917e609c0e8b8d989f332040d2348f.bin │ │ │ ├── 5 │ │ │ │ └── 5c37d3efacbd98dcc58b6fe7cce5d1e7.bin │ │ │ ├── 6 │ │ │ │ └── 682d7ac24544c443b0f9807b10a4a788.bin │ │ │ ├── 7 │ │ │ │ └── 7125133a0a4badc1a25ec3a490b4eb01.bin │ │ │ ├── 9 │ │ │ │ └── 9c1049be540dff2886b15f9e52444c89.bin │ │ │ ├── b │ │ │ │ ├── b4980ad1150c609c365b71207feb37d1.bin │ │ │ │ └── bc0bad9aeac9b55831d3355492fa3133.bin │ │ │ └── c │ │ │ │ ├── c536061a502d6f27807913bf9dfb28d4.bin │ │ │ │ ├── c6ea846dec3d4c913a8a8a3dffe78687.bin │ │ │ │ ├── c925b1c42c1b7742ee6447fb60eec4b5.bin │ │ │ │ └── cfc1695cd2c8feb4be33eff139b0853f.bin │ │ ├── SpriteAtlasDatabase.asset │ │ ├── TilemapEditorUserSettings.asset │ │ ├── assetDatabase3 │ │ ├── expandedItems │ │ ├── metadata │ │ │ ├── 10 │ │ │ │ ├── 10655b898572d4e2b93ae89ada48f9fd │ │ │ │ ├── 10655b898572d4e2b93ae89ada48f9fd.info │ │ │ │ ├── 10bf81265ad87424d946598c575f45a0 │ │ │ │ └── 10bf81265ad87424d946598c575f45a0.info │ │ │ ├── 12 │ │ │ │ ├── 12fd8a0055b84bb59e84c9835a37e333 │ │ │ │ └── 12fd8a0055b84bb59e84c9835a37e333.info │ │ │ ├── 13 │ │ │ │ ├── 1322fd896bbb15bb6e335591b766ae62 │ │ │ │ └── 1322fd896bbb15bb6e335591b766ae62.info │ │ │ ├── 15 │ │ │ │ ├── 15be9c691b85a41a39c18bee2f87e21b │ │ │ │ ├── 15be9c691b85a41a39c18bee2f87e21b.info │ │ │ │ ├── 15e327f750b786c46a9ec3995f60c81f │ │ │ │ └── 15e327f750b786c46a9ec3995f60c81f.info │ │ │ ├── 19 │ │ │ │ ├── 19e5a138c07e971438b2b18c8e716479 │ │ │ │ └── 19e5a138c07e971438b2b18c8e716479.info │ │ │ ├── 21 │ │ │ │ ├── 21eff446d50eaf44a85985cd4c0b6fa1 │ │ │ │ └── 21eff446d50eaf44a85985cd4c0b6fa1.info │ │ │ ├── 22 │ │ │ │ ├── 220224b43fc464c28bc0e8de8f54a432 │ │ │ │ ├── 220224b43fc464c28bc0e8de8f54a432.info │ │ │ │ ├── 224ede67b4f3a4109bfec4d5cb161b05 │ │ │ │ └── 224ede67b4f3a4109bfec4d5cb161b05.info │ │ │ ├── 26 │ │ │ │ ├── 2682a692a2be7e14e901a738c7806da0 │ │ │ │ └── 2682a692a2be7e14e901a738c7806da0.info │ │ │ ├── 30 │ │ │ │ ├── 30aa2886e2b748d48fbe4b155c65025f │ │ │ │ └── 30aa2886e2b748d48fbe4b155c65025f.info │ │ │ ├── 32 │ │ │ │ ├── 32188fd89022c154c81befa2f0e00be0 │ │ │ │ ├── 32188fd89022c154c81befa2f0e00be0.info │ │ │ │ ├── 328cc881519068e4eb7db4bb907ad2d9 │ │ │ │ └── 328cc881519068e4eb7db4bb907ad2d9.info │ │ │ ├── 38 │ │ │ │ ├── 38c8faf1788024c02930a0c68a6e0edc │ │ │ │ ├── 38c8faf1788024c02930a0c68a6e0edc.info │ │ │ │ ├── 38d70e7e6101e417990b4cfdf1c5c4c1 │ │ │ │ └── 38d70e7e6101e417990b4cfdf1c5c4c1.info │ │ │ ├── 40 │ │ │ │ ├── 405b9b51bb344a128608d968297df79c │ │ │ │ ├── 405b9b51bb344a128608d968297df79c.info │ │ │ │ ├── 40c0b1ac77831462ab0f27d9bd64dc7d │ │ │ │ └── 40c0b1ac77831462ab0f27d9bd64dc7d.info │ │ │ ├── 41 │ │ │ │ ├── 4113173d5e95493ab8765d7b08371de4 │ │ │ │ └── 4113173d5e95493ab8765d7b08371de4.info │ │ │ ├── 44 │ │ │ │ ├── 44f39a74ca5ee4bf5936b17e901f251c │ │ │ │ └── 44f39a74ca5ee4bf5936b17e901f251c.info │ │ │ ├── 45 │ │ │ │ ├── 453f100e6bdae4dfd9e655927819dc85 │ │ │ │ └── 453f100e6bdae4dfd9e655927819dc85.info │ │ │ ├── 48 │ │ │ │ ├── 48986928cc2a449dbaecdd1654bc9bf6 │ │ │ │ └── 48986928cc2a449dbaecdd1654bc9bf6.info │ │ │ ├── 49 │ │ │ │ ├── 49ca82e26f3de4d2da9cc65d69825a79 │ │ │ │ └── 49ca82e26f3de4d2da9cc65d69825a79.info │ │ │ ├── 51 │ │ │ │ ├── 510d1d319d2754ea4a47c6dd8c421ea0 │ │ │ │ ├── 510d1d319d2754ea4a47c6dd8c421ea0.info │ │ │ │ ├── 517af1b5b81b93b43b9745d58f017562 │ │ │ │ └── 517af1b5b81b93b43b9745d58f017562.info │ │ │ ├── 53 │ │ │ │ ├── 53ebcfaa2e1e4e2dbc85882cd5a73fa1 │ │ │ │ └── 53ebcfaa2e1e4e2dbc85882cd5a73fa1.info │ │ │ ├── 57 │ │ │ │ ├── 5782f9e9e6e0bb94bac99aeea24814fc │ │ │ │ └── 5782f9e9e6e0bb94bac99aeea24814fc.info │ │ │ ├── 61 │ │ │ │ ├── 61715b06e2bda44ab9b3b5a6adc99002 │ │ │ │ └── 61715b06e2bda44ab9b3b5a6adc99002.info │ │ │ ├── 62 │ │ │ │ ├── 62772aad98ed04f0d955b7d20de61f7f │ │ │ │ └── 62772aad98ed04f0d955b7d20de61f7f.info │ │ │ ├── 63 │ │ │ │ ├── 6357ee34841364619ab5587d3c8809cb │ │ │ │ └── 6357ee34841364619ab5587d3c8809cb.info │ │ │ ├── 65 │ │ │ │ ├── 6597c6ea86d36477081342001145d8d9 │ │ │ │ ├── 6597c6ea86d36477081342001145d8d9.info │ │ │ │ ├── 65d58d50c3db54f979b1ffae3777d74b │ │ │ │ └── 65d58d50c3db54f979b1ffae3777d74b.info │ │ │ ├── 71 │ │ │ │ ├── 710f298e6b03b4675b7af26a1765cc88 │ │ │ │ └── 710f298e6b03b4675b7af26a1765cc88.info │ │ │ ├── 75 │ │ │ │ ├── 75799de484ac4f4cadc268d2cbea830a │ │ │ │ └── 75799de484ac4f4cadc268d2cbea830a.info │ │ │ ├── 76 │ │ │ │ ├── 7668179ede524d6396c8b7d84461ea29 │ │ │ │ └── 7668179ede524d6396c8b7d84461ea29.info │ │ │ ├── 79 │ │ │ │ ├── 7927683d1fc5848b5abfb54ebb1028ec │ │ │ │ └── 7927683d1fc5848b5abfb54ebb1028ec.info │ │ │ ├── 80 │ │ │ │ ├── 80a3616ca19596e4da0f10f14d241e9f │ │ │ │ └── 80a3616ca19596e4da0f10f14d241e9f.info │ │ │ ├── 82 │ │ │ │ ├── 8250f980766d44038a9c46c37adadfb8 │ │ │ │ ├── 8250f980766d44038a9c46c37adadfb8.info │ │ │ │ ├── 82c89931f3fff4781978b5c36a0448f2 │ │ │ │ └── 82c89931f3fff4781978b5c36a0448f2.info │ │ │ ├── 84 │ │ │ │ ├── 844f815391db42d49455cbf1a7bfc434 │ │ │ │ └── 844f815391db42d49455cbf1a7bfc434.info │ │ │ ├── 85 │ │ │ │ ├── 858b7542787a1a44d917d8b76b6a9b47 │ │ │ │ └── 858b7542787a1a44d917d8b76b6a9b47.info │ │ │ ├── 86 │ │ │ │ ├── 86c008322e7c647149878156c5b81940 │ │ │ │ ├── 86c008322e7c647149878156c5b81940.info │ │ │ │ ├── 86c18994495874297b469aaa57ef9b44 │ │ │ │ └── 86c18994495874297b469aaa57ef9b44.info │ │ │ ├── 87 │ │ │ │ ├── 870353891bb340e2b2a9c8707e7419ba │ │ │ │ └── 870353891bb340e2b2a9c8707e7419ba.info │ │ │ ├── 90 │ │ │ │ ├── 9078b7128e594410d9b89e5b24cffd01 │ │ │ │ ├── 9078b7128e594410d9b89e5b24cffd01.info │ │ │ │ ├── 90791303b72ec4ae198f99d637dfdf6c │ │ │ │ └── 90791303b72ec4ae198f99d637dfdf6c.info │ │ │ ├── 99 │ │ │ │ ├── 99ddb49592ff84811804420a1910cb89 │ │ │ │ └── 99ddb49592ff84811804420a1910cb89.info │ │ │ ├── 00 │ │ │ │ ├── 00000000000000001000000000000000 │ │ │ │ ├── 00000000000000001000000000000000.info │ │ │ │ ├── 00000000000000002000000000000000 │ │ │ │ ├── 00000000000000002000000000000000.info │ │ │ │ ├── 00000000000000003000000000000000 │ │ │ │ ├── 00000000000000003000000000000000.info │ │ │ │ ├── 00000000000000004000000000000000 │ │ │ │ ├── 00000000000000004000000000000000.info │ │ │ │ ├── 00000000000000004100000000000000 │ │ │ │ ├── 00000000000000004100000000000000.info │ │ │ │ ├── 00000000000000005000000000000000 │ │ │ │ ├── 00000000000000005000000000000000.info │ │ │ │ ├── 00000000000000005100000000000000 │ │ │ │ ├── 00000000000000005100000000000000.info │ │ │ │ ├── 00000000000000006000000000000000 │ │ │ │ ├── 00000000000000006000000000000000.info │ │ │ │ ├── 00000000000000006100000000000000 │ │ │ │ ├── 00000000000000006100000000000000.info │ │ │ │ ├── 00000000000000007000000000000000 │ │ │ │ ├── 00000000000000007000000000000000.info │ │ │ │ ├── 00000000000000007100000000000000 │ │ │ │ ├── 00000000000000007100000000000000.info │ │ │ │ ├── 00000000000000008000000000000000 │ │ │ │ ├── 00000000000000008000000000000000.info │ │ │ │ ├── 00000000000000009000000000000000 │ │ │ │ ├── 00000000000000009000000000000000.info │ │ │ │ ├── 0000000000000000a000000000000000 │ │ │ │ ├── 0000000000000000a000000000000000.info │ │ │ │ ├── 0000000000000000a100000000000000 │ │ │ │ ├── 0000000000000000a100000000000000.info │ │ │ │ ├── 0000000000000000b000000000000000 │ │ │ │ ├── 0000000000000000b000000000000000.info │ │ │ │ ├── 0000000000000000c000000000000000 │ │ │ │ ├── 0000000000000000c000000000000000.info │ │ │ │ ├── 0000000000000000e100000000000000 │ │ │ │ └── 0000000000000000e100000000000000.info │ │ │ ├── 0d │ │ │ │ ├── 0d3bb855445e36e479c85976fc88383a │ │ │ │ └── 0d3bb855445e36e479c85976fc88383a.info │ │ │ ├── 1b │ │ │ │ ├── 1b32bcce201b4494ea8848326290c5d5 │ │ │ │ └── 1b32bcce201b4494ea8848326290c5d5.info │ │ │ ├── 1c │ │ │ │ ├── 1c6d1fbb51834b64847b1b73a75bfc77 │ │ │ │ └── 1c6d1fbb51834b64847b1b73a75bfc77.info │ │ │ ├── 1e │ │ │ │ ├── 1e108ae5f2133934f948edded555f03e │ │ │ │ └── 1e108ae5f2133934f948edded555f03e.info │ │ │ ├── 2a │ │ │ │ ├── 2a5f1ecffa8e34bc78b61bebd7f87cf6 │ │ │ │ └── 2a5f1ecffa8e34bc78b61bebd7f87cf6.info │ │ │ ├── 2d │ │ │ │ ├── 2d4d46c70fdd242668a56e99799e8540 │ │ │ │ └── 2d4d46c70fdd242668a56e99799e8540.info │ │ │ ├── 2e │ │ │ │ ├── 2eb2d0388ed974b3cba47458803bd275 │ │ │ │ └── 2eb2d0388ed974b3cba47458803bd275.info │ │ │ ├── 2f │ │ │ │ ├── 2f02b8764d7e3d0478249c300d6b8b6f │ │ │ │ └── 2f02b8764d7e3d0478249c300d6b8b6f.info │ │ │ ├── 3a │ │ │ │ ├── 3a84de5cd0624681b6b6dcd8921d912a │ │ │ │ └── 3a84de5cd0624681b6b6dcd8921d912a.info │ │ │ ├── 3c │ │ │ │ ├── 3cebe1a96232b44388b30b2f72dde434 │ │ │ │ └── 3cebe1a96232b44388b30b2f72dde434.info │ │ │ ├── 4a │ │ │ │ ├── 4a3ecb1425d14502837abea459cf2b70 │ │ │ │ └── 4a3ecb1425d14502837abea459cf2b70.info │ │ │ ├── 4b │ │ │ │ ├── 4b3fa4bde7f1451a8218c03ee6a8ded8 │ │ │ │ ├── 4b3fa4bde7f1451a8218c03ee6a8ded8.info │ │ │ │ ├── 4ba2329b63d54f0187bcaa12486b1b0f │ │ │ │ └── 4ba2329b63d54f0187bcaa12486b1b0f.info │ │ │ ├── 4c │ │ │ │ ├── 4c6fe94acbb24417c988bab18cbd5209 │ │ │ │ └── 4c6fe94acbb24417c988bab18cbd5209.info │ │ │ ├── 4f │ │ │ │ ├── 4f234578336894dc081edf696f2ff5f2 │ │ │ │ └── 4f234578336894dc081edf696f2ff5f2.info │ │ │ ├── 5a │ │ │ │ ├── 5a4b354a3393911459ca2025410b0c02 │ │ │ │ └── 5a4b354a3393911459ca2025410b0c02.info │ │ │ ├── 5f │ │ │ │ ├── 5f32cd94baa94578a686d4b9d6b660f7 │ │ │ │ └── 5f32cd94baa94578a686d4b9d6b660f7.info │ │ │ ├── 6a │ │ │ │ ├── 6a10b2909283487f913b00d94cd3faf5 │ │ │ │ ├── 6a10b2909283487f913b00d94cd3faf5.info │ │ │ │ ├── 6a6b6bef66b30cf4da56a85e98aa9524 │ │ │ │ └── 6a6b6bef66b30cf4da56a85e98aa9524.info │ │ │ ├── 6e │ │ │ │ ├── 6e7c8cfeedae74eb3a562055e069e441 │ │ │ │ ├── 6e7c8cfeedae74eb3a562055e069e441.info │ │ │ │ ├── 6e86519b2ed7ece4cae901fc31de93cd │ │ │ │ └── 6e86519b2ed7ece4cae901fc31de93cd.info │ │ │ ├── 7c │ │ │ │ ├── 7c3a5d6e39b874f468b2691537168513 │ │ │ │ └── 7c3a5d6e39b874f468b2691537168513.info │ │ │ ├── 8a │ │ │ │ ├── 8a9a760f95896c34689febc965510927 │ │ │ │ └── 8a9a760f95896c34689febc965510927.info │ │ │ ├── 8e │ │ │ │ ├── 8e60d9f62b99c4a719cee93ab9c39374 │ │ │ │ ├── 8e60d9f62b99c4a719cee93ab9c39374.info │ │ │ │ ├── 8e7066e382b0fc749b25dbb1a3004dfe │ │ │ │ └── 8e7066e382b0fc749b25dbb1a3004dfe.info │ │ │ ├── 9d │ │ │ │ ├── 9de9e8523c82543c5b3e40a4b51aa2c9 │ │ │ │ └── 9de9e8523c82543c5b3e40a4b51aa2c9.info │ │ │ ├── a3 │ │ │ │ ├── a342381d77833427fa10621e38fbae10 │ │ │ │ ├── a342381d77833427fa10621e38fbae10.info │ │ │ │ ├── a37e18887fa954edf92bc36bc353b879 │ │ │ │ └── a37e18887fa954edf92bc36bc353b879.info │ │ │ ├── a6 │ │ │ │ ├── a6842a74831964edc8fefa1c0aed89dc │ │ │ │ └── a6842a74831964edc8fefa1c0aed89dc.info │ │ │ ├── a7 │ │ │ │ ├── a77cd76073c7444179779ec6271ad5e1 │ │ │ │ └── a77cd76073c7444179779ec6271ad5e1.info │ │ │ ├── ad │ │ │ │ ├── adab7787bd7d44c4a9d48b3aff189c47 │ │ │ │ ├── adab7787bd7d44c4a9d48b3aff189c47.info │ │ │ │ ├── adebbd281f1a4ef3a30be7f21937e02f │ │ │ │ └── adebbd281f1a4ef3a30be7f21937e02f.info │ │ │ ├── b2 │ │ │ │ ├── b2b693dffac3a4433b3114fea0b7fd4e │ │ │ │ ├── b2b693dffac3a4433b3114fea0b7fd4e.info │ │ │ │ ├── b2bead50dbf86924f8e51f03ddbebf70 │ │ │ │ └── b2bead50dbf86924f8e51f03ddbebf70.info │ │ │ ├── b3 │ │ │ │ ├── b32abd1c9d73a4cce8389f084ac12b11 │ │ │ │ └── b32abd1c9d73a4cce8389f084ac12b11.info │ │ │ ├── b5 │ │ │ │ ├── b52e557db2c2b4eebb10444f1d582029 │ │ │ │ ├── b52e557db2c2b4eebb10444f1d582029.info │ │ │ │ ├── b5da970776034f77a070d99423d68791 │ │ │ │ ├── b5da970776034f77a070d99423d68791.info │ │ │ │ ├── b5f4343795a0e4626ac1fe4a9e6fce59 │ │ │ │ └── b5f4343795a0e4626ac1fe4a9e6fce59.info │ │ │ ├── b8 │ │ │ │ ├── b8a0574e92bd43a59e19d6c3c6ae54c7 │ │ │ │ └── b8a0574e92bd43a59e19d6c3c6ae54c7.info │ │ │ ├── ba │ │ │ │ ├── ba1fdeca76274e843a3d78b1bc348126 │ │ │ │ ├── ba1fdeca76274e843a3d78b1bc348126.info │ │ │ │ ├── bab6fa851cf5a1a4bba3cec5f191cb8e │ │ │ │ └── bab6fa851cf5a1a4bba3cec5f191cb8e.info │ │ │ ├── c4 │ │ │ │ ├── c452c88a87f3d48ae945e7bcf1b4a6ba │ │ │ │ └── c452c88a87f3d48ae945e7bcf1b4a6ba.info │ │ │ ├── c5 │ │ │ │ ├── c5ba7626a737840ff88a3bd84b100482 │ │ │ │ └── c5ba7626a737840ff88a3bd84b100482.info │ │ │ ├── c7 │ │ │ │ ├── c768acbc9cf24d398488bb4c93b91288 │ │ │ │ └── c768acbc9cf24d398488bb4c93b91288.info │ │ │ ├── c9 │ │ │ │ ├── c99bfe4fc4e5c4dc3917c14075acd117 │ │ │ │ └── c99bfe4fc4e5c4dc3917c14075acd117.info │ │ │ ├── cc │ │ │ │ ├── cc1b50b5501f748da8bec762294d9136 │ │ │ │ ├── cc1b50b5501f748da8bec762294d9136.info │ │ │ │ ├── ccda786554e474403b34b2d29ef68bb6 │ │ │ │ └── ccda786554e474403b34b2d29ef68bb6.info │ │ │ ├── ce │ │ │ │ ├── ce4395ccdb12cf62fca756358be1a892 │ │ │ │ └── ce4395ccdb12cf62fca756358be1a892.info │ │ │ ├── d0 │ │ │ │ ├── d01a80cb1b24c4b6083204290f83fc49 │ │ │ │ └── d01a80cb1b24c4b6083204290f83fc49.info │ │ │ ├── d1 │ │ │ │ ├── d1c1a2d988f5148fd9ab17b2460d271e │ │ │ │ └── d1c1a2d988f5148fd9ab17b2460d271e.info │ │ │ ├── d2 │ │ │ │ ├── d2170503dc57f492481ebe9334c68fcc │ │ │ │ └── d2170503dc57f492481ebe9334c68fcc.info │ │ │ ├── d3 │ │ │ │ ├── d33d54853fd0f48e0ac8a63ea91e6626 │ │ │ │ └── d33d54853fd0f48e0ac8a63ea91e6626.info │ │ │ ├── d6 │ │ │ │ ├── d607a67dc772b484da060e66a3d61a4e │ │ │ │ └── d607a67dc772b484da060e66a3d61a4e.info │ │ │ ├── d9 │ │ │ │ ├── d91035c548f23744c9bfb107348ed1c0 │ │ │ │ ├── d91035c548f23744c9bfb107348ed1c0.info │ │ │ │ ├── d929147d9f78c487397abb40f2c257b0 │ │ │ │ └── d929147d9f78c487397abb40f2c257b0.info │ │ │ ├── dc │ │ │ │ ├── dc443db3e92b4983b9738c1131f555cb │ │ │ │ ├── dc443db3e92b4983b9738c1131f555cb.info │ │ │ │ ├── dced8f6ea9f964e8e8e61574ea889d21 │ │ │ │ └── dced8f6ea9f964e8e8e61574ea889d21.info │ │ │ ├── e1 │ │ │ │ ├── e1007cd261c84053beb0c3537782908d │ │ │ │ └── e1007cd261c84053beb0c3537782908d.info │ │ │ ├── e4 │ │ │ │ ├── e4bfeabebc5114952a57d908ff706b7e │ │ │ │ ├── e4bfeabebc5114952a57d908ff706b7e.info │ │ │ │ ├── e4f4cf1b9b434137a499903a7a1d651a │ │ │ │ └── e4f4cf1b9b434137a499903a7a1d651a.info │ │ │ ├── e5 │ │ │ │ ├── e5878b2dbd8b846a79d3d5890a64b678 │ │ │ │ └── e5878b2dbd8b846a79d3d5890a64b678.info │ │ │ ├── ea │ │ │ │ ├── ead147da21254ff9a0a936bdd75e1680 │ │ │ │ └── ead147da21254ff9a0a936bdd75e1680.info │ │ │ ├── ed │ │ │ │ ├── ed7343f30e3843b3afda8f8b02669cea │ │ │ │ └── ed7343f30e3843b3afda8f8b02669cea.info │ │ │ ├── ee │ │ │ │ ├── eeed6954b3c264ca0b28a92aa6289bf0 │ │ │ │ └── eeed6954b3c264ca0b28a92aa6289bf0.info │ │ │ ├── f0 │ │ │ │ ├── f036b15cd886046dc81b52a00fee19ae │ │ │ │ ├── f036b15cd886046dc81b52a00fee19ae.info │ │ │ │ ├── f0f8d67297461495185169157c24c66b │ │ │ │ └── f0f8d67297461495185169157c24c66b.info │ │ │ ├── f1 │ │ │ │ ├── f1045c695c5bf4fb7b8509687bc60fc0 │ │ │ │ └── f1045c695c5bf4fb7b8509687bc60fc0.info │ │ │ ├── f2 │ │ │ │ ├── f28fcced5af094cf78eb4e1109a71981 │ │ │ │ └── f28fcced5af094cf78eb4e1109a71981.info │ │ │ ├── f3 │ │ │ │ ├── f357307861f9343d19db5137ca1053f0 │ │ │ │ └── f357307861f9343d19db5137ca1053f0.info │ │ │ ├── f5 │ │ │ │ ├── f5f67c52d1564df4a8936ccd202a3bd8 │ │ │ │ └── f5f67c52d1564df4a8936ccd202a3bd8.info │ │ │ ├── f7 │ │ │ │ ├── f70555f144d8491a825f0804e09c671c │ │ │ │ ├── f70555f144d8491a825f0804e09c671c.info │ │ │ │ ├── f735d317ca9afb6468c5c5ca06d9e39a │ │ │ │ ├── f735d317ca9afb6468c5c5ca06d9e39a.info │ │ │ │ ├── f7b54ff4a43d4fcf81b4538b678e0bcc │ │ │ │ └── f7b54ff4a43d4fcf81b4538b678e0bcc.info │ │ │ └── fe │ │ │ │ ├── fec197bad419341558f81f2ec8a05e18 │ │ │ │ └── fec197bad419341558f81f2ec8a05e18.info │ │ └── shadercompiler-UnityShaderCompiler0.log │ │ ├── ProjectSettings │ │ ├── AudioManager.asset │ │ ├── ClusterInputManager.asset │ │ ├── DynamicsManager.asset │ │ ├── EditorBuildSettings.asset │ │ ├── EditorSettings.asset │ │ ├── GraphicsSettings.asset │ │ ├── InputManager.asset │ │ ├── NavMeshAreas.asset │ │ ├── NetworkManager.asset │ │ ├── Physics2DSettings.asset │ │ ├── ProjectSettings.asset │ │ ├── ProjectVersion.txt │ │ ├── QualitySettings.asset │ │ ├── TagManager.asset │ │ ├── TimeManager.asset │ │ └── UnityConnectSettings.asset │ │ └── UnityPackageManager │ │ └── manifest.json └── ReadMe.txt ├── Chapter10 ├── .DS_Store ├── Project │ ├── .DS_Store │ ├── CH10Code │ │ └── GameManager.cs │ ├── Chapter 10 │ │ ├── .DS_Store │ │ ├── Assembly-CSharp-vs.csproj │ │ ├── Assembly-CSharp.csproj │ │ ├── Assets │ │ │ ├── .DS_Store │ │ │ ├── Animations.meta │ │ │ ├── Animations │ │ │ │ ├── EventSystem.controller │ │ │ │ ├── EventSystem.controller.meta │ │ │ │ ├── LevelProps.meta │ │ │ │ ├── LevelProps │ │ │ │ │ ├── Coin.controller │ │ │ │ │ ├── Coin.controller.meta │ │ │ │ │ ├── CoinSpin.anim │ │ │ │ │ └── CoinSpin.anim.meta │ │ │ │ ├── New Animation.anim │ │ │ │ ├── New Animation.anim.meta │ │ │ │ ├── Platform.anim │ │ │ │ ├── Platform.anim.meta │ │ │ │ ├── Platform.controller │ │ │ │ ├── Platform.controller.meta │ │ │ │ ├── Player.meta │ │ │ │ └── Player │ │ │ │ │ ├── Animator_Player.controller │ │ │ │ │ ├── Animator_Player.controller.meta │ │ │ │ │ ├── Dead.anim │ │ │ │ │ ├── Dead.anim.meta │ │ │ │ │ ├── Jump.anim │ │ │ │ │ ├── Jump.anim.meta │ │ │ │ │ ├── Run.anim │ │ │ │ │ ├── Run.anim.meta │ │ │ │ │ ├── hit.anim │ │ │ │ │ ├── hit.anim.meta │ │ │ │ │ ├── sprite.controller │ │ │ │ │ └── sprite.controller.meta │ │ │ ├── Fonts.meta │ │ │ ├── Fonts │ │ │ │ ├── kenvector_future_thin.ttf │ │ │ │ └── kenvector_future_thin.ttf.meta │ │ │ ├── Materials.meta │ │ │ ├── Materials │ │ │ │ ├── NoFriction.physicsMaterial2D │ │ │ │ ├── NoFriction.physicsMaterial2D.meta │ │ │ │ ├── Player.physicsMaterial2D │ │ │ │ └── Player.physicsMaterial2D.meta │ │ │ ├── Prefabs.meta │ │ │ ├── Prefabs │ │ │ │ ├── Player.prefab │ │ │ │ └── Player.prefab.meta │ │ │ ├── Scenes.meta │ │ │ ├── Scenes │ │ │ │ ├── MainScene.unity │ │ │ │ └── MainScene.unity.meta │ │ │ ├── Scripts.meta │ │ │ ├── Scripts │ │ │ │ ├── CameraFollow.cs │ │ │ │ ├── CameraFollow.cs.meta │ │ │ │ ├── GameManager.cs │ │ │ │ ├── GameManager.cs.meta │ │ │ │ ├── KillTrigger.cs │ │ │ │ ├── KillTrigger.cs.meta │ │ │ │ ├── LeaveTrigger.cs │ │ │ │ ├── LeaveTrigger.cs.meta │ │ │ │ ├── LevelGenerator.cs │ │ │ │ ├── LevelGenerator.cs.meta │ │ │ │ ├── LevelPiece.cs │ │ │ │ ├── LevelPiece.cs.meta │ │ │ │ ├── PlayerController.cs │ │ │ │ ├── PlayerController.cs.meta │ │ │ │ ├── ViewInGame.cs │ │ │ │ └── ViewInGame.cs.meta │ │ │ ├── Sprites.meta │ │ │ └── Sprites │ │ │ │ ├── Platform.meta │ │ │ │ ├── Platform │ │ │ │ ├── Floor.png │ │ │ │ └── Floor.png.meta │ │ │ │ ├── Player.meta │ │ │ │ ├── Player │ │ │ │ ├── Player_Dead.png │ │ │ │ ├── Player_Dead.png.meta │ │ │ │ ├── Player_Jump.png │ │ │ │ ├── Player_Jump.png.meta │ │ │ │ ├── Player_Run.png │ │ │ │ └── Player_Run.png.meta │ │ │ │ ├── Scene.meta │ │ │ │ ├── Scene │ │ │ │ ├── Floor.png │ │ │ │ └── Floor.png.meta │ │ │ │ ├── pure-white.png │ │ │ │ └── pure-white.png.meta │ │ ├── Chapter 10-csharp.sln │ │ ├── Chapter 10.sln │ │ ├── Chapter 10.userprefs │ │ ├── Chapter 11.sln │ │ ├── Chapter 11.userprefs │ │ ├── Chapter 12.sln │ │ ├── Chapter 12.userprefs │ │ ├── Chapter 13.sln │ │ ├── Chapter 13.userprefs │ │ ├── Chapter 9-csharp.sln │ │ ├── Chapter 9.sln │ │ ├── Chapter 9.userprefs │ │ ├── Library │ │ │ ├── AnnotationManager │ │ │ ├── AssetImportState │ │ │ ├── AssetServerCacheV3 │ │ │ ├── AssetVersioning.db │ │ │ ├── BuildPlayer.prefs │ │ │ ├── BuildSettings.asset │ │ │ ├── CurrentLayout.dwlt │ │ │ ├── EditorUserBuildSettings.asset │ │ │ ├── EditorUserSettings.asset │ │ │ ├── GridBrush │ │ │ │ └── UnityEditor.GridBrush.asset │ │ │ ├── InspectorExpandedItems.asset │ │ │ ├── LastSceneManagerSetup.txt │ │ │ ├── LibraryFormatVersion.txt │ │ │ ├── MonoManager.asset │ │ │ ├── ProjectSettings.asset │ │ │ ├── ScriptAssemblies │ │ │ │ ├── Assembly-CSharp.dll │ │ │ │ ├── Assembly-CSharp.dll.mdb │ │ │ │ └── BuiltinAssemblies.stamp │ │ │ ├── ScriptMapper │ │ │ ├── ShaderCache.db │ │ │ ├── ShaderCache │ │ │ │ ├── 0 │ │ │ │ │ └── 08bb9d7996f27d1ca0a7aa078f557478.bin │ │ │ │ ├── 1 │ │ │ │ │ └── 111cb10587eafbc3acf4777029600238.bin │ │ │ │ ├── 2 │ │ │ │ │ ├── 2722f46b67d1874694d698e89b471b46.bin │ │ │ │ │ ├── 29812484f19e2c2b72cd2389d7392a9f.bin │ │ │ │ │ └── 2f1fe3c9438ecbac88fe31a86690a4a9.bin │ │ │ │ ├── 3 │ │ │ │ │ ├── 329a6a028320dcef78410f5105f7c8a3.bin │ │ │ │ │ ├── 3468f2d5867b43b3f93039571e3572c8.bin │ │ │ │ │ └── 3fca6e52f536e63c33ab2e8a35f2c433.bin │ │ │ │ ├── 4 │ │ │ │ │ ├── 400de226c2c455fbdf6c8518a92d938c.bin │ │ │ │ │ ├── 4676ec8e19bd17d8f3fa493af4448746.bin │ │ │ │ │ └── 4bbd26c32b77f9b50d92e016bd933ea4.bin │ │ │ │ ├── 5 │ │ │ │ │ ├── 58ed2e7aaed534dc377d6bb95eb49f53.bin │ │ │ │ │ ├── 5b6cf33741a1a62195ef60468f40a6b2.bin │ │ │ │ │ └── 5c37d3efacbd98dcc58b6fe7cce5d1e7.bin │ │ │ │ ├── 6 │ │ │ │ │ ├── 64f78300564bda0f92f22997be8a56f2.bin │ │ │ │ │ ├── 6657a03fed0825c1c74cf14f636ca049.bin │ │ │ │ │ ├── 682d7ac24544c443b0f9807b10a4a788.bin │ │ │ │ │ └── 6f2840e25b8cbe87c9e9ff7a014f5d99.bin │ │ │ │ ├── 7 │ │ │ │ │ ├── 7002b920ef75234494469c793bb32157.bin │ │ │ │ │ └── 7125133a0a4badc1a25ec3a490b4eb01.bin │ │ │ │ ├── 8 │ │ │ │ │ ├── 85327a538e70dc16df3c45fa09e33dca.bin │ │ │ │ │ ├── 8623861e9086aa53ff2ea16ffddc6d1a.bin │ │ │ │ │ ├── 89d90791c5a65e43c796b5a1d93173e0.bin │ │ │ │ │ ├── 8b11eb62f065a2afbb63d35bdd06a689.bin │ │ │ │ │ └── 8d6884d07400cf8cb5255b40dc4ad139.bin │ │ │ │ ├── 9 │ │ │ │ │ └── 9c1049be540dff2886b15f9e52444c89.bin │ │ │ │ ├── a │ │ │ │ │ └── ae048ca9942a8d8da059b6de3aa866bf.bin │ │ │ │ ├── b │ │ │ │ │ ├── b4d13816649c95b1d269d50939b42780.bin │ │ │ │ │ ├── b7ad8f9bb30ca01d74e9218af1af6fcb.bin │ │ │ │ │ ├── b983332e8bd3e69b0eb5a6ec94cdacec.bin │ │ │ │ │ ├── bdf5912cffc9ec74c30161768abaec2a.bin │ │ │ │ │ ├── bdf6c3b2c23c75f34904b0ed173727ad.bin │ │ │ │ │ └── be6513a1fa9792aa6b7e586c2c4c9ea7.bin │ │ │ │ ├── c │ │ │ │ │ ├── ce7fd8b64bbea6e5fa21dbe763099380.bin │ │ │ │ │ └── cfc1695cd2c8feb4be33eff139b0853f.bin │ │ │ │ ├── d │ │ │ │ │ ├── dbfa0a3e648c5584be4e89f4ab1421b0.bin │ │ │ │ │ ├── dc0e1fd9f4dbd1739afea414e20667c8.bin │ │ │ │ │ └── dc7d351db8abd244c4bb9bb5b4ea9e1f.bin │ │ │ │ ├── e │ │ │ │ │ └── efa27ea55eaf42a12fe400d998fa7a99.bin │ │ │ │ └── f │ │ │ │ │ ├── f44c8efae71094c69460ffbe3cbc356c.bin │ │ │ │ │ ├── f759114ea9372ddd3330df1bf163b18b.bin │ │ │ │ │ └── f7caa71dc3acd6a408eae5cb2f0fa423.bin │ │ │ ├── SpriteAtlasDatabase.asset │ │ │ ├── TilemapEditorUserSettings.asset │ │ │ ├── assetDatabase3 │ │ │ ├── expandedItems │ │ │ ├── metadata │ │ │ │ ├── 10 │ │ │ │ │ ├── 10bf81265ad87424d946598c575f45a0 │ │ │ │ │ └── 10bf81265ad87424d946598c575f45a0.info │ │ │ │ ├── 12 │ │ │ │ │ ├── 12fd8a0055b84bb59e84c9835a37e333 │ │ │ │ │ └── 12fd8a0055b84bb59e84c9835a37e333.info │ │ │ │ ├── 13 │ │ │ │ │ ├── 1322fd896bbb15bb6e335591b766ae62 │ │ │ │ │ └── 1322fd896bbb15bb6e335591b766ae62.info │ │ │ │ ├── 15 │ │ │ │ │ ├── 15be9c691b85a41a39c18bee2f87e21b │ │ │ │ │ ├── 15be9c691b85a41a39c18bee2f87e21b.info │ │ │ │ │ ├── 15e327f750b786c46a9ec3995f60c81f │ │ │ │ │ └── 15e327f750b786c46a9ec3995f60c81f.info │ │ │ │ ├── 19 │ │ │ │ │ ├── 19e5a138c07e971438b2b18c8e716479 │ │ │ │ │ └── 19e5a138c07e971438b2b18c8e716479.info │ │ │ │ ├── 21 │ │ │ │ │ ├── 21eff446d50eaf44a85985cd4c0b6fa1 │ │ │ │ │ └── 21eff446d50eaf44a85985cd4c0b6fa1.info │ │ │ │ ├── 22 │ │ │ │ │ ├── 220224b43fc464c28bc0e8de8f54a432 │ │ │ │ │ ├── 220224b43fc464c28bc0e8de8f54a432.info │ │ │ │ │ ├── 224ede67b4f3a4109bfec4d5cb161b05 │ │ │ │ │ └── 224ede67b4f3a4109bfec4d5cb161b05.info │ │ │ │ ├── 24 │ │ │ │ │ ├── 24c07fc3f8b8d405d8f15bfe585a4285 │ │ │ │ │ └── 24c07fc3f8b8d405d8f15bfe585a4285.info │ │ │ │ ├── 26 │ │ │ │ │ ├── 2682a692a2be7e14e901a738c7806da0 │ │ │ │ │ └── 2682a692a2be7e14e901a738c7806da0.info │ │ │ │ ├── 27 │ │ │ │ │ ├── 272eebc0acebd49f9af45e663fda371d │ │ │ │ │ └── 272eebc0acebd49f9af45e663fda371d.info │ │ │ │ ├── 30 │ │ │ │ │ ├── 30aa2886e2b748d48fbe4b155c65025f │ │ │ │ │ └── 30aa2886e2b748d48fbe4b155c65025f.info │ │ │ │ ├── 32 │ │ │ │ │ ├── 32188fd89022c154c81befa2f0e00be0 │ │ │ │ │ ├── 32188fd89022c154c81befa2f0e00be0.info │ │ │ │ │ ├── 328cc881519068e4eb7db4bb907ad2d9 │ │ │ │ │ └── 328cc881519068e4eb7db4bb907ad2d9.info │ │ │ │ ├── 34 │ │ │ │ │ ├── 3415978993a9b48eabff9dd9d5dc5b36 │ │ │ │ │ └── 3415978993a9b48eabff9dd9d5dc5b36.info │ │ │ │ ├── 38 │ │ │ │ │ ├── 38c8faf1788024c02930a0c68a6e0edc │ │ │ │ │ └── 38c8faf1788024c02930a0c68a6e0edc.info │ │ │ │ ├── 39 │ │ │ │ │ ├── 394d0bfed71ef429299322cdb6c24280 │ │ │ │ │ └── 394d0bfed71ef429299322cdb6c24280.info │ │ │ │ ├── 40 │ │ │ │ │ ├── 405b9b51bb344a128608d968297df79c │ │ │ │ │ ├── 405b9b51bb344a128608d968297df79c.info │ │ │ │ │ ├── 40c0b1ac77831462ab0f27d9bd64dc7d │ │ │ │ │ └── 40c0b1ac77831462ab0f27d9bd64dc7d.info │ │ │ │ ├── 41 │ │ │ │ │ ├── 4113173d5e95493ab8765d7b08371de4 │ │ │ │ │ └── 4113173d5e95493ab8765d7b08371de4.info │ │ │ │ ├── 44 │ │ │ │ │ ├── 44f39a74ca5ee4bf5936b17e901f251c │ │ │ │ │ └── 44f39a74ca5ee4bf5936b17e901f251c.info │ │ │ │ ├── 45 │ │ │ │ │ ├── 453f100e6bdae4dfd9e655927819dc85 │ │ │ │ │ └── 453f100e6bdae4dfd9e655927819dc85.info │ │ │ │ ├── 46 │ │ │ │ │ ├── 46eefeafe9ad7483da6c4443d73ee2f7 │ │ │ │ │ └── 46eefeafe9ad7483da6c4443d73ee2f7.info │ │ │ │ ├── 48 │ │ │ │ │ ├── 48986928cc2a449dbaecdd1654bc9bf6 │ │ │ │ │ └── 48986928cc2a449dbaecdd1654bc9bf6.info │ │ │ │ ├── 50 │ │ │ │ │ ├── 5000ca8b4361d486b8fd089317dd5f50 │ │ │ │ │ └── 5000ca8b4361d486b8fd089317dd5f50.info │ │ │ │ ├── 51 │ │ │ │ │ ├── 510d1d319d2754ea4a47c6dd8c421ea0 │ │ │ │ │ ├── 510d1d319d2754ea4a47c6dd8c421ea0.info │ │ │ │ │ ├── 517af1b5b81b93b43b9745d58f017562 │ │ │ │ │ └── 517af1b5b81b93b43b9745d58f017562.info │ │ │ │ ├── 53 │ │ │ │ │ ├── 53ebcfaa2e1e4e2dbc85882cd5a73fa1 │ │ │ │ │ └── 53ebcfaa2e1e4e2dbc85882cd5a73fa1.info │ │ │ │ ├── 57 │ │ │ │ │ ├── 5782f9e9e6e0bb94bac99aeea24814fc │ │ │ │ │ └── 5782f9e9e6e0bb94bac99aeea24814fc.info │ │ │ │ ├── 60 │ │ │ │ │ ├── 60d7696e2afa94c4e8a1c2a8d2e64e5b │ │ │ │ │ └── 60d7696e2afa94c4e8a1c2a8d2e64e5b.info │ │ │ │ ├── 62 │ │ │ │ │ ├── 62772aad98ed04f0d955b7d20de61f7f │ │ │ │ │ └── 62772aad98ed04f0d955b7d20de61f7f.info │ │ │ │ ├── 65 │ │ │ │ │ ├── 6597c6ea86d36477081342001145d8d9 │ │ │ │ │ ├── 6597c6ea86d36477081342001145d8d9.info │ │ │ │ │ ├── 65d58d50c3db54f979b1ffae3777d74b │ │ │ │ │ └── 65d58d50c3db54f979b1ffae3777d74b.info │ │ │ │ ├── 71 │ │ │ │ │ ├── 710f298e6b03b4675b7af26a1765cc88 │ │ │ │ │ └── 710f298e6b03b4675b7af26a1765cc88.info │ │ │ │ ├── 75 │ │ │ │ │ ├── 75799de484ac4f4cadc268d2cbea830a │ │ │ │ │ └── 75799de484ac4f4cadc268d2cbea830a.info │ │ │ │ ├── 76 │ │ │ │ │ ├── 7668179ede524d6396c8b7d84461ea29 │ │ │ │ │ └── 7668179ede524d6396c8b7d84461ea29.info │ │ │ │ ├── 78 │ │ │ │ │ ├── 78396c2b5efff42ff8512b01fcd8f6f7 │ │ │ │ │ ├── 78396c2b5efff42ff8512b01fcd8f6f7.info │ │ │ │ │ ├── 7843c84159a3647e8a6ac766fbf42f6d │ │ │ │ │ └── 7843c84159a3647e8a6ac766fbf42f6d.info │ │ │ │ ├── 79 │ │ │ │ │ ├── 7927683d1fc5848b5abfb54ebb1028ec │ │ │ │ │ └── 7927683d1fc5848b5abfb54ebb1028ec.info │ │ │ │ ├── 80 │ │ │ │ │ ├── 80a3616ca19596e4da0f10f14d241e9f │ │ │ │ │ └── 80a3616ca19596e4da0f10f14d241e9f.info │ │ │ │ ├── 82 │ │ │ │ │ ├── 8225796495d3e4a65aed01ebe8b97c55 │ │ │ │ │ ├── 8225796495d3e4a65aed01ebe8b97c55.info │ │ │ │ │ ├── 825c0c76f43434687b003e37321797ba │ │ │ │ │ └── 825c0c76f43434687b003e37321797ba.info │ │ │ │ ├── 83 │ │ │ │ │ ├── 8372287d65b0144448b0354314f5b444 │ │ │ │ │ └── 8372287d65b0144448b0354314f5b444.info │ │ │ │ ├── 84 │ │ │ │ │ ├── 844f815391db42d49455cbf1a7bfc434 │ │ │ │ │ ├── 844f815391db42d49455cbf1a7bfc434.info │ │ │ │ │ ├── 846e68fc9f5144a2ebc0bd10a6b6cf73 │ │ │ │ │ └── 846e68fc9f5144a2ebc0bd10a6b6cf73.info │ │ │ │ ├── 85 │ │ │ │ │ ├── 858b7542787a1a44d917d8b76b6a9b47 │ │ │ │ │ └── 858b7542787a1a44d917d8b76b6a9b47.info │ │ │ │ ├── 86 │ │ │ │ │ ├── 86c008322e7c647149878156c5b81940 │ │ │ │ │ ├── 86c008322e7c647149878156c5b81940.info │ │ │ │ │ ├── 86c18994495874297b469aaa57ef9b44 │ │ │ │ │ └── 86c18994495874297b469aaa57ef9b44.info │ │ │ │ ├── 87 │ │ │ │ │ ├── 870353891bb340e2b2a9c8707e7419ba │ │ │ │ │ └── 870353891bb340e2b2a9c8707e7419ba.info │ │ │ │ ├── 90 │ │ │ │ │ ├── 9078b7128e594410d9b89e5b24cffd01 │ │ │ │ │ ├── 9078b7128e594410d9b89e5b24cffd01.info │ │ │ │ │ ├── 90791303b72ec4ae198f99d637dfdf6c │ │ │ │ │ ├── 90791303b72ec4ae198f99d637dfdf6c.info │ │ │ │ │ ├── 90ceddd52f7244639b5a11e854fd4d4b │ │ │ │ │ └── 90ceddd52f7244639b5a11e854fd4d4b.info │ │ │ │ ├── 99 │ │ │ │ │ ├── 99ddb49592ff84811804420a1910cb89 │ │ │ │ │ └── 99ddb49592ff84811804420a1910cb89.info │ │ │ │ ├── 00 │ │ │ │ │ ├── 00000000000000001000000000000000 │ │ │ │ │ ├── 00000000000000001000000000000000.info │ │ │ │ │ ├── 00000000000000002000000000000000 │ │ │ │ │ ├── 00000000000000002000000000000000.info │ │ │ │ │ ├── 00000000000000003000000000000000 │ │ │ │ │ ├── 00000000000000003000000000000000.info │ │ │ │ │ ├── 00000000000000004000000000000000 │ │ │ │ │ ├── 00000000000000004000000000000000.info │ │ │ │ │ ├── 00000000000000004100000000000000 │ │ │ │ │ ├── 00000000000000004100000000000000.info │ │ │ │ │ ├── 00000000000000005000000000000000 │ │ │ │ │ ├── 00000000000000005000000000000000.info │ │ │ │ │ ├── 00000000000000005100000000000000 │ │ │ │ │ ├── 00000000000000005100000000000000.info │ │ │ │ │ ├── 00000000000000006000000000000000 │ │ │ │ │ ├── 00000000000000006000000000000000.info │ │ │ │ │ ├── 00000000000000006100000000000000 │ │ │ │ │ ├── 00000000000000006100000000000000.info │ │ │ │ │ ├── 00000000000000007000000000000000 │ │ │ │ │ ├── 00000000000000007000000000000000.info │ │ │ │ │ ├── 00000000000000007100000000000000 │ │ │ │ │ ├── 00000000000000007100000000000000.info │ │ │ │ │ ├── 00000000000000008000000000000000 │ │ │ │ │ ├── 00000000000000008000000000000000.info │ │ │ │ │ ├── 00000000000000009000000000000000 │ │ │ │ │ ├── 00000000000000009000000000000000.info │ │ │ │ │ ├── 0000000000000000a000000000000000 │ │ │ │ │ ├── 0000000000000000a000000000000000.info │ │ │ │ │ ├── 0000000000000000a100000000000000 │ │ │ │ │ ├── 0000000000000000a100000000000000.info │ │ │ │ │ ├── 0000000000000000b000000000000000 │ │ │ │ │ ├── 0000000000000000b000000000000000.info │ │ │ │ │ ├── 0000000000000000c000000000000000 │ │ │ │ │ ├── 0000000000000000c000000000000000.info │ │ │ │ │ ├── 0000000000000000e100000000000000 │ │ │ │ │ └── 0000000000000000e100000000000000.info │ │ │ │ ├── 0d │ │ │ │ │ ├── 0d3bb855445e36e479c85976fc88383a │ │ │ │ │ └── 0d3bb855445e36e479c85976fc88383a.info │ │ │ │ ├── 1b │ │ │ │ │ ├── 1b32bcce201b4494ea8848326290c5d5 │ │ │ │ │ └── 1b32bcce201b4494ea8848326290c5d5.info │ │ │ │ ├── 1c │ │ │ │ │ ├── 1c6d1fbb51834b64847b1b73a75bfc77 │ │ │ │ │ └── 1c6d1fbb51834b64847b1b73a75bfc77.info │ │ │ │ ├── 1e │ │ │ │ │ ├── 1e108ae5f2133934f948edded555f03e │ │ │ │ │ └── 1e108ae5f2133934f948edded555f03e.info │ │ │ │ ├── 2d │ │ │ │ │ ├── 2d4d46c70fdd242668a56e99799e8540 │ │ │ │ │ └── 2d4d46c70fdd242668a56e99799e8540.info │ │ │ │ ├── 2e │ │ │ │ │ ├── 2e8d922df013448ec8b1debfac0f6189 │ │ │ │ │ ├── 2e8d922df013448ec8b1debfac0f6189.info │ │ │ │ │ ├── 2eb2d0388ed974b3cba47458803bd275 │ │ │ │ │ └── 2eb2d0388ed974b3cba47458803bd275.info │ │ │ │ ├── 2f │ │ │ │ │ ├── 2f02b8764d7e3d0478249c300d6b8b6f │ │ │ │ │ └── 2f02b8764d7e3d0478249c300d6b8b6f.info │ │ │ │ ├── 3a │ │ │ │ │ ├── 3a84de5cd0624681b6b6dcd8921d912a │ │ │ │ │ └── 3a84de5cd0624681b6b6dcd8921d912a.info │ │ │ │ ├── 3c │ │ │ │ │ ├── 3cebe1a96232b44388b30b2f72dde434 │ │ │ │ │ └── 3cebe1a96232b44388b30b2f72dde434.info │ │ │ │ ├── 3e │ │ │ │ │ ├── 3e7c41cad2e18411a90c7e0e798cb6c8 │ │ │ │ │ └── 3e7c41cad2e18411a90c7e0e798cb6c8.info │ │ │ │ ├── 4a │ │ │ │ │ ├── 4a3ecb1425d14502837abea459cf2b70 │ │ │ │ │ └── 4a3ecb1425d14502837abea459cf2b70.info │ │ │ │ ├── 4b │ │ │ │ │ ├── 4b27a166a366b4aca8830069c0156d4a │ │ │ │ │ ├── 4b27a166a366b4aca8830069c0156d4a.info │ │ │ │ │ ├── 4b3fa4bde7f1451a8218c03ee6a8ded8 │ │ │ │ │ ├── 4b3fa4bde7f1451a8218c03ee6a8ded8.info │ │ │ │ │ ├── 4ba2329b63d54f0187bcaa12486b1b0f │ │ │ │ │ └── 4ba2329b63d54f0187bcaa12486b1b0f.info │ │ │ │ ├── 4c │ │ │ │ │ ├── 4c6fe94acbb24417c988bab18cbd5209 │ │ │ │ │ └── 4c6fe94acbb24417c988bab18cbd5209.info │ │ │ │ ├── 4e │ │ │ │ │ ├── 4e78fbe7fb50b4d77981dcbdd2e7f9f5 │ │ │ │ │ └── 4e78fbe7fb50b4d77981dcbdd2e7f9f5.info │ │ │ │ ├── 4f │ │ │ │ │ ├── 4f234578336894dc081edf696f2ff5f2 │ │ │ │ │ └── 4f234578336894dc081edf696f2ff5f2.info │ │ │ │ ├── 5a │ │ │ │ │ ├── 5a4b354a3393911459ca2025410b0c02 │ │ │ │ │ └── 5a4b354a3393911459ca2025410b0c02.info │ │ │ │ ├── 5f │ │ │ │ │ ├── 5f32cd94baa94578a686d4b9d6b660f7 │ │ │ │ │ ├── 5f32cd94baa94578a686d4b9d6b660f7.info │ │ │ │ │ ├── 5f6977d909e1f44dc8f32e89e057d713 │ │ │ │ │ └── 5f6977d909e1f44dc8f32e89e057d713.info │ │ │ │ ├── 6a │ │ │ │ │ ├── 6a10b2909283487f913b00d94cd3faf5 │ │ │ │ │ ├── 6a10b2909283487f913b00d94cd3faf5.info │ │ │ │ │ ├── 6a6b6bef66b30cf4da56a85e98aa9524 │ │ │ │ │ └── 6a6b6bef66b30cf4da56a85e98aa9524.info │ │ │ │ ├── 6e │ │ │ │ │ ├── 6e7c8cfeedae74eb3a562055e069e441 │ │ │ │ │ ├── 6e7c8cfeedae74eb3a562055e069e441.info │ │ │ │ │ ├── 6e86519b2ed7ece4cae901fc31de93cd │ │ │ │ │ ├── 6e86519b2ed7ece4cae901fc31de93cd.info │ │ │ │ │ ├── 6e8aea2f401254859bed49129e3fd230 │ │ │ │ │ ├── 6e8aea2f401254859bed49129e3fd230.info │ │ │ │ │ ├── 6e98802d963314522b4bf055067ccaf1 │ │ │ │ │ └── 6e98802d963314522b4bf055067ccaf1.info │ │ │ │ ├── 7c │ │ │ │ │ ├── 7c3a5d6e39b874f468b2691537168513 │ │ │ │ │ └── 7c3a5d6e39b874f468b2691537168513.info │ │ │ │ ├── 7d │ │ │ │ │ ├── 7dc122fb000134971818459927616731 │ │ │ │ │ └── 7dc122fb000134971818459927616731.info │ │ │ │ ├── 8a │ │ │ │ │ ├── 8a9a760f95896c34689febc965510927 │ │ │ │ │ └── 8a9a760f95896c34689febc965510927.info │ │ │ │ ├── 8e │ │ │ │ │ ├── 8e2b40aad71104d9e901c5b746ecbe31 │ │ │ │ │ ├── 8e2b40aad71104d9e901c5b746ecbe31.info │ │ │ │ │ ├── 8e60d9f62b99c4a719cee93ab9c39374 │ │ │ │ │ ├── 8e60d9f62b99c4a719cee93ab9c39374.info │ │ │ │ │ ├── 8e7066e382b0fc749b25dbb1a3004dfe │ │ │ │ │ └── 8e7066e382b0fc749b25dbb1a3004dfe.info │ │ │ │ ├── 9c │ │ │ │ │ ├── 9c4c33b2a09d64a96b5f7ef9704881a4 │ │ │ │ │ └── 9c4c33b2a09d64a96b5f7ef9704881a4.info │ │ │ │ ├── 9d │ │ │ │ │ ├── 9de9e8523c82543c5b3e40a4b51aa2c9 │ │ │ │ │ └── 9de9e8523c82543c5b3e40a4b51aa2c9.info │ │ │ │ ├── 9f │ │ │ │ │ ├── 9fe52b6b194914e399371616c9cb31e6 │ │ │ │ │ └── 9fe52b6b194914e399371616c9cb31e6.info │ │ │ │ ├── a3 │ │ │ │ │ ├── a307be21a93ef449f9348a8cd4907903 │ │ │ │ │ ├── a307be21a93ef449f9348a8cd4907903.info │ │ │ │ │ ├── a342381d77833427fa10621e38fbae10 │ │ │ │ │ ├── a342381d77833427fa10621e38fbae10.info │ │ │ │ │ ├── a34ccc91ff9164f5c997bb19035cc8b0 │ │ │ │ │ ├── a34ccc91ff9164f5c997bb19035cc8b0.info │ │ │ │ │ ├── a37e18887fa954edf92bc36bc353b879 │ │ │ │ │ └── a37e18887fa954edf92bc36bc353b879.info │ │ │ │ ├── a6 │ │ │ │ │ ├── a6842a74831964edc8fefa1c0aed89dc │ │ │ │ │ └── a6842a74831964edc8fefa1c0aed89dc.info │ │ │ │ ├── a7 │ │ │ │ │ ├── a77cd76073c7444179779ec6271ad5e1 │ │ │ │ │ ├── a77cd76073c7444179779ec6271ad5e1.info │ │ │ │ │ ├── a7af9125170844b7b95207fa5432a9ee │ │ │ │ │ └── a7af9125170844b7b95207fa5432a9ee.info │ │ │ │ ├── a9 │ │ │ │ │ ├── a9b64ad4139c64251825cfc4b7f92c36 │ │ │ │ │ └── a9b64ad4139c64251825cfc4b7f92c36.info │ │ │ │ ├── ac │ │ │ │ │ ├── ac6c401a1a2db42dd92a550c058bb820 │ │ │ │ │ └── ac6c401a1a2db42dd92a550c058bb820.info │ │ │ │ ├── ad │ │ │ │ │ ├── adab7787bd7d44c4a9d48b3aff189c47 │ │ │ │ │ ├── adab7787bd7d44c4a9d48b3aff189c47.info │ │ │ │ │ ├── adebbd281f1a4ef3a30be7f21937e02f │ │ │ │ │ └── adebbd281f1a4ef3a30be7f21937e02f.info │ │ │ │ ├── b2 │ │ │ │ │ ├── b2b693dffac3a4433b3114fea0b7fd4e │ │ │ │ │ ├── b2b693dffac3a4433b3114fea0b7fd4e.info │ │ │ │ │ ├── b2bead50dbf86924f8e51f03ddbebf70 │ │ │ │ │ └── b2bead50dbf86924f8e51f03ddbebf70.info │ │ │ │ ├── b3 │ │ │ │ │ ├── b32abd1c9d73a4cce8389f084ac12b11 │ │ │ │ │ └── b32abd1c9d73a4cce8389f084ac12b11.info │ │ │ │ ├── b5 │ │ │ │ │ ├── b52e557db2c2b4eebb10444f1d582029 │ │ │ │ │ ├── b52e557db2c2b4eebb10444f1d582029.info │ │ │ │ │ ├── b5da970776034f77a070d99423d68791 │ │ │ │ │ ├── b5da970776034f77a070d99423d68791.info │ │ │ │ │ ├── b5f4343795a0e4626ac1fe4a9e6fce59 │ │ │ │ │ └── b5f4343795a0e4626ac1fe4a9e6fce59.info │ │ │ │ ├── b7 │ │ │ │ │ ├── b72a2dba3d7a44a9bb83cba05556fc2e │ │ │ │ │ └── b72a2dba3d7a44a9bb83cba05556fc2e.info │ │ │ │ ├── b8 │ │ │ │ │ ├── b8a0574e92bd43a59e19d6c3c6ae54c7 │ │ │ │ │ └── b8a0574e92bd43a59e19d6c3c6ae54c7.info │ │ │ │ ├── ba │ │ │ │ │ ├── ba1fdeca76274e843a3d78b1bc348126 │ │ │ │ │ ├── ba1fdeca76274e843a3d78b1bc348126.info │ │ │ │ │ ├── bab6fa851cf5a1a4bba3cec5f191cb8e │ │ │ │ │ └── bab6fa851cf5a1a4bba3cec5f191cb8e.info │ │ │ │ ├── c4 │ │ │ │ │ ├── c452c88a87f3d48ae945e7bcf1b4a6ba │ │ │ │ │ └── c452c88a87f3d48ae945e7bcf1b4a6ba.info │ │ │ │ ├── c5 │ │ │ │ │ ├── c5ba7626a737840ff88a3bd84b100482 │ │ │ │ │ ├── c5ba7626a737840ff88a3bd84b100482.info │ │ │ │ │ ├── c5fc08835d30a430ebb1f65267a92758 │ │ │ │ │ └── c5fc08835d30a430ebb1f65267a92758.info │ │ │ │ ├── c7 │ │ │ │ │ ├── c768acbc9cf24d398488bb4c93b91288 │ │ │ │ │ └── c768acbc9cf24d398488bb4c93b91288.info │ │ │ │ ├── c9 │ │ │ │ │ ├── c99bfe4fc4e5c4dc3917c14075acd117 │ │ │ │ │ └── c99bfe4fc4e5c4dc3917c14075acd117.info │ │ │ │ ├── ca │ │ │ │ │ ├── caf2d44b848404386bc73a93c4058765 │ │ │ │ │ └── caf2d44b848404386bc73a93c4058765.info │ │ │ │ ├── cc │ │ │ │ │ ├── cc1b50b5501f748da8bec762294d9136 │ │ │ │ │ └── cc1b50b5501f748da8bec762294d9136.info │ │ │ │ ├── cd │ │ │ │ │ ├── cd2d5877fa86b48f8a96d6e579af2b64 │ │ │ │ │ ├── cd2d5877fa86b48f8a96d6e579af2b64.info │ │ │ │ │ ├── cd7ea9eda5b2248c597557938de2789b │ │ │ │ │ └── cd7ea9eda5b2248c597557938de2789b.info │ │ │ │ ├── ce │ │ │ │ │ ├── ce4395ccdb12cf62fca756358be1a892 │ │ │ │ │ └── ce4395ccdb12cf62fca756358be1a892.info │ │ │ │ ├── d0 │ │ │ │ │ ├── d0582737841eb44418bb0998570eb27b │ │ │ │ │ └── d0582737841eb44418bb0998570eb27b.info │ │ │ │ ├── d1 │ │ │ │ │ ├── d1c1a2d988f5148fd9ab17b2460d271e │ │ │ │ │ └── d1c1a2d988f5148fd9ab17b2460d271e.info │ │ │ │ ├── d2 │ │ │ │ │ ├── d2170503dc57f492481ebe9334c68fcc │ │ │ │ │ └── d2170503dc57f492481ebe9334c68fcc.info │ │ │ │ ├── d3 │ │ │ │ │ ├── d33d54853fd0f48e0ac8a63ea91e6626 │ │ │ │ │ ├── d33d54853fd0f48e0ac8a63ea91e6626.info │ │ │ │ │ ├── d3c07c57f804a45c5999beeed06d6d64 │ │ │ │ │ └── d3c07c57f804a45c5999beeed06d6d64.info │ │ │ │ ├── d6 │ │ │ │ │ ├── d607a67dc772b484da060e66a3d61a4e │ │ │ │ │ └── d607a67dc772b484da060e66a3d61a4e.info │ │ │ │ ├── d8 │ │ │ │ │ ├── d827460f224474127afc0968043b51e3 │ │ │ │ │ └── d827460f224474127afc0968043b51e3.info │ │ │ │ ├── d9 │ │ │ │ │ ├── d91035c548f23744c9bfb107348ed1c0 │ │ │ │ │ ├── d91035c548f23744c9bfb107348ed1c0.info │ │ │ │ │ ├── d929147d9f78c487397abb40f2c257b0 │ │ │ │ │ └── d929147d9f78c487397abb40f2c257b0.info │ │ │ │ ├── dc │ │ │ │ │ ├── dc443db3e92b4983b9738c1131f555cb │ │ │ │ │ ├── dc443db3e92b4983b9738c1131f555cb.info │ │ │ │ │ ├── dced8f6ea9f964e8e8e61574ea889d21 │ │ │ │ │ └── dced8f6ea9f964e8e8e61574ea889d21.info │ │ │ │ ├── e1 │ │ │ │ │ ├── e1007cd261c84053beb0c3537782908d │ │ │ │ │ ├── e1007cd261c84053beb0c3537782908d.info │ │ │ │ │ ├── e1c283d8c0ec4428d906374807b70b25 │ │ │ │ │ └── e1c283d8c0ec4428d906374807b70b25.info │ │ │ │ ├── e4 │ │ │ │ │ ├── e4bfeabebc5114952a57d908ff706b7e │ │ │ │ │ ├── e4bfeabebc5114952a57d908ff706b7e.info │ │ │ │ │ ├── e4f4cf1b9b434137a499903a7a1d651a │ │ │ │ │ └── e4f4cf1b9b434137a499903a7a1d651a.info │ │ │ │ ├── e5 │ │ │ │ │ ├── e535fc60e098d4cfe9f870630986bc6a │ │ │ │ │ └── e535fc60e098d4cfe9f870630986bc6a.info │ │ │ │ ├── e7 │ │ │ │ │ ├── e7a13c477c7ed4c36ac5fe21b6437562 │ │ │ │ │ └── e7a13c477c7ed4c36ac5fe21b6437562.info │ │ │ │ ├── ea │ │ │ │ │ ├── ead147da21254ff9a0a936bdd75e1680 │ │ │ │ │ └── ead147da21254ff9a0a936bdd75e1680.info │ │ │ │ ├── ec │ │ │ │ │ ├── ecb1ee84397a74f4795ba835081fc272 │ │ │ │ │ └── ecb1ee84397a74f4795ba835081fc272.info │ │ │ │ ├── ed │ │ │ │ │ ├── ed7343f30e3843b3afda8f8b02669cea │ │ │ │ │ └── ed7343f30e3843b3afda8f8b02669cea.info │ │ │ │ ├── ee │ │ │ │ │ ├── ee8e2dc286e73408da73ef819eab9f05 │ │ │ │ │ ├── ee8e2dc286e73408da73ef819eab9f05.info │ │ │ │ │ ├── eeed6954b3c264ca0b28a92aa6289bf0 │ │ │ │ │ └── eeed6954b3c264ca0b28a92aa6289bf0.info │ │ │ │ ├── f0 │ │ │ │ │ ├── f0f8d67297461495185169157c24c66b │ │ │ │ │ └── f0f8d67297461495185169157c24c66b.info │ │ │ │ ├── f1 │ │ │ │ │ ├── f1045c695c5bf4fb7b8509687bc60fc0 │ │ │ │ │ └── f1045c695c5bf4fb7b8509687bc60fc0.info │ │ │ │ ├── f2 │ │ │ │ │ ├── f28fcced5af094cf78eb4e1109a71981 │ │ │ │ │ └── f28fcced5af094cf78eb4e1109a71981.info │ │ │ │ ├── f3 │ │ │ │ │ ├── f30feb8915b634b319472735309cdbe0 │ │ │ │ │ ├── f30feb8915b634b319472735309cdbe0.info │ │ │ │ │ ├── f3eb7c2080f92463daf486c20a2aafe9 │ │ │ │ │ └── f3eb7c2080f92463daf486c20a2aafe9.info │ │ │ │ ├── f5 │ │ │ │ │ ├── f5f67c52d1564df4a8936ccd202a3bd8 │ │ │ │ │ └── f5f67c52d1564df4a8936ccd202a3bd8.info │ │ │ │ ├── f7 │ │ │ │ │ ├── f70555f144d8491a825f0804e09c671c │ │ │ │ │ ├── f70555f144d8491a825f0804e09c671c.info │ │ │ │ │ ├── f735d317ca9afb6468c5c5ca06d9e39a │ │ │ │ │ ├── f735d317ca9afb6468c5c5ca06d9e39a.info │ │ │ │ │ ├── f7b54ff4a43d4fcf81b4538b678e0bcc │ │ │ │ │ └── f7b54ff4a43d4fcf81b4538b678e0bcc.info │ │ │ │ ├── fc │ │ │ │ │ ├── fce843e94a895447ba95f715e0690d21 │ │ │ │ │ └── fce843e94a895447ba95f715e0690d21.info │ │ │ │ └── fe │ │ │ │ │ ├── fec197bad419341558f81f2ec8a05e18 │ │ │ │ │ └── fec197bad419341558f81f2ec8a05e18.info │ │ │ ├── shadercompiler-64bit-1.log │ │ │ └── shadercompiler-UnityShaderCompiler0.log │ │ ├── ProjectSettings │ │ │ ├── AudioManager.asset │ │ │ ├── ClusterInputManager.asset │ │ │ ├── DynamicsManager.asset │ │ │ ├── EditorBuildSettings.asset │ │ │ ├── EditorSettings.asset │ │ │ ├── GraphicsSettings.asset │ │ │ ├── InputManager.asset │ │ │ ├── NavMeshAreas.asset │ │ │ ├── NetworkManager.asset │ │ │ ├── Physics2DSettings.asset │ │ │ ├── ProjectSettings.asset │ │ │ ├── ProjectVersion.txt │ │ │ ├── QualitySettings.asset │ │ │ ├── TagManager.asset │ │ │ ├── TimeManager.asset │ │ │ ├── UnityAdsSettings.asset │ │ │ └── UnityConnectSettings.asset │ │ ├── UnityPackageManager │ │ │ └── manifest.json │ │ └── obj │ │ │ └── Debug │ │ │ ├── Assembly-CSharp.csproj.FilesWrittenAbsolute.txt │ │ │ ├── Assembly-CSharp.dll │ │ │ └── Assembly-CSharp.dll.mdb │ └── KillTrigger.unitypackage └── ReadMe.txt ├── Chapter11 ├── .DS_Store ├── CH11Code │ ├── KillTrigger.cs │ ├── LeaveTrigger.cs │ ├── LevelGenerator.cs │ └── LevelPiece.cs ├── Chapter_11 │ ├── Floor.unitypackage │ ├── FloorShort.unitypackage │ ├── KillTrigger.unitypackage │ ├── LevelPieceBasic.unitypackage │ ├── LevelPieceHole.unitypackage │ ├── LevelPieceSteps.unitypackage │ └── Platform.unitypackage ├── Project │ ├── .DS_Store │ └── Chapter 11 │ │ ├── .DS_Store │ │ ├── Assembly-CSharp-vs.csproj │ │ ├── Assembly-CSharp.csproj │ │ ├── Assets │ │ ├── .DS_Store │ │ ├── Animations.meta │ │ ├── Animations │ │ │ ├── EventSystem.controller │ │ │ ├── EventSystem.controller.meta │ │ │ ├── LevelProps.meta │ │ │ ├── LevelProps │ │ │ │ ├── Coin.controller │ │ │ │ ├── Coin.controller.meta │ │ │ │ ├── CoinSpin.anim │ │ │ │ └── CoinSpin.anim.meta │ │ │ ├── New Animation.anim │ │ │ ├── New Animation.anim.meta │ │ │ ├── Platform.anim │ │ │ ├── Platform.anim.meta │ │ │ ├── Platform.controller │ │ │ ├── Platform.controller.meta │ │ │ ├── Player.meta │ │ │ └── Player │ │ │ │ ├── Animator_Player.controller │ │ │ │ ├── Animator_Player.controller.meta │ │ │ │ ├── Dead.anim │ │ │ │ ├── Dead.anim.meta │ │ │ │ ├── Jump.anim │ │ │ │ ├── Jump.anim.meta │ │ │ │ ├── Run.anim │ │ │ │ ├── Run.anim.meta │ │ │ │ ├── hit.anim │ │ │ │ ├── hit.anim.meta │ │ │ │ ├── sprite.controller │ │ │ │ └── sprite.controller.meta │ │ ├── Fonts.meta │ │ ├── Fonts │ │ │ ├── kenvector_future_thin.ttf │ │ │ └── kenvector_future_thin.ttf.meta │ │ ├── Materials.meta │ │ ├── Materials │ │ │ ├── NoFriction.physicsMaterial2D │ │ │ ├── NoFriction.physicsMaterial2D.meta │ │ │ ├── Player.physicsMaterial2D │ │ │ └── Player.physicsMaterial2D.meta │ │ ├── Prefabs.meta │ │ ├── Prefabs │ │ │ ├── Floor.prefab │ │ │ ├── Floor.prefab.meta │ │ │ ├── FloorShort.prefab │ │ │ ├── FloorShort.prefab.meta │ │ │ ├── KillTrigger.prefab │ │ │ ├── KillTrigger.prefab.meta │ │ │ ├── LevelPieceBasic.prefab │ │ │ ├── LevelPieceBasic.prefab.meta │ │ │ ├── LevelPieceHole.prefab │ │ │ ├── LevelPieceHole.prefab.meta │ │ │ ├── LevelPieceSteps.prefab │ │ │ ├── LevelPieceSteps.prefab.meta │ │ │ ├── Platform.prefab │ │ │ ├── Platform.prefab.meta │ │ │ ├── Player.prefab │ │ │ └── Player.prefab.meta │ │ ├── Scenes.meta │ │ ├── Scenes │ │ │ ├── MainScene.unity │ │ │ └── MainScene.unity.meta │ │ ├── Scripts.meta │ │ ├── Scripts │ │ │ ├── .DS_Store │ │ │ ├── CameraFollow.cs │ │ │ ├── CameraFollow.cs.meta │ │ │ ├── Collectable.cs.meta │ │ │ ├── Enemy.cs │ │ │ ├── Enemy.cs.meta │ │ │ ├── GameManager.cs │ │ │ ├── GameManager.cs.meta │ │ │ ├── KillTrigger.cs │ │ │ ├── KillTrigger.cs.meta │ │ │ ├── LeaveTrigger.cs │ │ │ ├── LeaveTrigger.cs.meta │ │ │ ├── LevelGenerator.cs │ │ │ ├── LevelGenerator.cs.meta │ │ │ ├── LevelPiece.cs │ │ │ ├── LevelPiece.cs.meta │ │ │ ├── PlayerController.cs │ │ │ ├── PlayerController.cs.meta │ │ │ ├── ViewInGame.cs │ │ │ ├── ViewInGame.cs.meta │ │ │ └── triggerMovement.cs.meta │ │ ├── Sprites.meta │ │ └── Sprites │ │ │ ├── Platform.meta │ │ │ ├── Platform │ │ │ ├── Floor.png │ │ │ └── Floor.png.meta │ │ │ ├── Player.meta │ │ │ ├── Player │ │ │ ├── Player_Dead.png │ │ │ ├── Player_Dead.png.meta │ │ │ ├── Player_Jump.png │ │ │ ├── Player_Jump.png.meta │ │ │ ├── Player_Run.png │ │ │ └── Player_Run.png.meta │ │ │ ├── Scene.meta │ │ │ ├── Scene │ │ │ ├── Floor.png │ │ │ └── Floor.png.meta │ │ │ ├── pure-white.png │ │ │ └── pure-white.png.meta │ │ ├── Chapter 10-csharp.sln │ │ ├── Chapter 10.sln │ │ ├── Chapter 10.userprefs │ │ ├── Chapter 11.sln │ │ ├── Chapter 11.userprefs │ │ ├── Chapter 12.sln │ │ ├── Chapter 12.userprefs │ │ ├── Chapter 13.sln │ │ ├── Chapter 13.userprefs │ │ ├── Chapter 9-csharp.sln │ │ ├── Chapter 9.sln │ │ ├── Chapter 9.userprefs │ │ ├── Library │ │ ├── AnnotationManager │ │ ├── AssetImportState │ │ ├── AssetServerCacheV3 │ │ ├── AssetVersioning.db │ │ ├── BuildPlayer.prefs │ │ ├── BuildSettings.asset │ │ ├── CurrentLayout.dwlt │ │ ├── EditorUserBuildSettings.asset │ │ ├── EditorUserSettings.asset │ │ ├── GridBrush │ │ │ └── UnityEditor.GridBrush.asset │ │ ├── InspectorExpandedItems.asset │ │ ├── LastSceneManagerSetup.txt │ │ ├── LibraryFormatVersion.txt │ │ ├── MonoManager.asset │ │ ├── ProjectSettings.asset │ │ ├── ScriptAssemblies │ │ │ ├── Assembly-CSharp.dll │ │ │ ├── Assembly-CSharp.dll.mdb │ │ │ └── BuiltinAssemblies.stamp │ │ ├── ScriptMapper │ │ ├── ShaderCache.db │ │ ├── ShaderCache │ │ │ ├── 0 │ │ │ │ └── 08bb9d7996f27d1ca0a7aa078f557478.bin │ │ │ ├── 1 │ │ │ │ └── 111cb10587eafbc3acf4777029600238.bin │ │ │ ├── 2 │ │ │ │ ├── 2722f46b67d1874694d698e89b471b46.bin │ │ │ │ ├── 29812484f19e2c2b72cd2389d7392a9f.bin │ │ │ │ └── 2f1fe3c9438ecbac88fe31a86690a4a9.bin │ │ │ ├── 3 │ │ │ │ ├── 329a6a028320dcef78410f5105f7c8a3.bin │ │ │ │ ├── 3468f2d5867b43b3f93039571e3572c8.bin │ │ │ │ └── 3fca6e52f536e63c33ab2e8a35f2c433.bin │ │ │ ├── 4 │ │ │ │ ├── 400de226c2c455fbdf6c8518a92d938c.bin │ │ │ │ ├── 4676ec8e19bd17d8f3fa493af4448746.bin │ │ │ │ └── 4bbd26c32b77f9b50d92e016bd933ea4.bin │ │ │ ├── 5 │ │ │ │ ├── 58ed2e7aaed534dc377d6bb95eb49f53.bin │ │ │ │ ├── 5b6cf33741a1a62195ef60468f40a6b2.bin │ │ │ │ └── 5c37d3efacbd98dcc58b6fe7cce5d1e7.bin │ │ │ ├── 6 │ │ │ │ ├── 64f78300564bda0f92f22997be8a56f2.bin │ │ │ │ ├── 6657a03fed0825c1c74cf14f636ca049.bin │ │ │ │ ├── 682d7ac24544c443b0f9807b10a4a788.bin │ │ │ │ └── 6f2840e25b8cbe87c9e9ff7a014f5d99.bin │ │ │ ├── 7 │ │ │ │ ├── 7002b920ef75234494469c793bb32157.bin │ │ │ │ └── 7125133a0a4badc1a25ec3a490b4eb01.bin │ │ │ ├── 8 │ │ │ │ ├── 85327a538e70dc16df3c45fa09e33dca.bin │ │ │ │ ├── 8623861e9086aa53ff2ea16ffddc6d1a.bin │ │ │ │ ├── 89d90791c5a65e43c796b5a1d93173e0.bin │ │ │ │ ├── 8b11eb62f065a2afbb63d35bdd06a689.bin │ │ │ │ └── 8d6884d07400cf8cb5255b40dc4ad139.bin │ │ │ ├── 9 │ │ │ │ └── 9c1049be540dff2886b15f9e52444c89.bin │ │ │ ├── a │ │ │ │ └── ae048ca9942a8d8da059b6de3aa866bf.bin │ │ │ ├── b │ │ │ │ ├── b4d13816649c95b1d269d50939b42780.bin │ │ │ │ ├── b7ad8f9bb30ca01d74e9218af1af6fcb.bin │ │ │ │ ├── b983332e8bd3e69b0eb5a6ec94cdacec.bin │ │ │ │ ├── bdf5912cffc9ec74c30161768abaec2a.bin │ │ │ │ ├── bdf6c3b2c23c75f34904b0ed173727ad.bin │ │ │ │ └── be6513a1fa9792aa6b7e586c2c4c9ea7.bin │ │ │ ├── c │ │ │ │ ├── ce7fd8b64bbea6e5fa21dbe763099380.bin │ │ │ │ └── cfc1695cd2c8feb4be33eff139b0853f.bin │ │ │ ├── d │ │ │ │ ├── dbfa0a3e648c5584be4e89f4ab1421b0.bin │ │ │ │ ├── dc0e1fd9f4dbd1739afea414e20667c8.bin │ │ │ │ └── dc7d351db8abd244c4bb9bb5b4ea9e1f.bin │ │ │ ├── e │ │ │ │ └── efa27ea55eaf42a12fe400d998fa7a99.bin │ │ │ └── f │ │ │ │ ├── f44c8efae71094c69460ffbe3cbc356c.bin │ │ │ │ ├── f759114ea9372ddd3330df1bf163b18b.bin │ │ │ │ └── f7caa71dc3acd6a408eae5cb2f0fa423.bin │ │ ├── SpriteAtlasDatabase.asset │ │ ├── TilemapEditorUserSettings.asset │ │ ├── assetDatabase3 │ │ ├── expandedItems │ │ ├── metadata │ │ │ ├── 10 │ │ │ │ ├── 10bf81265ad87424d946598c575f45a0 │ │ │ │ └── 10bf81265ad87424d946598c575f45a0.info │ │ │ ├── 12 │ │ │ │ ├── 12fd8a0055b84bb59e84c9835a37e333 │ │ │ │ └── 12fd8a0055b84bb59e84c9835a37e333.info │ │ │ ├── 13 │ │ │ │ ├── 1322fd896bbb15bb6e335591b766ae62 │ │ │ │ └── 1322fd896bbb15bb6e335591b766ae62.info │ │ │ ├── 15 │ │ │ │ ├── 15be9c691b85a41a39c18bee2f87e21b │ │ │ │ ├── 15be9c691b85a41a39c18bee2f87e21b.info │ │ │ │ ├── 15e327f750b786c46a9ec3995f60c81f │ │ │ │ └── 15e327f750b786c46a9ec3995f60c81f.info │ │ │ ├── 16 │ │ │ │ ├── 16a779bafa4524c1e85734b8c41c46ee │ │ │ │ └── 16a779bafa4524c1e85734b8c41c46ee.info │ │ │ ├── 19 │ │ │ │ ├── 19e5a138c07e971438b2b18c8e716479 │ │ │ │ └── 19e5a138c07e971438b2b18c8e716479.info │ │ │ ├── 21 │ │ │ │ ├── 21eff446d50eaf44a85985cd4c0b6fa1 │ │ │ │ └── 21eff446d50eaf44a85985cd4c0b6fa1.info │ │ │ ├── 22 │ │ │ │ ├── 220224b43fc464c28bc0e8de8f54a432 │ │ │ │ ├── 220224b43fc464c28bc0e8de8f54a432.info │ │ │ │ ├── 224ede67b4f3a4109bfec4d5cb161b05 │ │ │ │ └── 224ede67b4f3a4109bfec4d5cb161b05.info │ │ │ ├── 24 │ │ │ │ ├── 24c07fc3f8b8d405d8f15bfe585a4285 │ │ │ │ └── 24c07fc3f8b8d405d8f15bfe585a4285.info │ │ │ ├── 25 │ │ │ │ ├── 25c39952814b44ce6aaba2407c7c9a53 │ │ │ │ └── 25c39952814b44ce6aaba2407c7c9a53.info │ │ │ ├── 26 │ │ │ │ ├── 2682a692a2be7e14e901a738c7806da0 │ │ │ │ └── 2682a692a2be7e14e901a738c7806da0.info │ │ │ ├── 27 │ │ │ │ ├── 272eebc0acebd49f9af45e663fda371d │ │ │ │ └── 272eebc0acebd49f9af45e663fda371d.info │ │ │ ├── 30 │ │ │ │ ├── 30aa2886e2b748d48fbe4b155c65025f │ │ │ │ └── 30aa2886e2b748d48fbe4b155c65025f.info │ │ │ ├── 31 │ │ │ │ ├── 31fa5739128c04fd0b97e0035078064c │ │ │ │ └── 31fa5739128c04fd0b97e0035078064c.info │ │ │ ├── 32 │ │ │ │ ├── 32188fd89022c154c81befa2f0e00be0 │ │ │ │ ├── 32188fd89022c154c81befa2f0e00be0.info │ │ │ │ ├── 328cc881519068e4eb7db4bb907ad2d9 │ │ │ │ └── 328cc881519068e4eb7db4bb907ad2d9.info │ │ │ ├── 34 │ │ │ │ ├── 3415978993a9b48eabff9dd9d5dc5b36 │ │ │ │ └── 3415978993a9b48eabff9dd9d5dc5b36.info │ │ │ ├── 35 │ │ │ │ ├── 354986ed41a7343e58abc3739352921e │ │ │ │ └── 354986ed41a7343e58abc3739352921e.info │ │ │ ├── 38 │ │ │ │ ├── 38c8faf1788024c02930a0c68a6e0edc │ │ │ │ └── 38c8faf1788024c02930a0c68a6e0edc.info │ │ │ ├── 39 │ │ │ │ ├── 394d0bfed71ef429299322cdb6c24280 │ │ │ │ └── 394d0bfed71ef429299322cdb6c24280.info │ │ │ ├── 40 │ │ │ │ ├── 405b9b51bb344a128608d968297df79c │ │ │ │ ├── 405b9b51bb344a128608d968297df79c.info │ │ │ │ ├── 40c0b1ac77831462ab0f27d9bd64dc7d │ │ │ │ └── 40c0b1ac77831462ab0f27d9bd64dc7d.info │ │ │ ├── 41 │ │ │ │ ├── 4113173d5e95493ab8765d7b08371de4 │ │ │ │ └── 4113173d5e95493ab8765d7b08371de4.info │ │ │ ├── 44 │ │ │ │ ├── 44f39a74ca5ee4bf5936b17e901f251c │ │ │ │ └── 44f39a74ca5ee4bf5936b17e901f251c.info │ │ │ ├── 45 │ │ │ │ ├── 453f100e6bdae4dfd9e655927819dc85 │ │ │ │ └── 453f100e6bdae4dfd9e655927819dc85.info │ │ │ ├── 46 │ │ │ │ ├── 46eefeafe9ad7483da6c4443d73ee2f7 │ │ │ │ └── 46eefeafe9ad7483da6c4443d73ee2f7.info │ │ │ ├── 47 │ │ │ │ ├── 4742b19cddcb6498a985c99bde7dbc12 │ │ │ │ └── 4742b19cddcb6498a985c99bde7dbc12.info │ │ │ ├── 48 │ │ │ │ ├── 48986928cc2a449dbaecdd1654bc9bf6 │ │ │ │ └── 48986928cc2a449dbaecdd1654bc9bf6.info │ │ │ ├── 50 │ │ │ │ ├── 5000ca8b4361d486b8fd089317dd5f50 │ │ │ │ └── 5000ca8b4361d486b8fd089317dd5f50.info │ │ │ ├── 51 │ │ │ │ ├── 510d1d319d2754ea4a47c6dd8c421ea0 │ │ │ │ ├── 510d1d319d2754ea4a47c6dd8c421ea0.info │ │ │ │ ├── 517af1b5b81b93b43b9745d58f017562 │ │ │ │ └── 517af1b5b81b93b43b9745d58f017562.info │ │ │ ├── 53 │ │ │ │ ├── 53ebcfaa2e1e4e2dbc85882cd5a73fa1 │ │ │ │ └── 53ebcfaa2e1e4e2dbc85882cd5a73fa1.info │ │ │ ├── 57 │ │ │ │ ├── 5782f9e9e6e0bb94bac99aeea24814fc │ │ │ │ └── 5782f9e9e6e0bb94bac99aeea24814fc.info │ │ │ ├── 60 │ │ │ │ ├── 60d7696e2afa94c4e8a1c2a8d2e64e5b │ │ │ │ └── 60d7696e2afa94c4e8a1c2a8d2e64e5b.info │ │ │ ├── 62 │ │ │ │ ├── 62772aad98ed04f0d955b7d20de61f7f │ │ │ │ └── 62772aad98ed04f0d955b7d20de61f7f.info │ │ │ ├── 65 │ │ │ │ ├── 6597c6ea86d36477081342001145d8d9 │ │ │ │ ├── 6597c6ea86d36477081342001145d8d9.info │ │ │ │ ├── 65d58d50c3db54f979b1ffae3777d74b │ │ │ │ └── 65d58d50c3db54f979b1ffae3777d74b.info │ │ │ ├── 71 │ │ │ │ ├── 710f298e6b03b4675b7af26a1765cc88 │ │ │ │ └── 710f298e6b03b4675b7af26a1765cc88.info │ │ │ ├── 73 │ │ │ │ ├── 737f442b1a5ea4d4199a8c40052cd5f4 │ │ │ │ └── 737f442b1a5ea4d4199a8c40052cd5f4.info │ │ │ ├── 75 │ │ │ │ ├── 75799de484ac4f4cadc268d2cbea830a │ │ │ │ └── 75799de484ac4f4cadc268d2cbea830a.info │ │ │ ├── 76 │ │ │ │ ├── 7668179ede524d6396c8b7d84461ea29 │ │ │ │ └── 7668179ede524d6396c8b7d84461ea29.info │ │ │ ├── 78 │ │ │ │ ├── 78396c2b5efff42ff8512b01fcd8f6f7 │ │ │ │ ├── 78396c2b5efff42ff8512b01fcd8f6f7.info │ │ │ │ ├── 7843c84159a3647e8a6ac766fbf42f6d │ │ │ │ └── 7843c84159a3647e8a6ac766fbf42f6d.info │ │ │ ├── 79 │ │ │ │ ├── 7927683d1fc5848b5abfb54ebb1028ec │ │ │ │ └── 7927683d1fc5848b5abfb54ebb1028ec.info │ │ │ ├── 80 │ │ │ │ ├── 80a3616ca19596e4da0f10f14d241e9f │ │ │ │ └── 80a3616ca19596e4da0f10f14d241e9f.info │ │ │ ├── 82 │ │ │ │ ├── 8225796495d3e4a65aed01ebe8b97c55 │ │ │ │ ├── 8225796495d3e4a65aed01ebe8b97c55.info │ │ │ │ ├── 825c0c76f43434687b003e37321797ba │ │ │ │ └── 825c0c76f43434687b003e37321797ba.info │ │ │ ├── 83 │ │ │ │ ├── 8372287d65b0144448b0354314f5b444 │ │ │ │ └── 8372287d65b0144448b0354314f5b444.info │ │ │ ├── 84 │ │ │ │ ├── 844f815391db42d49455cbf1a7bfc434 │ │ │ │ ├── 844f815391db42d49455cbf1a7bfc434.info │ │ │ │ ├── 846e68fc9f5144a2ebc0bd10a6b6cf73 │ │ │ │ ├── 846e68fc9f5144a2ebc0bd10a6b6cf73.info │ │ │ │ ├── 84eea12c9bb794f6bac4a70142b61705 │ │ │ │ └── 84eea12c9bb794f6bac4a70142b61705.info │ │ │ ├── 85 │ │ │ │ ├── 858b7542787a1a44d917d8b76b6a9b47 │ │ │ │ └── 858b7542787a1a44d917d8b76b6a9b47.info │ │ │ ├── 86 │ │ │ │ ├── 86c008322e7c647149878156c5b81940 │ │ │ │ ├── 86c008322e7c647149878156c5b81940.info │ │ │ │ ├── 86c18994495874297b469aaa57ef9b44 │ │ │ │ └── 86c18994495874297b469aaa57ef9b44.info │ │ │ ├── 87 │ │ │ │ ├── 870353891bb340e2b2a9c8707e7419ba │ │ │ │ └── 870353891bb340e2b2a9c8707e7419ba.info │ │ │ ├── 90 │ │ │ │ ├── 9078b7128e594410d9b89e5b24cffd01 │ │ │ │ ├── 9078b7128e594410d9b89e5b24cffd01.info │ │ │ │ ├── 90791303b72ec4ae198f99d637dfdf6c │ │ │ │ ├── 90791303b72ec4ae198f99d637dfdf6c.info │ │ │ │ ├── 90ceddd52f7244639b5a11e854fd4d4b │ │ │ │ └── 90ceddd52f7244639b5a11e854fd4d4b.info │ │ │ ├── 99 │ │ │ │ ├── 99ddb49592ff84811804420a1910cb89 │ │ │ │ └── 99ddb49592ff84811804420a1910cb89.info │ │ │ ├── 00 │ │ │ │ ├── 00000000000000001000000000000000 │ │ │ │ ├── 00000000000000001000000000000000.info │ │ │ │ ├── 00000000000000002000000000000000 │ │ │ │ ├── 00000000000000002000000000000000.info │ │ │ │ ├── 00000000000000003000000000000000 │ │ │ │ ├── 00000000000000003000000000000000.info │ │ │ │ ├── 00000000000000004000000000000000 │ │ │ │ ├── 00000000000000004000000000000000.info │ │ │ │ ├── 00000000000000004100000000000000 │ │ │ │ ├── 00000000000000004100000000000000.info │ │ │ │ ├── 00000000000000005000000000000000 │ │ │ │ ├── 00000000000000005000000000000000.info │ │ │ │ ├── 00000000000000005100000000000000 │ │ │ │ ├── 00000000000000005100000000000000.info │ │ │ │ ├── 00000000000000006000000000000000 │ │ │ │ ├── 00000000000000006000000000000000.info │ │ │ │ ├── 00000000000000006100000000000000 │ │ │ │ ├── 00000000000000006100000000000000.info │ │ │ │ ├── 00000000000000007000000000000000 │ │ │ │ ├── 00000000000000007000000000000000.info │ │ │ │ ├── 00000000000000007100000000000000 │ │ │ │ ├── 00000000000000007100000000000000.info │ │ │ │ ├── 00000000000000008000000000000000 │ │ │ │ ├── 00000000000000008000000000000000.info │ │ │ │ ├── 00000000000000009000000000000000 │ │ │ │ ├── 00000000000000009000000000000000.info │ │ │ │ ├── 0000000000000000a000000000000000 │ │ │ │ ├── 0000000000000000a000000000000000.info │ │ │ │ ├── 0000000000000000a100000000000000 │ │ │ │ ├── 0000000000000000a100000000000000.info │ │ │ │ ├── 0000000000000000b000000000000000 │ │ │ │ ├── 0000000000000000b000000000000000.info │ │ │ │ ├── 0000000000000000c000000000000000 │ │ │ │ ├── 0000000000000000c000000000000000.info │ │ │ │ ├── 0000000000000000e100000000000000 │ │ │ │ └── 0000000000000000e100000000000000.info │ │ │ ├── 0b │ │ │ │ ├── 0bf9f8950df234e448d5830f510d255e │ │ │ │ └── 0bf9f8950df234e448d5830f510d255e.info │ │ │ ├── 0d │ │ │ │ ├── 0d3bb855445e36e479c85976fc88383a │ │ │ │ └── 0d3bb855445e36e479c85976fc88383a.info │ │ │ ├── 1b │ │ │ │ ├── 1b32bcce201b4494ea8848326290c5d5 │ │ │ │ └── 1b32bcce201b4494ea8848326290c5d5.info │ │ │ ├── 1c │ │ │ │ ├── 1c6d1fbb51834b64847b1b73a75bfc77 │ │ │ │ └── 1c6d1fbb51834b64847b1b73a75bfc77.info │ │ │ ├── 1e │ │ │ │ ├── 1e108ae5f2133934f948edded555f03e │ │ │ │ └── 1e108ae5f2133934f948edded555f03e.info │ │ │ ├── 2d │ │ │ │ ├── 2d4d46c70fdd242668a56e99799e8540 │ │ │ │ └── 2d4d46c70fdd242668a56e99799e8540.info │ │ │ ├── 2e │ │ │ │ ├── 2e7cc6af4b8614b97b03f1de823067d0 │ │ │ │ ├── 2e7cc6af4b8614b97b03f1de823067d0.info │ │ │ │ ├── 2e8d922df013448ec8b1debfac0f6189 │ │ │ │ ├── 2e8d922df013448ec8b1debfac0f6189.info │ │ │ │ ├── 2eb2d0388ed974b3cba47458803bd275 │ │ │ │ └── 2eb2d0388ed974b3cba47458803bd275.info │ │ │ ├── 2f │ │ │ │ ├── 2f02b8764d7e3d0478249c300d6b8b6f │ │ │ │ └── 2f02b8764d7e3d0478249c300d6b8b6f.info │ │ │ ├── 3a │ │ │ │ ├── 3a84de5cd0624681b6b6dcd8921d912a │ │ │ │ └── 3a84de5cd0624681b6b6dcd8921d912a.info │ │ │ ├── 3c │ │ │ │ ├── 3cebe1a96232b44388b30b2f72dde434 │ │ │ │ └── 3cebe1a96232b44388b30b2f72dde434.info │ │ │ ├── 3e │ │ │ │ ├── 3e7c41cad2e18411a90c7e0e798cb6c8 │ │ │ │ └── 3e7c41cad2e18411a90c7e0e798cb6c8.info │ │ │ ├── 4a │ │ │ │ ├── 4a3ecb1425d14502837abea459cf2b70 │ │ │ │ └── 4a3ecb1425d14502837abea459cf2b70.info │ │ │ ├── 4b │ │ │ │ ├── 4b27a166a366b4aca8830069c0156d4a │ │ │ │ ├── 4b27a166a366b4aca8830069c0156d4a.info │ │ │ │ ├── 4b3fa4bde7f1451a8218c03ee6a8ded8 │ │ │ │ ├── 4b3fa4bde7f1451a8218c03ee6a8ded8.info │ │ │ │ ├── 4ba2329b63d54f0187bcaa12486b1b0f │ │ │ │ └── 4ba2329b63d54f0187bcaa12486b1b0f.info │ │ │ ├── 4c │ │ │ │ ├── 4c6fe94acbb24417c988bab18cbd5209 │ │ │ │ └── 4c6fe94acbb24417c988bab18cbd5209.info │ │ │ ├── 4e │ │ │ │ ├── 4e78fbe7fb50b4d77981dcbdd2e7f9f5 │ │ │ │ └── 4e78fbe7fb50b4d77981dcbdd2e7f9f5.info │ │ │ ├── 4f │ │ │ │ ├── 4f234578336894dc081edf696f2ff5f2 │ │ │ │ └── 4f234578336894dc081edf696f2ff5f2.info │ │ │ ├── 5a │ │ │ │ ├── 5a4b354a3393911459ca2025410b0c02 │ │ │ │ └── 5a4b354a3393911459ca2025410b0c02.info │ │ │ ├── 5f │ │ │ │ ├── 5f32cd94baa94578a686d4b9d6b660f7 │ │ │ │ ├── 5f32cd94baa94578a686d4b9d6b660f7.info │ │ │ │ ├── 5f6977d909e1f44dc8f32e89e057d713 │ │ │ │ └── 5f6977d909e1f44dc8f32e89e057d713.info │ │ │ ├── 6a │ │ │ │ ├── 6a10b2909283487f913b00d94cd3faf5 │ │ │ │ ├── 6a10b2909283487f913b00d94cd3faf5.info │ │ │ │ ├── 6a6b6bef66b30cf4da56a85e98aa9524 │ │ │ │ └── 6a6b6bef66b30cf4da56a85e98aa9524.info │ │ │ ├── 6b │ │ │ │ ├── 6be9d1e37dc014c2ca33db0d84f9faa8 │ │ │ │ └── 6be9d1e37dc014c2ca33db0d84f9faa8.info │ │ │ ├── 6e │ │ │ │ ├── 6e7c8cfeedae74eb3a562055e069e441 │ │ │ │ ├── 6e7c8cfeedae74eb3a562055e069e441.info │ │ │ │ ├── 6e86519b2ed7ece4cae901fc31de93cd │ │ │ │ ├── 6e86519b2ed7ece4cae901fc31de93cd.info │ │ │ │ ├── 6e8aea2f401254859bed49129e3fd230 │ │ │ │ ├── 6e8aea2f401254859bed49129e3fd230.info │ │ │ │ ├── 6e98802d963314522b4bf055067ccaf1 │ │ │ │ └── 6e98802d963314522b4bf055067ccaf1.info │ │ │ ├── 7c │ │ │ │ ├── 7c3a5d6e39b874f468b2691537168513 │ │ │ │ └── 7c3a5d6e39b874f468b2691537168513.info │ │ │ ├── 7d │ │ │ │ ├── 7dc122fb000134971818459927616731 │ │ │ │ └── 7dc122fb000134971818459927616731.info │ │ │ ├── 8a │ │ │ │ ├── 8a9a760f95896c34689febc965510927 │ │ │ │ └── 8a9a760f95896c34689febc965510927.info │ │ │ ├── 8e │ │ │ │ ├── 8e2b40aad71104d9e901c5b746ecbe31 │ │ │ │ ├── 8e2b40aad71104d9e901c5b746ecbe31.info │ │ │ │ ├── 8e60d9f62b99c4a719cee93ab9c39374 │ │ │ │ ├── 8e60d9f62b99c4a719cee93ab9c39374.info │ │ │ │ ├── 8e7066e382b0fc749b25dbb1a3004dfe │ │ │ │ └── 8e7066e382b0fc749b25dbb1a3004dfe.info │ │ │ ├── 9c │ │ │ │ ├── 9c4c33b2a09d64a96b5f7ef9704881a4 │ │ │ │ └── 9c4c33b2a09d64a96b5f7ef9704881a4.info │ │ │ ├── 9d │ │ │ │ ├── 9de9e8523c82543c5b3e40a4b51aa2c9 │ │ │ │ └── 9de9e8523c82543c5b3e40a4b51aa2c9.info │ │ │ ├── 9f │ │ │ │ ├── 9fe52b6b194914e399371616c9cb31e6 │ │ │ │ └── 9fe52b6b194914e399371616c9cb31e6.info │ │ │ ├── a3 │ │ │ │ ├── a307be21a93ef449f9348a8cd4907903 │ │ │ │ ├── a307be21a93ef449f9348a8cd4907903.info │ │ │ │ ├── a342381d77833427fa10621e38fbae10 │ │ │ │ ├── a342381d77833427fa10621e38fbae10.info │ │ │ │ ├── a34ccc91ff9164f5c997bb19035cc8b0 │ │ │ │ ├── a34ccc91ff9164f5c997bb19035cc8b0.info │ │ │ │ ├── a37e18887fa954edf92bc36bc353b879 │ │ │ │ └── a37e18887fa954edf92bc36bc353b879.info │ │ │ ├── a6 │ │ │ │ ├── a6842a74831964edc8fefa1c0aed89dc │ │ │ │ └── a6842a74831964edc8fefa1c0aed89dc.info │ │ │ ├── a7 │ │ │ │ ├── a77cd76073c7444179779ec6271ad5e1 │ │ │ │ ├── a77cd76073c7444179779ec6271ad5e1.info │ │ │ │ ├── a7af9125170844b7b95207fa5432a9ee │ │ │ │ └── a7af9125170844b7b95207fa5432a9ee.info │ │ │ ├── a9 │ │ │ │ ├── a9b64ad4139c64251825cfc4b7f92c36 │ │ │ │ └── a9b64ad4139c64251825cfc4b7f92c36.info │ │ │ ├── ac │ │ │ │ ├── ac6c401a1a2db42dd92a550c058bb820 │ │ │ │ └── ac6c401a1a2db42dd92a550c058bb820.info │ │ │ ├── ad │ │ │ │ ├── adab7787bd7d44c4a9d48b3aff189c47 │ │ │ │ ├── adab7787bd7d44c4a9d48b3aff189c47.info │ │ │ │ ├── adebbd281f1a4ef3a30be7f21937e02f │ │ │ │ └── adebbd281f1a4ef3a30be7f21937e02f.info │ │ │ ├── b2 │ │ │ │ ├── b2b693dffac3a4433b3114fea0b7fd4e │ │ │ │ ├── b2b693dffac3a4433b3114fea0b7fd4e.info │ │ │ │ ├── b2bead50dbf86924f8e51f03ddbebf70 │ │ │ │ └── b2bead50dbf86924f8e51f03ddbebf70.info │ │ │ ├── b3 │ │ │ │ ├── b32abd1c9d73a4cce8389f084ac12b11 │ │ │ │ ├── b32abd1c9d73a4cce8389f084ac12b11.info │ │ │ │ ├── b35bf646304fe45948e7763afe02d3ad │ │ │ │ └── b35bf646304fe45948e7763afe02d3ad.info │ │ │ ├── b5 │ │ │ │ ├── b52e557db2c2b4eebb10444f1d582029 │ │ │ │ ├── b52e557db2c2b4eebb10444f1d582029.info │ │ │ │ ├── b5da970776034f77a070d99423d68791 │ │ │ │ ├── b5da970776034f77a070d99423d68791.info │ │ │ │ ├── b5f4343795a0e4626ac1fe4a9e6fce59 │ │ │ │ └── b5f4343795a0e4626ac1fe4a9e6fce59.info │ │ │ ├── b7 │ │ │ │ ├── b72a2dba3d7a44a9bb83cba05556fc2e │ │ │ │ └── b72a2dba3d7a44a9bb83cba05556fc2e.info │ │ │ ├── b8 │ │ │ │ ├── b8a0574e92bd43a59e19d6c3c6ae54c7 │ │ │ │ └── b8a0574e92bd43a59e19d6c3c6ae54c7.info │ │ │ ├── ba │ │ │ │ ├── ba1fdeca76274e843a3d78b1bc348126 │ │ │ │ ├── ba1fdeca76274e843a3d78b1bc348126.info │ │ │ │ ├── bab6fa851cf5a1a4bba3cec5f191cb8e │ │ │ │ └── bab6fa851cf5a1a4bba3cec5f191cb8e.info │ │ │ ├── c4 │ │ │ │ ├── c452c88a87f3d48ae945e7bcf1b4a6ba │ │ │ │ └── c452c88a87f3d48ae945e7bcf1b4a6ba.info │ │ │ ├── c5 │ │ │ │ ├── c5ba7626a737840ff88a3bd84b100482 │ │ │ │ ├── c5ba7626a737840ff88a3bd84b100482.info │ │ │ │ ├── c5fc08835d30a430ebb1f65267a92758 │ │ │ │ └── c5fc08835d30a430ebb1f65267a92758.info │ │ │ ├── c7 │ │ │ │ ├── c768acbc9cf24d398488bb4c93b91288 │ │ │ │ └── c768acbc9cf24d398488bb4c93b91288.info │ │ │ ├── c9 │ │ │ │ ├── c99bfe4fc4e5c4dc3917c14075acd117 │ │ │ │ └── c99bfe4fc4e5c4dc3917c14075acd117.info │ │ │ ├── ca │ │ │ │ ├── caf2d44b848404386bc73a93c4058765 │ │ │ │ └── caf2d44b848404386bc73a93c4058765.info │ │ │ ├── cb │ │ │ │ ├── cb0d2c6f4f6b14fcc90da94309fb9a75 │ │ │ │ └── cb0d2c6f4f6b14fcc90da94309fb9a75.info │ │ │ ├── cc │ │ │ │ ├── cc1b50b5501f748da8bec762294d9136 │ │ │ │ └── cc1b50b5501f748da8bec762294d9136.info │ │ │ ├── cd │ │ │ │ ├── cd2d5877fa86b48f8a96d6e579af2b64 │ │ │ │ └── cd2d5877fa86b48f8a96d6e579af2b64.info │ │ │ ├── ce │ │ │ │ ├── ce4395ccdb12cf62fca756358be1a892 │ │ │ │ └── ce4395ccdb12cf62fca756358be1a892.info │ │ │ ├── d0 │ │ │ │ ├── d0582737841eb44418bb0998570eb27b │ │ │ │ └── d0582737841eb44418bb0998570eb27b.info │ │ │ ├── d1 │ │ │ │ ├── d1c1a2d988f5148fd9ab17b2460d271e │ │ │ │ └── d1c1a2d988f5148fd9ab17b2460d271e.info │ │ │ ├── d2 │ │ │ │ ├── d2170503dc57f492481ebe9334c68fcc │ │ │ │ └── d2170503dc57f492481ebe9334c68fcc.info │ │ │ ├── d3 │ │ │ │ ├── d33d54853fd0f48e0ac8a63ea91e6626 │ │ │ │ ├── d33d54853fd0f48e0ac8a63ea91e6626.info │ │ │ │ ├── d3c07c57f804a45c5999beeed06d6d64 │ │ │ │ └── d3c07c57f804a45c5999beeed06d6d64.info │ │ │ ├── d6 │ │ │ │ ├── d607a67dc772b484da060e66a3d61a4e │ │ │ │ └── d607a67dc772b484da060e66a3d61a4e.info │ │ │ ├── d8 │ │ │ │ ├── d827460f224474127afc0968043b51e3 │ │ │ │ └── d827460f224474127afc0968043b51e3.info │ │ │ ├── d9 │ │ │ │ ├── d91035c548f23744c9bfb107348ed1c0 │ │ │ │ ├── d91035c548f23744c9bfb107348ed1c0.info │ │ │ │ ├── d929147d9f78c487397abb40f2c257b0 │ │ │ │ └── d929147d9f78c487397abb40f2c257b0.info │ │ │ ├── dc │ │ │ │ ├── dc443db3e92b4983b9738c1131f555cb │ │ │ │ ├── dc443db3e92b4983b9738c1131f555cb.info │ │ │ │ ├── dced8f6ea9f964e8e8e61574ea889d21 │ │ │ │ └── dced8f6ea9f964e8e8e61574ea889d21.info │ │ │ ├── e1 │ │ │ │ ├── e1007cd261c84053beb0c3537782908d │ │ │ │ ├── e1007cd261c84053beb0c3537782908d.info │ │ │ │ ├── e194cd72a15794280acf7bae96fdd21a │ │ │ │ ├── e194cd72a15794280acf7bae96fdd21a.info │ │ │ │ ├── e1c283d8c0ec4428d906374807b70b25 │ │ │ │ └── e1c283d8c0ec4428d906374807b70b25.info │ │ │ ├── e4 │ │ │ │ ├── e4bfeabebc5114952a57d908ff706b7e │ │ │ │ ├── e4bfeabebc5114952a57d908ff706b7e.info │ │ │ │ ├── e4f4cf1b9b434137a499903a7a1d651a │ │ │ │ └── e4f4cf1b9b434137a499903a7a1d651a.info │ │ │ ├── e5 │ │ │ │ ├── e535fc60e098d4cfe9f870630986bc6a │ │ │ │ └── e535fc60e098d4cfe9f870630986bc6a.info │ │ │ ├── ea │ │ │ │ ├── ead147da21254ff9a0a936bdd75e1680 │ │ │ │ └── ead147da21254ff9a0a936bdd75e1680.info │ │ │ ├── ec │ │ │ │ ├── ecb1ee84397a74f4795ba835081fc272 │ │ │ │ └── ecb1ee84397a74f4795ba835081fc272.info │ │ │ ├── ed │ │ │ │ ├── ed7343f30e3843b3afda8f8b02669cea │ │ │ │ └── ed7343f30e3843b3afda8f8b02669cea.info │ │ │ ├── ee │ │ │ │ ├── ee8e2dc286e73408da73ef819eab9f05 │ │ │ │ ├── ee8e2dc286e73408da73ef819eab9f05.info │ │ │ │ ├── eeed6954b3c264ca0b28a92aa6289bf0 │ │ │ │ └── eeed6954b3c264ca0b28a92aa6289bf0.info │ │ │ ├── f0 │ │ │ │ ├── f0f8d67297461495185169157c24c66b │ │ │ │ └── f0f8d67297461495185169157c24c66b.info │ │ │ ├── f1 │ │ │ │ ├── f1045c695c5bf4fb7b8509687bc60fc0 │ │ │ │ └── f1045c695c5bf4fb7b8509687bc60fc0.info │ │ │ ├── f2 │ │ │ │ ├── f28fcced5af094cf78eb4e1109a71981 │ │ │ │ └── f28fcced5af094cf78eb4e1109a71981.info │ │ │ ├── f3 │ │ │ │ ├── f3eb7c2080f92463daf486c20a2aafe9 │ │ │ │ └── f3eb7c2080f92463daf486c20a2aafe9.info │ │ │ ├── f5 │ │ │ │ ├── f5f67c52d1564df4a8936ccd202a3bd8 │ │ │ │ └── f5f67c52d1564df4a8936ccd202a3bd8.info │ │ │ ├── f7 │ │ │ │ ├── f70555f144d8491a825f0804e09c671c │ │ │ │ ├── f70555f144d8491a825f0804e09c671c.info │ │ │ │ ├── f735d317ca9afb6468c5c5ca06d9e39a │ │ │ │ ├── f735d317ca9afb6468c5c5ca06d9e39a.info │ │ │ │ ├── f7b54ff4a43d4fcf81b4538b678e0bcc │ │ │ │ └── f7b54ff4a43d4fcf81b4538b678e0bcc.info │ │ │ ├── fc │ │ │ │ ├── fce843e94a895447ba95f715e0690d21 │ │ │ │ └── fce843e94a895447ba95f715e0690d21.info │ │ │ └── fe │ │ │ │ ├── fec197bad419341558f81f2ec8a05e18 │ │ │ │ └── fec197bad419341558f81f2ec8a05e18.info │ │ ├── shadercompiler-64bit-1.log │ │ └── shadercompiler-UnityShaderCompiler0.log │ │ ├── ProjectSettings │ │ ├── AudioManager.asset │ │ ├── ClusterInputManager.asset │ │ ├── DynamicsManager.asset │ │ ├── EditorBuildSettings.asset │ │ ├── EditorSettings.asset │ │ ├── GraphicsSettings.asset │ │ ├── InputManager.asset │ │ ├── NavMeshAreas.asset │ │ ├── NetworkManager.asset │ │ ├── Physics2DSettings.asset │ │ ├── ProjectSettings.asset │ │ ├── ProjectVersion.txt │ │ ├── QualitySettings.asset │ │ ├── TagManager.asset │ │ ├── TimeManager.asset │ │ ├── UnityAdsSettings.asset │ │ └── UnityConnectSettings.asset │ │ ├── UnityPackageManager │ │ └── manifest.json │ │ └── obj │ │ └── Debug │ │ ├── Assembly-CSharp.csproj.FilesWrittenAbsolute.txt │ │ ├── Assembly-CSharp.dll │ │ └── Assembly-CSharp.dll.mdb └── ReadMe.txt ├── Chapter12 ├── .DS_Store ├── GameAssets │ ├── GameLogo.unitypackage │ ├── GameOver_Canvas.unitypackage │ ├── InGame_Canvas.unitypackage │ └── PlayButton.unitypackage ├── Project │ ├── .DS_Store │ └── Chapter 12 │ │ ├── .DS_Store │ │ ├── Assembly-CSharp-vs.csproj │ │ ├── Assembly-CSharp.csproj │ │ ├── Assets │ │ ├── .DS_Store │ │ ├── Animations.meta │ │ ├── Animations │ │ │ ├── EventSystem.controller │ │ │ ├── EventSystem.controller.meta │ │ │ ├── LevelProps.meta │ │ │ ├── LevelProps │ │ │ │ ├── Coin.controller │ │ │ │ ├── Coin.controller.meta │ │ │ │ ├── CoinSpin.anim │ │ │ │ └── CoinSpin.anim.meta │ │ │ ├── New Animation.anim │ │ │ ├── New Animation.anim.meta │ │ │ ├── Platform.anim │ │ │ ├── Platform.anim.meta │ │ │ ├── Platform.controller │ │ │ ├── Platform.controller.meta │ │ │ ├── Player.meta │ │ │ └── Player │ │ │ │ ├── Animator_Player.controller │ │ │ │ ├── Animator_Player.controller.meta │ │ │ │ ├── Dead.anim │ │ │ │ ├── Dead.anim.meta │ │ │ │ ├── Jump.anim │ │ │ │ ├── Jump.anim.meta │ │ │ │ ├── Run.anim │ │ │ │ ├── Run.anim.meta │ │ │ │ ├── hit.anim │ │ │ │ ├── hit.anim.meta │ │ │ │ ├── sprite.controller │ │ │ │ └── sprite.controller.meta │ │ ├── Fonts.meta │ │ ├── Fonts │ │ │ ├── kenvector_future_thin.ttf │ │ │ └── kenvector_future_thin.ttf.meta │ │ ├── Materials.meta │ │ ├── Materials │ │ │ ├── NoFriction.physicsMaterial2D │ │ │ ├── NoFriction.physicsMaterial2D.meta │ │ │ ├── Player.physicsMaterial2D │ │ │ └── Player.physicsMaterial2D.meta │ │ ├── Prefabs.meta │ │ ├── Prefabs │ │ │ ├── Floor.prefab │ │ │ ├── Floor.prefab.meta │ │ │ ├── FloorShort.prefab │ │ │ ├── FloorShort.prefab.meta │ │ │ ├── KillTrigger.prefab │ │ │ ├── KillTrigger.prefab.meta │ │ │ ├── LevelPieceBasic.prefab │ │ │ ├── LevelPieceBasic.prefab.meta │ │ │ ├── LevelPieceHole.prefab │ │ │ ├── LevelPieceHole.prefab.meta │ │ │ ├── LevelPieceSteps.prefab │ │ │ ├── LevelPieceSteps.prefab.meta │ │ │ ├── Platform.prefab │ │ │ ├── Platform.prefab.meta │ │ │ ├── Player.prefab │ │ │ ├── Player.prefab.meta │ │ │ ├── UI.meta │ │ │ └── UI │ │ │ │ ├── GameLogo.prefab │ │ │ │ ├── GameLogo.prefab.meta │ │ │ │ ├── GameOverCanvas.prefab │ │ │ │ ├── GameOverCanvas.prefab.meta │ │ │ │ ├── InGameCanvas.prefab │ │ │ │ ├── InGameCanvas.prefab.meta │ │ │ │ ├── PlayButton.prefab │ │ │ │ └── PlayButton.prefab.meta │ │ ├── Scenes.meta │ │ ├── Scenes │ │ │ ├── MainScene.unity │ │ │ └── MainScene.unity.meta │ │ ├── Scripts.meta │ │ ├── Scripts │ │ │ ├── .DS_Store │ │ │ ├── CameraFollow.cs │ │ │ ├── CameraFollow.cs.meta │ │ │ ├── Collectable.cs.meta │ │ │ ├── Enemy.cs.meta │ │ │ ├── GameManager.cs │ │ │ ├── GameManager.cs.meta │ │ │ ├── KillTrigger.cs │ │ │ ├── KillTrigger.cs.meta │ │ │ ├── LeaveTrigger.cs │ │ │ ├── LeaveTrigger.cs.meta │ │ │ ├── LevelGenerator.cs │ │ │ ├── LevelGenerator.cs.meta │ │ │ ├── LevelPiece.cs │ │ │ ├── LevelPiece.cs.meta │ │ │ ├── PlayerController.cs │ │ │ ├── PlayerController.cs.meta │ │ │ ├── ViewInGame.cs │ │ │ ├── ViewInGame.cs.meta │ │ │ └── triggerMovement.cs.meta │ │ ├── Sprites.meta │ │ └── Sprites │ │ │ ├── Platform.meta │ │ │ ├── Platform │ │ │ ├── Floor.png │ │ │ └── Floor.png.meta │ │ │ ├── Player.meta │ │ │ ├── Player │ │ │ ├── Player_Dead.png │ │ │ ├── Player_Dead.png.meta │ │ │ ├── Player_Jump.png │ │ │ ├── Player_Jump.png.meta │ │ │ ├── Player_Run.png │ │ │ └── Player_Run.png.meta │ │ │ ├── Scene.meta │ │ │ ├── Scene │ │ │ ├── Floor.png │ │ │ └── Floor.png.meta │ │ │ ├── UI.meta │ │ │ ├── UI │ │ │ ├── green.png │ │ │ ├── green.png.meta │ │ │ ├── green_pressed.png │ │ │ ├── green_pressed.png.meta │ │ │ ├── yellow.png │ │ │ ├── yellow.png.meta │ │ │ ├── yellow_pressed.png │ │ │ └── yellow_pressed.png.meta │ │ │ ├── platformer-pack-redux-360-assets.meta │ │ │ ├── platformer-pack-redux-360-assets │ │ │ ├── PNG.meta │ │ │ └── PNG │ │ │ │ ├── Ground.meta │ │ │ │ ├── Ground │ │ │ │ ├── Grass.meta │ │ │ │ └── Grass │ │ │ │ │ ├── grassCliff_left.png │ │ │ │ │ ├── grassCliff_left.png.meta │ │ │ │ │ ├── grassCliff_right.png │ │ │ │ │ ├── grassCliff_right.png.meta │ │ │ │ │ ├── grassMid.png │ │ │ │ │ └── grassMid.png.meta │ │ │ │ ├── HUD.meta │ │ │ │ ├── HUD │ │ │ │ ├── hudCoin.png │ │ │ │ └── hudCoin.png.meta │ │ │ │ ├── Items.meta │ │ │ │ ├── Items │ │ │ │ ├── Sprite_Coins.png │ │ │ │ └── Sprite_Coins.png.meta │ │ │ │ ├── Players.meta │ │ │ │ └── Players │ │ │ │ ├── 128x256.meta │ │ │ │ └── 128x256 │ │ │ │ ├── Green.meta │ │ │ │ └── Green │ │ │ │ ├── alienGreen_hit.png │ │ │ │ ├── alienGreen_hit.png.meta │ │ │ │ ├── alienGreen_jump.png │ │ │ │ ├── alienGreen_jump.png.meta │ │ │ │ ├── alienGreen_walk1.png │ │ │ │ ├── alienGreen_walk1.png.meta │ │ │ │ ├── alienGreen_walk2.png │ │ │ │ └── alienGreen_walk2.png.meta │ │ │ ├── pure-white.png │ │ │ └── pure-white.png.meta │ │ ├── Chapter 10-csharp.sln │ │ ├── Chapter 10.sln │ │ ├── Chapter 10.userprefs │ │ ├── Chapter 11.sln │ │ ├── Chapter 11.userprefs │ │ ├── Chapter 12.sln │ │ ├── Chapter 12.userprefs │ │ ├── Chapter 13.sln │ │ ├── Chapter 13.userprefs │ │ ├── Chapter 9-csharp.sln │ │ ├── Chapter 9.sln │ │ ├── Chapter 9.userprefs │ │ ├── Library │ │ ├── AnnotationManager │ │ ├── AssetImportState │ │ ├── AssetServerCacheV3 │ │ ├── AssetVersioning.db │ │ ├── BuildPlayer.prefs │ │ ├── BuildSettings.asset │ │ ├── CurrentLayout.dwlt │ │ ├── EditorUserBuildSettings.asset │ │ ├── EditorUserSettings.asset │ │ ├── GridBrush │ │ │ └── UnityEditor.GridBrush.asset │ │ ├── InspectorExpandedItems.asset │ │ ├── LastSceneManagerSetup.txt │ │ ├── LibraryFormatVersion.txt │ │ ├── MonoManager.asset │ │ ├── ProjectSettings.asset │ │ ├── ScriptAssemblies │ │ │ ├── Assembly-CSharp.dll │ │ │ ├── Assembly-CSharp.dll.mdb │ │ │ └── BuiltinAssemblies.stamp │ │ ├── ScriptMapper │ │ ├── ShaderCache.db │ │ ├── ShaderCache │ │ │ ├── 0 │ │ │ │ └── 08bb9d7996f27d1ca0a7aa078f557478.bin │ │ │ ├── 1 │ │ │ │ └── 111cb10587eafbc3acf4777029600238.bin │ │ │ ├── 2 │ │ │ │ ├── 2722f46b67d1874694d698e89b471b46.bin │ │ │ │ ├── 29812484f19e2c2b72cd2389d7392a9f.bin │ │ │ │ └── 2f1fe3c9438ecbac88fe31a86690a4a9.bin │ │ │ ├── 3 │ │ │ │ ├── 329a6a028320dcef78410f5105f7c8a3.bin │ │ │ │ ├── 3468f2d5867b43b3f93039571e3572c8.bin │ │ │ │ └── 3fca6e52f536e63c33ab2e8a35f2c433.bin │ │ │ ├── 4 │ │ │ │ ├── 400de226c2c455fbdf6c8518a92d938c.bin │ │ │ │ ├── 4676ec8e19bd17d8f3fa493af4448746.bin │ │ │ │ └── 4bbd26c32b77f9b50d92e016bd933ea4.bin │ │ │ ├── 5 │ │ │ │ ├── 58ed2e7aaed534dc377d6bb95eb49f53.bin │ │ │ │ ├── 5b6cf33741a1a62195ef60468f40a6b2.bin │ │ │ │ └── 5c37d3efacbd98dcc58b6fe7cce5d1e7.bin │ │ │ ├── 6 │ │ │ │ ├── 64f78300564bda0f92f22997be8a56f2.bin │ │ │ │ ├── 6657a03fed0825c1c74cf14f636ca049.bin │ │ │ │ ├── 682d7ac24544c443b0f9807b10a4a788.bin │ │ │ │ └── 6f2840e25b8cbe87c9e9ff7a014f5d99.bin │ │ │ ├── 7 │ │ │ │ ├── 7002b920ef75234494469c793bb32157.bin │ │ │ │ └── 7125133a0a4badc1a25ec3a490b4eb01.bin │ │ │ ├── 8 │ │ │ │ ├── 85327a538e70dc16df3c45fa09e33dca.bin │ │ │ │ ├── 8623861e9086aa53ff2ea16ffddc6d1a.bin │ │ │ │ ├── 89d90791c5a65e43c796b5a1d93173e0.bin │ │ │ │ ├── 8b11eb62f065a2afbb63d35bdd06a689.bin │ │ │ │ └── 8d6884d07400cf8cb5255b40dc4ad139.bin │ │ │ ├── 9 │ │ │ │ └── 9c1049be540dff2886b15f9e52444c89.bin │ │ │ ├── a │ │ │ │ └── ae048ca9942a8d8da059b6de3aa866bf.bin │ │ │ ├── b │ │ │ │ ├── b4d13816649c95b1d269d50939b42780.bin │ │ │ │ ├── b7ad8f9bb30ca01d74e9218af1af6fcb.bin │ │ │ │ ├── b983332e8bd3e69b0eb5a6ec94cdacec.bin │ │ │ │ ├── bdf5912cffc9ec74c30161768abaec2a.bin │ │ │ │ ├── bdf6c3b2c23c75f34904b0ed173727ad.bin │ │ │ │ └── be6513a1fa9792aa6b7e586c2c4c9ea7.bin │ │ │ ├── c │ │ │ │ ├── ce7fd8b64bbea6e5fa21dbe763099380.bin │ │ │ │ └── cfc1695cd2c8feb4be33eff139b0853f.bin │ │ │ ├── d │ │ │ │ ├── dbfa0a3e648c5584be4e89f4ab1421b0.bin │ │ │ │ ├── dc0e1fd9f4dbd1739afea414e20667c8.bin │ │ │ │ └── dc7d351db8abd244c4bb9bb5b4ea9e1f.bin │ │ │ ├── e │ │ │ │ └── efa27ea55eaf42a12fe400d998fa7a99.bin │ │ │ └── f │ │ │ │ ├── f44c8efae71094c69460ffbe3cbc356c.bin │ │ │ │ ├── f759114ea9372ddd3330df1bf163b18b.bin │ │ │ │ └── f7caa71dc3acd6a408eae5cb2f0fa423.bin │ │ ├── SpriteAtlasDatabase.asset │ │ ├── TilemapEditorUserSettings.asset │ │ ├── assetDatabase3 │ │ ├── expandedItems │ │ ├── metadata │ │ │ ├── 10 │ │ │ │ ├── 10bf81265ad87424d946598c575f45a0 │ │ │ │ └── 10bf81265ad87424d946598c575f45a0.info │ │ │ ├── 12 │ │ │ │ ├── 12fd8a0055b84bb59e84c9835a37e333 │ │ │ │ └── 12fd8a0055b84bb59e84c9835a37e333.info │ │ │ ├── 13 │ │ │ │ ├── 1322fd896bbb15bb6e335591b766ae62 │ │ │ │ ├── 1322fd896bbb15bb6e335591b766ae62.info │ │ │ │ ├── 13b44d84267a94448acb8317e153bd46 │ │ │ │ └── 13b44d84267a94448acb8317e153bd46.info │ │ │ ├── 15 │ │ │ │ ├── 15be9c691b85a41a39c18bee2f87e21b │ │ │ │ ├── 15be9c691b85a41a39c18bee2f87e21b.info │ │ │ │ ├── 15e327f750b786c46a9ec3995f60c81f │ │ │ │ └── 15e327f750b786c46a9ec3995f60c81f.info │ │ │ ├── 16 │ │ │ │ ├── 16a779bafa4524c1e85734b8c41c46ee │ │ │ │ └── 16a779bafa4524c1e85734b8c41c46ee.info │ │ │ ├── 19 │ │ │ │ ├── 19e5a138c07e971438b2b18c8e716479 │ │ │ │ └── 19e5a138c07e971438b2b18c8e716479.info │ │ │ ├── 21 │ │ │ │ ├── 21eff446d50eaf44a85985cd4c0b6fa1 │ │ │ │ └── 21eff446d50eaf44a85985cd4c0b6fa1.info │ │ │ ├── 22 │ │ │ │ ├── 220224b43fc464c28bc0e8de8f54a432 │ │ │ │ ├── 220224b43fc464c28bc0e8de8f54a432.info │ │ │ │ ├── 224ede67b4f3a4109bfec4d5cb161b05 │ │ │ │ └── 224ede67b4f3a4109bfec4d5cb161b05.info │ │ │ ├── 24 │ │ │ │ ├── 24c07fc3f8b8d405d8f15bfe585a4285 │ │ │ │ └── 24c07fc3f8b8d405d8f15bfe585a4285.info │ │ │ ├── 25 │ │ │ │ ├── 25c39952814b44ce6aaba2407c7c9a53 │ │ │ │ └── 25c39952814b44ce6aaba2407c7c9a53.info │ │ │ ├── 26 │ │ │ │ ├── 2682a692a2be7e14e901a738c7806da0 │ │ │ │ └── 2682a692a2be7e14e901a738c7806da0.info │ │ │ ├── 27 │ │ │ │ ├── 272eebc0acebd49f9af45e663fda371d │ │ │ │ └── 272eebc0acebd49f9af45e663fda371d.info │ │ │ ├── 30 │ │ │ │ ├── 30aa2886e2b748d48fbe4b155c65025f │ │ │ │ └── 30aa2886e2b748d48fbe4b155c65025f.info │ │ │ ├── 31 │ │ │ │ ├── 31fa5739128c04fd0b97e0035078064c │ │ │ │ └── 31fa5739128c04fd0b97e0035078064c.info │ │ │ ├── 32 │ │ │ │ ├── 32188fd89022c154c81befa2f0e00be0 │ │ │ │ ├── 32188fd89022c154c81befa2f0e00be0.info │ │ │ │ ├── 328cc881519068e4eb7db4bb907ad2d9 │ │ │ │ └── 328cc881519068e4eb7db4bb907ad2d9.info │ │ │ ├── 34 │ │ │ │ ├── 3415978993a9b48eabff9dd9d5dc5b36 │ │ │ │ ├── 3415978993a9b48eabff9dd9d5dc5b36.info │ │ │ │ ├── 34e14b8fc38b64180a15329bb68b00e2 │ │ │ │ └── 34e14b8fc38b64180a15329bb68b00e2.info │ │ │ ├── 35 │ │ │ │ ├── 354986ed41a7343e58abc3739352921e │ │ │ │ └── 354986ed41a7343e58abc3739352921e.info │ │ │ ├── 38 │ │ │ │ ├── 38c8faf1788024c02930a0c68a6e0edc │ │ │ │ └── 38c8faf1788024c02930a0c68a6e0edc.info │ │ │ ├── 39 │ │ │ │ ├── 394d0bfed71ef429299322cdb6c24280 │ │ │ │ └── 394d0bfed71ef429299322cdb6c24280.info │ │ │ ├── 40 │ │ │ │ ├── 405b9b51bb344a128608d968297df79c │ │ │ │ ├── 405b9b51bb344a128608d968297df79c.info │ │ │ │ ├── 40c0b1ac77831462ab0f27d9bd64dc7d │ │ │ │ └── 40c0b1ac77831462ab0f27d9bd64dc7d.info │ │ │ ├── 41 │ │ │ │ ├── 4113173d5e95493ab8765d7b08371de4 │ │ │ │ └── 4113173d5e95493ab8765d7b08371de4.info │ │ │ ├── 44 │ │ │ │ ├── 44f39a74ca5ee4bf5936b17e901f251c │ │ │ │ └── 44f39a74ca5ee4bf5936b17e901f251c.info │ │ │ ├── 45 │ │ │ │ ├── 453f100e6bdae4dfd9e655927819dc85 │ │ │ │ └── 453f100e6bdae4dfd9e655927819dc85.info │ │ │ ├── 46 │ │ │ │ ├── 46eefeafe9ad7483da6c4443d73ee2f7 │ │ │ │ └── 46eefeafe9ad7483da6c4443d73ee2f7.info │ │ │ ├── 47 │ │ │ │ ├── 4742b19cddcb6498a985c99bde7dbc12 │ │ │ │ └── 4742b19cddcb6498a985c99bde7dbc12.info │ │ │ ├── 48 │ │ │ │ ├── 48986928cc2a449dbaecdd1654bc9bf6 │ │ │ │ └── 48986928cc2a449dbaecdd1654bc9bf6.info │ │ │ ├── 50 │ │ │ │ ├── 5000ca8b4361d486b8fd089317dd5f50 │ │ │ │ └── 5000ca8b4361d486b8fd089317dd5f50.info │ │ │ ├── 51 │ │ │ │ ├── 510d1d319d2754ea4a47c6dd8c421ea0 │ │ │ │ ├── 510d1d319d2754ea4a47c6dd8c421ea0.info │ │ │ │ ├── 517af1b5b81b93b43b9745d58f017562 │ │ │ │ └── 517af1b5b81b93b43b9745d58f017562.info │ │ │ ├── 52 │ │ │ │ ├── 5217f965a407e4cf9adfeba084777611 │ │ │ │ └── 5217f965a407e4cf9adfeba084777611.info │ │ │ ├── 53 │ │ │ │ ├── 53ebcfaa2e1e4e2dbc85882cd5a73fa1 │ │ │ │ └── 53ebcfaa2e1e4e2dbc85882cd5a73fa1.info │ │ │ ├── 57 │ │ │ │ ├── 5782f9e9e6e0bb94bac99aeea24814fc │ │ │ │ └── 5782f9e9e6e0bb94bac99aeea24814fc.info │ │ │ ├── 60 │ │ │ │ ├── 6021b1de186514a37be7363088650068 │ │ │ │ ├── 6021b1de186514a37be7363088650068.info │ │ │ │ ├── 60d7696e2afa94c4e8a1c2a8d2e64e5b │ │ │ │ └── 60d7696e2afa94c4e8a1c2a8d2e64e5b.info │ │ │ ├── 62 │ │ │ │ ├── 6253ae2dfd52c459a825a39575bb3087 │ │ │ │ ├── 6253ae2dfd52c459a825a39575bb3087.info │ │ │ │ ├── 62772aad98ed04f0d955b7d20de61f7f │ │ │ │ └── 62772aad98ed04f0d955b7d20de61f7f.info │ │ │ ├── 65 │ │ │ │ ├── 6597c6ea86d36477081342001145d8d9 │ │ │ │ ├── 6597c6ea86d36477081342001145d8d9.info │ │ │ │ ├── 65d58d50c3db54f979b1ffae3777d74b │ │ │ │ └── 65d58d50c3db54f979b1ffae3777d74b.info │ │ │ ├── 71 │ │ │ │ ├── 710f298e6b03b4675b7af26a1765cc88 │ │ │ │ └── 710f298e6b03b4675b7af26a1765cc88.info │ │ │ ├── 73 │ │ │ │ ├── 737f442b1a5ea4d4199a8c40052cd5f4 │ │ │ │ └── 737f442b1a5ea4d4199a8c40052cd5f4.info │ │ │ ├── 75 │ │ │ │ ├── 75799de484ac4f4cadc268d2cbea830a │ │ │ │ └── 75799de484ac4f4cadc268d2cbea830a.info │ │ │ ├── 76 │ │ │ │ ├── 7668179ede524d6396c8b7d84461ea29 │ │ │ │ └── 7668179ede524d6396c8b7d84461ea29.info │ │ │ ├── 78 │ │ │ │ ├── 78396c2b5efff42ff8512b01fcd8f6f7 │ │ │ │ ├── 78396c2b5efff42ff8512b01fcd8f6f7.info │ │ │ │ ├── 7843c84159a3647e8a6ac766fbf42f6d │ │ │ │ └── 7843c84159a3647e8a6ac766fbf42f6d.info │ │ │ ├── 79 │ │ │ │ ├── 7927683d1fc5848b5abfb54ebb1028ec │ │ │ │ └── 7927683d1fc5848b5abfb54ebb1028ec.info │ │ │ ├── 80 │ │ │ │ ├── 80a3616ca19596e4da0f10f14d241e9f │ │ │ │ ├── 80a3616ca19596e4da0f10f14d241e9f.info │ │ │ │ ├── 80f7bdf279e1a4f8a82a29d6e375c1ed │ │ │ │ └── 80f7bdf279e1a4f8a82a29d6e375c1ed.info │ │ │ ├── 82 │ │ │ │ ├── 8225796495d3e4a65aed01ebe8b97c55 │ │ │ │ ├── 8225796495d3e4a65aed01ebe8b97c55.info │ │ │ │ ├── 825c0c76f43434687b003e37321797ba │ │ │ │ └── 825c0c76f43434687b003e37321797ba.info │ │ │ ├── 83 │ │ │ │ ├── 8372287d65b0144448b0354314f5b444 │ │ │ │ └── 8372287d65b0144448b0354314f5b444.info │ │ │ ├── 84 │ │ │ │ ├── 844f815391db42d49455cbf1a7bfc434 │ │ │ │ ├── 844f815391db42d49455cbf1a7bfc434.info │ │ │ │ ├── 846e68fc9f5144a2ebc0bd10a6b6cf73 │ │ │ │ ├── 846e68fc9f5144a2ebc0bd10a6b6cf73.info │ │ │ │ ├── 84eea12c9bb794f6bac4a70142b61705 │ │ │ │ └── 84eea12c9bb794f6bac4a70142b61705.info │ │ │ ├── 85 │ │ │ │ ├── 858b7542787a1a44d917d8b76b6a9b47 │ │ │ │ └── 858b7542787a1a44d917d8b76b6a9b47.info │ │ │ ├── 86 │ │ │ │ ├── 86c008322e7c647149878156c5b81940 │ │ │ │ ├── 86c008322e7c647149878156c5b81940.info │ │ │ │ ├── 86c18994495874297b469aaa57ef9b44 │ │ │ │ ├── 86c18994495874297b469aaa57ef9b44.info │ │ │ │ ├── 86c48c918bb534bfbbcc7db31c544a5a │ │ │ │ └── 86c48c918bb534bfbbcc7db31c544a5a.info │ │ │ ├── 87 │ │ │ │ ├── 870353891bb340e2b2a9c8707e7419ba │ │ │ │ └── 870353891bb340e2b2a9c8707e7419ba.info │ │ │ ├── 88 │ │ │ │ ├── 88ea725e505864a73917301c689d1a61 │ │ │ │ └── 88ea725e505864a73917301c689d1a61.info │ │ │ ├── 90 │ │ │ │ ├── 9078b7128e594410d9b89e5b24cffd01 │ │ │ │ ├── 9078b7128e594410d9b89e5b24cffd01.info │ │ │ │ ├── 90791303b72ec4ae198f99d637dfdf6c │ │ │ │ ├── 90791303b72ec4ae198f99d637dfdf6c.info │ │ │ │ ├── 90ceddd52f7244639b5a11e854fd4d4b │ │ │ │ └── 90ceddd52f7244639b5a11e854fd4d4b.info │ │ │ ├── 95 │ │ │ │ ├── 95100bde7ea3745b995497bfe683418e │ │ │ │ └── 95100bde7ea3745b995497bfe683418e.info │ │ │ ├── 99 │ │ │ │ ├── 99ddb49592ff84811804420a1910cb89 │ │ │ │ └── 99ddb49592ff84811804420a1910cb89.info │ │ │ ├── 00 │ │ │ │ ├── 00000000000000001000000000000000 │ │ │ │ ├── 00000000000000001000000000000000.info │ │ │ │ ├── 00000000000000002000000000000000 │ │ │ │ ├── 00000000000000002000000000000000.info │ │ │ │ ├── 00000000000000003000000000000000 │ │ │ │ ├── 00000000000000003000000000000000.info │ │ │ │ ├── 00000000000000004000000000000000 │ │ │ │ ├── 00000000000000004000000000000000.info │ │ │ │ ├── 00000000000000004100000000000000 │ │ │ │ ├── 00000000000000004100000000000000.info │ │ │ │ ├── 00000000000000005000000000000000 │ │ │ │ ├── 00000000000000005000000000000000.info │ │ │ │ ├── 00000000000000005100000000000000 │ │ │ │ ├── 00000000000000005100000000000000.info │ │ │ │ ├── 00000000000000006000000000000000 │ │ │ │ ├── 00000000000000006000000000000000.info │ │ │ │ ├── 00000000000000006100000000000000 │ │ │ │ ├── 00000000000000006100000000000000.info │ │ │ │ ├── 00000000000000007000000000000000 │ │ │ │ ├── 00000000000000007000000000000000.info │ │ │ │ ├── 00000000000000007100000000000000 │ │ │ │ ├── 00000000000000007100000000000000.info │ │ │ │ ├── 00000000000000008000000000000000 │ │ │ │ ├── 00000000000000008000000000000000.info │ │ │ │ ├── 00000000000000009000000000000000 │ │ │ │ ├── 00000000000000009000000000000000.info │ │ │ │ ├── 0000000000000000a000000000000000 │ │ │ │ ├── 0000000000000000a000000000000000.info │ │ │ │ ├── 0000000000000000a100000000000000 │ │ │ │ ├── 0000000000000000a100000000000000.info │ │ │ │ ├── 0000000000000000b000000000000000 │ │ │ │ ├── 0000000000000000b000000000000000.info │ │ │ │ ├── 0000000000000000c000000000000000 │ │ │ │ ├── 0000000000000000c000000000000000.info │ │ │ │ ├── 0000000000000000e100000000000000 │ │ │ │ └── 0000000000000000e100000000000000.info │ │ │ ├── 07 │ │ │ │ ├── 07346b04d083b4feb97935bc00133c4e │ │ │ │ └── 07346b04d083b4feb97935bc00133c4e.info │ │ │ ├── 0b │ │ │ │ ├── 0bc030649520e4084b26f3763e1da7e3 │ │ │ │ ├── 0bc030649520e4084b26f3763e1da7e3.info │ │ │ │ ├── 0bf9f8950df234e448d5830f510d255e │ │ │ │ └── 0bf9f8950df234e448d5830f510d255e.info │ │ │ ├── 0d │ │ │ │ ├── 0d3bb855445e36e479c85976fc88383a │ │ │ │ └── 0d3bb855445e36e479c85976fc88383a.info │ │ │ ├── 1b │ │ │ │ ├── 1b32bcce201b4494ea8848326290c5d5 │ │ │ │ └── 1b32bcce201b4494ea8848326290c5d5.info │ │ │ ├── 1c │ │ │ │ ├── 1c6d1fbb51834b64847b1b73a75bfc77 │ │ │ │ └── 1c6d1fbb51834b64847b1b73a75bfc77.info │ │ │ ├── 1e │ │ │ │ ├── 1e108ae5f2133934f948edded555f03e │ │ │ │ └── 1e108ae5f2133934f948edded555f03e.info │ │ │ ├── 2b │ │ │ │ ├── 2bd63ae78076d4adb8476d8a3fe81277 │ │ │ │ └── 2bd63ae78076d4adb8476d8a3fe81277.info │ │ │ ├── 2d │ │ │ │ ├── 2d4d46c70fdd242668a56e99799e8540 │ │ │ │ └── 2d4d46c70fdd242668a56e99799e8540.info │ │ │ ├── 2e │ │ │ │ ├── 2e7cc6af4b8614b97b03f1de823067d0 │ │ │ │ ├── 2e7cc6af4b8614b97b03f1de823067d0.info │ │ │ │ ├── 2e8d922df013448ec8b1debfac0f6189 │ │ │ │ ├── 2e8d922df013448ec8b1debfac0f6189.info │ │ │ │ ├── 2eb2d0388ed974b3cba47458803bd275 │ │ │ │ └── 2eb2d0388ed974b3cba47458803bd275.info │ │ │ ├── 2f │ │ │ │ ├── 2f02b8764d7e3d0478249c300d6b8b6f │ │ │ │ └── 2f02b8764d7e3d0478249c300d6b8b6f.info │ │ │ ├── 3a │ │ │ │ ├── 3a84de5cd0624681b6b6dcd8921d912a │ │ │ │ └── 3a84de5cd0624681b6b6dcd8921d912a.info │ │ │ ├── 3c │ │ │ │ ├── 3cebe1a96232b44388b30b2f72dde434 │ │ │ │ └── 3cebe1a96232b44388b30b2f72dde434.info │ │ │ ├── 3e │ │ │ │ ├── 3e7c41cad2e18411a90c7e0e798cb6c8 │ │ │ │ └── 3e7c41cad2e18411a90c7e0e798cb6c8.info │ │ │ ├── 4a │ │ │ │ ├── 4a3ecb1425d14502837abea459cf2b70 │ │ │ │ └── 4a3ecb1425d14502837abea459cf2b70.info │ │ │ ├── 4b │ │ │ │ ├── 4b27a166a366b4aca8830069c0156d4a │ │ │ │ ├── 4b27a166a366b4aca8830069c0156d4a.info │ │ │ │ ├── 4b3fa4bde7f1451a8218c03ee6a8ded8 │ │ │ │ ├── 4b3fa4bde7f1451a8218c03ee6a8ded8.info │ │ │ │ ├── 4ba2329b63d54f0187bcaa12486b1b0f │ │ │ │ └── 4ba2329b63d54f0187bcaa12486b1b0f.info │ │ │ ├── 4c │ │ │ │ ├── 4c6fe94acbb24417c988bab18cbd5209 │ │ │ │ └── 4c6fe94acbb24417c988bab18cbd5209.info │ │ │ ├── 4e │ │ │ │ ├── 4e78fbe7fb50b4d77981dcbdd2e7f9f5 │ │ │ │ └── 4e78fbe7fb50b4d77981dcbdd2e7f9f5.info │ │ │ ├── 4f │ │ │ │ ├── 4f234578336894dc081edf696f2ff5f2 │ │ │ │ ├── 4f234578336894dc081edf696f2ff5f2.info │ │ │ │ ├── 4faa8e68109b34471ae6ace15c6294eb │ │ │ │ └── 4faa8e68109b34471ae6ace15c6294eb.info │ │ │ ├── 5a │ │ │ │ ├── 5a4b354a3393911459ca2025410b0c02 │ │ │ │ └── 5a4b354a3393911459ca2025410b0c02.info │ │ │ ├── 5e │ │ │ │ ├── 5e85a806ebb8c4eb28c23ba452832ffd │ │ │ │ └── 5e85a806ebb8c4eb28c23ba452832ffd.info │ │ │ ├── 5f │ │ │ │ ├── 5f32cd94baa94578a686d4b9d6b660f7 │ │ │ │ ├── 5f32cd94baa94578a686d4b9d6b660f7.info │ │ │ │ ├── 5f6977d909e1f44dc8f32e89e057d713 │ │ │ │ └── 5f6977d909e1f44dc8f32e89e057d713.info │ │ │ ├── 6a │ │ │ │ ├── 6a10b2909283487f913b00d94cd3faf5 │ │ │ │ ├── 6a10b2909283487f913b00d94cd3faf5.info │ │ │ │ ├── 6a6b6bef66b30cf4da56a85e98aa9524 │ │ │ │ └── 6a6b6bef66b30cf4da56a85e98aa9524.info │ │ │ ├── 6b │ │ │ │ ├── 6be9d1e37dc014c2ca33db0d84f9faa8 │ │ │ │ └── 6be9d1e37dc014c2ca33db0d84f9faa8.info │ │ │ ├── 6e │ │ │ │ ├── 6e7c8cfeedae74eb3a562055e069e441 │ │ │ │ ├── 6e7c8cfeedae74eb3a562055e069e441.info │ │ │ │ ├── 6e86519b2ed7ece4cae901fc31de93cd │ │ │ │ ├── 6e86519b2ed7ece4cae901fc31de93cd.info │ │ │ │ ├── 6e8aea2f401254859bed49129e3fd230 │ │ │ │ ├── 6e8aea2f401254859bed49129e3fd230.info │ │ │ │ ├── 6e98802d963314522b4bf055067ccaf1 │ │ │ │ └── 6e98802d963314522b4bf055067ccaf1.info │ │ │ ├── 7c │ │ │ │ ├── 7c3a5d6e39b874f468b2691537168513 │ │ │ │ └── 7c3a5d6e39b874f468b2691537168513.info │ │ │ ├── 7d │ │ │ │ ├── 7dc122fb000134971818459927616731 │ │ │ │ └── 7dc122fb000134971818459927616731.info │ │ │ ├── 7e │ │ │ │ ├── 7e908eea6af914888b995ab037f63cd3 │ │ │ │ └── 7e908eea6af914888b995ab037f63cd3.info │ │ │ ├── 8a │ │ │ │ ├── 8a9a760f95896c34689febc965510927 │ │ │ │ └── 8a9a760f95896c34689febc965510927.info │ │ │ ├── 8b │ │ │ │ ├── 8bd0823e7396341a08b3ee2f129af53b │ │ │ │ └── 8bd0823e7396341a08b3ee2f129af53b.info │ │ │ ├── 8c │ │ │ │ ├── 8c97d988a6e7044bd9654acf2faf4309 │ │ │ │ └── 8c97d988a6e7044bd9654acf2faf4309.info │ │ │ ├── 8e │ │ │ │ ├── 8e2b40aad71104d9e901c5b746ecbe31 │ │ │ │ ├── 8e2b40aad71104d9e901c5b746ecbe31.info │ │ │ │ ├── 8e60d9f62b99c4a719cee93ab9c39374 │ │ │ │ ├── 8e60d9f62b99c4a719cee93ab9c39374.info │ │ │ │ ├── 8e7066e382b0fc749b25dbb1a3004dfe │ │ │ │ └── 8e7066e382b0fc749b25dbb1a3004dfe.info │ │ │ ├── 9c │ │ │ │ ├── 9c4c33b2a09d64a96b5f7ef9704881a4 │ │ │ │ └── 9c4c33b2a09d64a96b5f7ef9704881a4.info │ │ │ ├── 9d │ │ │ │ ├── 9de9e8523c82543c5b3e40a4b51aa2c9 │ │ │ │ └── 9de9e8523c82543c5b3e40a4b51aa2c9.info │ │ │ ├── 9f │ │ │ │ ├── 9fe52b6b194914e399371616c9cb31e6 │ │ │ │ └── 9fe52b6b194914e399371616c9cb31e6.info │ │ │ ├── a0 │ │ │ │ ├── a09ab05792dc948f497260e752b00ed4 │ │ │ │ └── a09ab05792dc948f497260e752b00ed4.info │ │ │ ├── a3 │ │ │ │ ├── a307be21a93ef449f9348a8cd4907903 │ │ │ │ ├── a307be21a93ef449f9348a8cd4907903.info │ │ │ │ ├── a342381d77833427fa10621e38fbae10 │ │ │ │ ├── a342381d77833427fa10621e38fbae10.info │ │ │ │ ├── a34ccc91ff9164f5c997bb19035cc8b0 │ │ │ │ ├── a34ccc91ff9164f5c997bb19035cc8b0.info │ │ │ │ ├── a37e18887fa954edf92bc36bc353b879 │ │ │ │ └── a37e18887fa954edf92bc36bc353b879.info │ │ │ ├── a6 │ │ │ │ ├── a6842a74831964edc8fefa1c0aed89dc │ │ │ │ └── a6842a74831964edc8fefa1c0aed89dc.info │ │ │ ├── a7 │ │ │ │ ├── a77cd76073c7444179779ec6271ad5e1 │ │ │ │ ├── a77cd76073c7444179779ec6271ad5e1.info │ │ │ │ ├── a7af9125170844b7b95207fa5432a9ee │ │ │ │ └── a7af9125170844b7b95207fa5432a9ee.info │ │ │ ├── a9 │ │ │ │ ├── a9b64ad4139c64251825cfc4b7f92c36 │ │ │ │ └── a9b64ad4139c64251825cfc4b7f92c36.info │ │ │ ├── ac │ │ │ │ ├── ac6c401a1a2db42dd92a550c058bb820 │ │ │ │ └── ac6c401a1a2db42dd92a550c058bb820.info │ │ │ ├── ad │ │ │ │ ├── ad7192c4c93a649bf9d78f7b86865143 │ │ │ │ ├── ad7192c4c93a649bf9d78f7b86865143.info │ │ │ │ ├── adab7787bd7d44c4a9d48b3aff189c47 │ │ │ │ ├── adab7787bd7d44c4a9d48b3aff189c47.info │ │ │ │ ├── adebbd281f1a4ef3a30be7f21937e02f │ │ │ │ └── adebbd281f1a4ef3a30be7f21937e02f.info │ │ │ ├── b2 │ │ │ │ ├── b2b693dffac3a4433b3114fea0b7fd4e │ │ │ │ ├── b2b693dffac3a4433b3114fea0b7fd4e.info │ │ │ │ ├── b2bead50dbf86924f8e51f03ddbebf70 │ │ │ │ └── b2bead50dbf86924f8e51f03ddbebf70.info │ │ │ ├── b3 │ │ │ │ ├── b32abd1c9d73a4cce8389f084ac12b11 │ │ │ │ ├── b32abd1c9d73a4cce8389f084ac12b11.info │ │ │ │ ├── b35bf646304fe45948e7763afe02d3ad │ │ │ │ └── b35bf646304fe45948e7763afe02d3ad.info │ │ │ ├── b5 │ │ │ │ ├── b52e557db2c2b4eebb10444f1d582029 │ │ │ │ ├── b52e557db2c2b4eebb10444f1d582029.info │ │ │ │ ├── b5da970776034f77a070d99423d68791 │ │ │ │ ├── b5da970776034f77a070d99423d68791.info │ │ │ │ ├── b5f4343795a0e4626ac1fe4a9e6fce59 │ │ │ │ └── b5f4343795a0e4626ac1fe4a9e6fce59.info │ │ │ ├── b7 │ │ │ │ ├── b72a2dba3d7a44a9bb83cba05556fc2e │ │ │ │ └── b72a2dba3d7a44a9bb83cba05556fc2e.info │ │ │ ├── b8 │ │ │ │ ├── b8a0574e92bd43a59e19d6c3c6ae54c7 │ │ │ │ └── b8a0574e92bd43a59e19d6c3c6ae54c7.info │ │ │ ├── ba │ │ │ │ ├── ba1fdeca76274e843a3d78b1bc348126 │ │ │ │ ├── ba1fdeca76274e843a3d78b1bc348126.info │ │ │ │ ├── bab6fa851cf5a1a4bba3cec5f191cb8e │ │ │ │ └── bab6fa851cf5a1a4bba3cec5f191cb8e.info │ │ │ ├── c2 │ │ │ │ ├── c21345905cc3b4761b125f0ced0bb4d7 │ │ │ │ └── c21345905cc3b4761b125f0ced0bb4d7.info │ │ │ ├── c4 │ │ │ │ ├── c452c88a87f3d48ae945e7bcf1b4a6ba │ │ │ │ └── c452c88a87f3d48ae945e7bcf1b4a6ba.info │ │ │ ├── c5 │ │ │ │ ├── c5ba7626a737840ff88a3bd84b100482 │ │ │ │ ├── c5ba7626a737840ff88a3bd84b100482.info │ │ │ │ ├── c5fc08835d30a430ebb1f65267a92758 │ │ │ │ └── c5fc08835d30a430ebb1f65267a92758.info │ │ │ ├── c7 │ │ │ │ ├── c768acbc9cf24d398488bb4c93b91288 │ │ │ │ └── c768acbc9cf24d398488bb4c93b91288.info │ │ │ ├── c9 │ │ │ │ ├── c99bfe4fc4e5c4dc3917c14075acd117 │ │ │ │ └── c99bfe4fc4e5c4dc3917c14075acd117.info │ │ │ ├── ca │ │ │ │ ├── caf2d44b848404386bc73a93c4058765 │ │ │ │ └── caf2d44b848404386bc73a93c4058765.info │ │ │ ├── cb │ │ │ │ ├── cb0d2c6f4f6b14fcc90da94309fb9a75 │ │ │ │ └── cb0d2c6f4f6b14fcc90da94309fb9a75.info │ │ │ ├── cc │ │ │ │ ├── cc1b50b5501f748da8bec762294d9136 │ │ │ │ └── cc1b50b5501f748da8bec762294d9136.info │ │ │ ├── cd │ │ │ │ ├── cd2d5877fa86b48f8a96d6e579af2b64 │ │ │ │ └── cd2d5877fa86b48f8a96d6e579af2b64.info │ │ │ ├── ce │ │ │ │ ├── ce4395ccdb12cf62fca756358be1a892 │ │ │ │ └── ce4395ccdb12cf62fca756358be1a892.info │ │ │ ├── d0 │ │ │ │ ├── d01b6c2340dbe4a1eb8e37aa891d99fb │ │ │ │ ├── d01b6c2340dbe4a1eb8e37aa891d99fb.info │ │ │ │ ├── d0582737841eb44418bb0998570eb27b │ │ │ │ └── d0582737841eb44418bb0998570eb27b.info │ │ │ ├── d1 │ │ │ │ ├── d19a50fe740584da2874d3fbe3b57a96 │ │ │ │ ├── d19a50fe740584da2874d3fbe3b57a96.info │ │ │ │ ├── d1c1a2d988f5148fd9ab17b2460d271e │ │ │ │ └── d1c1a2d988f5148fd9ab17b2460d271e.info │ │ │ ├── d2 │ │ │ │ ├── d2170503dc57f492481ebe9334c68fcc │ │ │ │ └── d2170503dc57f492481ebe9334c68fcc.info │ │ │ ├── d3 │ │ │ │ ├── d33d54853fd0f48e0ac8a63ea91e6626 │ │ │ │ ├── d33d54853fd0f48e0ac8a63ea91e6626.info │ │ │ │ ├── d3c07c57f804a45c5999beeed06d6d64 │ │ │ │ ├── d3c07c57f804a45c5999beeed06d6d64.info │ │ │ │ ├── d3cd7f5e63d3642979f6f6f24b566e24 │ │ │ │ └── d3cd7f5e63d3642979f6f6f24b566e24.info │ │ │ ├── d5 │ │ │ │ ├── d5c61babdb05e4b98add1bfebfc9f3cf │ │ │ │ └── d5c61babdb05e4b98add1bfebfc9f3cf.info │ │ │ ├── d6 │ │ │ │ ├── d607a67dc772b484da060e66a3d61a4e │ │ │ │ └── d607a67dc772b484da060e66a3d61a4e.info │ │ │ ├── d8 │ │ │ │ ├── d827460f224474127afc0968043b51e3 │ │ │ │ └── d827460f224474127afc0968043b51e3.info │ │ │ ├── d9 │ │ │ │ ├── d91035c548f23744c9bfb107348ed1c0 │ │ │ │ ├── d91035c548f23744c9bfb107348ed1c0.info │ │ │ │ ├── d929147d9f78c487397abb40f2c257b0 │ │ │ │ └── d929147d9f78c487397abb40f2c257b0.info │ │ │ ├── dc │ │ │ │ ├── dc443db3e92b4983b9738c1131f555cb │ │ │ │ ├── dc443db3e92b4983b9738c1131f555cb.info │ │ │ │ ├── dced8f6ea9f964e8e8e61574ea889d21 │ │ │ │ └── dced8f6ea9f964e8e8e61574ea889d21.info │ │ │ ├── e1 │ │ │ │ ├── e1007cd261c84053beb0c3537782908d │ │ │ │ ├── e1007cd261c84053beb0c3537782908d.info │ │ │ │ ├── e194cd72a15794280acf7bae96fdd21a │ │ │ │ ├── e194cd72a15794280acf7bae96fdd21a.info │ │ │ │ ├── e1c283d8c0ec4428d906374807b70b25 │ │ │ │ └── e1c283d8c0ec4428d906374807b70b25.info │ │ │ ├── e4 │ │ │ │ ├── e407f6aac758140579b5ad0e88ca9812 │ │ │ │ ├── e407f6aac758140579b5ad0e88ca9812.info │ │ │ │ ├── e4bfeabebc5114952a57d908ff706b7e │ │ │ │ ├── e4bfeabebc5114952a57d908ff706b7e.info │ │ │ │ ├── e4f4cf1b9b434137a499903a7a1d651a │ │ │ │ └── e4f4cf1b9b434137a499903a7a1d651a.info │ │ │ ├── e5 │ │ │ │ ├── e535fc60e098d4cfe9f870630986bc6a │ │ │ │ └── e535fc60e098d4cfe9f870630986bc6a.info │ │ │ ├── e6 │ │ │ │ ├── e67fa9f8cf2c94f20ac041f5f9a32006 │ │ │ │ └── e67fa9f8cf2c94f20ac041f5f9a32006.info │ │ │ ├── e8 │ │ │ │ ├── e87a2a7c98a994269940dd8c7668b702 │ │ │ │ └── e87a2a7c98a994269940dd8c7668b702.info │ │ │ ├── ea │ │ │ │ ├── ead147da21254ff9a0a936bdd75e1680 │ │ │ │ └── ead147da21254ff9a0a936bdd75e1680.info │ │ │ ├── ec │ │ │ │ ├── ecb1ee84397a74f4795ba835081fc272 │ │ │ │ └── ecb1ee84397a74f4795ba835081fc272.info │ │ │ ├── ed │ │ │ │ ├── ed7343f30e3843b3afda8f8b02669cea │ │ │ │ └── ed7343f30e3843b3afda8f8b02669cea.info │ │ │ ├── ee │ │ │ │ ├── ee8e2dc286e73408da73ef819eab9f05 │ │ │ │ ├── ee8e2dc286e73408da73ef819eab9f05.info │ │ │ │ ├── eeed6954b3c264ca0b28a92aa6289bf0 │ │ │ │ └── eeed6954b3c264ca0b28a92aa6289bf0.info │ │ │ ├── f0 │ │ │ │ ├── f0f8d67297461495185169157c24c66b │ │ │ │ └── f0f8d67297461495185169157c24c66b.info │ │ │ ├── f1 │ │ │ │ ├── f1045c695c5bf4fb7b8509687bc60fc0 │ │ │ │ ├── f1045c695c5bf4fb7b8509687bc60fc0.info │ │ │ │ ├── f16562ec0ad544bbc939fd1bafe6357a │ │ │ │ └── f16562ec0ad544bbc939fd1bafe6357a.info │ │ │ ├── f2 │ │ │ │ ├── f28fcced5af094cf78eb4e1109a71981 │ │ │ │ └── f28fcced5af094cf78eb4e1109a71981.info │ │ │ ├── f3 │ │ │ │ ├── f3eb7c2080f92463daf486c20a2aafe9 │ │ │ │ └── f3eb7c2080f92463daf486c20a2aafe9.info │ │ │ ├── f5 │ │ │ │ ├── f5f67c52d1564df4a8936ccd202a3bd8 │ │ │ │ └── f5f67c52d1564df4a8936ccd202a3bd8.info │ │ │ ├── f7 │ │ │ │ ├── f70555f144d8491a825f0804e09c671c │ │ │ │ ├── f70555f144d8491a825f0804e09c671c.info │ │ │ │ ├── f735d317ca9afb6468c5c5ca06d9e39a │ │ │ │ ├── f735d317ca9afb6468c5c5ca06d9e39a.info │ │ │ │ ├── f7b54ff4a43d4fcf81b4538b678e0bcc │ │ │ │ └── f7b54ff4a43d4fcf81b4538b678e0bcc.info │ │ │ ├── fc │ │ │ │ ├── fce843e94a895447ba95f715e0690d21 │ │ │ │ └── fce843e94a895447ba95f715e0690d21.info │ │ │ └── fe │ │ │ │ ├── fec197bad419341558f81f2ec8a05e18 │ │ │ │ └── fec197bad419341558f81f2ec8a05e18.info │ │ ├── shadercompiler-64bit-1.log │ │ └── shadercompiler-UnityShaderCompiler0.log │ │ ├── ProjectSettings │ │ ├── AudioManager.asset │ │ ├── ClusterInputManager.asset │ │ ├── DynamicsManager.asset │ │ ├── EditorBuildSettings.asset │ │ ├── EditorSettings.asset │ │ ├── GraphicsSettings.asset │ │ ├── InputManager.asset │ │ ├── NavMeshAreas.asset │ │ ├── NetworkManager.asset │ │ ├── Physics2DSettings.asset │ │ ├── ProjectSettings.asset │ │ ├── ProjectVersion.txt │ │ ├── QualitySettings.asset │ │ ├── TagManager.asset │ │ ├── TimeManager.asset │ │ ├── UnityAdsSettings.asset │ │ └── UnityConnectSettings.asset │ │ ├── UnityPackageManager │ │ └── manifest.json │ │ └── obj │ │ └── Debug │ │ ├── Assembly-CSharp.csproj.FilesWrittenAbsolute.txt │ │ ├── Assembly-CSharp.dll │ │ └── Assembly-CSharp.dll.mdb └── ReadMe.txt ├── Chapter13 ├── .DS_Store ├── CH13Code │ └── Collectable.cs ├── GameAssets │ └── Coin.unitypackage └── Project │ ├── .DS_Store │ └── Chapter 13 │ ├── .DS_Store │ ├── Assembly-CSharp-vs.csproj │ ├── Assembly-CSharp.csproj │ ├── Assets │ ├── .DS_Store │ ├── Animations.meta │ ├── Animations │ │ ├── EventSystem.controller │ │ ├── EventSystem.controller.meta │ │ ├── LevelProps.meta │ │ ├── LevelProps │ │ │ ├── Coin.controller │ │ │ ├── Coin.controller.meta │ │ │ ├── CoinSpin.anim │ │ │ └── CoinSpin.anim.meta │ │ ├── New Animation.anim │ │ ├── New Animation.anim.meta │ │ ├── Platform.anim │ │ ├── Platform.anim.meta │ │ ├── Platform.controller │ │ ├── Platform.controller.meta │ │ ├── Player.meta │ │ └── Player │ │ │ ├── Animator_Player.controller │ │ │ ├── Animator_Player.controller.meta │ │ │ ├── Dead.anim │ │ │ ├── Dead.anim.meta │ │ │ ├── Jump.anim │ │ │ ├── Jump.anim.meta │ │ │ ├── Run.anim │ │ │ ├── Run.anim.meta │ │ │ ├── hit.anim │ │ │ ├── hit.anim.meta │ │ │ ├── sprite.controller │ │ │ └── sprite.controller.meta │ ├── Fonts.meta │ ├── Fonts │ │ ├── kenvector_future_thin.ttf │ │ └── kenvector_future_thin.ttf.meta │ ├── Materials.meta │ ├── Materials │ │ ├── NoFriction.physicsMaterial2D │ │ ├── NoFriction.physicsMaterial2D.meta │ │ ├── Player.physicsMaterial2D │ │ └── Player.physicsMaterial2D.meta │ ├── Prefabs.meta │ ├── Prefabs │ │ ├── Coin.prefab │ │ ├── Coin.prefab.meta │ │ ├── Floor.prefab │ │ ├── Floor.prefab.meta │ │ ├── FloorShort.prefab │ │ ├── FloorShort.prefab.meta │ │ ├── KillTrigger.prefab │ │ ├── KillTrigger.prefab.meta │ │ ├── LevelPieceBasic.prefab │ │ ├── LevelPieceBasic.prefab.meta │ │ ├── LevelPieceHole.prefab │ │ ├── LevelPieceHole.prefab.meta │ │ ├── LevelPieceSteps.prefab │ │ ├── LevelPieceSteps.prefab.meta │ │ ├── Platform.prefab │ │ ├── Platform.prefab.meta │ │ ├── Player.prefab │ │ ├── Player.prefab.meta │ │ ├── UI.meta │ │ └── UI │ │ │ ├── GameLogo.prefab │ │ │ ├── GameLogo.prefab.meta │ │ │ ├── GameOverCanvas.prefab │ │ │ ├── GameOverCanvas.prefab.meta │ │ │ ├── InGameCanvas.prefab │ │ │ ├── InGameCanvas.prefab.meta │ │ │ ├── PlayButton.prefab │ │ │ └── PlayButton.prefab.meta │ ├── Scenes.meta │ ├── Scenes │ │ ├── MainScene.unity │ │ └── MainScene.unity.meta │ ├── Scripts.meta │ ├── Scripts │ │ ├── .DS_Store │ │ ├── CameraFollow.cs │ │ ├── CameraFollow.cs.meta │ │ ├── Collectable.cs │ │ ├── Collectable.cs.meta │ │ ├── Enemy.cs.meta │ │ ├── GameManager.cs │ │ ├── GameManager.cs.meta │ │ ├── KillTrigger.cs │ │ ├── KillTrigger.cs.meta │ │ ├── LeaveTrigger.cs │ │ ├── LeaveTrigger.cs.meta │ │ ├── LevelGenerator.cs │ │ ├── LevelGenerator.cs.meta │ │ ├── LevelPiece.cs │ │ ├── LevelPiece.cs.meta │ │ ├── PlayerController.cs │ │ ├── PlayerController.cs.meta │ │ ├── ViewInGame.cs │ │ ├── ViewInGame.cs.meta │ │ └── triggerMovement.cs.meta │ ├── Sprites.meta │ └── Sprites │ │ ├── Platform.meta │ │ ├── Platform │ │ ├── Floor.png │ │ └── Floor.png.meta │ │ ├── Player.meta │ │ ├── Player │ │ ├── Player_Dead.png │ │ ├── Player_Dead.png.meta │ │ ├── Player_Jump.png │ │ ├── Player_Jump.png.meta │ │ ├── Player_Run.png │ │ └── Player_Run.png.meta │ │ ├── Scene.meta │ │ ├── Scene │ │ ├── Floor.png │ │ └── Floor.png.meta │ │ ├── UI.meta │ │ ├── UI │ │ ├── green.png │ │ ├── green.png.meta │ │ ├── green_pressed.png │ │ ├── green_pressed.png.meta │ │ ├── yellow.png │ │ ├── yellow.png.meta │ │ ├── yellow_pressed.png │ │ └── yellow_pressed.png.meta │ │ ├── platformer-pack-redux-360-assets.meta │ │ ├── platformer-pack-redux-360-assets │ │ ├── PNG.meta │ │ └── PNG │ │ │ ├── Ground.meta │ │ │ ├── Ground │ │ │ ├── Grass.meta │ │ │ └── Grass │ │ │ │ ├── grassCliff_left.png │ │ │ │ ├── grassCliff_left.png.meta │ │ │ │ ├── grassCliff_right.png │ │ │ │ ├── grassCliff_right.png.meta │ │ │ │ ├── grassMid.png │ │ │ │ └── grassMid.png.meta │ │ │ ├── HUD.meta │ │ │ ├── HUD │ │ │ ├── hudCoin.png │ │ │ └── hudCoin.png.meta │ │ │ ├── Items.meta │ │ │ ├── Items │ │ │ ├── Sprite_Coins.png │ │ │ └── Sprite_Coins.png.meta │ │ │ ├── Players.meta │ │ │ └── Players │ │ │ ├── 128x256.meta │ │ │ └── 128x256 │ │ │ ├── Green.meta │ │ │ └── Green │ │ │ ├── alienGreen_hit.png │ │ │ ├── alienGreen_hit.png.meta │ │ │ ├── alienGreen_jump.png │ │ │ ├── alienGreen_jump.png.meta │ │ │ ├── alienGreen_walk1.png │ │ │ ├── alienGreen_walk1.png.meta │ │ │ ├── alienGreen_walk2.png │ │ │ └── alienGreen_walk2.png.meta │ │ ├── pure-white.png │ │ └── pure-white.png.meta │ ├── Chapter 10-csharp.sln │ ├── Chapter 10.sln │ ├── Chapter 10.userprefs │ ├── Chapter 11.sln │ ├── Chapter 11.userprefs │ ├── Chapter 12.sln │ ├── Chapter 12.userprefs │ ├── Chapter 13.sln │ ├── Chapter 13.userprefs │ ├── Chapter 9-csharp.sln │ ├── Chapter 9.sln │ ├── Chapter 9.userprefs │ ├── Library │ ├── AnnotationManager │ ├── AssetImportState │ ├── AssetServerCacheV3 │ ├── AssetVersioning.db │ ├── BuildPlayer.prefs │ ├── BuildSettings.asset │ ├── CurrentLayout.dwlt │ ├── EditorUserBuildSettings.asset │ ├── EditorUserSettings.asset │ ├── GridBrush │ │ └── UnityEditor.GridBrush.asset │ ├── InspectorExpandedItems.asset │ ├── LastSceneManagerSetup.txt │ ├── LibraryFormatVersion.txt │ ├── MonoManager.asset │ ├── ProjectSettings.asset │ ├── ScriptAssemblies │ │ ├── Assembly-CSharp.dll │ │ ├── Assembly-CSharp.dll.mdb │ │ └── BuiltinAssemblies.stamp │ ├── ScriptMapper │ ├── ShaderCache.db │ ├── ShaderCache │ │ ├── 0 │ │ │ └── 08bb9d7996f27d1ca0a7aa078f557478.bin │ │ ├── 1 │ │ │ └── 111cb10587eafbc3acf4777029600238.bin │ │ ├── 2 │ │ │ ├── 2722f46b67d1874694d698e89b471b46.bin │ │ │ ├── 29812484f19e2c2b72cd2389d7392a9f.bin │ │ │ └── 2f1fe3c9438ecbac88fe31a86690a4a9.bin │ │ ├── 3 │ │ │ ├── 329a6a028320dcef78410f5105f7c8a3.bin │ │ │ ├── 3468f2d5867b43b3f93039571e3572c8.bin │ │ │ └── 3fca6e52f536e63c33ab2e8a35f2c433.bin │ │ ├── 4 │ │ │ ├── 400de226c2c455fbdf6c8518a92d938c.bin │ │ │ ├── 4676ec8e19bd17d8f3fa493af4448746.bin │ │ │ └── 4bbd26c32b77f9b50d92e016bd933ea4.bin │ │ ├── 5 │ │ │ ├── 58ed2e7aaed534dc377d6bb95eb49f53.bin │ │ │ ├── 5b6cf33741a1a62195ef60468f40a6b2.bin │ │ │ └── 5c37d3efacbd98dcc58b6fe7cce5d1e7.bin │ │ ├── 6 │ │ │ ├── 64f78300564bda0f92f22997be8a56f2.bin │ │ │ ├── 6657a03fed0825c1c74cf14f636ca049.bin │ │ │ ├── 682d7ac24544c443b0f9807b10a4a788.bin │ │ │ └── 6f2840e25b8cbe87c9e9ff7a014f5d99.bin │ │ ├── 7 │ │ │ ├── 7002b920ef75234494469c793bb32157.bin │ │ │ └── 7125133a0a4badc1a25ec3a490b4eb01.bin │ │ ├── 8 │ │ │ ├── 85327a538e70dc16df3c45fa09e33dca.bin │ │ │ ├── 8623861e9086aa53ff2ea16ffddc6d1a.bin │ │ │ ├── 89d90791c5a65e43c796b5a1d93173e0.bin │ │ │ ├── 8b11eb62f065a2afbb63d35bdd06a689.bin │ │ │ └── 8d6884d07400cf8cb5255b40dc4ad139.bin │ │ ├── 9 │ │ │ └── 9c1049be540dff2886b15f9e52444c89.bin │ │ ├── a │ │ │ └── ae048ca9942a8d8da059b6de3aa866bf.bin │ │ ├── b │ │ │ ├── b4d13816649c95b1d269d50939b42780.bin │ │ │ ├── b7ad8f9bb30ca01d74e9218af1af6fcb.bin │ │ │ ├── b983332e8bd3e69b0eb5a6ec94cdacec.bin │ │ │ ├── bdf5912cffc9ec74c30161768abaec2a.bin │ │ │ ├── bdf6c3b2c23c75f34904b0ed173727ad.bin │ │ │ └── be6513a1fa9792aa6b7e586c2c4c9ea7.bin │ │ ├── c │ │ │ ├── ce7fd8b64bbea6e5fa21dbe763099380.bin │ │ │ └── cfc1695cd2c8feb4be33eff139b0853f.bin │ │ ├── d │ │ │ ├── dbfa0a3e648c5584be4e89f4ab1421b0.bin │ │ │ ├── dc0e1fd9f4dbd1739afea414e20667c8.bin │ │ │ └── dc7d351db8abd244c4bb9bb5b4ea9e1f.bin │ │ ├── e │ │ │ └── efa27ea55eaf42a12fe400d998fa7a99.bin │ │ └── f │ │ │ ├── f44c8efae71094c69460ffbe3cbc356c.bin │ │ │ ├── f759114ea9372ddd3330df1bf163b18b.bin │ │ │ └── f7caa71dc3acd6a408eae5cb2f0fa423.bin │ ├── SpriteAtlasDatabase.asset │ ├── TilemapEditorUserSettings.asset │ ├── assetDatabase3 │ ├── expandedItems │ ├── metadata │ │ ├── 10 │ │ │ ├── 10bf81265ad87424d946598c575f45a0 │ │ │ └── 10bf81265ad87424d946598c575f45a0.info │ │ ├── 12 │ │ │ ├── 12fd8a0055b84bb59e84c9835a37e333 │ │ │ └── 12fd8a0055b84bb59e84c9835a37e333.info │ │ ├── 13 │ │ │ ├── 1322fd896bbb15bb6e335591b766ae62 │ │ │ ├── 1322fd896bbb15bb6e335591b766ae62.info │ │ │ ├── 13b44d84267a94448acb8317e153bd46 │ │ │ └── 13b44d84267a94448acb8317e153bd46.info │ │ ├── 15 │ │ │ ├── 15be9c691b85a41a39c18bee2f87e21b │ │ │ ├── 15be9c691b85a41a39c18bee2f87e21b.info │ │ │ ├── 15e327f750b786c46a9ec3995f60c81f │ │ │ └── 15e327f750b786c46a9ec3995f60c81f.info │ │ ├── 16 │ │ │ ├── 16a779bafa4524c1e85734b8c41c46ee │ │ │ └── 16a779bafa4524c1e85734b8c41c46ee.info │ │ ├── 19 │ │ │ ├── 19e5a138c07e971438b2b18c8e716479 │ │ │ └── 19e5a138c07e971438b2b18c8e716479.info │ │ ├── 21 │ │ │ ├── 21eff446d50eaf44a85985cd4c0b6fa1 │ │ │ └── 21eff446d50eaf44a85985cd4c0b6fa1.info │ │ ├── 22 │ │ │ ├── 220224b43fc464c28bc0e8de8f54a432 │ │ │ ├── 220224b43fc464c28bc0e8de8f54a432.info │ │ │ ├── 224ede67b4f3a4109bfec4d5cb161b05 │ │ │ └── 224ede67b4f3a4109bfec4d5cb161b05.info │ │ ├── 24 │ │ │ ├── 24c07fc3f8b8d405d8f15bfe585a4285 │ │ │ └── 24c07fc3f8b8d405d8f15bfe585a4285.info │ │ ├── 25 │ │ │ ├── 25c39952814b44ce6aaba2407c7c9a53 │ │ │ └── 25c39952814b44ce6aaba2407c7c9a53.info │ │ ├── 26 │ │ │ ├── 2682a692a2be7e14e901a738c7806da0 │ │ │ └── 2682a692a2be7e14e901a738c7806da0.info │ │ ├── 27 │ │ │ ├── 272eebc0acebd49f9af45e663fda371d │ │ │ └── 272eebc0acebd49f9af45e663fda371d.info │ │ ├── 30 │ │ │ ├── 30aa2886e2b748d48fbe4b155c65025f │ │ │ └── 30aa2886e2b748d48fbe4b155c65025f.info │ │ ├── 31 │ │ │ ├── 31fa5739128c04fd0b97e0035078064c │ │ │ └── 31fa5739128c04fd0b97e0035078064c.info │ │ ├── 32 │ │ │ ├── 32188fd89022c154c81befa2f0e00be0 │ │ │ ├── 32188fd89022c154c81befa2f0e00be0.info │ │ │ ├── 328cc881519068e4eb7db4bb907ad2d9 │ │ │ └── 328cc881519068e4eb7db4bb907ad2d9.info │ │ ├── 34 │ │ │ ├── 3415978993a9b48eabff9dd9d5dc5b36 │ │ │ ├── 3415978993a9b48eabff9dd9d5dc5b36.info │ │ │ ├── 34e14b8fc38b64180a15329bb68b00e2 │ │ │ └── 34e14b8fc38b64180a15329bb68b00e2.info │ │ ├── 35 │ │ │ ├── 354986ed41a7343e58abc3739352921e │ │ │ └── 354986ed41a7343e58abc3739352921e.info │ │ ├── 38 │ │ │ ├── 38c8faf1788024c02930a0c68a6e0edc │ │ │ └── 38c8faf1788024c02930a0c68a6e0edc.info │ │ ├── 39 │ │ │ ├── 394d0bfed71ef429299322cdb6c24280 │ │ │ └── 394d0bfed71ef429299322cdb6c24280.info │ │ ├── 40 │ │ │ ├── 405b9b51bb344a128608d968297df79c │ │ │ ├── 405b9b51bb344a128608d968297df79c.info │ │ │ ├── 40c0b1ac77831462ab0f27d9bd64dc7d │ │ │ └── 40c0b1ac77831462ab0f27d9bd64dc7d.info │ │ ├── 41 │ │ │ ├── 4113173d5e95493ab8765d7b08371de4 │ │ │ └── 4113173d5e95493ab8765d7b08371de4.info │ │ ├── 44 │ │ │ ├── 44f39a74ca5ee4bf5936b17e901f251c │ │ │ └── 44f39a74ca5ee4bf5936b17e901f251c.info │ │ ├── 45 │ │ │ ├── 453f100e6bdae4dfd9e655927819dc85 │ │ │ └── 453f100e6bdae4dfd9e655927819dc85.info │ │ ├── 46 │ │ │ ├── 46eefeafe9ad7483da6c4443d73ee2f7 │ │ │ └── 46eefeafe9ad7483da6c4443d73ee2f7.info │ │ ├── 47 │ │ │ ├── 4742b19cddcb6498a985c99bde7dbc12 │ │ │ └── 4742b19cddcb6498a985c99bde7dbc12.info │ │ ├── 48 │ │ │ ├── 48986928cc2a449dbaecdd1654bc9bf6 │ │ │ └── 48986928cc2a449dbaecdd1654bc9bf6.info │ │ ├── 50 │ │ │ ├── 5000ca8b4361d486b8fd089317dd5f50 │ │ │ └── 5000ca8b4361d486b8fd089317dd5f50.info │ │ ├── 51 │ │ │ ├── 510d1d319d2754ea4a47c6dd8c421ea0 │ │ │ ├── 510d1d319d2754ea4a47c6dd8c421ea0.info │ │ │ ├── 517af1b5b81b93b43b9745d58f017562 │ │ │ └── 517af1b5b81b93b43b9745d58f017562.info │ │ ├── 52 │ │ │ ├── 5217f965a407e4cf9adfeba084777611 │ │ │ └── 5217f965a407e4cf9adfeba084777611.info │ │ ├── 53 │ │ │ ├── 53ebcfaa2e1e4e2dbc85882cd5a73fa1 │ │ │ └── 53ebcfaa2e1e4e2dbc85882cd5a73fa1.info │ │ ├── 57 │ │ │ ├── 5782f9e9e6e0bb94bac99aeea24814fc │ │ │ └── 5782f9e9e6e0bb94bac99aeea24814fc.info │ │ ├── 60 │ │ │ ├── 6021b1de186514a37be7363088650068 │ │ │ ├── 6021b1de186514a37be7363088650068.info │ │ │ ├── 60d7696e2afa94c4e8a1c2a8d2e64e5b │ │ │ └── 60d7696e2afa94c4e8a1c2a8d2e64e5b.info │ │ ├── 62 │ │ │ ├── 6253ae2dfd52c459a825a39575bb3087 │ │ │ ├── 6253ae2dfd52c459a825a39575bb3087.info │ │ │ ├── 62772aad98ed04f0d955b7d20de61f7f │ │ │ └── 62772aad98ed04f0d955b7d20de61f7f.info │ │ ├── 65 │ │ │ ├── 6597c6ea86d36477081342001145d8d9 │ │ │ ├── 6597c6ea86d36477081342001145d8d9.info │ │ │ ├── 65d58d50c3db54f979b1ffae3777d74b │ │ │ └── 65d58d50c3db54f979b1ffae3777d74b.info │ │ ├── 71 │ │ │ ├── 710f298e6b03b4675b7af26a1765cc88 │ │ │ └── 710f298e6b03b4675b7af26a1765cc88.info │ │ ├── 73 │ │ │ ├── 737f442b1a5ea4d4199a8c40052cd5f4 │ │ │ └── 737f442b1a5ea4d4199a8c40052cd5f4.info │ │ ├── 75 │ │ │ ├── 75799de484ac4f4cadc268d2cbea830a │ │ │ └── 75799de484ac4f4cadc268d2cbea830a.info │ │ ├── 76 │ │ │ ├── 7668179ede524d6396c8b7d84461ea29 │ │ │ └── 7668179ede524d6396c8b7d84461ea29.info │ │ ├── 78 │ │ │ ├── 78396c2b5efff42ff8512b01fcd8f6f7 │ │ │ ├── 78396c2b5efff42ff8512b01fcd8f6f7.info │ │ │ ├── 7843c84159a3647e8a6ac766fbf42f6d │ │ │ └── 7843c84159a3647e8a6ac766fbf42f6d.info │ │ ├── 79 │ │ │ ├── 7927683d1fc5848b5abfb54ebb1028ec │ │ │ └── 7927683d1fc5848b5abfb54ebb1028ec.info │ │ ├── 80 │ │ │ ├── 80a3616ca19596e4da0f10f14d241e9f │ │ │ ├── 80a3616ca19596e4da0f10f14d241e9f.info │ │ │ ├── 80f7bdf279e1a4f8a82a29d6e375c1ed │ │ │ └── 80f7bdf279e1a4f8a82a29d6e375c1ed.info │ │ ├── 82 │ │ │ ├── 8225796495d3e4a65aed01ebe8b97c55 │ │ │ ├── 8225796495d3e4a65aed01ebe8b97c55.info │ │ │ ├── 825c0c76f43434687b003e37321797ba │ │ │ └── 825c0c76f43434687b003e37321797ba.info │ │ ├── 83 │ │ │ ├── 8372287d65b0144448b0354314f5b444 │ │ │ └── 8372287d65b0144448b0354314f5b444.info │ │ ├── 84 │ │ │ ├── 844f815391db42d49455cbf1a7bfc434 │ │ │ ├── 844f815391db42d49455cbf1a7bfc434.info │ │ │ ├── 846e68fc9f5144a2ebc0bd10a6b6cf73 │ │ │ ├── 846e68fc9f5144a2ebc0bd10a6b6cf73.info │ │ │ ├── 84eea12c9bb794f6bac4a70142b61705 │ │ │ └── 84eea12c9bb794f6bac4a70142b61705.info │ │ ├── 85 │ │ │ ├── 858b7542787a1a44d917d8b76b6a9b47 │ │ │ └── 858b7542787a1a44d917d8b76b6a9b47.info │ │ ├── 86 │ │ │ ├── 86c008322e7c647149878156c5b81940 │ │ │ ├── 86c008322e7c647149878156c5b81940.info │ │ │ ├── 86c18994495874297b469aaa57ef9b44 │ │ │ ├── 86c18994495874297b469aaa57ef9b44.info │ │ │ ├── 86c48c918bb534bfbbcc7db31c544a5a │ │ │ └── 86c48c918bb534bfbbcc7db31c544a5a.info │ │ ├── 87 │ │ │ ├── 870353891bb340e2b2a9c8707e7419ba │ │ │ └── 870353891bb340e2b2a9c8707e7419ba.info │ │ ├── 88 │ │ │ ├── 88ea725e505864a73917301c689d1a61 │ │ │ └── 88ea725e505864a73917301c689d1a61.info │ │ ├── 90 │ │ │ ├── 9078b7128e594410d9b89e5b24cffd01 │ │ │ ├── 9078b7128e594410d9b89e5b24cffd01.info │ │ │ ├── 90791303b72ec4ae198f99d637dfdf6c │ │ │ ├── 90791303b72ec4ae198f99d637dfdf6c.info │ │ │ ├── 90ceddd52f7244639b5a11e854fd4d4b │ │ │ └── 90ceddd52f7244639b5a11e854fd4d4b.info │ │ ├── 95 │ │ │ ├── 95100bde7ea3745b995497bfe683418e │ │ │ └── 95100bde7ea3745b995497bfe683418e.info │ │ ├── 99 │ │ │ ├── 99ddb49592ff84811804420a1910cb89 │ │ │ └── 99ddb49592ff84811804420a1910cb89.info │ │ ├── 00 │ │ │ ├── 00000000000000001000000000000000 │ │ │ ├── 00000000000000001000000000000000.info │ │ │ ├── 00000000000000002000000000000000 │ │ │ ├── 00000000000000002000000000000000.info │ │ │ ├── 00000000000000003000000000000000 │ │ │ ├── 00000000000000003000000000000000.info │ │ │ ├── 00000000000000004000000000000000 │ │ │ ├── 00000000000000004000000000000000.info │ │ │ ├── 00000000000000004100000000000000 │ │ │ ├── 00000000000000004100000000000000.info │ │ │ ├── 00000000000000005000000000000000 │ │ │ ├── 00000000000000005000000000000000.info │ │ │ ├── 00000000000000005100000000000000 │ │ │ ├── 00000000000000005100000000000000.info │ │ │ ├── 00000000000000006000000000000000 │ │ │ ├── 00000000000000006000000000000000.info │ │ │ ├── 00000000000000006100000000000000 │ │ │ ├── 00000000000000006100000000000000.info │ │ │ ├── 00000000000000007000000000000000 │ │ │ ├── 00000000000000007000000000000000.info │ │ │ ├── 00000000000000007100000000000000 │ │ │ ├── 00000000000000007100000000000000.info │ │ │ ├── 00000000000000008000000000000000 │ │ │ ├── 00000000000000008000000000000000.info │ │ │ ├── 00000000000000009000000000000000 │ │ │ ├── 00000000000000009000000000000000.info │ │ │ ├── 0000000000000000a000000000000000 │ │ │ ├── 0000000000000000a000000000000000.info │ │ │ ├── 0000000000000000a100000000000000 │ │ │ ├── 0000000000000000a100000000000000.info │ │ │ ├── 0000000000000000b000000000000000 │ │ │ ├── 0000000000000000b000000000000000.info │ │ │ ├── 0000000000000000c000000000000000 │ │ │ ├── 0000000000000000c000000000000000.info │ │ │ ├── 0000000000000000e100000000000000 │ │ │ └── 0000000000000000e100000000000000.info │ │ ├── 07 │ │ │ ├── 07346b04d083b4feb97935bc00133c4e │ │ │ └── 07346b04d083b4feb97935bc00133c4e.info │ │ ├── 0b │ │ │ ├── 0bc030649520e4084b26f3763e1da7e3 │ │ │ ├── 0bc030649520e4084b26f3763e1da7e3.info │ │ │ ├── 0bf9f8950df234e448d5830f510d255e │ │ │ └── 0bf9f8950df234e448d5830f510d255e.info │ │ ├── 0d │ │ │ ├── 0d3bb855445e36e479c85976fc88383a │ │ │ └── 0d3bb855445e36e479c85976fc88383a.info │ │ ├── 1b │ │ │ ├── 1b32bcce201b4494ea8848326290c5d5 │ │ │ └── 1b32bcce201b4494ea8848326290c5d5.info │ │ ├── 1c │ │ │ ├── 1c6d1fbb51834b64847b1b73a75bfc77 │ │ │ └── 1c6d1fbb51834b64847b1b73a75bfc77.info │ │ ├── 1e │ │ │ ├── 1e108ae5f2133934f948edded555f03e │ │ │ └── 1e108ae5f2133934f948edded555f03e.info │ │ ├── 2b │ │ │ ├── 2bd63ae78076d4adb8476d8a3fe81277 │ │ │ └── 2bd63ae78076d4adb8476d8a3fe81277.info │ │ ├── 2d │ │ │ ├── 2d4d46c70fdd242668a56e99799e8540 │ │ │ └── 2d4d46c70fdd242668a56e99799e8540.info │ │ ├── 2e │ │ │ ├── 2e7cc6af4b8614b97b03f1de823067d0 │ │ │ ├── 2e7cc6af4b8614b97b03f1de823067d0.info │ │ │ ├── 2e8d922df013448ec8b1debfac0f6189 │ │ │ ├── 2e8d922df013448ec8b1debfac0f6189.info │ │ │ ├── 2eb2d0388ed974b3cba47458803bd275 │ │ │ └── 2eb2d0388ed974b3cba47458803bd275.info │ │ ├── 2f │ │ │ ├── 2f02b8764d7e3d0478249c300d6b8b6f │ │ │ └── 2f02b8764d7e3d0478249c300d6b8b6f.info │ │ ├── 3a │ │ │ ├── 3a84de5cd0624681b6b6dcd8921d912a │ │ │ └── 3a84de5cd0624681b6b6dcd8921d912a.info │ │ ├── 3c │ │ │ ├── 3cebe1a96232b44388b30b2f72dde434 │ │ │ └── 3cebe1a96232b44388b30b2f72dde434.info │ │ ├── 3e │ │ │ ├── 3e7c41cad2e18411a90c7e0e798cb6c8 │ │ │ └── 3e7c41cad2e18411a90c7e0e798cb6c8.info │ │ ├── 4a │ │ │ ├── 4a3ecb1425d14502837abea459cf2b70 │ │ │ └── 4a3ecb1425d14502837abea459cf2b70.info │ │ ├── 4b │ │ │ ├── 4b27a166a366b4aca8830069c0156d4a │ │ │ ├── 4b27a166a366b4aca8830069c0156d4a.info │ │ │ ├── 4b3fa4bde7f1451a8218c03ee6a8ded8 │ │ │ ├── 4b3fa4bde7f1451a8218c03ee6a8ded8.info │ │ │ ├── 4ba2329b63d54f0187bcaa12486b1b0f │ │ │ └── 4ba2329b63d54f0187bcaa12486b1b0f.info │ │ ├── 4c │ │ │ ├── 4c6fe94acbb24417c988bab18cbd5209 │ │ │ └── 4c6fe94acbb24417c988bab18cbd5209.info │ │ ├── 4e │ │ │ ├── 4e78fbe7fb50b4d77981dcbdd2e7f9f5 │ │ │ └── 4e78fbe7fb50b4d77981dcbdd2e7f9f5.info │ │ ├── 4f │ │ │ ├── 4f234578336894dc081edf696f2ff5f2 │ │ │ ├── 4f234578336894dc081edf696f2ff5f2.info │ │ │ ├── 4faa8e68109b34471ae6ace15c6294eb │ │ │ └── 4faa8e68109b34471ae6ace15c6294eb.info │ │ ├── 5a │ │ │ ├── 5a4b354a3393911459ca2025410b0c02 │ │ │ └── 5a4b354a3393911459ca2025410b0c02.info │ │ ├── 5e │ │ │ ├── 5e85a806ebb8c4eb28c23ba452832ffd │ │ │ └── 5e85a806ebb8c4eb28c23ba452832ffd.info │ │ ├── 5f │ │ │ ├── 5f32cd94baa94578a686d4b9d6b660f7 │ │ │ ├── 5f32cd94baa94578a686d4b9d6b660f7.info │ │ │ ├── 5f6977d909e1f44dc8f32e89e057d713 │ │ │ └── 5f6977d909e1f44dc8f32e89e057d713.info │ │ ├── 6a │ │ │ ├── 6a10b2909283487f913b00d94cd3faf5 │ │ │ ├── 6a10b2909283487f913b00d94cd3faf5.info │ │ │ ├── 6a6b6bef66b30cf4da56a85e98aa9524 │ │ │ └── 6a6b6bef66b30cf4da56a85e98aa9524.info │ │ ├── 6b │ │ │ ├── 6be9d1e37dc014c2ca33db0d84f9faa8 │ │ │ └── 6be9d1e37dc014c2ca33db0d84f9faa8.info │ │ ├── 6e │ │ │ ├── 6e7c8cfeedae74eb3a562055e069e441 │ │ │ ├── 6e7c8cfeedae74eb3a562055e069e441.info │ │ │ ├── 6e86519b2ed7ece4cae901fc31de93cd │ │ │ ├── 6e86519b2ed7ece4cae901fc31de93cd.info │ │ │ ├── 6e8aea2f401254859bed49129e3fd230 │ │ │ ├── 6e8aea2f401254859bed49129e3fd230.info │ │ │ ├── 6e98802d963314522b4bf055067ccaf1 │ │ │ └── 6e98802d963314522b4bf055067ccaf1.info │ │ ├── 7c │ │ │ ├── 7c3a5d6e39b874f468b2691537168513 │ │ │ └── 7c3a5d6e39b874f468b2691537168513.info │ │ ├── 7d │ │ │ ├── 7dc122fb000134971818459927616731 │ │ │ └── 7dc122fb000134971818459927616731.info │ │ ├── 7e │ │ │ ├── 7e908eea6af914888b995ab037f63cd3 │ │ │ └── 7e908eea6af914888b995ab037f63cd3.info │ │ ├── 8a │ │ │ ├── 8a9a760f95896c34689febc965510927 │ │ │ └── 8a9a760f95896c34689febc965510927.info │ │ ├── 8b │ │ │ ├── 8bd0823e7396341a08b3ee2f129af53b │ │ │ └── 8bd0823e7396341a08b3ee2f129af53b.info │ │ ├── 8c │ │ │ ├── 8c97d988a6e7044bd9654acf2faf4309 │ │ │ └── 8c97d988a6e7044bd9654acf2faf4309.info │ │ ├── 8e │ │ │ ├── 8e2b40aad71104d9e901c5b746ecbe31 │ │ │ ├── 8e2b40aad71104d9e901c5b746ecbe31.info │ │ │ ├── 8e60d9f62b99c4a719cee93ab9c39374 │ │ │ ├── 8e60d9f62b99c4a719cee93ab9c39374.info │ │ │ ├── 8e7066e382b0fc749b25dbb1a3004dfe │ │ │ └── 8e7066e382b0fc749b25dbb1a3004dfe.info │ │ ├── 9c │ │ │ ├── 9c4c33b2a09d64a96b5f7ef9704881a4 │ │ │ └── 9c4c33b2a09d64a96b5f7ef9704881a4.info │ │ ├── 9d │ │ │ ├── 9de9e8523c82543c5b3e40a4b51aa2c9 │ │ │ └── 9de9e8523c82543c5b3e40a4b51aa2c9.info │ │ ├── 9f │ │ │ ├── 9fe52b6b194914e399371616c9cb31e6 │ │ │ └── 9fe52b6b194914e399371616c9cb31e6.info │ │ ├── a0 │ │ │ ├── a09ab05792dc948f497260e752b00ed4 │ │ │ └── a09ab05792dc948f497260e752b00ed4.info │ │ ├── a3 │ │ │ ├── a307be21a93ef449f9348a8cd4907903 │ │ │ ├── a307be21a93ef449f9348a8cd4907903.info │ │ │ ├── a342381d77833427fa10621e38fbae10 │ │ │ ├── a342381d77833427fa10621e38fbae10.info │ │ │ ├── a34ccc91ff9164f5c997bb19035cc8b0 │ │ │ ├── a34ccc91ff9164f5c997bb19035cc8b0.info │ │ │ ├── a37e18887fa954edf92bc36bc353b879 │ │ │ └── a37e18887fa954edf92bc36bc353b879.info │ │ ├── a6 │ │ │ ├── a6842a74831964edc8fefa1c0aed89dc │ │ │ └── a6842a74831964edc8fefa1c0aed89dc.info │ │ ├── a7 │ │ │ ├── a77cd76073c7444179779ec6271ad5e1 │ │ │ ├── a77cd76073c7444179779ec6271ad5e1.info │ │ │ ├── a7af9125170844b7b95207fa5432a9ee │ │ │ └── a7af9125170844b7b95207fa5432a9ee.info │ │ ├── a9 │ │ │ ├── a9b64ad4139c64251825cfc4b7f92c36 │ │ │ └── a9b64ad4139c64251825cfc4b7f92c36.info │ │ ├── ac │ │ │ ├── ac6c401a1a2db42dd92a550c058bb820 │ │ │ └── ac6c401a1a2db42dd92a550c058bb820.info │ │ ├── ad │ │ │ ├── ad7192c4c93a649bf9d78f7b86865143 │ │ │ ├── ad7192c4c93a649bf9d78f7b86865143.info │ │ │ ├── adab7787bd7d44c4a9d48b3aff189c47 │ │ │ ├── adab7787bd7d44c4a9d48b3aff189c47.info │ │ │ ├── adebbd281f1a4ef3a30be7f21937e02f │ │ │ └── adebbd281f1a4ef3a30be7f21937e02f.info │ │ ├── b2 │ │ │ ├── b2b693dffac3a4433b3114fea0b7fd4e │ │ │ ├── b2b693dffac3a4433b3114fea0b7fd4e.info │ │ │ ├── b2bead50dbf86924f8e51f03ddbebf70 │ │ │ └── b2bead50dbf86924f8e51f03ddbebf70.info │ │ ├── b3 │ │ │ ├── b32abd1c9d73a4cce8389f084ac12b11 │ │ │ ├── b32abd1c9d73a4cce8389f084ac12b11.info │ │ │ ├── b35bf646304fe45948e7763afe02d3ad │ │ │ └── b35bf646304fe45948e7763afe02d3ad.info │ │ ├── b5 │ │ │ ├── b52e557db2c2b4eebb10444f1d582029 │ │ │ ├── b52e557db2c2b4eebb10444f1d582029.info │ │ │ ├── b5da970776034f77a070d99423d68791 │ │ │ ├── b5da970776034f77a070d99423d68791.info │ │ │ ├── b5f4343795a0e4626ac1fe4a9e6fce59 │ │ │ └── b5f4343795a0e4626ac1fe4a9e6fce59.info │ │ ├── b7 │ │ │ ├── b72a2dba3d7a44a9bb83cba05556fc2e │ │ │ └── b72a2dba3d7a44a9bb83cba05556fc2e.info │ │ ├── b8 │ │ │ ├── b8a0574e92bd43a59e19d6c3c6ae54c7 │ │ │ └── b8a0574e92bd43a59e19d6c3c6ae54c7.info │ │ ├── ba │ │ │ ├── ba1fdeca76274e843a3d78b1bc348126 │ │ │ ├── ba1fdeca76274e843a3d78b1bc348126.info │ │ │ ├── bab6fa851cf5a1a4bba3cec5f191cb8e │ │ │ └── bab6fa851cf5a1a4bba3cec5f191cb8e.info │ │ ├── c2 │ │ │ ├── c21345905cc3b4761b125f0ced0bb4d7 │ │ │ └── c21345905cc3b4761b125f0ced0bb4d7.info │ │ ├── c4 │ │ │ ├── c452c88a87f3d48ae945e7bcf1b4a6ba │ │ │ └── c452c88a87f3d48ae945e7bcf1b4a6ba.info │ │ ├── c5 │ │ │ ├── c5ba7626a737840ff88a3bd84b100482 │ │ │ ├── c5ba7626a737840ff88a3bd84b100482.info │ │ │ ├── c5fc08835d30a430ebb1f65267a92758 │ │ │ └── c5fc08835d30a430ebb1f65267a92758.info │ │ ├── c7 │ │ │ ├── c768acbc9cf24d398488bb4c93b91288 │ │ │ └── c768acbc9cf24d398488bb4c93b91288.info │ │ ├── c9 │ │ │ ├── c99bfe4fc4e5c4dc3917c14075acd117 │ │ │ └── c99bfe4fc4e5c4dc3917c14075acd117.info │ │ ├── ca │ │ │ ├── caf2d44b848404386bc73a93c4058765 │ │ │ └── caf2d44b848404386bc73a93c4058765.info │ │ ├── cb │ │ │ ├── cb0d2c6f4f6b14fcc90da94309fb9a75 │ │ │ └── cb0d2c6f4f6b14fcc90da94309fb9a75.info │ │ ├── cc │ │ │ ├── cc1b50b5501f748da8bec762294d9136 │ │ │ └── cc1b50b5501f748da8bec762294d9136.info │ │ ├── cd │ │ │ ├── cd2d5877fa86b48f8a96d6e579af2b64 │ │ │ └── cd2d5877fa86b48f8a96d6e579af2b64.info │ │ ├── ce │ │ │ ├── ce4395ccdb12cf62fca756358be1a892 │ │ │ └── ce4395ccdb12cf62fca756358be1a892.info │ │ ├── d0 │ │ │ ├── d01b6c2340dbe4a1eb8e37aa891d99fb │ │ │ ├── d01b6c2340dbe4a1eb8e37aa891d99fb.info │ │ │ ├── d0582737841eb44418bb0998570eb27b │ │ │ └── d0582737841eb44418bb0998570eb27b.info │ │ ├── d1 │ │ │ ├── d19a50fe740584da2874d3fbe3b57a96 │ │ │ ├── d19a50fe740584da2874d3fbe3b57a96.info │ │ │ ├── d1c1a2d988f5148fd9ab17b2460d271e │ │ │ └── d1c1a2d988f5148fd9ab17b2460d271e.info │ │ ├── d2 │ │ │ ├── d2170503dc57f492481ebe9334c68fcc │ │ │ └── d2170503dc57f492481ebe9334c68fcc.info │ │ ├── d3 │ │ │ ├── d33d54853fd0f48e0ac8a63ea91e6626 │ │ │ ├── d33d54853fd0f48e0ac8a63ea91e6626.info │ │ │ ├── d3c07c57f804a45c5999beeed06d6d64 │ │ │ ├── d3c07c57f804a45c5999beeed06d6d64.info │ │ │ ├── d3cd7f5e63d3642979f6f6f24b566e24 │ │ │ └── d3cd7f5e63d3642979f6f6f24b566e24.info │ │ ├── d4 │ │ │ ├── d43c6a89fbe1041a6983019f7a6ef7c1 │ │ │ └── d43c6a89fbe1041a6983019f7a6ef7c1.info │ │ ├── d5 │ │ │ ├── d5c61babdb05e4b98add1bfebfc9f3cf │ │ │ └── d5c61babdb05e4b98add1bfebfc9f3cf.info │ │ ├── d6 │ │ │ ├── d607a67dc772b484da060e66a3d61a4e │ │ │ └── d607a67dc772b484da060e66a3d61a4e.info │ │ ├── d8 │ │ │ ├── d827460f224474127afc0968043b51e3 │ │ │ └── d827460f224474127afc0968043b51e3.info │ │ ├── d9 │ │ │ ├── d91035c548f23744c9bfb107348ed1c0 │ │ │ ├── d91035c548f23744c9bfb107348ed1c0.info │ │ │ ├── d929147d9f78c487397abb40f2c257b0 │ │ │ └── d929147d9f78c487397abb40f2c257b0.info │ │ ├── dc │ │ │ ├── dc443db3e92b4983b9738c1131f555cb │ │ │ ├── dc443db3e92b4983b9738c1131f555cb.info │ │ │ ├── dced8f6ea9f964e8e8e61574ea889d21 │ │ │ └── dced8f6ea9f964e8e8e61574ea889d21.info │ │ ├── e1 │ │ │ ├── e1007cd261c84053beb0c3537782908d │ │ │ ├── e1007cd261c84053beb0c3537782908d.info │ │ │ ├── e194cd72a15794280acf7bae96fdd21a │ │ │ ├── e194cd72a15794280acf7bae96fdd21a.info │ │ │ ├── e1c283d8c0ec4428d906374807b70b25 │ │ │ └── e1c283d8c0ec4428d906374807b70b25.info │ │ ├── e4 │ │ │ ├── e407f6aac758140579b5ad0e88ca9812 │ │ │ ├── e407f6aac758140579b5ad0e88ca9812.info │ │ │ ├── e4bfeabebc5114952a57d908ff706b7e │ │ │ ├── e4bfeabebc5114952a57d908ff706b7e.info │ │ │ ├── e4f4cf1b9b434137a499903a7a1d651a │ │ │ └── e4f4cf1b9b434137a499903a7a1d651a.info │ │ ├── e5 │ │ │ ├── e535fc60e098d4cfe9f870630986bc6a │ │ │ └── e535fc60e098d4cfe9f870630986bc6a.info │ │ ├── e6 │ │ │ ├── e67fa9f8cf2c94f20ac041f5f9a32006 │ │ │ └── e67fa9f8cf2c94f20ac041f5f9a32006.info │ │ ├── e8 │ │ │ ├── e87a2a7c98a994269940dd8c7668b702 │ │ │ └── e87a2a7c98a994269940dd8c7668b702.info │ │ ├── ea │ │ │ ├── ead147da21254ff9a0a936bdd75e1680 │ │ │ └── ead147da21254ff9a0a936bdd75e1680.info │ │ ├── ec │ │ │ ├── ecb1ee84397a74f4795ba835081fc272 │ │ │ └── ecb1ee84397a74f4795ba835081fc272.info │ │ ├── ed │ │ │ ├── ed7343f30e3843b3afda8f8b02669cea │ │ │ └── ed7343f30e3843b3afda8f8b02669cea.info │ │ ├── ee │ │ │ ├── ee8e2dc286e73408da73ef819eab9f05 │ │ │ ├── ee8e2dc286e73408da73ef819eab9f05.info │ │ │ ├── eeed6954b3c264ca0b28a92aa6289bf0 │ │ │ └── eeed6954b3c264ca0b28a92aa6289bf0.info │ │ ├── f0 │ │ │ ├── f0f8d67297461495185169157c24c66b │ │ │ └── f0f8d67297461495185169157c24c66b.info │ │ ├── f1 │ │ │ ├── f1045c695c5bf4fb7b8509687bc60fc0 │ │ │ ├── f1045c695c5bf4fb7b8509687bc60fc0.info │ │ │ ├── f16562ec0ad544bbc939fd1bafe6357a │ │ │ └── f16562ec0ad544bbc939fd1bafe6357a.info │ │ ├── f2 │ │ │ ├── f28fcced5af094cf78eb4e1109a71981 │ │ │ └── f28fcced5af094cf78eb4e1109a71981.info │ │ ├── f3 │ │ │ ├── f3eb7c2080f92463daf486c20a2aafe9 │ │ │ └── f3eb7c2080f92463daf486c20a2aafe9.info │ │ ├── f5 │ │ │ ├── f5f67c52d1564df4a8936ccd202a3bd8 │ │ │ └── f5f67c52d1564df4a8936ccd202a3bd8.info │ │ ├── f7 │ │ │ ├── f70555f144d8491a825f0804e09c671c │ │ │ ├── f70555f144d8491a825f0804e09c671c.info │ │ │ ├── f735d317ca9afb6468c5c5ca06d9e39a │ │ │ ├── f735d317ca9afb6468c5c5ca06d9e39a.info │ │ │ ├── f7b54ff4a43d4fcf81b4538b678e0bcc │ │ │ └── f7b54ff4a43d4fcf81b4538b678e0bcc.info │ │ ├── fc │ │ │ ├── fce843e94a895447ba95f715e0690d21 │ │ │ └── fce843e94a895447ba95f715e0690d21.info │ │ └── fe │ │ │ ├── fec197bad419341558f81f2ec8a05e18 │ │ │ └── fec197bad419341558f81f2ec8a05e18.info │ ├── shadercompiler-64bit-1.log │ └── shadercompiler-UnityShaderCompiler0.log │ ├── ProjectSettings │ ├── AudioManager.asset │ ├── ClusterInputManager.asset │ ├── DynamicsManager.asset │ ├── EditorBuildSettings.asset │ ├── EditorSettings.asset │ ├── GraphicsSettings.asset │ ├── InputManager.asset │ ├── NavMeshAreas.asset │ ├── NetworkManager.asset │ ├── Physics2DSettings.asset │ ├── ProjectSettings.asset │ ├── ProjectVersion.txt │ ├── QualitySettings.asset │ ├── TagManager.asset │ ├── TimeManager.asset │ ├── UnityAdsSettings.asset │ └── UnityConnectSettings.asset │ ├── UnityPackageManager │ └── manifest.json │ └── obj │ └── Debug │ ├── Assembly-CSharp.csproj.FilesWrittenAbsolute.txt │ ├── Assembly-CSharp.dll │ └── Assembly-CSharp.dll.mdb ├── Chapter14 ├── .DS_Store ├── CH14Code │ ├── Enemy.cs │ └── triggerMovement.cs ├── GameAssets │ └── Enemy.unitypackage └── Project │ ├── .DS_Store │ └── Chapter 14 │ ├── .DS_Store │ ├── Assembly-CSharp-vs.csproj │ ├── Assembly-CSharp.csproj │ ├── Assets │ ├── .DS_Store │ ├── Animations.meta │ ├── Animations │ │ ├── EventSystem.controller │ │ ├── EventSystem.controller.meta │ │ ├── LevelProps.meta │ │ ├── LevelProps │ │ │ ├── Coin.controller │ │ │ ├── Coin.controller.meta │ │ │ ├── CoinSpin.anim │ │ │ └── CoinSpin.anim.meta │ │ ├── New Animation.anim │ │ ├── New Animation.anim.meta │ │ ├── Platform.anim │ │ ├── Platform.anim.meta │ │ ├── Platform.controller │ │ ├── Platform.controller.meta │ │ ├── Player.meta │ │ └── Player │ │ │ ├── Animator_Player.controller │ │ │ ├── Animator_Player.controller.meta │ │ │ ├── Dead.anim │ │ │ ├── Dead.anim.meta │ │ │ ├── Jump.anim │ │ │ ├── Jump.anim.meta │ │ │ ├── Run.anim │ │ │ ├── Run.anim.meta │ │ │ ├── hit.anim │ │ │ ├── hit.anim.meta │ │ │ ├── sprite.controller │ │ │ └── sprite.controller.meta │ ├── Fonts.meta │ ├── Fonts │ │ ├── kenvector_future_thin.ttf │ │ └── kenvector_future_thin.ttf.meta │ ├── Materials.meta │ ├── Materials │ │ ├── NoFriction.physicsMaterial2D │ │ ├── NoFriction.physicsMaterial2D.meta │ │ ├── Player.physicsMaterial2D │ │ └── Player.physicsMaterial2D.meta │ ├── Prefabs.meta │ ├── Prefabs │ │ ├── Coin.prefab │ │ ├── Coin.prefab.meta │ │ ├── Enemy.prefab │ │ ├── Enemy.prefab.meta │ │ ├── Floor.prefab │ │ ├── Floor.prefab.meta │ │ ├── FloorShort.prefab │ │ ├── FloorShort.prefab.meta │ │ ├── KillTrigger.prefab │ │ ├── KillTrigger.prefab.meta │ │ ├── LevelPieceBasic.prefab │ │ ├── LevelPieceBasic.prefab.meta │ │ ├── LevelPieceHole.prefab │ │ ├── LevelPieceHole.prefab.meta │ │ ├── LevelPieceSteps.prefab │ │ ├── LevelPieceSteps.prefab.meta │ │ ├── Platform.prefab │ │ ├── Platform.prefab.meta │ │ ├── Player.prefab │ │ ├── Player.prefab.meta │ │ ├── UI.meta │ │ └── UI │ │ │ ├── GameLogo.prefab │ │ │ ├── GameLogo.prefab.meta │ │ │ ├── GameOverCanvas.prefab │ │ │ ├── GameOverCanvas.prefab.meta │ │ │ ├── InGameCanvas.prefab │ │ │ ├── InGameCanvas.prefab.meta │ │ │ ├── PlayButton.prefab │ │ │ └── PlayButton.prefab.meta │ ├── Scenes.meta │ ├── Scenes │ │ ├── MainScene.unity │ │ └── MainScene.unity.meta │ ├── Scripts.meta │ ├── Scripts │ │ ├── CameraFollow.cs │ │ ├── CameraFollow.cs.meta │ │ ├── Collectable.cs │ │ ├── Collectable.cs.meta │ │ ├── Enemy.cs │ │ ├── Enemy.cs.meta │ │ ├── GameManager.cs │ │ ├── GameManager.cs.meta │ │ ├── KillTrigger.cs │ │ ├── KillTrigger.cs.meta │ │ ├── LeaveTrigger.cs │ │ ├── LeaveTrigger.cs.meta │ │ ├── LevelGenerator.cs │ │ ├── LevelGenerator.cs.meta │ │ ├── LevelPiece.cs │ │ ├── LevelPiece.cs.meta │ │ ├── PlayerController.cs │ │ ├── PlayerController.cs.meta │ │ ├── ViewInGame.cs │ │ ├── ViewInGame.cs.meta │ │ ├── triggerMovement.cs │ │ └── triggerMovement.cs.meta │ ├── Sprites.meta │ └── Sprites │ │ ├── Platform.meta │ │ ├── Platform │ │ ├── Floor.png │ │ └── Floor.png.meta │ │ ├── Player.meta │ │ ├── Player │ │ ├── Player_Dead.png │ │ ├── Player_Dead.png.meta │ │ ├── Player_Jump.png │ │ ├── Player_Jump.png.meta │ │ ├── Player_Run.png │ │ └── Player_Run.png.meta │ │ ├── Scene.meta │ │ ├── Scene │ │ ├── Floor.png │ │ └── Floor.png.meta │ │ ├── UI.meta │ │ ├── UI │ │ ├── green.png │ │ ├── green.png.meta │ │ ├── green_pressed.png │ │ ├── green_pressed.png.meta │ │ ├── yellow.png │ │ ├── yellow.png.meta │ │ ├── yellow_pressed.png │ │ └── yellow_pressed.png.meta │ │ ├── platformer-pack-redux-360-assets.meta │ │ ├── platformer-pack-redux-360-assets │ │ ├── PNG.meta │ │ └── PNG │ │ │ ├── Ground.meta │ │ │ ├── Ground │ │ │ ├── Grass.meta │ │ │ └── Grass │ │ │ │ ├── grassCliff_left.png │ │ │ │ ├── grassCliff_left.png.meta │ │ │ │ ├── grassCliff_right.png │ │ │ │ ├── grassCliff_right.png.meta │ │ │ │ ├── grassMid.png │ │ │ │ └── grassMid.png.meta │ │ │ ├── HUD.meta │ │ │ ├── HUD │ │ │ ├── hudCoin.png │ │ │ └── hudCoin.png.meta │ │ │ ├── Items.meta │ │ │ ├── Items │ │ │ ├── Sprite_Coins.png │ │ │ └── Sprite_Coins.png.meta │ │ │ ├── Players.meta │ │ │ └── Players │ │ │ ├── 128x256.meta │ │ │ └── 128x256 │ │ │ ├── Green.meta │ │ │ └── Green │ │ │ ├── alienGreen_hit.png │ │ │ ├── alienGreen_hit.png.meta │ │ │ ├── alienGreen_jump.png │ │ │ ├── alienGreen_jump.png.meta │ │ │ ├── alienGreen_walk1.png │ │ │ ├── alienGreen_walk1.png.meta │ │ │ ├── alienGreen_walk2.png │ │ │ └── alienGreen_walk2.png.meta │ │ ├── pure-white.png │ │ └── pure-white.png.meta │ ├── Chapter 10-csharp.sln │ ├── Chapter 10.sln │ ├── Chapter 10.userprefs │ ├── Chapter 11.sln │ ├── Chapter 11.userprefs │ ├── Chapter 12.sln │ ├── Chapter 12.userprefs │ ├── Chapter 13.sln │ ├── Chapter 13.userprefs │ ├── Chapter 9-csharp.sln │ ├── Chapter 9.sln │ ├── Chapter 9.userprefs │ ├── Library │ ├── AnnotationManager │ ├── AssetImportState │ ├── AssetServerCacheV3 │ ├── AssetVersioning.db │ ├── BuildPlayer.prefs │ ├── BuildSettings.asset │ ├── CrashedAssetImports.txt │ ├── CurrentLayout.dwlt │ ├── EditorInstance.json │ ├── EditorUserBuildSettings.asset │ ├── EditorUserSettings.asset │ ├── GridBrush │ │ └── UnityEditor.GridBrush.asset │ ├── InspectorExpandedItems.asset │ ├── LastSceneManagerSetup.txt │ ├── LibraryFormatVersion.txt │ ├── MonoManager.asset │ ├── ProjectSettings.asset │ ├── ScriptAssemblies │ │ ├── Assembly-CSharp.dll │ │ ├── Assembly-CSharp.dll.mdb │ │ └── BuiltinAssemblies.stamp │ ├── ScriptMapper │ ├── ShaderCache.db │ ├── ShaderCache │ │ ├── 0 │ │ │ └── 08bb9d7996f27d1ca0a7aa078f557478.bin │ │ ├── 1 │ │ │ └── 111cb10587eafbc3acf4777029600238.bin │ │ ├── 2 │ │ │ ├── 2722f46b67d1874694d698e89b471b46.bin │ │ │ ├── 29812484f19e2c2b72cd2389d7392a9f.bin │ │ │ └── 2f1fe3c9438ecbac88fe31a86690a4a9.bin │ │ ├── 3 │ │ │ ├── 329a6a028320dcef78410f5105f7c8a3.bin │ │ │ ├── 3468f2d5867b43b3f93039571e3572c8.bin │ │ │ └── 3fca6e52f536e63c33ab2e8a35f2c433.bin │ │ ├── 4 │ │ │ ├── 400de226c2c455fbdf6c8518a92d938c.bin │ │ │ ├── 4676ec8e19bd17d8f3fa493af4448746.bin │ │ │ └── 4bbd26c32b77f9b50d92e016bd933ea4.bin │ │ ├── 5 │ │ │ ├── 58ed2e7aaed534dc377d6bb95eb49f53.bin │ │ │ ├── 5b6cf33741a1a62195ef60468f40a6b2.bin │ │ │ └── 5c37d3efacbd98dcc58b6fe7cce5d1e7.bin │ │ ├── 6 │ │ │ ├── 64f78300564bda0f92f22997be8a56f2.bin │ │ │ ├── 6657a03fed0825c1c74cf14f636ca049.bin │ │ │ ├── 682d7ac24544c443b0f9807b10a4a788.bin │ │ │ └── 6f2840e25b8cbe87c9e9ff7a014f5d99.bin │ │ ├── 7 │ │ │ ├── 7002b920ef75234494469c793bb32157.bin │ │ │ └── 7125133a0a4badc1a25ec3a490b4eb01.bin │ │ ├── 8 │ │ │ ├── 85327a538e70dc16df3c45fa09e33dca.bin │ │ │ ├── 8623861e9086aa53ff2ea16ffddc6d1a.bin │ │ │ ├── 89d90791c5a65e43c796b5a1d93173e0.bin │ │ │ ├── 8b11eb62f065a2afbb63d35bdd06a689.bin │ │ │ └── 8d6884d07400cf8cb5255b40dc4ad139.bin │ │ ├── 9 │ │ │ └── 9c1049be540dff2886b15f9e52444c89.bin │ │ ├── a │ │ │ └── ae048ca9942a8d8da059b6de3aa866bf.bin │ │ ├── b │ │ │ ├── b4d13816649c95b1d269d50939b42780.bin │ │ │ ├── b7ad8f9bb30ca01d74e9218af1af6fcb.bin │ │ │ ├── b983332e8bd3e69b0eb5a6ec94cdacec.bin │ │ │ ├── bdf5912cffc9ec74c30161768abaec2a.bin │ │ │ ├── bdf6c3b2c23c75f34904b0ed173727ad.bin │ │ │ └── be6513a1fa9792aa6b7e586c2c4c9ea7.bin │ │ ├── c │ │ │ ├── ce7fd8b64bbea6e5fa21dbe763099380.bin │ │ │ └── cfc1695cd2c8feb4be33eff139b0853f.bin │ │ ├── d │ │ │ ├── dbfa0a3e648c5584be4e89f4ab1421b0.bin │ │ │ ├── dc0e1fd9f4dbd1739afea414e20667c8.bin │ │ │ └── dc7d351db8abd244c4bb9bb5b4ea9e1f.bin │ │ ├── e │ │ │ └── efa27ea55eaf42a12fe400d998fa7a99.bin │ │ └── f │ │ │ ├── f44c8efae71094c69460ffbe3cbc356c.bin │ │ │ ├── f759114ea9372ddd3330df1bf163b18b.bin │ │ │ └── f7caa71dc3acd6a408eae5cb2f0fa423.bin │ ├── SpriteAtlasDatabase.asset │ ├── TilemapEditorUserSettings.asset │ ├── assetDatabase3 │ ├── expandedItems │ ├── metadata │ │ ├── 10 │ │ │ ├── 10bf81265ad87424d946598c575f45a0 │ │ │ └── 10bf81265ad87424d946598c575f45a0.info │ │ ├── 12 │ │ │ ├── 12fd8a0055b84bb59e84c9835a37e333 │ │ │ └── 12fd8a0055b84bb59e84c9835a37e333.info │ │ ├── 13 │ │ │ ├── 1322fd896bbb15bb6e335591b766ae62 │ │ │ ├── 1322fd896bbb15bb6e335591b766ae62.info │ │ │ ├── 13b44d84267a94448acb8317e153bd46 │ │ │ └── 13b44d84267a94448acb8317e153bd46.info │ │ ├── 15 │ │ │ ├── 15be9c691b85a41a39c18bee2f87e21b │ │ │ ├── 15be9c691b85a41a39c18bee2f87e21b.info │ │ │ ├── 15e327f750b786c46a9ec3995f60c81f │ │ │ └── 15e327f750b786c46a9ec3995f60c81f.info │ │ ├── 16 │ │ │ ├── 16a779bafa4524c1e85734b8c41c46ee │ │ │ └── 16a779bafa4524c1e85734b8c41c46ee.info │ │ ├── 19 │ │ │ ├── 19e5a138c07e971438b2b18c8e716479 │ │ │ └── 19e5a138c07e971438b2b18c8e716479.info │ │ ├── 21 │ │ │ ├── 21929dcd0ef0e4782a08cef6532692fc │ │ │ ├── 21929dcd0ef0e4782a08cef6532692fc.info │ │ │ ├── 21eff446d50eaf44a85985cd4c0b6fa1 │ │ │ └── 21eff446d50eaf44a85985cd4c0b6fa1.info │ │ ├── 22 │ │ │ ├── 220224b43fc464c28bc0e8de8f54a432 │ │ │ ├── 220224b43fc464c28bc0e8de8f54a432.info │ │ │ ├── 224ede67b4f3a4109bfec4d5cb161b05 │ │ │ └── 224ede67b4f3a4109bfec4d5cb161b05.info │ │ ├── 24 │ │ │ ├── 24c07fc3f8b8d405d8f15bfe585a4285 │ │ │ └── 24c07fc3f8b8d405d8f15bfe585a4285.info │ │ ├── 25 │ │ │ ├── 25c39952814b44ce6aaba2407c7c9a53 │ │ │ └── 25c39952814b44ce6aaba2407c7c9a53.info │ │ ├── 26 │ │ │ ├── 2682a692a2be7e14e901a738c7806da0 │ │ │ └── 2682a692a2be7e14e901a738c7806da0.info │ │ ├── 27 │ │ │ ├── 272eebc0acebd49f9af45e663fda371d │ │ │ └── 272eebc0acebd49f9af45e663fda371d.info │ │ ├── 30 │ │ │ ├── 30aa2886e2b748d48fbe4b155c65025f │ │ │ └── 30aa2886e2b748d48fbe4b155c65025f.info │ │ ├── 31 │ │ │ ├── 31fa5739128c04fd0b97e0035078064c │ │ │ └── 31fa5739128c04fd0b97e0035078064c.info │ │ ├── 32 │ │ │ ├── 32188fd89022c154c81befa2f0e00be0 │ │ │ ├── 32188fd89022c154c81befa2f0e00be0.info │ │ │ ├── 328cc881519068e4eb7db4bb907ad2d9 │ │ │ └── 328cc881519068e4eb7db4bb907ad2d9.info │ │ ├── 34 │ │ │ ├── 3415978993a9b48eabff9dd9d5dc5b36 │ │ │ ├── 3415978993a9b48eabff9dd9d5dc5b36.info │ │ │ ├── 34e14b8fc38b64180a15329bb68b00e2 │ │ │ └── 34e14b8fc38b64180a15329bb68b00e2.info │ │ ├── 35 │ │ │ ├── 354986ed41a7343e58abc3739352921e │ │ │ └── 354986ed41a7343e58abc3739352921e.info │ │ ├── 38 │ │ │ ├── 38c8faf1788024c02930a0c68a6e0edc │ │ │ └── 38c8faf1788024c02930a0c68a6e0edc.info │ │ ├── 39 │ │ │ ├── 394d0bfed71ef429299322cdb6c24280 │ │ │ └── 394d0bfed71ef429299322cdb6c24280.info │ │ ├── 40 │ │ │ ├── 405b9b51bb344a128608d968297df79c │ │ │ ├── 405b9b51bb344a128608d968297df79c.info │ │ │ ├── 40c0b1ac77831462ab0f27d9bd64dc7d │ │ │ └── 40c0b1ac77831462ab0f27d9bd64dc7d.info │ │ ├── 41 │ │ │ ├── 4113173d5e95493ab8765d7b08371de4 │ │ │ └── 4113173d5e95493ab8765d7b08371de4.info │ │ ├── 44 │ │ │ ├── 44f39a74ca5ee4bf5936b17e901f251c │ │ │ └── 44f39a74ca5ee4bf5936b17e901f251c.info │ │ ├── 45 │ │ │ ├── 453f100e6bdae4dfd9e655927819dc85 │ │ │ └── 453f100e6bdae4dfd9e655927819dc85.info │ │ ├── 46 │ │ │ ├── 46eefeafe9ad7483da6c4443d73ee2f7 │ │ │ └── 46eefeafe9ad7483da6c4443d73ee2f7.info │ │ ├── 47 │ │ │ ├── 4742b19cddcb6498a985c99bde7dbc12 │ │ │ └── 4742b19cddcb6498a985c99bde7dbc12.info │ │ ├── 48 │ │ │ ├── 48986928cc2a449dbaecdd1654bc9bf6 │ │ │ └── 48986928cc2a449dbaecdd1654bc9bf6.info │ │ ├── 50 │ │ │ ├── 5000ca8b4361d486b8fd089317dd5f50 │ │ │ └── 5000ca8b4361d486b8fd089317dd5f50.info │ │ ├── 51 │ │ │ ├── 510d1d319d2754ea4a47c6dd8c421ea0 │ │ │ ├── 510d1d319d2754ea4a47c6dd8c421ea0.info │ │ │ ├── 517af1b5b81b93b43b9745d58f017562 │ │ │ └── 517af1b5b81b93b43b9745d58f017562.info │ │ ├── 52 │ │ │ ├── 5217f965a407e4cf9adfeba084777611 │ │ │ └── 5217f965a407e4cf9adfeba084777611.info │ │ ├── 53 │ │ │ ├── 53ebcfaa2e1e4e2dbc85882cd5a73fa1 │ │ │ └── 53ebcfaa2e1e4e2dbc85882cd5a73fa1.info │ │ ├── 57 │ │ │ ├── 5782f9e9e6e0bb94bac99aeea24814fc │ │ │ └── 5782f9e9e6e0bb94bac99aeea24814fc.info │ │ ├── 60 │ │ │ ├── 6021b1de186514a37be7363088650068 │ │ │ ├── 6021b1de186514a37be7363088650068.info │ │ │ ├── 60d7696e2afa94c4e8a1c2a8d2e64e5b │ │ │ └── 60d7696e2afa94c4e8a1c2a8d2e64e5b.info │ │ ├── 62 │ │ │ ├── 6253ae2dfd52c459a825a39575bb3087 │ │ │ ├── 6253ae2dfd52c459a825a39575bb3087.info │ │ │ ├── 62772aad98ed04f0d955b7d20de61f7f │ │ │ └── 62772aad98ed04f0d955b7d20de61f7f.info │ │ ├── 65 │ │ │ ├── 6597c6ea86d36477081342001145d8d9 │ │ │ ├── 6597c6ea86d36477081342001145d8d9.info │ │ │ ├── 65d58d50c3db54f979b1ffae3777d74b │ │ │ └── 65d58d50c3db54f979b1ffae3777d74b.info │ │ ├── 71 │ │ │ ├── 710f298e6b03b4675b7af26a1765cc88 │ │ │ └── 710f298e6b03b4675b7af26a1765cc88.info │ │ ├── 73 │ │ │ ├── 737f442b1a5ea4d4199a8c40052cd5f4 │ │ │ └── 737f442b1a5ea4d4199a8c40052cd5f4.info │ │ ├── 75 │ │ │ ├── 75799de484ac4f4cadc268d2cbea830a │ │ │ └── 75799de484ac4f4cadc268d2cbea830a.info │ │ ├── 76 │ │ │ ├── 7668179ede524d6396c8b7d84461ea29 │ │ │ └── 7668179ede524d6396c8b7d84461ea29.info │ │ ├── 78 │ │ │ ├── 78396c2b5efff42ff8512b01fcd8f6f7 │ │ │ ├── 78396c2b5efff42ff8512b01fcd8f6f7.info │ │ │ ├── 7843c84159a3647e8a6ac766fbf42f6d │ │ │ └── 7843c84159a3647e8a6ac766fbf42f6d.info │ │ ├── 79 │ │ │ ├── 7927683d1fc5848b5abfb54ebb1028ec │ │ │ └── 7927683d1fc5848b5abfb54ebb1028ec.info │ │ ├── 80 │ │ │ ├── 80a3616ca19596e4da0f10f14d241e9f │ │ │ ├── 80a3616ca19596e4da0f10f14d241e9f.info │ │ │ ├── 80f7bdf279e1a4f8a82a29d6e375c1ed │ │ │ └── 80f7bdf279e1a4f8a82a29d6e375c1ed.info │ │ ├── 82 │ │ │ ├── 8225796495d3e4a65aed01ebe8b97c55 │ │ │ ├── 8225796495d3e4a65aed01ebe8b97c55.info │ │ │ ├── 825c0c76f43434687b003e37321797ba │ │ │ └── 825c0c76f43434687b003e37321797ba.info │ │ ├── 83 │ │ │ ├── 8372287d65b0144448b0354314f5b444 │ │ │ └── 8372287d65b0144448b0354314f5b444.info │ │ ├── 84 │ │ │ ├── 844f815391db42d49455cbf1a7bfc434 │ │ │ ├── 844f815391db42d49455cbf1a7bfc434.info │ │ │ ├── 846e68fc9f5144a2ebc0bd10a6b6cf73 │ │ │ ├── 846e68fc9f5144a2ebc0bd10a6b6cf73.info │ │ │ ├── 84eea12c9bb794f6bac4a70142b61705 │ │ │ └── 84eea12c9bb794f6bac4a70142b61705.info │ │ ├── 85 │ │ │ ├── 858b7542787a1a44d917d8b76b6a9b47 │ │ │ └── 858b7542787a1a44d917d8b76b6a9b47.info │ │ ├── 86 │ │ │ ├── 86c008322e7c647149878156c5b81940 │ │ │ ├── 86c008322e7c647149878156c5b81940.info │ │ │ ├── 86c18994495874297b469aaa57ef9b44 │ │ │ ├── 86c18994495874297b469aaa57ef9b44.info │ │ │ ├── 86c48c918bb534bfbbcc7db31c544a5a │ │ │ └── 86c48c918bb534bfbbcc7db31c544a5a.info │ │ ├── 87 │ │ │ ├── 870353891bb340e2b2a9c8707e7419ba │ │ │ └── 870353891bb340e2b2a9c8707e7419ba.info │ │ ├── 88 │ │ │ ├── 88ea725e505864a73917301c689d1a61 │ │ │ └── 88ea725e505864a73917301c689d1a61.info │ │ ├── 90 │ │ │ ├── 9078b7128e594410d9b89e5b24cffd01 │ │ │ ├── 9078b7128e594410d9b89e5b24cffd01.info │ │ │ ├── 90791303b72ec4ae198f99d637dfdf6c │ │ │ ├── 90791303b72ec4ae198f99d637dfdf6c.info │ │ │ ├── 90ceddd52f7244639b5a11e854fd4d4b │ │ │ └── 90ceddd52f7244639b5a11e854fd4d4b.info │ │ ├── 95 │ │ │ ├── 95100bde7ea3745b995497bfe683418e │ │ │ └── 95100bde7ea3745b995497bfe683418e.info │ │ ├── 99 │ │ │ ├── 99ddb49592ff84811804420a1910cb89 │ │ │ └── 99ddb49592ff84811804420a1910cb89.info │ │ ├── 00 │ │ │ ├── 00000000000000001000000000000000 │ │ │ ├── 00000000000000001000000000000000.info │ │ │ ├── 00000000000000002000000000000000 │ │ │ ├── 00000000000000002000000000000000.info │ │ │ ├── 00000000000000003000000000000000 │ │ │ ├── 00000000000000003000000000000000.info │ │ │ ├── 00000000000000004000000000000000 │ │ │ ├── 00000000000000004000000000000000.info │ │ │ ├── 00000000000000004100000000000000 │ │ │ ├── 00000000000000004100000000000000.info │ │ │ ├── 00000000000000005000000000000000 │ │ │ ├── 00000000000000005000000000000000.info │ │ │ ├── 00000000000000005100000000000000 │ │ │ ├── 00000000000000005100000000000000.info │ │ │ ├── 00000000000000006000000000000000 │ │ │ ├── 00000000000000006000000000000000.info │ │ │ ├── 00000000000000006100000000000000 │ │ │ ├── 00000000000000006100000000000000.info │ │ │ ├── 00000000000000007000000000000000 │ │ │ ├── 00000000000000007000000000000000.info │ │ │ ├── 00000000000000007100000000000000 │ │ │ ├── 00000000000000007100000000000000.info │ │ │ ├── 00000000000000008000000000000000 │ │ │ ├── 00000000000000008000000000000000.info │ │ │ ├── 00000000000000009000000000000000 │ │ │ ├── 00000000000000009000000000000000.info │ │ │ ├── 0000000000000000a000000000000000 │ │ │ ├── 0000000000000000a000000000000000.info │ │ │ ├── 0000000000000000a100000000000000 │ │ │ ├── 0000000000000000a100000000000000.info │ │ │ ├── 0000000000000000b000000000000000 │ │ │ ├── 0000000000000000b000000000000000.info │ │ │ ├── 0000000000000000c000000000000000 │ │ │ ├── 0000000000000000c000000000000000.info │ │ │ ├── 0000000000000000e100000000000000 │ │ │ └── 0000000000000000e100000000000000.info │ │ ├── 07 │ │ │ ├── 07346b04d083b4feb97935bc00133c4e │ │ │ └── 07346b04d083b4feb97935bc00133c4e.info │ │ ├── 0b │ │ │ ├── 0bc030649520e4084b26f3763e1da7e3 │ │ │ ├── 0bc030649520e4084b26f3763e1da7e3.info │ │ │ ├── 0bf9f8950df234e448d5830f510d255e │ │ │ └── 0bf9f8950df234e448d5830f510d255e.info │ │ ├── 0d │ │ │ ├── 0d3bb855445e36e479c85976fc88383a │ │ │ └── 0d3bb855445e36e479c85976fc88383a.info │ │ ├── 1b │ │ │ ├── 1b32bcce201b4494ea8848326290c5d5 │ │ │ └── 1b32bcce201b4494ea8848326290c5d5.info │ │ ├── 1c │ │ │ ├── 1c6d1fbb51834b64847b1b73a75bfc77 │ │ │ └── 1c6d1fbb51834b64847b1b73a75bfc77.info │ │ ├── 1e │ │ │ ├── 1e108ae5f2133934f948edded555f03e │ │ │ └── 1e108ae5f2133934f948edded555f03e.info │ │ ├── 2b │ │ │ ├── 2bd63ae78076d4adb8476d8a3fe81277 │ │ │ └── 2bd63ae78076d4adb8476d8a3fe81277.info │ │ ├── 2d │ │ │ ├── 2d4d46c70fdd242668a56e99799e8540 │ │ │ └── 2d4d46c70fdd242668a56e99799e8540.info │ │ ├── 2e │ │ │ ├── 2e7cc6af4b8614b97b03f1de823067d0 │ │ │ ├── 2e7cc6af4b8614b97b03f1de823067d0.info │ │ │ ├── 2e8d922df013448ec8b1debfac0f6189 │ │ │ ├── 2e8d922df013448ec8b1debfac0f6189.info │ │ │ ├── 2eb2d0388ed974b3cba47458803bd275 │ │ │ └── 2eb2d0388ed974b3cba47458803bd275.info │ │ ├── 2f │ │ │ ├── 2f02b8764d7e3d0478249c300d6b8b6f │ │ │ └── 2f02b8764d7e3d0478249c300d6b8b6f.info │ │ ├── 3a │ │ │ ├── 3a84de5cd0624681b6b6dcd8921d912a │ │ │ └── 3a84de5cd0624681b6b6dcd8921d912a.info │ │ ├── 3c │ │ │ ├── 3cebe1a96232b44388b30b2f72dde434 │ │ │ └── 3cebe1a96232b44388b30b2f72dde434.info │ │ ├── 3e │ │ │ ├── 3e7c41cad2e18411a90c7e0e798cb6c8 │ │ │ └── 3e7c41cad2e18411a90c7e0e798cb6c8.info │ │ ├── 4a │ │ │ ├── 4a3ecb1425d14502837abea459cf2b70 │ │ │ └── 4a3ecb1425d14502837abea459cf2b70.info │ │ ├── 4b │ │ │ ├── 4b27a166a366b4aca8830069c0156d4a │ │ │ ├── 4b27a166a366b4aca8830069c0156d4a.info │ │ │ ├── 4b3fa4bde7f1451a8218c03ee6a8ded8 │ │ │ ├── 4b3fa4bde7f1451a8218c03ee6a8ded8.info │ │ │ ├── 4ba2329b63d54f0187bcaa12486b1b0f │ │ │ └── 4ba2329b63d54f0187bcaa12486b1b0f.info │ │ ├── 4c │ │ │ ├── 4c6fe94acbb24417c988bab18cbd5209 │ │ │ └── 4c6fe94acbb24417c988bab18cbd5209.info │ │ ├── 4e │ │ │ ├── 4e78fbe7fb50b4d77981dcbdd2e7f9f5 │ │ │ └── 4e78fbe7fb50b4d77981dcbdd2e7f9f5.info │ │ ├── 4f │ │ │ ├── 4f234578336894dc081edf696f2ff5f2 │ │ │ ├── 4f234578336894dc081edf696f2ff5f2.info │ │ │ ├── 4faa8e68109b34471ae6ace15c6294eb │ │ │ └── 4faa8e68109b34471ae6ace15c6294eb.info │ │ ├── 5a │ │ │ ├── 5a4b354a3393911459ca2025410b0c02 │ │ │ └── 5a4b354a3393911459ca2025410b0c02.info │ │ ├── 5e │ │ │ ├── 5e85a806ebb8c4eb28c23ba452832ffd │ │ │ └── 5e85a806ebb8c4eb28c23ba452832ffd.info │ │ ├── 5f │ │ │ ├── 5f32cd94baa94578a686d4b9d6b660f7 │ │ │ ├── 5f32cd94baa94578a686d4b9d6b660f7.info │ │ │ ├── 5f6977d909e1f44dc8f32e89e057d713 │ │ │ └── 5f6977d909e1f44dc8f32e89e057d713.info │ │ ├── 6a │ │ │ ├── 6a10b2909283487f913b00d94cd3faf5 │ │ │ ├── 6a10b2909283487f913b00d94cd3faf5.info │ │ │ ├── 6a6b6bef66b30cf4da56a85e98aa9524 │ │ │ └── 6a6b6bef66b30cf4da56a85e98aa9524.info │ │ ├── 6b │ │ │ ├── 6be9d1e37dc014c2ca33db0d84f9faa8 │ │ │ └── 6be9d1e37dc014c2ca33db0d84f9faa8.info │ │ ├── 6e │ │ │ ├── 6e7c8cfeedae74eb3a562055e069e441 │ │ │ ├── 6e7c8cfeedae74eb3a562055e069e441.info │ │ │ ├── 6e86519b2ed7ece4cae901fc31de93cd │ │ │ ├── 6e86519b2ed7ece4cae901fc31de93cd.info │ │ │ ├── 6e8aea2f401254859bed49129e3fd230 │ │ │ ├── 6e8aea2f401254859bed49129e3fd230.info │ │ │ ├── 6e98802d963314522b4bf055067ccaf1 │ │ │ └── 6e98802d963314522b4bf055067ccaf1.info │ │ ├── 7c │ │ │ ├── 7c3a5d6e39b874f468b2691537168513 │ │ │ └── 7c3a5d6e39b874f468b2691537168513.info │ │ ├── 7d │ │ │ ├── 7dc122fb000134971818459927616731 │ │ │ └── 7dc122fb000134971818459927616731.info │ │ ├── 7e │ │ │ ├── 7e908eea6af914888b995ab037f63cd3 │ │ │ └── 7e908eea6af914888b995ab037f63cd3.info │ │ ├── 8a │ │ │ ├── 8a9a760f95896c34689febc965510927 │ │ │ └── 8a9a760f95896c34689febc965510927.info │ │ ├── 8b │ │ │ ├── 8bd0823e7396341a08b3ee2f129af53b │ │ │ └── 8bd0823e7396341a08b3ee2f129af53b.info │ │ ├── 8c │ │ │ ├── 8c97d988a6e7044bd9654acf2faf4309 │ │ │ └── 8c97d988a6e7044bd9654acf2faf4309.info │ │ ├── 8e │ │ │ ├── 8e2b40aad71104d9e901c5b746ecbe31 │ │ │ ├── 8e2b40aad71104d9e901c5b746ecbe31.info │ │ │ ├── 8e60d9f62b99c4a719cee93ab9c39374 │ │ │ ├── 8e60d9f62b99c4a719cee93ab9c39374.info │ │ │ ├── 8e7066e382b0fc749b25dbb1a3004dfe │ │ │ └── 8e7066e382b0fc749b25dbb1a3004dfe.info │ │ ├── 9c │ │ │ ├── 9c4c33b2a09d64a96b5f7ef9704881a4 │ │ │ └── 9c4c33b2a09d64a96b5f7ef9704881a4.info │ │ ├── 9d │ │ │ ├── 9de9e8523c82543c5b3e40a4b51aa2c9 │ │ │ └── 9de9e8523c82543c5b3e40a4b51aa2c9.info │ │ ├── 9f │ │ │ ├── 9fe52b6b194914e399371616c9cb31e6 │ │ │ └── 9fe52b6b194914e399371616c9cb31e6.info │ │ ├── a0 │ │ │ ├── a09ab05792dc948f497260e752b00ed4 │ │ │ └── a09ab05792dc948f497260e752b00ed4.info │ │ ├── a3 │ │ │ ├── a307be21a93ef449f9348a8cd4907903 │ │ │ ├── a307be21a93ef449f9348a8cd4907903.info │ │ │ ├── a342381d77833427fa10621e38fbae10 │ │ │ ├── a342381d77833427fa10621e38fbae10.info │ │ │ ├── a34ccc91ff9164f5c997bb19035cc8b0 │ │ │ ├── a34ccc91ff9164f5c997bb19035cc8b0.info │ │ │ ├── a37e18887fa954edf92bc36bc353b879 │ │ │ └── a37e18887fa954edf92bc36bc353b879.info │ │ ├── a6 │ │ │ ├── a6842a74831964edc8fefa1c0aed89dc │ │ │ └── a6842a74831964edc8fefa1c0aed89dc.info │ │ ├── a7 │ │ │ ├── a77cd76073c7444179779ec6271ad5e1 │ │ │ ├── a77cd76073c7444179779ec6271ad5e1.info │ │ │ ├── a7af9125170844b7b95207fa5432a9ee │ │ │ └── a7af9125170844b7b95207fa5432a9ee.info │ │ ├── a9 │ │ │ ├── a9b64ad4139c64251825cfc4b7f92c36 │ │ │ └── a9b64ad4139c64251825cfc4b7f92c36.info │ │ ├── ac │ │ │ ├── ac6c401a1a2db42dd92a550c058bb820 │ │ │ └── ac6c401a1a2db42dd92a550c058bb820.info │ │ ├── ad │ │ │ ├── ad7192c4c93a649bf9d78f7b86865143 │ │ │ ├── ad7192c4c93a649bf9d78f7b86865143.info │ │ │ ├── adab7787bd7d44c4a9d48b3aff189c47 │ │ │ ├── adab7787bd7d44c4a9d48b3aff189c47.info │ │ │ ├── adebbd281f1a4ef3a30be7f21937e02f │ │ │ └── adebbd281f1a4ef3a30be7f21937e02f.info │ │ ├── b2 │ │ │ ├── b2b693dffac3a4433b3114fea0b7fd4e │ │ │ ├── b2b693dffac3a4433b3114fea0b7fd4e.info │ │ │ ├── b2bead50dbf86924f8e51f03ddbebf70 │ │ │ └── b2bead50dbf86924f8e51f03ddbebf70.info │ │ ├── b3 │ │ │ ├── b32abd1c9d73a4cce8389f084ac12b11 │ │ │ ├── b32abd1c9d73a4cce8389f084ac12b11.info │ │ │ ├── b35bf646304fe45948e7763afe02d3ad │ │ │ └── b35bf646304fe45948e7763afe02d3ad.info │ │ ├── b5 │ │ │ ├── b52e557db2c2b4eebb10444f1d582029 │ │ │ ├── b52e557db2c2b4eebb10444f1d582029.info │ │ │ ├── b5da970776034f77a070d99423d68791 │ │ │ ├── b5da970776034f77a070d99423d68791.info │ │ │ ├── b5f4343795a0e4626ac1fe4a9e6fce59 │ │ │ └── b5f4343795a0e4626ac1fe4a9e6fce59.info │ │ ├── b7 │ │ │ ├── b72a2dba3d7a44a9bb83cba05556fc2e │ │ │ └── b72a2dba3d7a44a9bb83cba05556fc2e.info │ │ ├── b8 │ │ │ ├── b8a0574e92bd43a59e19d6c3c6ae54c7 │ │ │ └── b8a0574e92bd43a59e19d6c3c6ae54c7.info │ │ ├── ba │ │ │ ├── ba1fdeca76274e843a3d78b1bc348126 │ │ │ ├── ba1fdeca76274e843a3d78b1bc348126.info │ │ │ ├── bab6fa851cf5a1a4bba3cec5f191cb8e │ │ │ └── bab6fa851cf5a1a4bba3cec5f191cb8e.info │ │ ├── c2 │ │ │ ├── c21345905cc3b4761b125f0ced0bb4d7 │ │ │ └── c21345905cc3b4761b125f0ced0bb4d7.info │ │ ├── c4 │ │ │ ├── c452c88a87f3d48ae945e7bcf1b4a6ba │ │ │ └── c452c88a87f3d48ae945e7bcf1b4a6ba.info │ │ ├── c5 │ │ │ ├── c5ba7626a737840ff88a3bd84b100482 │ │ │ ├── c5ba7626a737840ff88a3bd84b100482.info │ │ │ ├── c5fc08835d30a430ebb1f65267a92758 │ │ │ └── c5fc08835d30a430ebb1f65267a92758.info │ │ ├── c7 │ │ │ ├── c768acbc9cf24d398488bb4c93b91288 │ │ │ └── c768acbc9cf24d398488bb4c93b91288.info │ │ ├── c9 │ │ │ ├── c99bfe4fc4e5c4dc3917c14075acd117 │ │ │ └── c99bfe4fc4e5c4dc3917c14075acd117.info │ │ ├── ca │ │ │ ├── caf2d44b848404386bc73a93c4058765 │ │ │ └── caf2d44b848404386bc73a93c4058765.info │ │ ├── cb │ │ │ ├── cb0d2c6f4f6b14fcc90da94309fb9a75 │ │ │ └── cb0d2c6f4f6b14fcc90da94309fb9a75.info │ │ ├── cc │ │ │ ├── cc1b50b5501f748da8bec762294d9136 │ │ │ └── cc1b50b5501f748da8bec762294d9136.info │ │ ├── cd │ │ │ ├── cd2d5877fa86b48f8a96d6e579af2b64 │ │ │ └── cd2d5877fa86b48f8a96d6e579af2b64.info │ │ ├── ce │ │ │ ├── ce4395ccdb12cf62fca756358be1a892 │ │ │ └── ce4395ccdb12cf62fca756358be1a892.info │ │ ├── d0 │ │ │ ├── d01b6c2340dbe4a1eb8e37aa891d99fb │ │ │ ├── d01b6c2340dbe4a1eb8e37aa891d99fb.info │ │ │ ├── d0582737841eb44418bb0998570eb27b │ │ │ └── d0582737841eb44418bb0998570eb27b.info │ │ ├── d1 │ │ │ ├── d19a50fe740584da2874d3fbe3b57a96 │ │ │ ├── d19a50fe740584da2874d3fbe3b57a96.info │ │ │ ├── d1c1a2d988f5148fd9ab17b2460d271e │ │ │ └── d1c1a2d988f5148fd9ab17b2460d271e.info │ │ ├── d2 │ │ │ ├── d2170503dc57f492481ebe9334c68fcc │ │ │ └── d2170503dc57f492481ebe9334c68fcc.info │ │ ├── d3 │ │ │ ├── d33d54853fd0f48e0ac8a63ea91e6626 │ │ │ ├── d33d54853fd0f48e0ac8a63ea91e6626.info │ │ │ ├── d3c07c57f804a45c5999beeed06d6d64 │ │ │ ├── d3c07c57f804a45c5999beeed06d6d64.info │ │ │ ├── d3cd7f5e63d3642979f6f6f24b566e24 │ │ │ └── d3cd7f5e63d3642979f6f6f24b566e24.info │ │ ├── d4 │ │ │ ├── d43c6a89fbe1041a6983019f7a6ef7c1 │ │ │ └── d43c6a89fbe1041a6983019f7a6ef7c1.info │ │ ├── d5 │ │ │ ├── d5c61babdb05e4b98add1bfebfc9f3cf │ │ │ └── d5c61babdb05e4b98add1bfebfc9f3cf.info │ │ ├── d6 │ │ │ ├── d607a67dc772b484da060e66a3d61a4e │ │ │ └── d607a67dc772b484da060e66a3d61a4e.info │ │ ├── d8 │ │ │ ├── d827460f224474127afc0968043b51e3 │ │ │ └── d827460f224474127afc0968043b51e3.info │ │ ├── d9 │ │ │ ├── d91035c548f23744c9bfb107348ed1c0 │ │ │ ├── d91035c548f23744c9bfb107348ed1c0.info │ │ │ ├── d929147d9f78c487397abb40f2c257b0 │ │ │ └── d929147d9f78c487397abb40f2c257b0.info │ │ ├── dc │ │ │ ├── dc443db3e92b4983b9738c1131f555cb │ │ │ ├── dc443db3e92b4983b9738c1131f555cb.info │ │ │ ├── dced8f6ea9f964e8e8e61574ea889d21 │ │ │ └── dced8f6ea9f964e8e8e61574ea889d21.info │ │ ├── e1 │ │ │ ├── e1007cd261c84053beb0c3537782908d │ │ │ ├── e1007cd261c84053beb0c3537782908d.info │ │ │ ├── e194cd72a15794280acf7bae96fdd21a │ │ │ ├── e194cd72a15794280acf7bae96fdd21a.info │ │ │ ├── e1c283d8c0ec4428d906374807b70b25 │ │ │ └── e1c283d8c0ec4428d906374807b70b25.info │ │ ├── e4 │ │ │ ├── e407f6aac758140579b5ad0e88ca9812 │ │ │ ├── e407f6aac758140579b5ad0e88ca9812.info │ │ │ ├── e4bfeabebc5114952a57d908ff706b7e │ │ │ ├── e4bfeabebc5114952a57d908ff706b7e.info │ │ │ ├── e4f4cf1b9b434137a499903a7a1d651a │ │ │ └── e4f4cf1b9b434137a499903a7a1d651a.info │ │ ├── e5 │ │ │ ├── e535fc60e098d4cfe9f870630986bc6a │ │ │ └── e535fc60e098d4cfe9f870630986bc6a.info │ │ ├── e6 │ │ │ ├── e67fa9f8cf2c94f20ac041f5f9a32006 │ │ │ └── e67fa9f8cf2c94f20ac041f5f9a32006.info │ │ ├── e8 │ │ │ ├── e87a2a7c98a994269940dd8c7668b702 │ │ │ └── e87a2a7c98a994269940dd8c7668b702.info │ │ ├── ea │ │ │ ├── ead147da21254ff9a0a936bdd75e1680 │ │ │ └── ead147da21254ff9a0a936bdd75e1680.info │ │ ├── ec │ │ │ ├── ecb1ee84397a74f4795ba835081fc272 │ │ │ └── ecb1ee84397a74f4795ba835081fc272.info │ │ ├── ed │ │ │ ├── ed7343f30e3843b3afda8f8b02669cea │ │ │ └── ed7343f30e3843b3afda8f8b02669cea.info │ │ ├── ee │ │ │ ├── ee8e2dc286e73408da73ef819eab9f05 │ │ │ ├── ee8e2dc286e73408da73ef819eab9f05.info │ │ │ ├── eeed6954b3c264ca0b28a92aa6289bf0 │ │ │ └── eeed6954b3c264ca0b28a92aa6289bf0.info │ │ ├── f0 │ │ │ ├── f0f8d67297461495185169157c24c66b │ │ │ └── f0f8d67297461495185169157c24c66b.info │ │ ├── f1 │ │ │ ├── f1045c695c5bf4fb7b8509687bc60fc0 │ │ │ ├── f1045c695c5bf4fb7b8509687bc60fc0.info │ │ │ ├── f16562ec0ad544bbc939fd1bafe6357a │ │ │ └── f16562ec0ad544bbc939fd1bafe6357a.info │ │ ├── f2 │ │ │ ├── f28fcced5af094cf78eb4e1109a71981 │ │ │ └── f28fcced5af094cf78eb4e1109a71981.info │ │ ├── f3 │ │ │ ├── f3eb7c2080f92463daf486c20a2aafe9 │ │ │ └── f3eb7c2080f92463daf486c20a2aafe9.info │ │ ├── f5 │ │ │ ├── f5f67c52d1564df4a8936ccd202a3bd8 │ │ │ └── f5f67c52d1564df4a8936ccd202a3bd8.info │ │ ├── f7 │ │ │ ├── f70555f144d8491a825f0804e09c671c │ │ │ ├── f70555f144d8491a825f0804e09c671c.info │ │ │ ├── f735d317ca9afb6468c5c5ca06d9e39a │ │ │ ├── f735d317ca9afb6468c5c5ca06d9e39a.info │ │ │ ├── f7b54ff4a43d4fcf81b4538b678e0bcc │ │ │ └── f7b54ff4a43d4fcf81b4538b678e0bcc.info │ │ ├── fc │ │ │ ├── fce843e94a895447ba95f715e0690d21 │ │ │ └── fce843e94a895447ba95f715e0690d21.info │ │ └── fe │ │ │ ├── fec197bad419341558f81f2ec8a05e18 │ │ │ └── fec197bad419341558f81f2ec8a05e18.info │ ├── shadercompiler-64bit-1.log │ └── shadercompiler-UnityShaderCompiler0.log │ ├── ProjectSettings │ ├── AudioManager.asset │ ├── ClusterInputManager.asset │ ├── DynamicsManager.asset │ ├── EditorBuildSettings.asset │ ├── EditorSettings.asset │ ├── GraphicsSettings.asset │ ├── InputManager.asset │ ├── NavMeshAreas.asset │ ├── NetworkManager.asset │ ├── Physics2DSettings.asset │ ├── ProjectSettings.asset │ ├── ProjectVersion.txt │ ├── QualitySettings.asset │ ├── TagManager.asset │ ├── TimeManager.asset │ ├── UnityAdsSettings.asset │ └── UnityConnectSettings.asset │ ├── Temp │ ├── Export Package │ │ └── 0d519783f50ec43349329ab5e58e1617 │ │ │ ├── 6253ae2dfd52c459a825a39575bb3087 │ │ │ ├── asset │ │ │ ├── asset.meta │ │ │ └── pathname │ │ │ ├── 70f0e3a6fd1b44591ab610fe85b5f8bb │ │ │ ├── asset │ │ │ ├── asset.meta │ │ │ ├── pathname │ │ │ └── preview.png │ │ │ ├── a34ccc91ff9164f5c997bb19035cc8b0 │ │ │ ├── asset │ │ │ ├── asset.meta │ │ │ └── pathname │ │ │ ├── ad7192c4c93a649bf9d78f7b86865143 │ │ │ ├── asset │ │ │ ├── asset.meta │ │ │ └── pathname │ │ │ ├── bba74583e33ae4a3e8d846d1b5292816 │ │ │ ├── asset │ │ │ ├── asset.meta │ │ │ ├── pathname │ │ │ └── preview.png │ │ │ ├── df172da0c6fed44ba9130c6c12dfd5ea │ │ │ ├── asset │ │ │ ├── asset.meta │ │ │ ├── pathname │ │ │ └── preview.png │ │ │ ├── f2f594066cd8c4eb19a6bd183aa51643 │ │ │ ├── asset │ │ │ ├── asset.meta │ │ │ ├── pathname │ │ │ └── preview.png │ │ │ └── fb65ae773a30f4ca3891bb707b91dbf6 │ │ │ ├── asset │ │ │ ├── asset.meta │ │ │ └── pathname │ ├── UnityLockfile │ ├── UnityTempFile-0ab3aa10b2b444822a19f05ae0fff2e3 │ ├── UnityTempFile-0ca99e6604bbb47089e2ae68ce66fef4 │ ├── UnityTempFile-14b313330748a461f98963e9a750072b │ ├── UnityTempFile-253cb79306f364826aee70486cb2128e │ ├── UnityTempFile-293203b57934544c18cd614b170014cb │ ├── UnityTempFile-2d141f27df66a4cd2814cda6ec650d0b │ ├── UnityTempFile-476060cbaad1542a7a105f9229d8fb08 │ ├── UnityTempFile-718d56830b35b4992b8eb70e239e1413 │ ├── UnityTempFile-8e4f36537c53144c3a015cc4e6a9fe51 │ ├── UnityTempFile-a333378d1699f4529b89c5705866a8c6 │ ├── UnityTempFile-cb62d528045d04913afe8bbb3f6a9776 │ ├── UnityTempFile-e1396dca7ccc74127bc13ee98ef68dc4 │ ├── UnityTempFile-ef96d79a0b4d342b194a7b6d44006013 │ ├── UnityTempFile-fb5d20dde8c264412940418a7b8eae0b │ ├── UnityTempFile-fe814fe00de8a441794e321e9cb1cdbb │ ├── __Backupscenes │ │ └── 0.backup │ └── bin │ │ └── Debug │ │ ├── Assembly-CSharp.dll │ │ ├── Assembly-CSharp.dll.mdb │ │ ├── ExCSS.Unity.dll │ │ ├── Unity.Cecil.Mdb.dll │ │ ├── Unity.Cecil.Pdb.dll │ │ ├── Unity.Cecil.dll │ │ ├── Unity.CecilTools.dll │ │ ├── Unity.DataContract.dll │ │ ├── Unity.Legacy.NRefactory.dll │ │ ├── Unity.SerializationLogic.dll │ │ ├── Unity.UNetWeaver.dll │ │ ├── Unity.UNetWeaver.dll.mdb │ │ ├── UnityEditor.dll │ │ ├── UnityEngine.Analytics.dll │ │ ├── UnityEngine.GoogleAudioSpatializer.dll │ │ ├── UnityEngine.HoloLens.dll │ │ ├── UnityEngine.Networking.dll │ │ ├── UnityEngine.Purchasing.dll │ │ ├── UnityEngine.SpatialTracking.dll │ │ ├── UnityEngine.TestRunner.dll │ │ ├── UnityEngine.Timeline.dll │ │ ├── UnityEngine.UI.dll │ │ ├── UnityEngine.UIAutomation.dll │ │ ├── UnityEngine.dll │ │ ├── Vuforia.UnityExtensions.dll │ │ └── nunit.framework.dll │ ├── UnityPackageManager │ └── manifest.json │ └── obj │ └── Debug │ ├── Assembly-CSharp.csproj.FilesWrittenAbsolute.txt │ ├── Assembly-CSharp.dll │ └── Assembly-CSharp.dll.mdb ├── LICENSE └── README.md /All_Prefabs/Coin.unitypackage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/All_Prefabs/Coin.unitypackage -------------------------------------------------------------------------------- /All_Prefabs/Floor.unitypackage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/All_Prefabs/Floor.unitypackage -------------------------------------------------------------------------------- /All_Prefabs/FloorShort.unitypackage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/All_Prefabs/FloorShort.unitypackage -------------------------------------------------------------------------------- /All_Prefabs/GameLogo.unitypackage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/All_Prefabs/GameLogo.unitypackage -------------------------------------------------------------------------------- /All_Prefabs/GameOverCanvas.unitypackage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/All_Prefabs/GameOverCanvas.unitypackage -------------------------------------------------------------------------------- /All_Prefabs/InGameCanvas.unitypackage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/All_Prefabs/InGameCanvas.unitypackage -------------------------------------------------------------------------------- /All_Prefabs/KillTrigger.unitypackage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/All_Prefabs/KillTrigger.unitypackage -------------------------------------------------------------------------------- /All_Prefabs/LevelPieceBasic.unitypackage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/All_Prefabs/LevelPieceBasic.unitypackage -------------------------------------------------------------------------------- /All_Prefabs/LevelPieceHole.unitypackage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/All_Prefabs/LevelPieceHole.unitypackage -------------------------------------------------------------------------------- /All_Prefabs/LevelPieceSteps.unitypackage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/All_Prefabs/LevelPieceSteps.unitypackage -------------------------------------------------------------------------------- /All_Prefabs/Platform.unitypackage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/All_Prefabs/Platform.unitypackage -------------------------------------------------------------------------------- /All_Prefabs/PlayButton.unitypackage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/All_Prefabs/PlayButton.unitypackage -------------------------------------------------------------------------------- /All_Prefabs/Player.unitypackage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/All_Prefabs/Player.unitypackage -------------------------------------------------------------------------------- /Chapter01/CH1Code/LearningElseIfStatements.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter01/CH1Code/LearningElseIfStatements.cs -------------------------------------------------------------------------------- /Chapter01/CH1Code/LearningMethods.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter01/CH1Code/LearningMethods.cs -------------------------------------------------------------------------------- /Chapter01/CH1Code/LearningScript.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter01/CH1Code/LearningScript.cs -------------------------------------------------------------------------------- /Chapter01/CH1Code/LearningStatements.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter01/CH1Code/LearningStatements.cs -------------------------------------------------------------------------------- /Chapter04/CH4Code/LearningReusableMethods.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter04/CH4Code/LearningReusableMethods.cs -------------------------------------------------------------------------------- /Chapter04/CH4Code/LearningReusableMethodsWithReturn.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter04/CH4Code/LearningReusableMethodsWithReturn.cs -------------------------------------------------------------------------------- /Chapter04/CH4Code/returnTotal.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter04/CH4Code/returnTotal.cs -------------------------------------------------------------------------------- /Chapter05/CH5Code/LearningArrayList.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter05/CH5Code/LearningArrayList.cs -------------------------------------------------------------------------------- /Chapter05/CH5Code/LearningArrays.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter05/CH5Code/LearningArrays.cs -------------------------------------------------------------------------------- /Chapter05/CH5Code/LearningArraysExamples.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter05/CH5Code/LearningArraysExamples.cs -------------------------------------------------------------------------------- /Chapter05/CH5Code/LearningDictionaries.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter05/CH5Code/LearningDictionaries.cs -------------------------------------------------------------------------------- /Chapter05/CH5Code/LearningLists.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter05/CH5Code/LearningLists.cs -------------------------------------------------------------------------------- /Chapter06/CH6Code/LearningLoopsFor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter06/CH6Code/LearningLoopsFor.cs -------------------------------------------------------------------------------- /Chapter06/CH6Code/LearningLoopsForeach.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter06/CH6Code/LearningLoopsForeach.cs -------------------------------------------------------------------------------- /Chapter06/CH6Code/LearningLoopsSearching.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter06/CH6Code/LearningLoopsSearching.cs -------------------------------------------------------------------------------- /Chapter06/CH6Code/LearningLoopsWhile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter06/CH6Code/LearningLoopsWhile.cs -------------------------------------------------------------------------------- /Chapter06/CH6Code/LearningLoopsWithStatements.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter06/CH6Code/LearningLoopsWithStatements.cs -------------------------------------------------------------------------------- /Chapter07/CH07Code/Family.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter07/CH07Code/Family.cs -------------------------------------------------------------------------------- /Chapter07/CH07Code/LearningObjects.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter07/CH07Code/LearningObjects.cs -------------------------------------------------------------------------------- /Chapter07/CH07Code/LearningObjectsWithConstructors.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter07/CH07Code/LearningObjectsWithConstructors.cs -------------------------------------------------------------------------------- /Chapter07/CH07Code/Person.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter07/CH07Code/Person.cs -------------------------------------------------------------------------------- /Chapter09/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter09/.DS_Store -------------------------------------------------------------------------------- /Chapter09/CH9Code/FloorShort.unitypackage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter09/CH9Code/FloorShort.unitypackage -------------------------------------------------------------------------------- /Chapter09/CH9Code/Player.unitypackage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter09/CH9Code/Player.unitypackage -------------------------------------------------------------------------------- /Chapter09/CH9Code/PlayerController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter09/CH9Code/PlayerController.cs -------------------------------------------------------------------------------- /Chapter09/Player.unitypackage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter09/Player.unitypackage -------------------------------------------------------------------------------- /Chapter09/Project/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter09/Project/.DS_Store -------------------------------------------------------------------------------- /Chapter09/Project/Chapter_09/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter09/Project/Chapter_09/.DS_Store -------------------------------------------------------------------------------- /Chapter09/Project/Chapter_09/Assets/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter09/Project/Chapter_09/Assets/.DS_Store -------------------------------------------------------------------------------- /Chapter09/Project/Chapter_09/Assets/Animations.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter09/Project/Chapter_09/Assets/Animations.meta -------------------------------------------------------------------------------- /Chapter09/Project/Chapter_09/Assets/Animations/Player.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter09/Project/Chapter_09/Assets/Animations/Player.meta -------------------------------------------------------------------------------- /Chapter09/Project/Chapter_09/Assets/Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter09/Project/Chapter_09/Assets/Materials.meta -------------------------------------------------------------------------------- /Chapter09/Project/Chapter_09/Assets/Scenes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter09/Project/Chapter_09/Assets/Scenes.meta -------------------------------------------------------------------------------- /Chapter09/Project/Chapter_09/Assets/Scenes/Game_Level1.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter09/Project/Chapter_09/Assets/Scenes/Game_Level1.unity -------------------------------------------------------------------------------- /Chapter09/Project/Chapter_09/Assets/Scenes/Game_Level1.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter09/Project/Chapter_09/Assets/Scenes/Game_Level1.unity.meta -------------------------------------------------------------------------------- /Chapter09/Project/Chapter_09/Assets/Sprites.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter09/Project/Chapter_09/Assets/Sprites.meta -------------------------------------------------------------------------------- /Chapter09/Project/Chapter_09/Assets/Sprites/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter09/Project/Chapter_09/Assets/Sprites/.DS_Store -------------------------------------------------------------------------------- /Chapter09/Project/Chapter_09/Assets/Sprites/Player.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter09/Project/Chapter_09/Assets/Sprites/Player.meta -------------------------------------------------------------------------------- /Chapter09/Project/Chapter_09/Assets/Sprites/Player/Player_Dead.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter09/Project/Chapter_09/Assets/Sprites/Player/Player_Dead.png -------------------------------------------------------------------------------- /Chapter09/Project/Chapter_09/Assets/Sprites/Player/Player_Jump.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter09/Project/Chapter_09/Assets/Sprites/Player/Player_Jump.png -------------------------------------------------------------------------------- /Chapter09/Project/Chapter_09/Assets/Sprites/Player/Player_Run.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter09/Project/Chapter_09/Assets/Sprites/Player/Player_Run.png -------------------------------------------------------------------------------- /Chapter09/Project/Chapter_09/Chapter_09.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter09/Project/Chapter_09/Chapter_09.sln -------------------------------------------------------------------------------- /Chapter09/Project/Chapter_09/Library/AnnotationManager: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter09/Project/Chapter_09/Library/AnnotationManager -------------------------------------------------------------------------------- /Chapter09/Project/Chapter_09/Library/AssetImportState: -------------------------------------------------------------------------------- 1 | 27;0;196608;0;0 -------------------------------------------------------------------------------- /Chapter09/Project/Chapter_09/Library/BuildPlayer.prefs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Chapter09/Project/Chapter_09/Library/BuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter09/Project/Chapter_09/Library/BuildSettings.asset -------------------------------------------------------------------------------- /Chapter09/Project/Chapter_09/Library/CurrentLayout.dwlt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter09/Project/Chapter_09/Library/CurrentLayout.dwlt -------------------------------------------------------------------------------- /Chapter09/Project/Chapter_09/Library/EditorUserBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter09/Project/Chapter_09/Library/EditorUserBuildSettings.asset -------------------------------------------------------------------------------- /Chapter09/Project/Chapter_09/Library/EditorUserSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter09/Project/Chapter_09/Library/EditorUserSettings.asset -------------------------------------------------------------------------------- /Chapter09/Project/Chapter_09/Library/InspectorExpandedItems.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter09/Project/Chapter_09/Library/InspectorExpandedItems.asset -------------------------------------------------------------------------------- /Chapter09/Project/Chapter_09/Library/LastSceneManagerSetup.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter09/Project/Chapter_09/Library/LastSceneManagerSetup.txt -------------------------------------------------------------------------------- /Chapter09/Project/Chapter_09/Library/LibraryFormatVersion.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter09/Project/Chapter_09/Library/LibraryFormatVersion.txt -------------------------------------------------------------------------------- /Chapter09/Project/Chapter_09/Library/MonoManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter09/Project/Chapter_09/Library/MonoManager.asset -------------------------------------------------------------------------------- /Chapter09/Project/Chapter_09/Library/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter09/Project/Chapter_09/Library/ProjectSettings.asset -------------------------------------------------------------------------------- /Chapter09/Project/Chapter_09/Library/ScriptMapper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter09/Project/Chapter_09/Library/ScriptMapper -------------------------------------------------------------------------------- /Chapter09/Project/Chapter_09/Library/SpriteAtlasDatabase.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter09/Project/Chapter_09/Library/SpriteAtlasDatabase.asset -------------------------------------------------------------------------------- /Chapter09/Project/Chapter_09/Library/assetDatabase3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter09/Project/Chapter_09/Library/assetDatabase3 -------------------------------------------------------------------------------- /Chapter09/Project/Chapter_09/Library/expandedItems: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter09/Project/Chapter_09/Library/expandedItems -------------------------------------------------------------------------------- /Chapter09/Project/Chapter_09/ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter09/Project/Chapter_09/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /Chapter09/Project/Chapter_09/ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter09/Project/Chapter_09/ProjectSettings/DynamicsManager.asset -------------------------------------------------------------------------------- /Chapter09/Project/Chapter_09/ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter09/Project/Chapter_09/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /Chapter09/Project/Chapter_09/ProjectSettings/GraphicsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter09/Project/Chapter_09/ProjectSettings/GraphicsSettings.asset -------------------------------------------------------------------------------- /Chapter09/Project/Chapter_09/ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter09/Project/Chapter_09/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /Chapter09/Project/Chapter_09/ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter09/Project/Chapter_09/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /Chapter09/Project/Chapter_09/ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter09/Project/Chapter_09/ProjectSettings/NetworkManager.asset -------------------------------------------------------------------------------- /Chapter09/Project/Chapter_09/ProjectSettings/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter09/Project/Chapter_09/ProjectSettings/ProjectSettings.asset -------------------------------------------------------------------------------- /Chapter09/Project/Chapter_09/ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 2017.2.0f3 2 | -------------------------------------------------------------------------------- /Chapter09/Project/Chapter_09/ProjectSettings/QualitySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter09/Project/Chapter_09/ProjectSettings/QualitySettings.asset -------------------------------------------------------------------------------- /Chapter09/Project/Chapter_09/ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter09/Project/Chapter_09/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /Chapter09/Project/Chapter_09/ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter09/Project/Chapter_09/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /Chapter09/Project/Chapter_09/UnityPackageManager/manifest.json: -------------------------------------------------------------------------------- 1 | { 2 | "dependencies": { 3 | } 4 | } 5 | -------------------------------------------------------------------------------- /Chapter09/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter09/ReadMe.txt -------------------------------------------------------------------------------- /Chapter10/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/.DS_Store -------------------------------------------------------------------------------- /Chapter10/Project/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/.DS_Store -------------------------------------------------------------------------------- /Chapter10/Project/CH10Code/GameManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/CH10Code/GameManager.cs -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/.DS_Store -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Assembly-CSharp-vs.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Assembly-CSharp-vs.csproj -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Assembly-CSharp.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Assembly-CSharp.csproj -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Assets/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Assets/.DS_Store -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Assets/Animations.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Assets/Animations.meta -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Assets/Animations/LevelProps.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Assets/Animations/LevelProps.meta -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Assets/Animations/New Animation.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Assets/Animations/New Animation.anim -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Assets/Animations/Platform.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Assets/Animations/Platform.anim -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Assets/Animations/Platform.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Assets/Animations/Platform.anim.meta -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Assets/Animations/Platform.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Assets/Animations/Platform.controller -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Assets/Animations/Player.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Assets/Animations/Player.meta -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Assets/Animations/Player/Dead.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Assets/Animations/Player/Dead.anim -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Assets/Animations/Player/Jump.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Assets/Animations/Player/Jump.anim -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Assets/Animations/Player/Run.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Assets/Animations/Player/Run.anim -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Assets/Animations/Player/Run.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Assets/Animations/Player/Run.anim.meta -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Assets/Animations/Player/hit.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Assets/Animations/Player/hit.anim -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Assets/Animations/Player/hit.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Assets/Animations/Player/hit.anim.meta -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Assets/Fonts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Assets/Fonts.meta -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Assets/Fonts/kenvector_future_thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Assets/Fonts/kenvector_future_thin.ttf -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Assets/Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Assets/Materials.meta -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Assets/Prefabs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Assets/Prefabs.meta -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Assets/Prefabs/Player.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Assets/Prefabs/Player.prefab -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Assets/Prefabs/Player.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Assets/Prefabs/Player.prefab.meta -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Assets/Scenes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Assets/Scenes.meta -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Assets/Scenes/MainScene.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Assets/Scenes/MainScene.unity -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Assets/Scenes/MainScene.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Assets/Scenes/MainScene.unity.meta -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Assets/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Assets/Scripts.meta -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Assets/Scripts/CameraFollow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Assets/Scripts/CameraFollow.cs -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Assets/Scripts/CameraFollow.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Assets/Scripts/CameraFollow.cs.meta -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Assets/Scripts/GameManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Assets/Scripts/GameManager.cs -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Assets/Scripts/GameManager.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Assets/Scripts/GameManager.cs.meta -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Assets/Scripts/KillTrigger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Assets/Scripts/KillTrigger.cs -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Assets/Scripts/KillTrigger.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Assets/Scripts/KillTrigger.cs.meta -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Assets/Scripts/LeaveTrigger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Assets/Scripts/LeaveTrigger.cs -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Assets/Scripts/LeaveTrigger.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Assets/Scripts/LeaveTrigger.cs.meta -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Assets/Scripts/LevelGenerator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Assets/Scripts/LevelGenerator.cs -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Assets/Scripts/LevelGenerator.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Assets/Scripts/LevelGenerator.cs.meta -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Assets/Scripts/LevelPiece.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Assets/Scripts/LevelPiece.cs -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Assets/Scripts/LevelPiece.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Assets/Scripts/LevelPiece.cs.meta -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Assets/Scripts/PlayerController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Assets/Scripts/PlayerController.cs -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Assets/Scripts/ViewInGame.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Assets/Scripts/ViewInGame.cs -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Assets/Scripts/ViewInGame.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Assets/Scripts/ViewInGame.cs.meta -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Assets/Sprites.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Assets/Sprites.meta -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Assets/Sprites/Platform.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Assets/Sprites/Platform.meta -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Assets/Sprites/Platform/Floor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Assets/Sprites/Platform/Floor.png -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Assets/Sprites/Platform/Floor.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Assets/Sprites/Platform/Floor.png.meta -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Assets/Sprites/Player.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Assets/Sprites/Player.meta -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Assets/Sprites/Player/Player_Dead.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Assets/Sprites/Player/Player_Dead.png -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Assets/Sprites/Player/Player_Jump.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Assets/Sprites/Player/Player_Jump.png -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Assets/Sprites/Player/Player_Run.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Assets/Sprites/Player/Player_Run.png -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Assets/Sprites/Scene.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Assets/Sprites/Scene.meta -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Assets/Sprites/Scene/Floor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Assets/Sprites/Scene/Floor.png -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Assets/Sprites/Scene/Floor.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Assets/Sprites/Scene/Floor.png.meta -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Assets/Sprites/pure-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Assets/Sprites/pure-white.png -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Assets/Sprites/pure-white.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Assets/Sprites/pure-white.png.meta -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Chapter 10-csharp.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Chapter 10-csharp.sln -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Chapter 10.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Chapter 10.sln -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Chapter 10.userprefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Chapter 10.userprefs -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Chapter 11.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Chapter 11.sln -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Chapter 11.userprefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Chapter 11.userprefs -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Chapter 12.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Chapter 12.sln -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Chapter 12.userprefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Chapter 12.userprefs -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Chapter 13.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Chapter 13.sln -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Chapter 13.userprefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Chapter 13.userprefs -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Chapter 9-csharp.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Chapter 9-csharp.sln -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Chapter 9.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Chapter 9.sln -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Chapter 9.userprefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Chapter 9.userprefs -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Library/AnnotationManager: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Library/AnnotationManager -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Library/AssetImportState: -------------------------------------------------------------------------------- 1 | 4;0;196608;0;0 -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Library/AssetServerCacheV3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Library/AssetServerCacheV3 -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Library/AssetVersioning.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Library/AssetVersioning.db -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Library/BuildPlayer.prefs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Library/BuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Library/BuildSettings.asset -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Library/CurrentLayout.dwlt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Library/CurrentLayout.dwlt -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Library/EditorUserBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Library/EditorUserBuildSettings.asset -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Library/EditorUserSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Library/EditorUserSettings.asset -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Library/LastSceneManagerSetup.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Library/LastSceneManagerSetup.txt -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Library/LibraryFormatVersion.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Library/LibraryFormatVersion.txt -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Library/MonoManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Library/MonoManager.asset -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Library/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Library/ProjectSettings.asset -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Library/ScriptMapper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Library/ScriptMapper -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Library/ShaderCache.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Library/ShaderCache.db -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Library/SpriteAtlasDatabase.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Library/SpriteAtlasDatabase.asset -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Library/assetDatabase3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Library/assetDatabase3 -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Library/expandedItems: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Library/expandedItems -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/Library/shadercompiler-64bit-1.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/Library/shadercompiler-64bit-1.log -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 2017.2.0f3 2 | -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/UnityPackageManager/manifest.json: -------------------------------------------------------------------------------- 1 | { 2 | "dependencies": { 3 | } 4 | } 5 | -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/obj/Debug/Assembly-CSharp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/obj/Debug/Assembly-CSharp.dll -------------------------------------------------------------------------------- /Chapter10/Project/Chapter 10/obj/Debug/Assembly-CSharp.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/Chapter 10/obj/Debug/Assembly-CSharp.dll.mdb -------------------------------------------------------------------------------- /Chapter10/Project/KillTrigger.unitypackage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/Project/KillTrigger.unitypackage -------------------------------------------------------------------------------- /Chapter10/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter10/ReadMe.txt -------------------------------------------------------------------------------- /Chapter11/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/.DS_Store -------------------------------------------------------------------------------- /Chapter11/CH11Code/KillTrigger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/CH11Code/KillTrigger.cs -------------------------------------------------------------------------------- /Chapter11/CH11Code/LeaveTrigger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/CH11Code/LeaveTrigger.cs -------------------------------------------------------------------------------- /Chapter11/CH11Code/LevelGenerator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/CH11Code/LevelGenerator.cs -------------------------------------------------------------------------------- /Chapter11/CH11Code/LevelPiece.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/CH11Code/LevelPiece.cs -------------------------------------------------------------------------------- /Chapter11/Chapter_11/Floor.unitypackage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Chapter_11/Floor.unitypackage -------------------------------------------------------------------------------- /Chapter11/Chapter_11/FloorShort.unitypackage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Chapter_11/FloorShort.unitypackage -------------------------------------------------------------------------------- /Chapter11/Chapter_11/KillTrigger.unitypackage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Chapter_11/KillTrigger.unitypackage -------------------------------------------------------------------------------- /Chapter11/Chapter_11/LevelPieceBasic.unitypackage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Chapter_11/LevelPieceBasic.unitypackage -------------------------------------------------------------------------------- /Chapter11/Chapter_11/LevelPieceHole.unitypackage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Chapter_11/LevelPieceHole.unitypackage -------------------------------------------------------------------------------- /Chapter11/Chapter_11/LevelPieceSteps.unitypackage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Chapter_11/LevelPieceSteps.unitypackage -------------------------------------------------------------------------------- /Chapter11/Chapter_11/Platform.unitypackage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Chapter_11/Platform.unitypackage -------------------------------------------------------------------------------- /Chapter11/Project/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/.DS_Store -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/.DS_Store -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Assembly-CSharp-vs.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Assembly-CSharp-vs.csproj -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Assembly-CSharp.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Assembly-CSharp.csproj -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Assets/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Assets/.DS_Store -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Assets/Animations.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Assets/Animations.meta -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Assets/Animations/LevelProps.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Assets/Animations/LevelProps.meta -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Assets/Animations/Platform.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Assets/Animations/Platform.anim -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Assets/Animations/Player.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Assets/Animations/Player.meta -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Assets/Animations/Player/Dead.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Assets/Animations/Player/Dead.anim -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Assets/Animations/Player/Jump.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Assets/Animations/Player/Jump.anim -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Assets/Animations/Player/Run.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Assets/Animations/Player/Run.anim -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Assets/Animations/Player/hit.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Assets/Animations/Player/hit.anim -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Assets/Fonts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Assets/Fonts.meta -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Assets/Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Assets/Materials.meta -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Assets/Prefabs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Assets/Prefabs.meta -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Assets/Prefabs/Floor.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Assets/Prefabs/Floor.prefab -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Assets/Prefabs/Floor.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Assets/Prefabs/Floor.prefab.meta -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Assets/Prefabs/FloorShort.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Assets/Prefabs/FloorShort.prefab -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Assets/Prefabs/KillTrigger.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Assets/Prefabs/KillTrigger.prefab -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Assets/Prefabs/Platform.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Assets/Prefabs/Platform.prefab -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Assets/Prefabs/Platform.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Assets/Prefabs/Platform.prefab.meta -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Assets/Prefabs/Player.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Assets/Prefabs/Player.prefab -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Assets/Prefabs/Player.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Assets/Prefabs/Player.prefab.meta -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Assets/Scenes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Assets/Scenes.meta -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Assets/Scenes/MainScene.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Assets/Scenes/MainScene.unity -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Assets/Scenes/MainScene.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Assets/Scenes/MainScene.unity.meta -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Assets/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Assets/Scripts.meta -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Assets/Scripts/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Assets/Scripts/.DS_Store -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Assets/Scripts/CameraFollow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Assets/Scripts/CameraFollow.cs -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Assets/Scripts/CameraFollow.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Assets/Scripts/CameraFollow.cs.meta -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Assets/Scripts/Collectable.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Assets/Scripts/Collectable.cs.meta -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Assets/Scripts/Enemy.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Assets/Scripts/Enemy.cs -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Assets/Scripts/Enemy.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Assets/Scripts/Enemy.cs.meta -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Assets/Scripts/GameManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Assets/Scripts/GameManager.cs -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Assets/Scripts/GameManager.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Assets/Scripts/GameManager.cs.meta -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Assets/Scripts/KillTrigger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Assets/Scripts/KillTrigger.cs -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Assets/Scripts/KillTrigger.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Assets/Scripts/KillTrigger.cs.meta -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Assets/Scripts/LeaveTrigger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Assets/Scripts/LeaveTrigger.cs -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Assets/Scripts/LeaveTrigger.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Assets/Scripts/LeaveTrigger.cs.meta -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Assets/Scripts/LevelGenerator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Assets/Scripts/LevelGenerator.cs -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Assets/Scripts/LevelPiece.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Assets/Scripts/LevelPiece.cs -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Assets/Scripts/LevelPiece.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Assets/Scripts/LevelPiece.cs.meta -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Assets/Scripts/PlayerController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Assets/Scripts/PlayerController.cs -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Assets/Scripts/ViewInGame.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Assets/Scripts/ViewInGame.cs -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Assets/Scripts/ViewInGame.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Assets/Scripts/ViewInGame.cs.meta -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Assets/Sprites.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Assets/Sprites.meta -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Assets/Sprites/Platform.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Assets/Sprites/Platform.meta -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Assets/Sprites/Platform/Floor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Assets/Sprites/Platform/Floor.png -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Assets/Sprites/Player.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Assets/Sprites/Player.meta -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Assets/Sprites/Scene.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Assets/Sprites/Scene.meta -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Assets/Sprites/Scene/Floor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Assets/Sprites/Scene/Floor.png -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Assets/Sprites/Scene/Floor.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Assets/Sprites/Scene/Floor.png.meta -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Assets/Sprites/pure-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Assets/Sprites/pure-white.png -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Assets/Sprites/pure-white.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Assets/Sprites/pure-white.png.meta -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Chapter 10-csharp.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Chapter 10-csharp.sln -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Chapter 10.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Chapter 10.sln -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Chapter 10.userprefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Chapter 10.userprefs -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Chapter 11.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Chapter 11.sln -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Chapter 11.userprefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Chapter 11.userprefs -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Chapter 12.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Chapter 12.sln -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Chapter 12.userprefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Chapter 12.userprefs -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Chapter 13.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Chapter 13.sln -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Chapter 13.userprefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Chapter 13.userprefs -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Chapter 9-csharp.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Chapter 9-csharp.sln -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Chapter 9.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Chapter 9.sln -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Chapter 9.userprefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Chapter 9.userprefs -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Library/AnnotationManager: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Library/AnnotationManager -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Library/AssetImportState: -------------------------------------------------------------------------------- 1 | 4;0;196608;0;0 -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Library/AssetServerCacheV3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Library/AssetServerCacheV3 -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Library/AssetVersioning.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Library/AssetVersioning.db -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Library/BuildPlayer.prefs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Library/BuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Library/BuildSettings.asset -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Library/CurrentLayout.dwlt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Library/CurrentLayout.dwlt -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Library/EditorUserSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Library/EditorUserSettings.asset -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Library/LastSceneManagerSetup.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Library/LastSceneManagerSetup.txt -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Library/LibraryFormatVersion.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Library/LibraryFormatVersion.txt -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Library/MonoManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Library/MonoManager.asset -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Library/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Library/ProjectSettings.asset -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Library/ScriptMapper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Library/ScriptMapper -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Library/ShaderCache.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Library/ShaderCache.db -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Library/SpriteAtlasDatabase.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Library/SpriteAtlasDatabase.asset -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Library/assetDatabase3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Library/assetDatabase3 -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Library/expandedItems: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Library/expandedItems -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/Library/shadercompiler-64bit-1.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/Library/shadercompiler-64bit-1.log -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 2017.2.0f3 2 | -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/UnityPackageManager/manifest.json: -------------------------------------------------------------------------------- 1 | { 2 | "dependencies": { 3 | } 4 | } 5 | -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/obj/Debug/Assembly-CSharp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/obj/Debug/Assembly-CSharp.dll -------------------------------------------------------------------------------- /Chapter11/Project/Chapter 11/obj/Debug/Assembly-CSharp.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/Project/Chapter 11/obj/Debug/Assembly-CSharp.dll.mdb -------------------------------------------------------------------------------- /Chapter11/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter11/ReadMe.txt -------------------------------------------------------------------------------- /Chapter12/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/.DS_Store -------------------------------------------------------------------------------- /Chapter12/GameAssets/GameLogo.unitypackage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/GameAssets/GameLogo.unitypackage -------------------------------------------------------------------------------- /Chapter12/GameAssets/GameOver_Canvas.unitypackage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/GameAssets/GameOver_Canvas.unitypackage -------------------------------------------------------------------------------- /Chapter12/GameAssets/InGame_Canvas.unitypackage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/GameAssets/InGame_Canvas.unitypackage -------------------------------------------------------------------------------- /Chapter12/GameAssets/PlayButton.unitypackage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/GameAssets/PlayButton.unitypackage -------------------------------------------------------------------------------- /Chapter12/Project/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/.DS_Store -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/.DS_Store -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Assembly-CSharp-vs.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Assembly-CSharp-vs.csproj -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Assembly-CSharp.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Assembly-CSharp.csproj -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Assets/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Assets/.DS_Store -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Assets/Animations.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Assets/Animations.meta -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Assets/Animations/LevelProps.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Assets/Animations/LevelProps.meta -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Assets/Animations/Platform.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Assets/Animations/Platform.anim -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Assets/Animations/Player.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Assets/Animations/Player.meta -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Assets/Animations/Player/Dead.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Assets/Animations/Player/Dead.anim -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Assets/Animations/Player/Jump.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Assets/Animations/Player/Jump.anim -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Assets/Animations/Player/Run.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Assets/Animations/Player/Run.anim -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Assets/Animations/Player/hit.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Assets/Animations/Player/hit.anim -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Assets/Fonts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Assets/Fonts.meta -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Assets/Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Assets/Materials.meta -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Assets/Prefabs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Assets/Prefabs.meta -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Assets/Prefabs/Floor.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Assets/Prefabs/Floor.prefab -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Assets/Prefabs/Floor.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Assets/Prefabs/Floor.prefab.meta -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Assets/Prefabs/FloorShort.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Assets/Prefabs/FloorShort.prefab -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Assets/Prefabs/KillTrigger.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Assets/Prefabs/KillTrigger.prefab -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Assets/Prefabs/Platform.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Assets/Prefabs/Platform.prefab -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Assets/Prefabs/Platform.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Assets/Prefabs/Platform.prefab.meta -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Assets/Prefabs/Player.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Assets/Prefabs/Player.prefab -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Assets/Prefabs/Player.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Assets/Prefabs/Player.prefab.meta -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Assets/Prefabs/UI.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Assets/Prefabs/UI.meta -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Assets/Prefabs/UI/GameLogo.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Assets/Prefabs/UI/GameLogo.prefab -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Assets/Prefabs/UI/PlayButton.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Assets/Prefabs/UI/PlayButton.prefab -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Assets/Scenes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Assets/Scenes.meta -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Assets/Scenes/MainScene.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Assets/Scenes/MainScene.unity -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Assets/Scenes/MainScene.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Assets/Scenes/MainScene.unity.meta -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Assets/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Assets/Scripts.meta -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Assets/Scripts/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Assets/Scripts/.DS_Store -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Assets/Scripts/CameraFollow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Assets/Scripts/CameraFollow.cs -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Assets/Scripts/CameraFollow.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Assets/Scripts/CameraFollow.cs.meta -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Assets/Scripts/Collectable.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Assets/Scripts/Collectable.cs.meta -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Assets/Scripts/Enemy.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Assets/Scripts/Enemy.cs.meta -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Assets/Scripts/GameManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Assets/Scripts/GameManager.cs -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Assets/Scripts/GameManager.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Assets/Scripts/GameManager.cs.meta -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Assets/Scripts/KillTrigger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Assets/Scripts/KillTrigger.cs -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Assets/Scripts/KillTrigger.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Assets/Scripts/KillTrigger.cs.meta -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Assets/Scripts/LeaveTrigger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Assets/Scripts/LeaveTrigger.cs -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Assets/Scripts/LeaveTrigger.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Assets/Scripts/LeaveTrigger.cs.meta -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Assets/Scripts/LevelGenerator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Assets/Scripts/LevelGenerator.cs -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Assets/Scripts/LevelPiece.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Assets/Scripts/LevelPiece.cs -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Assets/Scripts/LevelPiece.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Assets/Scripts/LevelPiece.cs.meta -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Assets/Scripts/PlayerController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Assets/Scripts/PlayerController.cs -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Assets/Scripts/ViewInGame.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Assets/Scripts/ViewInGame.cs -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Assets/Scripts/ViewInGame.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Assets/Scripts/ViewInGame.cs.meta -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Assets/Sprites.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Assets/Sprites.meta -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Assets/Sprites/Platform.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Assets/Sprites/Platform.meta -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Assets/Sprites/Platform/Floor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Assets/Sprites/Platform/Floor.png -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Assets/Sprites/Player.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Assets/Sprites/Player.meta -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Assets/Sprites/Scene.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Assets/Sprites/Scene.meta -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Assets/Sprites/Scene/Floor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Assets/Sprites/Scene/Floor.png -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Assets/Sprites/Scene/Floor.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Assets/Sprites/Scene/Floor.png.meta -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Assets/Sprites/UI.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Assets/Sprites/UI.meta -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Assets/Sprites/UI/green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Assets/Sprites/UI/green.png -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Assets/Sprites/UI/green.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Assets/Sprites/UI/green.png.meta -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Assets/Sprites/UI/green_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Assets/Sprites/UI/green_pressed.png -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Assets/Sprites/UI/yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Assets/Sprites/UI/yellow.png -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Assets/Sprites/UI/yellow.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Assets/Sprites/UI/yellow.png.meta -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Assets/Sprites/pure-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Assets/Sprites/pure-white.png -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Assets/Sprites/pure-white.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Assets/Sprites/pure-white.png.meta -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Chapter 10-csharp.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Chapter 10-csharp.sln -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Chapter 10.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Chapter 10.sln -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Chapter 10.userprefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Chapter 10.userprefs -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Chapter 11.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Chapter 11.sln -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Chapter 11.userprefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Chapter 11.userprefs -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Chapter 12.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Chapter 12.sln -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Chapter 12.userprefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Chapter 12.userprefs -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Chapter 13.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Chapter 13.sln -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Chapter 13.userprefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Chapter 13.userprefs -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Chapter 9-csharp.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Chapter 9-csharp.sln -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Chapter 9.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Chapter 9.sln -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Chapter 9.userprefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Chapter 9.userprefs -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Library/AnnotationManager: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Library/AnnotationManager -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Library/AssetImportState: -------------------------------------------------------------------------------- 1 | 4;0;196608;0;0 -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Library/AssetServerCacheV3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Library/AssetServerCacheV3 -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Library/AssetVersioning.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Library/AssetVersioning.db -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Library/BuildPlayer.prefs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Library/BuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Library/BuildSettings.asset -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Library/CurrentLayout.dwlt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Library/CurrentLayout.dwlt -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Library/EditorUserSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Library/EditorUserSettings.asset -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Library/LastSceneManagerSetup.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Library/LastSceneManagerSetup.txt -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Library/LibraryFormatVersion.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Library/LibraryFormatVersion.txt -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Library/MonoManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Library/MonoManager.asset -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Library/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Library/ProjectSettings.asset -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Library/ScriptMapper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Library/ScriptMapper -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Library/ShaderCache.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Library/ShaderCache.db -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Library/SpriteAtlasDatabase.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Library/SpriteAtlasDatabase.asset -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Library/assetDatabase3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Library/assetDatabase3 -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Library/expandedItems: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Library/expandedItems -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/Library/shadercompiler-64bit-1.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/Library/shadercompiler-64bit-1.log -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 2017.2.0f3 2 | -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/UnityPackageManager/manifest.json: -------------------------------------------------------------------------------- 1 | { 2 | "dependencies": { 3 | } 4 | } 5 | -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/obj/Debug/Assembly-CSharp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/obj/Debug/Assembly-CSharp.dll -------------------------------------------------------------------------------- /Chapter12/Project/Chapter 12/obj/Debug/Assembly-CSharp.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/Project/Chapter 12/obj/Debug/Assembly-CSharp.dll.mdb -------------------------------------------------------------------------------- /Chapter12/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter12/ReadMe.txt -------------------------------------------------------------------------------- /Chapter13/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/.DS_Store -------------------------------------------------------------------------------- /Chapter13/CH13Code/Collectable.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/CH13Code/Collectable.cs -------------------------------------------------------------------------------- /Chapter13/GameAssets/Coin.unitypackage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/GameAssets/Coin.unitypackage -------------------------------------------------------------------------------- /Chapter13/Project/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/.DS_Store -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/.DS_Store -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Assembly-CSharp-vs.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Assembly-CSharp-vs.csproj -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Assembly-CSharp.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Assembly-CSharp.csproj -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Assets/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Assets/.DS_Store -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Assets/Animations.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Assets/Animations.meta -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Assets/Animations/LevelProps.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Assets/Animations/LevelProps.meta -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Assets/Animations/Platform.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Assets/Animations/Platform.anim -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Assets/Animations/Player.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Assets/Animations/Player.meta -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Assets/Animations/Player/Dead.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Assets/Animations/Player/Dead.anim -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Assets/Animations/Player/Jump.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Assets/Animations/Player/Jump.anim -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Assets/Animations/Player/Run.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Assets/Animations/Player/Run.anim -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Assets/Animations/Player/hit.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Assets/Animations/Player/hit.anim -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Assets/Fonts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Assets/Fonts.meta -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Assets/Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Assets/Materials.meta -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Assets/Prefabs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Assets/Prefabs.meta -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Assets/Prefabs/Coin.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Assets/Prefabs/Coin.prefab -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Assets/Prefabs/Coin.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Assets/Prefabs/Coin.prefab.meta -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Assets/Prefabs/Floor.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Assets/Prefabs/Floor.prefab -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Assets/Prefabs/Floor.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Assets/Prefabs/Floor.prefab.meta -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Assets/Prefabs/FloorShort.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Assets/Prefabs/FloorShort.prefab -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Assets/Prefabs/KillTrigger.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Assets/Prefabs/KillTrigger.prefab -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Assets/Prefabs/Platform.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Assets/Prefabs/Platform.prefab -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Assets/Prefabs/Platform.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Assets/Prefabs/Platform.prefab.meta -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Assets/Prefabs/Player.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Assets/Prefabs/Player.prefab -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Assets/Prefabs/Player.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Assets/Prefabs/Player.prefab.meta -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Assets/Prefabs/UI.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Assets/Prefabs/UI.meta -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Assets/Prefabs/UI/GameLogo.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Assets/Prefabs/UI/GameLogo.prefab -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Assets/Prefabs/UI/PlayButton.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Assets/Prefabs/UI/PlayButton.prefab -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Assets/Scenes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Assets/Scenes.meta -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Assets/Scenes/MainScene.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Assets/Scenes/MainScene.unity -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Assets/Scenes/MainScene.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Assets/Scenes/MainScene.unity.meta -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Assets/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Assets/Scripts.meta -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Assets/Scripts/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Assets/Scripts/.DS_Store -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Assets/Scripts/CameraFollow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Assets/Scripts/CameraFollow.cs -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Assets/Scripts/CameraFollow.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Assets/Scripts/CameraFollow.cs.meta -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Assets/Scripts/Collectable.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Assets/Scripts/Collectable.cs -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Assets/Scripts/Collectable.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Assets/Scripts/Collectable.cs.meta -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Assets/Scripts/Enemy.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Assets/Scripts/Enemy.cs.meta -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Assets/Scripts/GameManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Assets/Scripts/GameManager.cs -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Assets/Scripts/GameManager.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Assets/Scripts/GameManager.cs.meta -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Assets/Scripts/KillTrigger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Assets/Scripts/KillTrigger.cs -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Assets/Scripts/KillTrigger.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Assets/Scripts/KillTrigger.cs.meta -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Assets/Scripts/LeaveTrigger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Assets/Scripts/LeaveTrigger.cs -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Assets/Scripts/LeaveTrigger.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Assets/Scripts/LeaveTrigger.cs.meta -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Assets/Scripts/LevelGenerator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Assets/Scripts/LevelGenerator.cs -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Assets/Scripts/LevelPiece.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Assets/Scripts/LevelPiece.cs -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Assets/Scripts/LevelPiece.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Assets/Scripts/LevelPiece.cs.meta -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Assets/Scripts/PlayerController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Assets/Scripts/PlayerController.cs -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Assets/Scripts/ViewInGame.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Assets/Scripts/ViewInGame.cs -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Assets/Scripts/ViewInGame.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Assets/Scripts/ViewInGame.cs.meta -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Assets/Sprites.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Assets/Sprites.meta -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Assets/Sprites/Platform.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Assets/Sprites/Platform.meta -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Assets/Sprites/Platform/Floor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Assets/Sprites/Platform/Floor.png -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Assets/Sprites/Player.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Assets/Sprites/Player.meta -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Assets/Sprites/Scene.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Assets/Sprites/Scene.meta -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Assets/Sprites/Scene/Floor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Assets/Sprites/Scene/Floor.png -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Assets/Sprites/Scene/Floor.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Assets/Sprites/Scene/Floor.png.meta -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Assets/Sprites/UI.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Assets/Sprites/UI.meta -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Assets/Sprites/UI/green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Assets/Sprites/UI/green.png -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Assets/Sprites/UI/green.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Assets/Sprites/UI/green.png.meta -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Assets/Sprites/UI/green_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Assets/Sprites/UI/green_pressed.png -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Assets/Sprites/UI/yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Assets/Sprites/UI/yellow.png -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Assets/Sprites/UI/yellow.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Assets/Sprites/UI/yellow.png.meta -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Assets/Sprites/pure-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Assets/Sprites/pure-white.png -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Assets/Sprites/pure-white.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Assets/Sprites/pure-white.png.meta -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Chapter 10-csharp.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Chapter 10-csharp.sln -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Chapter 10.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Chapter 10.sln -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Chapter 10.userprefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Chapter 10.userprefs -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Chapter 11.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Chapter 11.sln -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Chapter 11.userprefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Chapter 11.userprefs -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Chapter 12.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Chapter 12.sln -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Chapter 12.userprefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Chapter 12.userprefs -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Chapter 13.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Chapter 13.sln -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Chapter 13.userprefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Chapter 13.userprefs -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Chapter 9-csharp.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Chapter 9-csharp.sln -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Chapter 9.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Chapter 9.sln -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Chapter 9.userprefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Chapter 9.userprefs -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Library/AnnotationManager: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Library/AnnotationManager -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Library/AssetImportState: -------------------------------------------------------------------------------- 1 | 4;0;196608;0;0 -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Library/AssetServerCacheV3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Library/AssetServerCacheV3 -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Library/AssetVersioning.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Library/AssetVersioning.db -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Library/BuildPlayer.prefs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Library/BuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Library/BuildSettings.asset -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Library/CurrentLayout.dwlt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Library/CurrentLayout.dwlt -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Library/EditorUserSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Library/EditorUserSettings.asset -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Library/LastSceneManagerSetup.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Library/LastSceneManagerSetup.txt -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Library/LibraryFormatVersion.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Library/LibraryFormatVersion.txt -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Library/MonoManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Library/MonoManager.asset -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Library/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Library/ProjectSettings.asset -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Library/ScriptMapper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Library/ScriptMapper -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Library/ShaderCache.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Library/ShaderCache.db -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Library/SpriteAtlasDatabase.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Library/SpriteAtlasDatabase.asset -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Library/assetDatabase3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Library/assetDatabase3 -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Library/expandedItems: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Library/expandedItems -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/Library/shadercompiler-64bit-1.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/Library/shadercompiler-64bit-1.log -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 2017.2.0f3 2 | -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/UnityPackageManager/manifest.json: -------------------------------------------------------------------------------- 1 | { 2 | "dependencies": { 3 | } 4 | } 5 | -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/obj/Debug/Assembly-CSharp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/obj/Debug/Assembly-CSharp.dll -------------------------------------------------------------------------------- /Chapter13/Project/Chapter 13/obj/Debug/Assembly-CSharp.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter13/Project/Chapter 13/obj/Debug/Assembly-CSharp.dll.mdb -------------------------------------------------------------------------------- /Chapter14/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/.DS_Store -------------------------------------------------------------------------------- /Chapter14/CH14Code/Enemy.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/CH14Code/Enemy.cs -------------------------------------------------------------------------------- /Chapter14/CH14Code/triggerMovement.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/CH14Code/triggerMovement.cs -------------------------------------------------------------------------------- /Chapter14/GameAssets/Enemy.unitypackage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/GameAssets/Enemy.unitypackage -------------------------------------------------------------------------------- /Chapter14/Project/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/.DS_Store -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/.DS_Store -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Assembly-CSharp-vs.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Assembly-CSharp-vs.csproj -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Assembly-CSharp.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Assembly-CSharp.csproj -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Assets/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Assets/.DS_Store -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Assets/Animations.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Assets/Animations.meta -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Assets/Animations/LevelProps.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Assets/Animations/LevelProps.meta -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Assets/Animations/Platform.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Assets/Animations/Platform.anim -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Assets/Animations/Player.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Assets/Animations/Player.meta -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Assets/Animations/Player/Dead.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Assets/Animations/Player/Dead.anim -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Assets/Animations/Player/Jump.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Assets/Animations/Player/Jump.anim -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Assets/Animations/Player/Run.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Assets/Animations/Player/Run.anim -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Assets/Animations/Player/hit.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Assets/Animations/Player/hit.anim -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Assets/Fonts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Assets/Fonts.meta -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Assets/Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Assets/Materials.meta -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Assets/Prefabs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Assets/Prefabs.meta -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Assets/Prefabs/Coin.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Assets/Prefabs/Coin.prefab -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Assets/Prefabs/Coin.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Assets/Prefabs/Coin.prefab.meta -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Assets/Prefabs/Enemy.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Assets/Prefabs/Enemy.prefab -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Assets/Prefabs/Enemy.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Assets/Prefabs/Enemy.prefab.meta -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Assets/Prefabs/Floor.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Assets/Prefabs/Floor.prefab -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Assets/Prefabs/Floor.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Assets/Prefabs/Floor.prefab.meta -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Assets/Prefabs/FloorShort.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Assets/Prefabs/FloorShort.prefab -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Assets/Prefabs/KillTrigger.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Assets/Prefabs/KillTrigger.prefab -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Assets/Prefabs/Platform.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Assets/Prefabs/Platform.prefab -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Assets/Prefabs/Platform.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Assets/Prefabs/Platform.prefab.meta -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Assets/Prefabs/Player.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Assets/Prefabs/Player.prefab -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Assets/Prefabs/Player.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Assets/Prefabs/Player.prefab.meta -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Assets/Prefabs/UI.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Assets/Prefabs/UI.meta -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Assets/Prefabs/UI/GameLogo.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Assets/Prefabs/UI/GameLogo.prefab -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Assets/Prefabs/UI/PlayButton.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Assets/Prefabs/UI/PlayButton.prefab -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Assets/Scenes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Assets/Scenes.meta -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Assets/Scenes/MainScene.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Assets/Scenes/MainScene.unity -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Assets/Scenes/MainScene.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Assets/Scenes/MainScene.unity.meta -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Assets/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Assets/Scripts.meta -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Assets/Scripts/CameraFollow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Assets/Scripts/CameraFollow.cs -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Assets/Scripts/CameraFollow.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Assets/Scripts/CameraFollow.cs.meta -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Assets/Scripts/Collectable.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Assets/Scripts/Collectable.cs -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Assets/Scripts/Collectable.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Assets/Scripts/Collectable.cs.meta -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Assets/Scripts/Enemy.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Assets/Scripts/Enemy.cs -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Assets/Scripts/Enemy.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Assets/Scripts/Enemy.cs.meta -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Assets/Scripts/GameManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Assets/Scripts/GameManager.cs -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Assets/Scripts/GameManager.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Assets/Scripts/GameManager.cs.meta -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Assets/Scripts/KillTrigger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Assets/Scripts/KillTrigger.cs -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Assets/Scripts/KillTrigger.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Assets/Scripts/KillTrigger.cs.meta -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Assets/Scripts/LeaveTrigger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Assets/Scripts/LeaveTrigger.cs -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Assets/Scripts/LeaveTrigger.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Assets/Scripts/LeaveTrigger.cs.meta -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Assets/Scripts/LevelGenerator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Assets/Scripts/LevelGenerator.cs -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Assets/Scripts/LevelPiece.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Assets/Scripts/LevelPiece.cs -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Assets/Scripts/LevelPiece.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Assets/Scripts/LevelPiece.cs.meta -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Assets/Scripts/PlayerController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Assets/Scripts/PlayerController.cs -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Assets/Scripts/ViewInGame.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Assets/Scripts/ViewInGame.cs -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Assets/Scripts/ViewInGame.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Assets/Scripts/ViewInGame.cs.meta -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Assets/Scripts/triggerMovement.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Assets/Scripts/triggerMovement.cs -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Assets/Sprites.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Assets/Sprites.meta -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Assets/Sprites/Platform.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Assets/Sprites/Platform.meta -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Assets/Sprites/Platform/Floor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Assets/Sprites/Platform/Floor.png -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Assets/Sprites/Player.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Assets/Sprites/Player.meta -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Assets/Sprites/Scene.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Assets/Sprites/Scene.meta -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Assets/Sprites/Scene/Floor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Assets/Sprites/Scene/Floor.png -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Assets/Sprites/Scene/Floor.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Assets/Sprites/Scene/Floor.png.meta -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Assets/Sprites/UI.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Assets/Sprites/UI.meta -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Assets/Sprites/UI/green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Assets/Sprites/UI/green.png -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Assets/Sprites/UI/green.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Assets/Sprites/UI/green.png.meta -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Assets/Sprites/UI/green_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Assets/Sprites/UI/green_pressed.png -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Assets/Sprites/UI/yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Assets/Sprites/UI/yellow.png -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Assets/Sprites/UI/yellow.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Assets/Sprites/UI/yellow.png.meta -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Assets/Sprites/pure-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Assets/Sprites/pure-white.png -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Assets/Sprites/pure-white.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Assets/Sprites/pure-white.png.meta -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Chapter 10-csharp.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Chapter 10-csharp.sln -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Chapter 10.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Chapter 10.sln -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Chapter 10.userprefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Chapter 10.userprefs -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Chapter 11.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Chapter 11.sln -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Chapter 11.userprefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Chapter 11.userprefs -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Chapter 12.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Chapter 12.sln -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Chapter 12.userprefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Chapter 12.userprefs -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Chapter 13.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Chapter 13.sln -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Chapter 13.userprefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Chapter 13.userprefs -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Chapter 9-csharp.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Chapter 9-csharp.sln -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Chapter 9.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Chapter 9.sln -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Chapter 9.userprefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Chapter 9.userprefs -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Library/AnnotationManager: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Library/AnnotationManager -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Library/AssetImportState: -------------------------------------------------------------------------------- 1 | 4;0;196608;0;0 -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Library/AssetServerCacheV3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Library/AssetServerCacheV3 -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Library/AssetVersioning.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Library/AssetVersioning.db -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Library/BuildPlayer.prefs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Library/BuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Library/BuildSettings.asset -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Library/CrashedAssetImports.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Library/CurrentLayout.dwlt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Library/CurrentLayout.dwlt -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Library/EditorInstance.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Library/EditorInstance.json -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Library/EditorUserSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Library/EditorUserSettings.asset -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Library/LastSceneManagerSetup.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Library/LastSceneManagerSetup.txt -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Library/LibraryFormatVersion.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Library/LibraryFormatVersion.txt -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Library/MonoManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Library/MonoManager.asset -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Library/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Library/ProjectSettings.asset -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Library/ScriptMapper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Library/ScriptMapper -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Library/ShaderCache.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Library/ShaderCache.db -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Library/SpriteAtlasDatabase.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Library/SpriteAtlasDatabase.asset -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Library/assetDatabase3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Library/assetDatabase3 -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Library/expandedItems: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Library/expandedItems -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Library/shadercompiler-64bit-1.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Library/shadercompiler-64bit-1.log -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 2017.2.0f3 2 | -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Temp/Export Package/0d519783f50ec43349329ab5e58e1617/70f0e3a6fd1b44591ab610fe85b5f8bb/pathname: -------------------------------------------------------------------------------- 1 | Assets/Sprites/UI/btn_2_Idle.png -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Temp/Export Package/0d519783f50ec43349329ab5e58e1617/a34ccc91ff9164f5c997bb19035cc8b0/pathname: -------------------------------------------------------------------------------- 1 | Assets/Fonts/kenvector_future_thin.ttf -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Temp/Export Package/0d519783f50ec43349329ab5e58e1617/bba74583e33ae4a3e8d846d1b5292816/pathname: -------------------------------------------------------------------------------- 1 | Assets/Sprites/UI/btn_1_Clicked.png -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Temp/Export Package/0d519783f50ec43349329ab5e58e1617/df172da0c6fed44ba9130c6c12dfd5ea/pathname: -------------------------------------------------------------------------------- 1 | Assets/Sprites/UI/btn_1_Idle.png -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Temp/Export Package/0d519783f50ec43349329ab5e58e1617/f2f594066cd8c4eb19a6bd183aa51643/pathname: -------------------------------------------------------------------------------- 1 | Assets/Sprites/UI/btn_2_Clicked.png -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Temp/UnityLockfile: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Temp/__Backupscenes/0.backup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Temp/__Backupscenes/0.backup -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Temp/bin/Debug/Assembly-CSharp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Temp/bin/Debug/Assembly-CSharp.dll -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Temp/bin/Debug/ExCSS.Unity.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Temp/bin/Debug/ExCSS.Unity.dll -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Temp/bin/Debug/Unity.Cecil.Mdb.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Temp/bin/Debug/Unity.Cecil.Mdb.dll -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Temp/bin/Debug/Unity.Cecil.Pdb.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Temp/bin/Debug/Unity.Cecil.Pdb.dll -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Temp/bin/Debug/Unity.Cecil.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Temp/bin/Debug/Unity.Cecil.dll -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Temp/bin/Debug/Unity.CecilTools.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Temp/bin/Debug/Unity.CecilTools.dll -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Temp/bin/Debug/Unity.UNetWeaver.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Temp/bin/Debug/Unity.UNetWeaver.dll -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Temp/bin/Debug/UnityEditor.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Temp/bin/Debug/UnityEditor.dll -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Temp/bin/Debug/UnityEngine.UI.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Temp/bin/Debug/UnityEngine.UI.dll -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Temp/bin/Debug/UnityEngine.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Temp/bin/Debug/UnityEngine.dll -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/Temp/bin/Debug/nunit.framework.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/Temp/bin/Debug/nunit.framework.dll -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/UnityPackageManager/manifest.json: -------------------------------------------------------------------------------- 1 | { 2 | "dependencies": { 3 | } 4 | } 5 | -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/obj/Debug/Assembly-CSharp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/obj/Debug/Assembly-CSharp.dll -------------------------------------------------------------------------------- /Chapter14/Project/Chapter 14/obj/Debug/Assembly-CSharp.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/Chapter14/Project/Chapter 14/obj/Debug/Assembly-CSharp.dll.mdb -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-C-7-By-Developing-Games-with-Unity-2017-Third-Edition/HEAD/README.md --------------------------------------------------------------------------------