├── LICENSE ├── Platformer E01 ├── Assets │ ├── Materials.meta │ ├── Materials │ │ ├── Player.mat │ │ └── Player.mat.meta │ ├── Scene.unity │ ├── Scene.unity.meta │ ├── Scripts.meta │ └── Scripts │ │ ├── Controller2D.cs │ │ ├── Controller2D.cs.meta │ │ ├── Player.cs │ │ └── Player.cs.meta ├── Library │ ├── AnnotationManager │ ├── AssetImportState │ ├── AssetServerCacheV3 │ ├── BuildPlayer.prefs │ ├── BuildSettings.asset │ ├── CurrentLayout.dwlt │ ├── EditorUserBuildSettings.asset │ ├── EditorUserSettings.asset │ ├── InspectorExpandedItems.asset │ ├── LastSceneManagerSetup.txt │ ├── LibraryFormatVersion.txt │ ├── MonoManager.asset │ ├── ProjectSettings.asset │ ├── ScriptAssemblies │ │ ├── Assembly-CSharp.dll │ │ ├── Assembly-CSharp.dll.mdb │ │ └── BuiltinAssemblies.stamp │ ├── ScriptMapper │ ├── ShaderCache │ │ ├── 0 │ │ │ └── 023eb01512d081218b0eb0dadcbafd5e.bin │ │ ├── 1 │ │ │ └── 119a9fa04cddfc61d49c88117e4eb607.bin │ │ ├── 2 │ │ │ ├── 21aef1b44f9690865cd25ec139de7038.bin │ │ │ ├── 227d838126c808af7c4f0f0ee66b8730.bin │ │ │ └── 2a6d05559586657d6cfb7a1ce6ea4776.bin │ │ ├── 4 │ │ │ ├── 473993ede3e46e50fad0ba0cb64abe04.bin │ │ │ └── 4f1c3698d4335bbf60d59bc75d6da571.bin │ │ ├── 6 │ │ │ └── 6836e4fd2c7f02f92e21a88e89a6568e.bin │ │ ├── 9 │ │ │ ├── 91b70739cf33904398ca8afe12ba5e59.bin │ │ │ └── 99dac9c627bfc7922f7d52490447b565.bin │ │ ├── a │ │ │ ├── a3f9d603020695043958c3ce36389350.bin │ │ │ └── aba0c7753f322c1dea5d23475aeeaa0a.bin │ │ ├── b │ │ │ ├── b3d9b226290159245d3c7f6401eff18d.bin │ │ │ ├── b849b79924c556a09544dd9d469d4c6c.bin │ │ │ ├── ba3d5f3596539c11879888384c4147ee.bin │ │ │ └── bd2e07b61a833824d1d94039a856c169.bin │ │ ├── c │ │ │ └── cdb01314c41f0681fbdbfb28000a216a.bin │ │ ├── d │ │ │ ├── d26b888d9fb9f839a89439935d4613c2.bin │ │ │ └── daba83f485770c9e3e3c4a05a0740074.bin │ │ └── e │ │ │ └── e21568466db8c05def95bce52e43186f.bin │ ├── assetDatabase3 │ ├── expandedItems │ ├── metadata │ │ ├── 21 │ │ │ ├── 21ae0c3d7722a4bc0b743f08432e661a │ │ │ └── 21ae0c3d7722a4bc0b743f08432e661a.info │ │ ├── 24 │ │ │ ├── 243d890830e99458a9d4f00ccd11a4e8 │ │ │ └── 243d890830e99458a9d4f00ccd11a4e8.info │ │ ├── 39 │ │ │ ├── 39d28dfa027fa4acb93e69cfddebd54b │ │ │ └── 39d28dfa027fa4acb93e69cfddebd54b.info │ │ ├── 41 │ │ │ ├── 4170b6dffcbdb440db5ac7df04abaab5 │ │ │ └── 4170b6dffcbdb440db5ac7df04abaab5.info │ │ ├── 73 │ │ │ ├── 739bbd9f364b4268874f9fd86ab3beef │ │ │ └── 739bbd9f364b4268874f9fd86ab3beef.info │ │ ├── 80 │ │ │ ├── 80a3616ca19596e4da0f10f14d241e9f │ │ │ └── 80a3616ca19596e4da0f10f14d241e9f.info │ │ ├── 85 │ │ │ ├── 852e56802eb941638acbb491814497b0 │ │ │ └── 852e56802eb941638acbb491814497b0.info │ │ ├── 87 │ │ │ ├── 870353891bb340e2b2a9c8707e7419ba │ │ │ └── 870353891bb340e2b2a9c8707e7419ba.info │ │ ├── 97 │ │ │ ├── 97decbdab0634cdd991f8d23ddf0dead │ │ │ └── 97decbdab0634cdd991f8d23ddf0dead.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 │ │ │ ├── 00000000000000008100000000000000 │ │ │ ├── 00000000000000008100000000000000.info │ │ │ ├── 00000000000000009000000000000000 │ │ │ ├── 00000000000000009000000000000000.info │ │ │ ├── 0000000000000000a000000000000000 │ │ │ ├── 0000000000000000a000000000000000.info │ │ │ ├── 0000000000000000a100000000000000 │ │ │ ├── 0000000000000000a100000000000000.info │ │ │ ├── 0000000000000000b000000000000000 │ │ │ ├── 0000000000000000b000000000000000.info │ │ │ ├── 0000000000000000c000000000000000 │ │ │ └── 0000000000000000c000000000000000.info │ │ ├── 3c │ │ │ ├── 3c0ad459c1534645b5d603b7cc258f97 │ │ │ └── 3c0ad459c1534645b5d603b7cc258f97.info │ │ ├── 5f │ │ │ ├── 5f32cd94baa94578a686d4b9d6b660f7 │ │ │ └── 5f32cd94baa94578a686d4b9d6b660f7.info │ │ ├── 7c │ │ │ ├── 7cbab2be89b54486bbd23a6fe637d30e │ │ │ └── 7cbab2be89b54486bbd23a6fe637d30e.info │ │ ├── 8e │ │ │ ├── 8e0cd8ed44d4412cbe0642067abc9e44 │ │ │ ├── 8e0cd8ed44d4412cbe0642067abc9e44.info │ │ │ ├── 8e23cc33bca074518869ed28f818f584 │ │ │ └── 8e23cc33bca074518869ed28f818f584.info │ │ ├── ad │ │ │ ├── adebbd281f1a4ef3a30be7f21937e02f │ │ │ └── adebbd281f1a4ef3a30be7f21937e02f.info │ │ ├── b1 │ │ │ ├── b1d4b25ed59774c2dab59a88f8ad8428 │ │ │ └── b1d4b25ed59774c2dab59a88f8ad8428.info │ │ └── f5 │ │ │ ├── f5f67c52d1564df4a8936ccd202a3bd8 │ │ │ └── f5f67c52d1564df4a8936ccd202a3bd8.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 ├── Platformer E02 ├── Assets │ ├── Materials.meta │ ├── Materials │ │ ├── Obstacle.mat │ │ ├── Obstacle.mat.meta │ │ ├── Player.mat │ │ └── Player.mat.meta │ ├── Scene.unity │ ├── Scene.unity.meta │ ├── Scripts.meta │ └── Scripts │ │ ├── Controller2D.cs │ │ ├── Controller2D.cs.meta │ │ ├── Player.cs │ │ └── Player.cs.meta ├── Library │ ├── AnnotationManager │ ├── AssetImportState │ ├── AssetServerCacheV3 │ ├── BuildPlayer.prefs │ ├── BuildSettings.asset │ ├── CurrentLayout.dwlt │ ├── EditorUserBuildSettings.asset │ ├── EditorUserSettings.asset │ ├── InspectorExpandedItems.asset │ ├── LastSceneManagerSetup.txt │ ├── LibraryFormatVersion.txt │ ├── MonoManager.asset │ ├── ProjectSettings.asset │ ├── ScriptAssemblies │ │ ├── Assembly-CSharp.dll │ │ ├── Assembly-CSharp.dll.mdb │ │ └── BuiltinAssemblies.stamp │ ├── ScriptMapper │ ├── ShaderCache │ │ ├── 0 │ │ │ └── 023eb01512d081218b0eb0dadcbafd5e.bin │ │ ├── 1 │ │ │ └── 119a9fa04cddfc61d49c88117e4eb607.bin │ │ ├── 2 │ │ │ ├── 21aef1b44f9690865cd25ec139de7038.bin │ │ │ ├── 227d838126c808af7c4f0f0ee66b8730.bin │ │ │ └── 2a6d05559586657d6cfb7a1ce6ea4776.bin │ │ ├── 4 │ │ │ ├── 473993ede3e46e50fad0ba0cb64abe04.bin │ │ │ └── 4f1c3698d4335bbf60d59bc75d6da571.bin │ │ ├── 6 │ │ │ └── 6836e4fd2c7f02f92e21a88e89a6568e.bin │ │ ├── 9 │ │ │ ├── 91b70739cf33904398ca8afe12ba5e59.bin │ │ │ └── 99dac9c627bfc7922f7d52490447b565.bin │ │ ├── a │ │ │ ├── a3f9d603020695043958c3ce36389350.bin │ │ │ └── aba0c7753f322c1dea5d23475aeeaa0a.bin │ │ ├── b │ │ │ ├── b3d9b226290159245d3c7f6401eff18d.bin │ │ │ ├── b849b79924c556a09544dd9d469d4c6c.bin │ │ │ ├── ba3d5f3596539c11879888384c4147ee.bin │ │ │ └── bd2e07b61a833824d1d94039a856c169.bin │ │ ├── c │ │ │ └── cdb01314c41f0681fbdbfb28000a216a.bin │ │ ├── d │ │ │ ├── d26b888d9fb9f839a89439935d4613c2.bin │ │ │ └── daba83f485770c9e3e3c4a05a0740074.bin │ │ └── e │ │ │ └── e21568466db8c05def95bce52e43186f.bin │ ├── assetDatabase3 │ ├── expandedItems │ ├── metadata │ │ ├── 21 │ │ │ ├── 21ae0c3d7722a4bc0b743f08432e661a │ │ │ └── 21ae0c3d7722a4bc0b743f08432e661a.info │ │ ├── 24 │ │ │ ├── 243d890830e99458a9d4f00ccd11a4e8 │ │ │ └── 243d890830e99458a9d4f00ccd11a4e8.info │ │ ├── 39 │ │ │ ├── 39d28dfa027fa4acb93e69cfddebd54b │ │ │ └── 39d28dfa027fa4acb93e69cfddebd54b.info │ │ ├── 41 │ │ │ ├── 4170b6dffcbdb440db5ac7df04abaab5 │ │ │ └── 4170b6dffcbdb440db5ac7df04abaab5.info │ │ ├── 73 │ │ │ ├── 739bbd9f364b4268874f9fd86ab3beef │ │ │ └── 739bbd9f364b4268874f9fd86ab3beef.info │ │ ├── 80 │ │ │ ├── 80a3616ca19596e4da0f10f14d241e9f │ │ │ └── 80a3616ca19596e4da0f10f14d241e9f.info │ │ ├── 85 │ │ │ ├── 852e56802eb941638acbb491814497b0 │ │ │ └── 852e56802eb941638acbb491814497b0.info │ │ ├── 87 │ │ │ ├── 870353891bb340e2b2a9c8707e7419ba │ │ │ └── 870353891bb340e2b2a9c8707e7419ba.info │ │ ├── 97 │ │ │ ├── 97decbdab0634cdd991f8d23ddf0dead │ │ │ └── 97decbdab0634cdd991f8d23ddf0dead.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 │ │ │ ├── 00000000000000008100000000000000 │ │ │ ├── 00000000000000008100000000000000.info │ │ │ ├── 00000000000000009000000000000000 │ │ │ ├── 00000000000000009000000000000000.info │ │ │ ├── 0000000000000000a000000000000000 │ │ │ ├── 0000000000000000a000000000000000.info │ │ │ ├── 0000000000000000a100000000000000 │ │ │ ├── 0000000000000000a100000000000000.info │ │ │ ├── 0000000000000000b000000000000000 │ │ │ ├── 0000000000000000b000000000000000.info │ │ │ ├── 0000000000000000c000000000000000 │ │ │ └── 0000000000000000c000000000000000.info │ │ ├── 3c │ │ │ ├── 3c0ad459c1534645b5d603b7cc258f97 │ │ │ └── 3c0ad459c1534645b5d603b7cc258f97.info │ │ ├── 5f │ │ │ ├── 5f32cd94baa94578a686d4b9d6b660f7 │ │ │ └── 5f32cd94baa94578a686d4b9d6b660f7.info │ │ ├── 7c │ │ │ ├── 7cbab2be89b54486bbd23a6fe637d30e │ │ │ └── 7cbab2be89b54486bbd23a6fe637d30e.info │ │ ├── 8e │ │ │ ├── 8e0cd8ed44d4412cbe0642067abc9e44 │ │ │ ├── 8e0cd8ed44d4412cbe0642067abc9e44.info │ │ │ ├── 8e23cc33bca074518869ed28f818f584 │ │ │ └── 8e23cc33bca074518869ed28f818f584.info │ │ ├── a5 │ │ │ ├── a59e50afd693f48208556b4b3592f7b2 │ │ │ └── a59e50afd693f48208556b4b3592f7b2.info │ │ ├── ad │ │ │ ├── adebbd281f1a4ef3a30be7f21937e02f │ │ │ └── adebbd281f1a4ef3a30be7f21937e02f.info │ │ ├── b1 │ │ │ ├── b1d4b25ed59774c2dab59a88f8ad8428 │ │ │ └── b1d4b25ed59774c2dab59a88f8ad8428.info │ │ └── f5 │ │ │ ├── f5f67c52d1564df4a8936ccd202a3bd8 │ │ │ └── f5f67c52d1564df4a8936ccd202a3bd8.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 ├── Platformer E03 ├── Assets │ ├── Materials.meta │ ├── Materials │ │ ├── Obstacle.mat │ │ ├── Obstacle.mat.meta │ │ ├── Player.mat │ │ └── Player.mat.meta │ ├── Scene.unity │ ├── Scene.unity.meta │ ├── Scripts.meta │ └── Scripts │ │ ├── Controller2D.cs │ │ ├── Controller2D.cs.meta │ │ ├── Player.cs │ │ └── Player.cs.meta ├── Library │ ├── AnnotationManager │ ├── AssetImportState │ ├── AssetServerCacheV3 │ ├── BuildPlayer.prefs │ ├── BuildSettings.asset │ ├── CurrentLayout.dwlt │ ├── EditorUserBuildSettings.asset │ ├── EditorUserSettings.asset │ ├── InspectorExpandedItems.asset │ ├── LibraryFormatVersion.txt │ ├── MonoManager.asset │ ├── ProjectSettings.asset │ ├── ScriptAssemblies │ │ ├── Assembly-CSharp.dll │ │ ├── Assembly-CSharp.dll.mdb │ │ └── BuiltinAssemblies.stamp │ ├── ScriptMapper │ ├── ShaderCache │ │ ├── 2 │ │ │ ├── 21aef1b44f9690865cd25ec139de7038.bin │ │ │ ├── 2a6d05559586657d6cfb7a1ce6ea4776.bin │ │ │ └── 2fef5752678a2115cd77af3d6044792c.bin │ │ ├── 4 │ │ │ └── 4f1c3698d4335bbf60d59bc75d6da571.bin │ │ ├── 6 │ │ │ ├── 6114d69871b1853717b48f14c5b90a72.bin │ │ │ └── 6836e4fd2c7f02f92e21a88e89a6568e.bin │ │ ├── 8 │ │ │ └── 8cc55c9f7008e18941a0ea4f3923f980.bin │ │ ├── 9 │ │ │ ├── 916ec3d937cb01da16d32444b9094b85.bin │ │ │ ├── 91b70739cf33904398ca8afe12ba5e59.bin │ │ │ └── 99dac9c627bfc7922f7d52490447b565.bin │ │ ├── a │ │ │ └── aba0c7753f322c1dea5d23475aeeaa0a.bin │ │ └── e │ │ │ └── e21568466db8c05def95bce52e43186f.bin │ ├── assetDatabase3 │ ├── expandedItems │ ├── guidmapper │ ├── metadata │ │ ├── 21 │ │ │ ├── 21ae0c3d7722a4bc0b743f08432e661a │ │ │ └── 21ae0c3d7722a4bc0b743f08432e661a.info │ │ ├── 24 │ │ │ ├── 243d890830e99458a9d4f00ccd11a4e8 │ │ │ └── 243d890830e99458a9d4f00ccd11a4e8.info │ │ ├── 39 │ │ │ ├── 39d28dfa027fa4acb93e69cfddebd54b │ │ │ └── 39d28dfa027fa4acb93e69cfddebd54b.info │ │ ├── 41 │ │ │ ├── 4170b6dffcbdb440db5ac7df04abaab5 │ │ │ └── 4170b6dffcbdb440db5ac7df04abaab5.info │ │ ├── 80 │ │ │ ├── 80a3616ca19596e4da0f10f14d241e9f │ │ │ └── 80a3616ca19596e4da0f10f14d241e9f.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 │ │ │ ├── 00000000000000008000000000000000 │ │ │ ├── 00000000000000008000000000000000.info │ │ │ ├── 00000000000000009000000000000000 │ │ │ ├── 00000000000000009000000000000000.info │ │ │ ├── 0000000000000000a000000000000000 │ │ │ ├── 0000000000000000a000000000000000.info │ │ │ ├── 0000000000000000b000000000000000 │ │ │ ├── 0000000000000000b000000000000000.info │ │ │ ├── 0000000000000000c000000000000000 │ │ │ └── 0000000000000000c000000000000000.info │ │ ├── 8e │ │ │ ├── 8e23cc33bca074518869ed28f818f584 │ │ │ └── 8e23cc33bca074518869ed28f818f584.info │ │ ├── a5 │ │ │ ├── a59e50afd693f48208556b4b3592f7b2 │ │ │ └── a59e50afd693f48208556b4b3592f7b2.info │ │ ├── b1 │ │ │ ├── b1d4b25ed59774c2dab59a88f8ad8428 │ │ │ └── b1d4b25ed59774c2dab59a88f8ad8428.info │ │ └── f5 │ │ │ ├── f5f67c52d1564df4a8936ccd202a3bd8 │ │ │ └── f5f67c52d1564df4a8936ccd202a3bd8.info │ └── shadercompiler-64bit-1.log └── ProjectSettings │ ├── AudioManager.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 ├── Platformer E04 ├── Assets │ ├── Materials.meta │ ├── Materials │ │ ├── Obstacle.mat │ │ ├── Obstacle.mat.meta │ │ ├── Player.mat │ │ └── Player.mat.meta │ ├── Scene.unity │ ├── Scene.unity.meta │ ├── Scripts.meta │ └── Scripts │ │ ├── Controller2D.cs │ │ ├── Controller2D.cs.meta │ │ ├── Player.cs │ │ └── Player.cs.meta ├── Library │ ├── AnnotationManager │ ├── AssetImportState │ ├── AssetServerCacheV3 │ ├── BuildPlayer.prefs │ ├── BuildSettings.asset │ ├── CurrentLayout.dwlt │ ├── EditorUserBuildSettings.asset │ ├── EditorUserSettings.asset │ ├── InspectorExpandedItems.asset │ ├── LibraryFormatVersion.txt │ ├── MonoManager.asset │ ├── ProjectSettings.asset │ ├── ScriptAssemblies │ │ ├── Assembly-CSharp.dll │ │ ├── Assembly-CSharp.dll.mdb │ │ └── BuiltinAssemblies.stamp │ ├── ScriptMapper │ ├── ShaderCache │ │ ├── 2 │ │ │ ├── 21aef1b44f9690865cd25ec139de7038.bin │ │ │ ├── 2a6d05559586657d6cfb7a1ce6ea4776.bin │ │ │ └── 2fef5752678a2115cd77af3d6044792c.bin │ │ ├── 4 │ │ │ └── 4f1c3698d4335bbf60d59bc75d6da571.bin │ │ ├── 6 │ │ │ ├── 6114d69871b1853717b48f14c5b90a72.bin │ │ │ └── 6836e4fd2c7f02f92e21a88e89a6568e.bin │ │ ├── 8 │ │ │ └── 8cc55c9f7008e18941a0ea4f3923f980.bin │ │ ├── 9 │ │ │ ├── 916ec3d937cb01da16d32444b9094b85.bin │ │ │ ├── 91b70739cf33904398ca8afe12ba5e59.bin │ │ │ └── 99dac9c627bfc7922f7d52490447b565.bin │ │ ├── a │ │ │ └── aba0c7753f322c1dea5d23475aeeaa0a.bin │ │ └── e │ │ │ └── e21568466db8c05def95bce52e43186f.bin │ ├── assetDatabase3 │ ├── expandedItems │ ├── guidmapper │ ├── metadata │ │ ├── 21 │ │ │ ├── 21ae0c3d7722a4bc0b743f08432e661a │ │ │ └── 21ae0c3d7722a4bc0b743f08432e661a.info │ │ ├── 24 │ │ │ ├── 243d890830e99458a9d4f00ccd11a4e8 │ │ │ └── 243d890830e99458a9d4f00ccd11a4e8.info │ │ ├── 39 │ │ │ ├── 39d28dfa027fa4acb93e69cfddebd54b │ │ │ └── 39d28dfa027fa4acb93e69cfddebd54b.info │ │ ├── 41 │ │ │ ├── 4170b6dffcbdb440db5ac7df04abaab5 │ │ │ └── 4170b6dffcbdb440db5ac7df04abaab5.info │ │ ├── 80 │ │ │ ├── 80a3616ca19596e4da0f10f14d241e9f │ │ │ └── 80a3616ca19596e4da0f10f14d241e9f.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 │ │ │ ├── 00000000000000008000000000000000 │ │ │ ├── 00000000000000008000000000000000.info │ │ │ ├── 00000000000000009000000000000000 │ │ │ ├── 00000000000000009000000000000000.info │ │ │ ├── 0000000000000000a000000000000000 │ │ │ ├── 0000000000000000a000000000000000.info │ │ │ ├── 0000000000000000b000000000000000 │ │ │ ├── 0000000000000000b000000000000000.info │ │ │ ├── 0000000000000000c000000000000000 │ │ │ └── 0000000000000000c000000000000000.info │ │ ├── 8e │ │ │ ├── 8e23cc33bca074518869ed28f818f584 │ │ │ └── 8e23cc33bca074518869ed28f818f584.info │ │ ├── a5 │ │ │ ├── a59e50afd693f48208556b4b3592f7b2 │ │ │ └── a59e50afd693f48208556b4b3592f7b2.info │ │ ├── b1 │ │ │ ├── b1d4b25ed59774c2dab59a88f8ad8428 │ │ │ └── b1d4b25ed59774c2dab59a88f8ad8428.info │ │ └── f5 │ │ │ ├── f5f67c52d1564df4a8936ccd202a3bd8 │ │ │ └── f5f67c52d1564df4a8936ccd202a3bd8.info │ └── shadercompiler-64bit-1.log └── ProjectSettings │ ├── AudioManager.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 ├── Platformer E05 ├── Assets │ ├── Materials.meta │ ├── Materials │ │ ├── Obstacle.mat │ │ ├── Obstacle.mat.meta │ │ ├── Player.mat │ │ └── Player.mat.meta │ ├── Scene.unity │ ├── Scene.unity.meta │ ├── Scripts.meta │ └── Scripts │ │ ├── Controller2D.cs │ │ ├── Controller2D.cs.meta │ │ ├── Player.cs │ │ └── Player.cs.meta ├── Library │ ├── AnnotationManager │ ├── AssetImportState │ ├── AssetServerCacheV3 │ ├── BuildPlayer.prefs │ ├── BuildSettings.asset │ ├── CurrentLayout.dwlt │ ├── EditorUserBuildSettings.asset │ ├── EditorUserSettings.asset │ ├── InspectorExpandedItems.asset │ ├── LibraryFormatVersion.txt │ ├── MonoManager.asset │ ├── ProjectSettings.asset │ ├── ScriptAssemblies │ │ ├── Assembly-CSharp.dll │ │ ├── Assembly-CSharp.dll.mdb │ │ └── BuiltinAssemblies.stamp │ ├── ScriptMapper │ ├── ShaderCache │ │ ├── 2 │ │ │ ├── 21aef1b44f9690865cd25ec139de7038.bin │ │ │ ├── 2a6d05559586657d6cfb7a1ce6ea4776.bin │ │ │ └── 2fef5752678a2115cd77af3d6044792c.bin │ │ ├── 4 │ │ │ └── 4f1c3698d4335bbf60d59bc75d6da571.bin │ │ ├── 6 │ │ │ ├── 6114d69871b1853717b48f14c5b90a72.bin │ │ │ └── 6836e4fd2c7f02f92e21a88e89a6568e.bin │ │ ├── 8 │ │ │ └── 8cc55c9f7008e18941a0ea4f3923f980.bin │ │ ├── 9 │ │ │ ├── 916ec3d937cb01da16d32444b9094b85.bin │ │ │ ├── 91b70739cf33904398ca8afe12ba5e59.bin │ │ │ └── 99dac9c627bfc7922f7d52490447b565.bin │ │ ├── a │ │ │ └── aba0c7753f322c1dea5d23475aeeaa0a.bin │ │ └── e │ │ │ └── e21568466db8c05def95bce52e43186f.bin │ ├── assetDatabase3 │ ├── expandedItems │ ├── guidmapper │ ├── metadata │ │ ├── 21 │ │ │ ├── 21ae0c3d7722a4bc0b743f08432e661a │ │ │ └── 21ae0c3d7722a4bc0b743f08432e661a.info │ │ ├── 24 │ │ │ ├── 243d890830e99458a9d4f00ccd11a4e8 │ │ │ └── 243d890830e99458a9d4f00ccd11a4e8.info │ │ ├── 39 │ │ │ ├── 39d28dfa027fa4acb93e69cfddebd54b │ │ │ └── 39d28dfa027fa4acb93e69cfddebd54b.info │ │ ├── 41 │ │ │ ├── 4170b6dffcbdb440db5ac7df04abaab5 │ │ │ └── 4170b6dffcbdb440db5ac7df04abaab5.info │ │ ├── 80 │ │ │ ├── 80a3616ca19596e4da0f10f14d241e9f │ │ │ └── 80a3616ca19596e4da0f10f14d241e9f.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 │ │ │ ├── 00000000000000008000000000000000 │ │ │ ├── 00000000000000008000000000000000.info │ │ │ ├── 00000000000000009000000000000000 │ │ │ ├── 00000000000000009000000000000000.info │ │ │ ├── 0000000000000000a000000000000000 │ │ │ ├── 0000000000000000a000000000000000.info │ │ │ ├── 0000000000000000b000000000000000 │ │ │ ├── 0000000000000000b000000000000000.info │ │ │ ├── 0000000000000000c000000000000000 │ │ │ └── 0000000000000000c000000000000000.info │ │ ├── 8e │ │ │ ├── 8e23cc33bca074518869ed28f818f584 │ │ │ └── 8e23cc33bca074518869ed28f818f584.info │ │ ├── a5 │ │ │ ├── a59e50afd693f48208556b4b3592f7b2 │ │ │ └── a59e50afd693f48208556b4b3592f7b2.info │ │ ├── b1 │ │ │ ├── b1d4b25ed59774c2dab59a88f8ad8428 │ │ │ └── b1d4b25ed59774c2dab59a88f8ad8428.info │ │ └── f5 │ │ │ ├── f5f67c52d1564df4a8936ccd202a3bd8 │ │ │ └── f5f67c52d1564df4a8936ccd202a3bd8.info │ └── shadercompiler-64bit-1.log └── ProjectSettings │ ├── AudioManager.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 ├── Platformer E06 ├── Assets │ ├── Materials.meta │ ├── Materials │ │ ├── Obstacle.mat │ │ ├── Obstacle.mat.meta │ │ ├── Player.mat │ │ └── Player.mat.meta │ ├── Scene.unity │ ├── Scene.unity.meta │ ├── Scripts.meta │ └── Scripts │ │ ├── Controller2D.cs │ │ ├── Controller2D.cs.meta │ │ ├── PlatformController.cs │ │ ├── PlatformController.cs.meta │ │ ├── Player.cs │ │ ├── Player.cs.meta │ │ ├── RaycastController.cs │ │ └── RaycastController.cs.meta ├── Library │ ├── AnnotationManager │ ├── AssetImportState │ ├── AssetServerCacheV3 │ ├── AssetVersioning.db │ ├── BuildPlayer.prefs │ ├── BuildSettings.asset │ ├── CurrentLayout.dwlt │ ├── EditorUserBuildSettings.asset │ ├── EditorUserSettings.asset │ ├── InspectorExpandedItems.asset │ ├── LibraryFormatVersion.txt │ ├── MonoManager.asset │ ├── ProjectSettings.asset │ ├── ScriptAssemblies │ │ ├── Assembly-CSharp.dll │ │ ├── Assembly-CSharp.dll.mdb │ │ └── BuiltinAssemblies.stamp │ ├── ScriptMapper │ ├── ShaderCache.db │ ├── ShaderCache │ │ ├── 2 │ │ │ ├── 21aef1b44f9690865cd25ec139de7038.bin │ │ │ ├── 2a6d05559586657d6cfb7a1ce6ea4776.bin │ │ │ └── 2fef5752678a2115cd77af3d6044792c.bin │ │ ├── 4 │ │ │ └── 4f1c3698d4335bbf60d59bc75d6da571.bin │ │ ├── 6 │ │ │ ├── 6114d69871b1853717b48f14c5b90a72.bin │ │ │ └── 6836e4fd2c7f02f92e21a88e89a6568e.bin │ │ ├── 8 │ │ │ └── 8cc55c9f7008e18941a0ea4f3923f980.bin │ │ ├── 9 │ │ │ ├── 916ec3d937cb01da16d32444b9094b85.bin │ │ │ ├── 91b70739cf33904398ca8afe12ba5e59.bin │ │ │ └── 99dac9c627bfc7922f7d52490447b565.bin │ │ ├── a │ │ │ └── aba0c7753f322c1dea5d23475aeeaa0a.bin │ │ └── e │ │ │ └── e21568466db8c05def95bce52e43186f.bin │ ├── assetDatabase3 │ ├── expandedItems │ ├── guidmapper │ ├── metadata │ │ ├── 21 │ │ │ ├── 21ae0c3d7722a4bc0b743f08432e661a │ │ │ └── 21ae0c3d7722a4bc0b743f08432e661a.info │ │ ├── 24 │ │ │ ├── 243d890830e99458a9d4f00ccd11a4e8 │ │ │ └── 243d890830e99458a9d4f00ccd11a4e8.info │ │ ├── 39 │ │ │ ├── 39d28dfa027fa4acb93e69cfddebd54b │ │ │ └── 39d28dfa027fa4acb93e69cfddebd54b.info │ │ ├── 41 │ │ │ ├── 4170b6dffcbdb440db5ac7df04abaab5 │ │ │ └── 4170b6dffcbdb440db5ac7df04abaab5.info │ │ ├── 80 │ │ │ ├── 80a3616ca19596e4da0f10f14d241e9f │ │ │ └── 80a3616ca19596e4da0f10f14d241e9f.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 │ │ │ ├── 00000000000000008000000000000000 │ │ │ ├── 00000000000000008000000000000000.info │ │ │ ├── 00000000000000009000000000000000 │ │ │ ├── 00000000000000009000000000000000.info │ │ │ ├── 0000000000000000a000000000000000 │ │ │ ├── 0000000000000000a000000000000000.info │ │ │ ├── 0000000000000000b000000000000000 │ │ │ ├── 0000000000000000b000000000000000.info │ │ │ ├── 0000000000000000c000000000000000 │ │ │ └── 0000000000000000c000000000000000.info │ │ ├── 8e │ │ │ ├── 8e23cc33bca074518869ed28f818f584 │ │ │ └── 8e23cc33bca074518869ed28f818f584.info │ │ ├── 9e │ │ │ ├── 9e6b024109db2400989d62e0f3f1d0aa │ │ │ └── 9e6b024109db2400989d62e0f3f1d0aa.info │ │ ├── a5 │ │ │ ├── a59e50afd693f48208556b4b3592f7b2 │ │ │ └── a59e50afd693f48208556b4b3592f7b2.info │ │ ├── b1 │ │ │ ├── b1d4b25ed59774c2dab59a88f8ad8428 │ │ │ └── b1d4b25ed59774c2dab59a88f8ad8428.info │ │ ├── be │ │ │ ├── be875fad83da24b8f8152065ba177eb1 │ │ │ └── be875fad83da24b8f8152065ba177eb1.info │ │ └── f5 │ │ │ ├── f5f67c52d1564df4a8936ccd202a3bd8 │ │ │ └── f5f67c52d1564df4a8936ccd202a3bd8.info │ └── shadercompiler-64bit-1.log └── ProjectSettings │ ├── AudioManager.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 ├── Platformer E07 ├── Assets │ ├── Materials.meta │ ├── Materials │ │ ├── Obstacle.mat │ │ ├── Obstacle.mat.meta │ │ ├── Player.mat │ │ └── Player.mat.meta │ ├── Scene.unity │ ├── Scene.unity.meta │ ├── Scripts.meta │ └── Scripts │ │ ├── Controller2D.cs │ │ ├── Controller2D.cs.meta │ │ ├── PlatformController.cs │ │ ├── PlatformController.cs.meta │ │ ├── Player.cs │ │ ├── Player.cs.meta │ │ ├── RaycastController.cs │ │ └── RaycastController.cs.meta ├── Library │ ├── AnnotationManager │ ├── AssetImportState │ ├── AssetServerCacheV3 │ ├── AssetVersioning.db │ ├── BuildPlayer.prefs │ ├── BuildSettings.asset │ ├── CurrentLayout.dwlt │ ├── EditorUserBuildSettings.asset │ ├── EditorUserSettings.asset │ ├── InspectorExpandedItems.asset │ ├── LibraryFormatVersion.txt │ ├── MonoManager.asset │ ├── ProjectSettings.asset │ ├── ScriptAssemblies │ │ ├── Assembly-CSharp.dll │ │ ├── Assembly-CSharp.dll.mdb │ │ └── BuiltinAssemblies.stamp │ ├── ScriptMapper │ ├── ShaderCache.db │ ├── ShaderCache │ │ ├── 2 │ │ │ ├── 21aef1b44f9690865cd25ec139de7038.bin │ │ │ ├── 2a6d05559586657d6cfb7a1ce6ea4776.bin │ │ │ └── 2fef5752678a2115cd77af3d6044792c.bin │ │ ├── 4 │ │ │ └── 4f1c3698d4335bbf60d59bc75d6da571.bin │ │ ├── 6 │ │ │ ├── 6114d69871b1853717b48f14c5b90a72.bin │ │ │ └── 6836e4fd2c7f02f92e21a88e89a6568e.bin │ │ ├── 7 │ │ │ └── 7701ac21bdd03e0b5bdf909abb8fc458.bin │ │ ├── 8 │ │ │ └── 8cc55c9f7008e18941a0ea4f3923f980.bin │ │ ├── 9 │ │ │ ├── 916ec3d937cb01da16d32444b9094b85.bin │ │ │ ├── 91b70739cf33904398ca8afe12ba5e59.bin │ │ │ └── 99dac9c627bfc7922f7d52490447b565.bin │ │ ├── a │ │ │ ├── a9c7e94c852df3f64be1aa51c39bdecd.bin │ │ │ └── aba0c7753f322c1dea5d23475aeeaa0a.bin │ │ └── e │ │ │ └── e21568466db8c05def95bce52e43186f.bin │ ├── assetDatabase3 │ ├── expandedItems │ ├── guidmapper │ ├── metadata │ │ ├── 21 │ │ │ ├── 21ae0c3d7722a4bc0b743f08432e661a │ │ │ └── 21ae0c3d7722a4bc0b743f08432e661a.info │ │ ├── 24 │ │ │ ├── 243d890830e99458a9d4f00ccd11a4e8 │ │ │ └── 243d890830e99458a9d4f00ccd11a4e8.info │ │ ├── 39 │ │ │ ├── 39d28dfa027fa4acb93e69cfddebd54b │ │ │ └── 39d28dfa027fa4acb93e69cfddebd54b.info │ │ ├── 41 │ │ │ ├── 4170b6dffcbdb440db5ac7df04abaab5 │ │ │ └── 4170b6dffcbdb440db5ac7df04abaab5.info │ │ ├── 80 │ │ │ ├── 80a3616ca19596e4da0f10f14d241e9f │ │ │ └── 80a3616ca19596e4da0f10f14d241e9f.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 │ │ │ ├── 00000000000000008000000000000000 │ │ │ ├── 00000000000000008000000000000000.info │ │ │ ├── 00000000000000009000000000000000 │ │ │ ├── 00000000000000009000000000000000.info │ │ │ ├── 0000000000000000a000000000000000 │ │ │ ├── 0000000000000000a000000000000000.info │ │ │ ├── 0000000000000000b000000000000000 │ │ │ ├── 0000000000000000b000000000000000.info │ │ │ ├── 0000000000000000c000000000000000 │ │ │ └── 0000000000000000c000000000000000.info │ │ ├── 8e │ │ │ ├── 8e23cc33bca074518869ed28f818f584 │ │ │ └── 8e23cc33bca074518869ed28f818f584.info │ │ ├── 9e │ │ │ ├── 9e6b024109db2400989d62e0f3f1d0aa │ │ │ └── 9e6b024109db2400989d62e0f3f1d0aa.info │ │ ├── a5 │ │ │ ├── a59e50afd693f48208556b4b3592f7b2 │ │ │ └── a59e50afd693f48208556b4b3592f7b2.info │ │ ├── b1 │ │ │ ├── b1d4b25ed59774c2dab59a88f8ad8428 │ │ │ └── b1d4b25ed59774c2dab59a88f8ad8428.info │ │ ├── be │ │ │ ├── be875fad83da24b8f8152065ba177eb1 │ │ │ └── be875fad83da24b8f8152065ba177eb1.info │ │ └── f5 │ │ │ ├── f5f67c52d1564df4a8936ccd202a3bd8 │ │ │ └── f5f67c52d1564df4a8936ccd202a3bd8.info │ └── shadercompiler-64bit-1.log └── ProjectSettings │ ├── AudioManager.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 ├── Platformer E08 ├── Assets │ ├── Materials.meta │ ├── Materials │ │ ├── Obstacle.mat │ │ ├── Obstacle.mat.meta │ │ ├── Player.mat │ │ └── Player.mat.meta │ ├── Scene.unity │ ├── Scene.unity.meta │ ├── Scripts.meta │ └── Scripts │ │ ├── Controller2D.cs │ │ ├── Controller2D.cs.meta │ │ ├── PlatformController.cs │ │ ├── PlatformController.cs.meta │ │ ├── Player.cs │ │ ├── Player.cs.meta │ │ ├── RaycastController.cs │ │ └── RaycastController.cs.meta ├── Library │ ├── AnnotationManager │ ├── AssetImportState │ ├── AssetServerCacheV3 │ ├── AssetVersioning.db │ ├── BuildPlayer.prefs │ ├── BuildSettings.asset │ ├── CurrentLayout.dwlt │ ├── EditorUserBuildSettings.asset │ ├── EditorUserSettings.asset │ ├── InspectorExpandedItems.asset │ ├── LibraryFormatVersion.txt │ ├── MonoManager.asset │ ├── ProjectSettings.asset │ ├── ScriptAssemblies │ │ ├── Assembly-CSharp.dll │ │ ├── Assembly-CSharp.dll.mdb │ │ └── BuiltinAssemblies.stamp │ ├── ScriptMapper │ ├── ShaderCache.db │ ├── ShaderCache │ │ ├── 2 │ │ │ ├── 21aef1b44f9690865cd25ec139de7038.bin │ │ │ ├── 2a6d05559586657d6cfb7a1ce6ea4776.bin │ │ │ └── 2fef5752678a2115cd77af3d6044792c.bin │ │ ├── 4 │ │ │ └── 4f1c3698d4335bbf60d59bc75d6da571.bin │ │ ├── 6 │ │ │ ├── 6114d69871b1853717b48f14c5b90a72.bin │ │ │ └── 6836e4fd2c7f02f92e21a88e89a6568e.bin │ │ ├── 7 │ │ │ └── 7701ac21bdd03e0b5bdf909abb8fc458.bin │ │ ├── 8 │ │ │ └── 8cc55c9f7008e18941a0ea4f3923f980.bin │ │ ├── 9 │ │ │ ├── 916ec3d937cb01da16d32444b9094b85.bin │ │ │ ├── 91b70739cf33904398ca8afe12ba5e59.bin │ │ │ └── 99dac9c627bfc7922f7d52490447b565.bin │ │ ├── a │ │ │ ├── a9c7e94c852df3f64be1aa51c39bdecd.bin │ │ │ └── aba0c7753f322c1dea5d23475aeeaa0a.bin │ │ └── e │ │ │ └── e21568466db8c05def95bce52e43186f.bin │ ├── assetDatabase3 │ ├── expandedItems │ ├── guidmapper │ ├── metadata │ │ ├── 21 │ │ │ ├── 21ae0c3d7722a4bc0b743f08432e661a │ │ │ └── 21ae0c3d7722a4bc0b743f08432e661a.info │ │ ├── 24 │ │ │ ├── 243d890830e99458a9d4f00ccd11a4e8 │ │ │ └── 243d890830e99458a9d4f00ccd11a4e8.info │ │ ├── 39 │ │ │ ├── 39d28dfa027fa4acb93e69cfddebd54b │ │ │ └── 39d28dfa027fa4acb93e69cfddebd54b.info │ │ ├── 41 │ │ │ ├── 4170b6dffcbdb440db5ac7df04abaab5 │ │ │ └── 4170b6dffcbdb440db5ac7df04abaab5.info │ │ ├── 80 │ │ │ ├── 80a3616ca19596e4da0f10f14d241e9f │ │ │ └── 80a3616ca19596e4da0f10f14d241e9f.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 │ │ │ ├── 00000000000000008000000000000000 │ │ │ ├── 00000000000000008000000000000000.info │ │ │ ├── 00000000000000009000000000000000 │ │ │ ├── 00000000000000009000000000000000.info │ │ │ ├── 0000000000000000a000000000000000 │ │ │ ├── 0000000000000000a000000000000000.info │ │ │ ├── 0000000000000000b000000000000000 │ │ │ ├── 0000000000000000b000000000000000.info │ │ │ ├── 0000000000000000c000000000000000 │ │ │ └── 0000000000000000c000000000000000.info │ │ ├── 8e │ │ │ ├── 8e23cc33bca074518869ed28f818f584 │ │ │ └── 8e23cc33bca074518869ed28f818f584.info │ │ ├── 9e │ │ │ ├── 9e6b024109db2400989d62e0f3f1d0aa │ │ │ └── 9e6b024109db2400989d62e0f3f1d0aa.info │ │ ├── a5 │ │ │ ├── a59e50afd693f48208556b4b3592f7b2 │ │ │ └── a59e50afd693f48208556b4b3592f7b2.info │ │ ├── b1 │ │ │ ├── b1d4b25ed59774c2dab59a88f8ad8428 │ │ │ └── b1d4b25ed59774c2dab59a88f8ad8428.info │ │ ├── be │ │ │ ├── be875fad83da24b8f8152065ba177eb1 │ │ │ └── be875fad83da24b8f8152065ba177eb1.info │ │ └── f5 │ │ │ ├── f5f67c52d1564df4a8936ccd202a3bd8 │ │ │ └── f5f67c52d1564df4a8936ccd202a3bd8.info │ └── shadercompiler-64bit-1.log └── ProjectSettings │ ├── AudioManager.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 ├── Platformer E09 ├── Assets │ ├── Materials.meta │ ├── Materials │ │ ├── Obstacle.mat │ │ ├── Obstacle.mat.meta │ │ ├── Player.mat │ │ └── Player.mat.meta │ ├── Scene.unity │ ├── Scene.unity.meta │ ├── Scripts.meta │ └── Scripts │ │ ├── Controller2D.cs │ │ ├── Controller2D.cs.meta │ │ ├── PlatformController.cs │ │ ├── PlatformController.cs.meta │ │ ├── Player.cs │ │ ├── Player.cs.meta │ │ ├── RaycastController.cs │ │ └── RaycastController.cs.meta ├── Library │ ├── AnnotationManager │ ├── AssetImportState │ ├── AssetServerCacheV3 │ ├── AssetVersioning.db │ ├── BuildPlayer.prefs │ ├── BuildSettings.asset │ ├── CurrentLayout.dwlt │ ├── EditorUserBuildSettings.asset │ ├── EditorUserSettings.asset │ ├── InspectorExpandedItems.asset │ ├── LibraryFormatVersion.txt │ ├── MonoManager.asset │ ├── ProjectSettings.asset │ ├── ScriptAssemblies │ │ ├── Assembly-CSharp.dll │ │ ├── Assembly-CSharp.dll.mdb │ │ └── BuiltinAssemblies.stamp │ ├── ScriptMapper │ ├── ShaderCache.db │ ├── ShaderCache │ │ ├── 2 │ │ │ ├── 21aef1b44f9690865cd25ec139de7038.bin │ │ │ ├── 2a6d05559586657d6cfb7a1ce6ea4776.bin │ │ │ └── 2fef5752678a2115cd77af3d6044792c.bin │ │ ├── 4 │ │ │ └── 4f1c3698d4335bbf60d59bc75d6da571.bin │ │ ├── 6 │ │ │ ├── 6114d69871b1853717b48f14c5b90a72.bin │ │ │ └── 6836e4fd2c7f02f92e21a88e89a6568e.bin │ │ ├── 7 │ │ │ └── 7701ac21bdd03e0b5bdf909abb8fc458.bin │ │ ├── 8 │ │ │ ├── 897b9118c2aec425b65a08dccd2e4cdf.bin │ │ │ └── 8cc55c9f7008e18941a0ea4f3923f980.bin │ │ ├── 9 │ │ │ ├── 916ec3d937cb01da16d32444b9094b85.bin │ │ │ ├── 91b70739cf33904398ca8afe12ba5e59.bin │ │ │ └── 99dac9c627bfc7922f7d52490447b565.bin │ │ ├── a │ │ │ ├── a9c7e94c852df3f64be1aa51c39bdecd.bin │ │ │ └── aba0c7753f322c1dea5d23475aeeaa0a.bin │ │ ├── c │ │ │ └── c7aec3e87be08a02544b550dfa19dfd4.bin │ │ └── e │ │ │ └── e21568466db8c05def95bce52e43186f.bin │ ├── assetDatabase3 │ ├── expandedItems │ ├── guidmapper │ ├── metadata │ │ ├── 21 │ │ │ ├── 21ae0c3d7722a4bc0b743f08432e661a │ │ │ └── 21ae0c3d7722a4bc0b743f08432e661a.info │ │ ├── 24 │ │ │ ├── 243d890830e99458a9d4f00ccd11a4e8 │ │ │ └── 243d890830e99458a9d4f00ccd11a4e8.info │ │ ├── 39 │ │ │ ├── 39d28dfa027fa4acb93e69cfddebd54b │ │ │ └── 39d28dfa027fa4acb93e69cfddebd54b.info │ │ ├── 41 │ │ │ ├── 4170b6dffcbdb440db5ac7df04abaab5 │ │ │ └── 4170b6dffcbdb440db5ac7df04abaab5.info │ │ ├── 80 │ │ │ ├── 80a3616ca19596e4da0f10f14d241e9f │ │ │ └── 80a3616ca19596e4da0f10f14d241e9f.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 │ │ │ ├── 00000000000000008000000000000000 │ │ │ ├── 00000000000000008000000000000000.info │ │ │ ├── 00000000000000009000000000000000 │ │ │ ├── 00000000000000009000000000000000.info │ │ │ ├── 0000000000000000a000000000000000 │ │ │ ├── 0000000000000000a000000000000000.info │ │ │ ├── 0000000000000000b000000000000000 │ │ │ ├── 0000000000000000b000000000000000.info │ │ │ ├── 0000000000000000c000000000000000 │ │ │ └── 0000000000000000c000000000000000.info │ │ ├── 8e │ │ │ ├── 8e23cc33bca074518869ed28f818f584 │ │ │ └── 8e23cc33bca074518869ed28f818f584.info │ │ ├── 9e │ │ │ ├── 9e6b024109db2400989d62e0f3f1d0aa │ │ │ └── 9e6b024109db2400989d62e0f3f1d0aa.info │ │ ├── a5 │ │ │ ├── a59e50afd693f48208556b4b3592f7b2 │ │ │ └── a59e50afd693f48208556b4b3592f7b2.info │ │ ├── b1 │ │ │ ├── b1d4b25ed59774c2dab59a88f8ad8428 │ │ │ └── b1d4b25ed59774c2dab59a88f8ad8428.info │ │ ├── be │ │ │ ├── be875fad83da24b8f8152065ba177eb1 │ │ │ └── be875fad83da24b8f8152065ba177eb1.info │ │ └── f5 │ │ │ ├── f5f67c52d1564df4a8936ccd202a3bd8 │ │ │ └── f5f67c52d1564df4a8936ccd202a3bd8.info │ └── shadercompiler-64bit-1.log └── ProjectSettings │ ├── AudioManager.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 ├── Platformer E10 ├── Assets │ ├── Materials.meta │ ├── Materials │ │ ├── Obstacle.mat │ │ ├── Obstacle.mat.meta │ │ ├── Player.mat │ │ └── Player.mat.meta │ ├── Scene.unity │ ├── Scene.unity.meta │ ├── Scripts.meta │ └── Scripts │ │ ├── Controller2D.cs │ │ ├── Controller2D.cs.meta │ │ ├── PlatformController.cs │ │ ├── PlatformController.cs.meta │ │ ├── Player.cs │ │ ├── Player.cs.meta │ │ ├── RaycastController.cs │ │ └── RaycastController.cs.meta ├── Library │ ├── AnnotationManager │ ├── AssetImportState │ ├── AssetServerCacheV3 │ ├── AssetVersioning.db │ ├── BuildPlayer.prefs │ ├── BuildSettings.asset │ ├── CurrentLayout.dwlt │ ├── CurrentMaximizeLayout.dwlt │ ├── EditorUserBuildSettings.asset │ ├── EditorUserSettings.asset │ ├── InspectorExpandedItems.asset │ ├── LibraryFormatVersion.txt │ ├── MonoManager.asset │ ├── ProjectSettings.asset │ ├── ScriptAssemblies │ │ ├── Assembly-CSharp.dll │ │ ├── Assembly-CSharp.dll.mdb │ │ └── BuiltinAssemblies.stamp │ ├── ScriptMapper │ ├── ShaderCache.db │ ├── ShaderCache │ │ ├── 0 │ │ │ ├── 004a2ef3f5a2aef7557829c64fc77aaf.bin │ │ │ ├── 043e23948eb105c6ff646233e47cfee4.bin │ │ │ ├── 045a0ab68e4a1e4e286fc5b442a333f4.bin │ │ │ ├── 09c4c760ee58eddd193422cf56f6c65a.bin │ │ │ ├── 0c0f71759b198f8ebb9a94db134a47a5.bin │ │ │ ├── 0c793034af068923af8d49470f399597.bin │ │ │ └── 0ef6b1a72b88fa77621640dbd71a3b7d.bin │ │ ├── 1 │ │ │ ├── 100d36e9d7372e80e3fb64f0c1a56dfe.bin │ │ │ ├── 101030fffcc50174a4ffa0a86e2cd2b9.bin │ │ │ ├── 12282a65c5e2e5fd605f56ecaf98c966.bin │ │ │ ├── 1457f21b53e0f805bf78ec101070bfb0.bin │ │ │ ├── 1662a1b1e6ffed1de784d03b358e7504.bin │ │ │ ├── 169b7f21337cad1083c53036f072becb.bin │ │ │ ├── 176209f88d497c3a851ee5cf8b570192.bin │ │ │ ├── 17bc5e43cd53f89b8eba2aa943150983.bin │ │ │ ├── 19c2b23b8e584c75ebcf2e48b198e99c.bin │ │ │ ├── 1b1409c504691c0091ae01a75b1f41e7.bin │ │ │ ├── 1dd6b18d64a7c38486db9e06e0dda3bc.bin │ │ │ ├── 1e089b310378d9423fb1cc4401f18650.bin │ │ │ └── 1f29ef6369b1a207decfc538e18bc203.bin │ │ ├── 2 │ │ │ ├── 2094ca2d9dda1393231fadeb65a08041.bin │ │ │ ├── 21057396a32f4dfb44bf4252a201fd86.bin │ │ │ ├── 218e75eccba92130f8539fff9125f474.bin │ │ │ ├── 21aef1b44f9690865cd25ec139de7038.bin │ │ │ ├── 220a7d5646b71d185439919a2d5223ea.bin │ │ │ ├── 23dda27e20051d48026615272149b6f4.bin │ │ │ ├── 24734495638bc5076855bb0295ba43b8.bin │ │ │ ├── 252caccb07617a18eb0597f810c30549.bin │ │ │ ├── 266aa8240d679abe2cb3105b71e72b21.bin │ │ │ ├── 26727dd47ca246c4c0be74a62406dcbe.bin │ │ │ ├── 278b251548166f12fb5ba66c141b1cf3.bin │ │ │ ├── 29315a61bb02b977414c73def7d2f7b9.bin │ │ │ ├── 29cce8c38385d1b5ff9c0176f165bffd.bin │ │ │ ├── 2a6d05559586657d6cfb7a1ce6ea4776.bin │ │ │ ├── 2d26ee3677a8f06cf49f80e091792e10.bin │ │ │ ├── 2f65e95fd916fee796207e2c068dfc29.bin │ │ │ ├── 2f6fb3b3e3fd974309e8e37a21d14a65.bin │ │ │ ├── 2f898d3ab3be73945ee24de3ed292481.bin │ │ │ └── 2fef5752678a2115cd77af3d6044792c.bin │ │ ├── 3 │ │ │ ├── 30fbe2088ddcf3e7d0fedaf736b7019e.bin │ │ │ ├── 3172b564b9bf382dc19bf56b317ff6fd.bin │ │ │ ├── 324d8243b1ab6fda68ace2391a042bf0.bin │ │ │ ├── 32751ab2178c9d025765dbb864f5ca2f.bin │ │ │ ├── 33bdb0b0172ab3c6043e35be60a73131.bin │ │ │ ├── 38a3bfe82dc783719711a34a20210214.bin │ │ │ ├── 392add5e33516e3c67198f1b81d5094a.bin │ │ │ └── 3ee4303a299b4255cd235b871e487910.bin │ │ ├── 4 │ │ │ ├── 40abb076ff368bf169c781b7a5236d6f.bin │ │ │ ├── 414a97b64df68387a4ca51d8f8610c84.bin │ │ │ ├── 41b910f8dd33cb88ae6fa6300c58b9b8.bin │ │ │ ├── 41e890fecef19ca752a88a4b764513e6.bin │ │ │ ├── 41edb8ff1a1d374c2d1721e8cbd90666.bin │ │ │ ├── 42102499c52cee0f15e230482fc72dea.bin │ │ │ ├── 443589641ccf49267b7110dd8e13c74f.bin │ │ │ ├── 458bfea6eb40f334d7179adb5b1da9b6.bin │ │ │ ├── 48f252957f19cc4cecaf08c02c8d98c1.bin │ │ │ ├── 4b7e36651f52539677c098180b6efa4a.bin │ │ │ ├── 4c760fe0c3a5cabdd59ae2363aeae4fa.bin │ │ │ └── 4f1c3698d4335bbf60d59bc75d6da571.bin │ │ ├── 5 │ │ │ ├── 53ed5cd9a12e39c92388f18f7a82a07f.bin │ │ │ ├── 57b8c0946c8ab4523d74b7828e78a941.bin │ │ │ ├── 591e4d2ea1b817d41826f1cc4618b70e.bin │ │ │ ├── 5924cdada2380e8cdda4604101693794.bin │ │ │ ├── 59c1854604569ec94c24b4bd329b2f4c.bin │ │ │ ├── 5b5adc4980cb8ef135c9cc64929757b6.bin │ │ │ ├── 5e07d487a97c1d82827eb87343a85e24.bin │ │ │ ├── 5e93beded67aa8ea01f54e7200ebac37.bin │ │ │ ├── 5f9fd858c995bdf4689fb9a1579502eb.bin │ │ │ └── 5fe10818ef6f39e1d20bc4d086cf0ec7.bin │ │ ├── 6 │ │ │ ├── 6011069467beb14d728df0ffe26b0e84.bin │ │ │ ├── 6114d69871b1853717b48f14c5b90a72.bin │ │ │ ├── 6233ad41f630fd66587922b0bf572f9e.bin │ │ │ ├── 647d4005a09cec316d6f5632d4d4c58a.bin │ │ │ ├── 6836e4fd2c7f02f92e21a88e89a6568e.bin │ │ │ ├── 68863d8d0a6effde312beca5b2be7756.bin │ │ │ ├── 6961524ba88dc448ed0342b2b3fc0e3f.bin │ │ │ ├── 69c47bc794f06b156efeb26a4a5adbf0.bin │ │ │ ├── 6b6364a7a245b33c94eef998a34644b3.bin │ │ │ ├── 6c973517d9b4fe32e657572e9671cd55.bin │ │ │ ├── 6d2b3611d944a59ef5f0706d7e8f10e7.bin │ │ │ ├── 6dbc15d18e797c262920dd5a4a79c597.bin │ │ │ ├── 6fa718a8862e1c7fd8901e01ee94a5bd.bin │ │ │ └── 6ffec97af51ee1baaa4803080e9671d5.bin │ │ ├── 7 │ │ │ ├── 7499b90e7baf00032e8d27c0a5357a09.bin │ │ │ ├── 7669d8e66c17ea586d159558c84f3439.bin │ │ │ ├── 7701ac21bdd03e0b5bdf909abb8fc458.bin │ │ │ ├── 7725587d8ba4c16bd6f51c7e03357e8e.bin │ │ │ ├── 7c6ae7a3519816d6ce276ff9d9d6303b.bin │ │ │ └── 7e8a483887acc5c44eeda09f8256ffb0.bin │ │ ├── 8 │ │ │ ├── 828ae23c781b4998091c0313a528196b.bin │ │ │ ├── 87c789ab4db900c67be7ad72f9e5cc89.bin │ │ │ ├── 89693461792da9f1ed5322dc50674895.bin │ │ │ ├── 897b9118c2aec425b65a08dccd2e4cdf.bin │ │ │ ├── 8b9dc8543696670860b77f3566db168c.bin │ │ │ ├── 8bbe8b6ab457bdcf0cbf0b028f213151.bin │ │ │ ├── 8ca3b9da52bed30d91dfa3413c639b78.bin │ │ │ ├── 8cc55c9f7008e18941a0ea4f3923f980.bin │ │ │ ├── 8cf115273c7fb76de7492ea9ce934b82.bin │ │ │ ├── 8cfd3d5cd95ca5b5c4529211e3b82652.bin │ │ │ ├── 8d85c76328dbcd4a8ead6df305a7abc7.bin │ │ │ ├── 8de9331ce5b5372af09094bbbd1466b7.bin │ │ │ └── 8f25b8eff6a483f0a8e1f7947d36cfa4.bin │ │ ├── 9 │ │ │ ├── 90c4dfc336ae512b88a66e7d3b955f7e.bin │ │ │ ├── 916ce88bfd93911f4d49eb4bb28e3251.bin │ │ │ ├── 916ec3d937cb01da16d32444b9094b85.bin │ │ │ ├── 91b70739cf33904398ca8afe12ba5e59.bin │ │ │ ├── 91d09b7f898dcf2388aee5432999b052.bin │ │ │ ├── 9263ba2224ac5c2e866036bb88766c69.bin │ │ │ ├── 93a7cce4b19ed9a7528c207b3ec58e81.bin │ │ │ ├── 93cff9ad019c067f94778ee0cf4e6fd9.bin │ │ │ ├── 9449fb43995809970c27b50d2fdfbfba.bin │ │ │ ├── 978a322992fd9f53bd8fbbac4c11a4ce.bin │ │ │ ├── 97eabf30babdc659f545048aec933ac4.bin │ │ │ ├── 97f8479ae016e41a08456ff45712f0d5.bin │ │ │ ├── 985c1816fe1ffc534f3b5bfc93a15922.bin │ │ │ ├── 9885f4381bf4117678184eb7a1fb8f2b.bin │ │ │ ├── 99dac9c627bfc7922f7d52490447b565.bin │ │ │ ├── 99f83b817579d5ea92a8ef840ea2e4ca.bin │ │ │ └── 9b7160a0d8b86c3eff71bbfed6250280.bin │ │ ├── a │ │ │ ├── a16280d75acd7282e50421a5126e5fec.bin │ │ │ ├── a28e4de266826c0b8111e1700c33ca81.bin │ │ │ ├── a35ba5537c47ca5be90e1cc9a0b49bc3.bin │ │ │ ├── a36e892bb42ff667812365b710391506.bin │ │ │ ├── a3e644b24f411c1e0b42cb4a333bba8c.bin │ │ │ ├── a4006e9d3b5c024e21cee567b9c11c5d.bin │ │ │ ├── a481713271a7172059fffd424e911cec.bin │ │ │ ├── a548a9a4986dac1ffe39bb8f7d982514.bin │ │ │ ├── a5b44c2cd5fbed0cc0fc9c7f1115ab6d.bin │ │ │ ├── a89b6384fa95264d8a4ca5b9897c3f1b.bin │ │ │ ├── a92aeee90cf5901e204f5a37ef039ab5.bin │ │ │ ├── a9c7e94c852df3f64be1aa51c39bdecd.bin │ │ │ ├── ab206ae8951a9f2fc01ef1b2561dd987.bin │ │ │ ├── ab6e206ee5e68262a52ca520cd393a77.bin │ │ │ ├── ab77a7eb9a2ab97484917a3c36f48719.bin │ │ │ ├── aba0c7753f322c1dea5d23475aeeaa0a.bin │ │ │ ├── ac0ea7ce71b86b4acdf34f54bfc18ae2.bin │ │ │ ├── acd8419f7bfa92bb98f8f243d701f767.bin │ │ │ ├── ada13d427014b97fa43497ad8e35cfd1.bin │ │ │ └── aeaa91fb0fb242a987d64dabb3643283.bin │ │ ├── b │ │ │ ├── b13c3348a431af747f25a586288992aa.bin │ │ │ ├── b2dea231f20a62f9b2c53a845629ac83.bin │ │ │ ├── b48401b36c330eaf28453a0e75ba6907.bin │ │ │ ├── b72b6f3a1a322b84e3067c440619992a.bin │ │ │ ├── b8e8d1093c6c22b1408536f20d35c5d3.bin │ │ │ ├── b954c36b65d4ba7c403e4c3eb7dd6211.bin │ │ │ ├── b974a809dff9adaf48cb7403834d6414.bin │ │ │ ├── bbd0d71ec754cccc95ad9c26f572d9b1.bin │ │ │ ├── be1058a178442b14dc76cd6385e49864.bin │ │ │ ├── be8f974ad47ce22516ac3b7b97a71279.bin │ │ │ └── bf49763280e423a40c850cb540af91e4.bin │ │ ├── c │ │ │ ├── c5335107d88ae07a4e7cd10dafb8210e.bin │ │ │ ├── c7aec3e87be08a02544b550dfa19dfd4.bin │ │ │ ├── c975412c4207027ce4d42e547d581e9a.bin │ │ │ ├── ca3d72fe49a92ba8d43af6ae73a38697.bin │ │ │ ├── cb65fd129ada3a775145d64cc213c497.bin │ │ │ ├── cb68e52c36f1b60bf4f1a102fe3e5128.bin │ │ │ ├── cccfe71d39509f761fb1bb36a66532b3.bin │ │ │ ├── cd6dc074eab9fade2959ecc0df2d0661.bin │ │ │ └── cf5ce43741ae950e384251beccd1c809.bin │ │ ├── d │ │ │ ├── d3445b348d1b2d70d968c300b07aa62e.bin │ │ │ ├── d8e27544d65a05af8faa911460616ced.bin │ │ │ ├── dd3c349c81c7dc06b3fce55ac9ff922e.bin │ │ │ ├── de10cb95fd1d6d5705e796f4c7d8350e.bin │ │ │ └── dec16e609ed8eb332c2d33797629c41d.bin │ │ ├── e │ │ │ ├── e03c7fd114f5caf314127bb988f27466.bin │ │ │ ├── e21568466db8c05def95bce52e43186f.bin │ │ │ ├── e262c5b0e542ef89498e2b0490556d71.bin │ │ │ ├── e2734cf4e8ba7a43b4741bd823b9c0a5.bin │ │ │ ├── e2b1d92ee4f07ab6fedf3b3bd7982c8e.bin │ │ │ ├── e3f1d21f337843f8b3528009f1981269.bin │ │ │ ├── e41adc6630c2867a0b4cdf3e96552075.bin │ │ │ ├── e496203b7b3393985a15ea92877132b4.bin │ │ │ ├── e6dacec28ae47d6e4864765e399880e3.bin │ │ │ ├── e6e7b95600ba8800ff13431471e22020.bin │ │ │ ├── e87bb1026a07462ba700c17e9660972a.bin │ │ │ ├── ea9b33b480a58a118ab8a272afc078c8.bin │ │ │ ├── ec18d55c7fc343b504dc3cf35b59566d.bin │ │ │ ├── ed129bac6e5d8fc84f678e5dc6daeb94.bin │ │ │ ├── edb59be88d73090b94b2ec116be825be.bin │ │ │ └── ef2a1dccb88a9c0c84fb0f40de92155d.bin │ │ └── f │ │ │ ├── f3c9c026f93a62e7d1e65e6967b675dd.bin │ │ │ ├── f5729d16613b204b50c59671082514e3.bin │ │ │ ├── f673f0c17e6066dce95175510487d6ee.bin │ │ │ ├── f72750f82d7021a42903ecd7fe1de29f.bin │ │ │ ├── fa203c4e0c5996d390a5168a929ab33e.bin │ │ │ ├── fad3fa6f0af37e37897b36a5baf93ea6.bin │ │ │ ├── fc6f92b8ee8ad3cc8712e4312135324e.bin │ │ │ └── fe25fadb9775af3160aa65290ea3a768.bin │ ├── assetDatabase3 │ ├── expandedItems │ ├── guidmapper │ ├── metadata │ │ ├── 21 │ │ │ ├── 21ae0c3d7722a4bc0b743f08432e661a │ │ │ └── 21ae0c3d7722a4bc0b743f08432e661a.info │ │ ├── 24 │ │ │ ├── 243d890830e99458a9d4f00ccd11a4e8 │ │ │ └── 243d890830e99458a9d4f00ccd11a4e8.info │ │ ├── 39 │ │ │ ├── 39d28dfa027fa4acb93e69cfddebd54b │ │ │ └── 39d28dfa027fa4acb93e69cfddebd54b.info │ │ ├── 41 │ │ │ ├── 4170b6dffcbdb440db5ac7df04abaab5 │ │ │ └── 4170b6dffcbdb440db5ac7df04abaab5.info │ │ ├── 80 │ │ │ ├── 80a3616ca19596e4da0f10f14d241e9f │ │ │ └── 80a3616ca19596e4da0f10f14d241e9f.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 │ │ │ ├── 00000000000000008000000000000000 │ │ │ ├── 00000000000000008000000000000000.info │ │ │ ├── 00000000000000009000000000000000 │ │ │ ├── 00000000000000009000000000000000.info │ │ │ ├── 0000000000000000a000000000000000 │ │ │ ├── 0000000000000000a000000000000000.info │ │ │ ├── 0000000000000000b000000000000000 │ │ │ ├── 0000000000000000b000000000000000.info │ │ │ ├── 0000000000000000c000000000000000 │ │ │ └── 0000000000000000c000000000000000.info │ │ ├── 8e │ │ │ ├── 8e23cc33bca074518869ed28f818f584 │ │ │ └── 8e23cc33bca074518869ed28f818f584.info │ │ ├── 9e │ │ │ ├── 9e6b024109db2400989d62e0f3f1d0aa │ │ │ └── 9e6b024109db2400989d62e0f3f1d0aa.info │ │ ├── a5 │ │ │ ├── a59e50afd693f48208556b4b3592f7b2 │ │ │ └── a59e50afd693f48208556b4b3592f7b2.info │ │ ├── b1 │ │ │ ├── b1d4b25ed59774c2dab59a88f8ad8428 │ │ │ └── b1d4b25ed59774c2dab59a88f8ad8428.info │ │ ├── be │ │ │ ├── be875fad83da24b8f8152065ba177eb1 │ │ │ └── be875fad83da24b8f8152065ba177eb1.info │ │ └── f5 │ │ │ ├── f5f67c52d1564df4a8936ccd202a3bd8 │ │ │ └── f5f67c52d1564df4a8936ccd202a3bd8.info │ ├── shadercompiler-64bit-1.log │ ├── shadercompiler-64bit-2.log │ ├── shadercompiler-64bit-3.log │ ├── shadercompiler-64bit-4.log │ ├── shadercompiler-64bit-5.log │ └── shadercompiler-64bit-6.log └── ProjectSettings │ ├── AudioManager.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 ├── Platformer E11 ├── Assets │ ├── Materials.meta │ ├── Materials │ │ ├── Obstacle.mat │ │ ├── Obstacle.mat.meta │ │ ├── Player.mat │ │ └── Player.mat.meta │ ├── Scene.unity │ ├── Scene.unity.meta │ ├── Scripts.meta │ └── Scripts │ │ ├── CameraFollow.cs │ │ ├── CameraFollow.cs.meta │ │ ├── Controller2D.cs │ │ ├── Controller2D.cs.meta │ │ ├── PlatformController.cs │ │ ├── PlatformController.cs.meta │ │ ├── Player.cs │ │ ├── Player.cs.meta │ │ ├── RaycastController.cs │ │ └── RaycastController.cs.meta ├── Library │ ├── AnnotationManager │ ├── AssetImportState │ ├── AssetServerCacheV3 │ ├── AssetVersioning.db │ ├── BuildPlayer.prefs │ ├── BuildSettings.asset │ ├── CurrentLayout.dwlt │ ├── CurrentMaximizeLayout.dwlt │ ├── EditorUserBuildSettings.asset │ ├── EditorUserSettings.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 │ │ │ ├── 004a2ef3f5a2aef7557829c64fc77aaf.bin │ │ │ ├── 043e23948eb105c6ff646233e47cfee4.bin │ │ │ ├── 045a0ab68e4a1e4e286fc5b442a333f4.bin │ │ │ ├── 0668ac707aac119db19bc40ce93756bc.bin │ │ │ ├── 09c4c760ee58eddd193422cf56f6c65a.bin │ │ │ ├── 0c0f71759b198f8ebb9a94db134a47a5.bin │ │ │ ├── 0c793034af068923af8d49470f399597.bin │ │ │ ├── 0e00f2bf63a22a99c645349a8b5d471b.bin │ │ │ └── 0ef6b1a72b88fa77621640dbd71a3b7d.bin │ │ ├── 1 │ │ │ ├── 100d36e9d7372e80e3fb64f0c1a56dfe.bin │ │ │ ├── 101030fffcc50174a4ffa0a86e2cd2b9.bin │ │ │ ├── 12282a65c5e2e5fd605f56ecaf98c966.bin │ │ │ ├── 1457f21b53e0f805bf78ec101070bfb0.bin │ │ │ ├── 1662a1b1e6ffed1de784d03b358e7504.bin │ │ │ ├── 169b7f21337cad1083c53036f072becb.bin │ │ │ ├── 176209f88d497c3a851ee5cf8b570192.bin │ │ │ ├── 17bc5e43cd53f89b8eba2aa943150983.bin │ │ │ ├── 19c2b23b8e584c75ebcf2e48b198e99c.bin │ │ │ ├── 1b1409c504691c0091ae01a75b1f41e7.bin │ │ │ ├── 1dd6b18d64a7c38486db9e06e0dda3bc.bin │ │ │ ├── 1e089b310378d9423fb1cc4401f18650.bin │ │ │ └── 1f29ef6369b1a207decfc538e18bc203.bin │ │ ├── 2 │ │ │ ├── 2094ca2d9dda1393231fadeb65a08041.bin │ │ │ ├── 21057396a32f4dfb44bf4252a201fd86.bin │ │ │ ├── 218e75eccba92130f8539fff9125f474.bin │ │ │ ├── 21aef1b44f9690865cd25ec139de7038.bin │ │ │ ├── 220a7d5646b71d185439919a2d5223ea.bin │ │ │ ├── 23dda27e20051d48026615272149b6f4.bin │ │ │ ├── 24734495638bc5076855bb0295ba43b8.bin │ │ │ ├── 252caccb07617a18eb0597f810c30549.bin │ │ │ ├── 266aa8240d679abe2cb3105b71e72b21.bin │ │ │ ├── 26727dd47ca246c4c0be74a62406dcbe.bin │ │ │ ├── 278b251548166f12fb5ba66c141b1cf3.bin │ │ │ ├── 29315a61bb02b977414c73def7d2f7b9.bin │ │ │ ├── 29cce8c38385d1b5ff9c0176f165bffd.bin │ │ │ ├── 2a6d05559586657d6cfb7a1ce6ea4776.bin │ │ │ ├── 2d26ee3677a8f06cf49f80e091792e10.bin │ │ │ ├── 2f65e95fd916fee796207e2c068dfc29.bin │ │ │ ├── 2f6fb3b3e3fd974309e8e37a21d14a65.bin │ │ │ ├── 2f898d3ab3be73945ee24de3ed292481.bin │ │ │ └── 2fef5752678a2115cd77af3d6044792c.bin │ │ ├── 3 │ │ │ ├── 30fbe2088ddcf3e7d0fedaf736b7019e.bin │ │ │ ├── 3172b564b9bf382dc19bf56b317ff6fd.bin │ │ │ ├── 324d8243b1ab6fda68ace2391a042bf0.bin │ │ │ ├── 32751ab2178c9d025765dbb864f5ca2f.bin │ │ │ ├── 33bdb0b0172ab3c6043e35be60a73131.bin │ │ │ ├── 38a3bfe82dc783719711a34a20210214.bin │ │ │ ├── 392add5e33516e3c67198f1b81d5094a.bin │ │ │ └── 3ee4303a299b4255cd235b871e487910.bin │ │ ├── 4 │ │ │ ├── 40abb076ff368bf169c781b7a5236d6f.bin │ │ │ ├── 414a97b64df68387a4ca51d8f8610c84.bin │ │ │ ├── 41b910f8dd33cb88ae6fa6300c58b9b8.bin │ │ │ ├── 41e890fecef19ca752a88a4b764513e6.bin │ │ │ ├── 41edb8ff1a1d374c2d1721e8cbd90666.bin │ │ │ ├── 42102499c52cee0f15e230482fc72dea.bin │ │ │ ├── 443589641ccf49267b7110dd8e13c74f.bin │ │ │ ├── 458bfea6eb40f334d7179adb5b1da9b6.bin │ │ │ ├── 48f252957f19cc4cecaf08c02c8d98c1.bin │ │ │ ├── 4b7e36651f52539677c098180b6efa4a.bin │ │ │ ├── 4c760fe0c3a5cabdd59ae2363aeae4fa.bin │ │ │ └── 4f1c3698d4335bbf60d59bc75d6da571.bin │ │ ├── 5 │ │ │ ├── 53ed5cd9a12e39c92388f18f7a82a07f.bin │ │ │ ├── 57b8c0946c8ab4523d74b7828e78a941.bin │ │ │ ├── 591e4d2ea1b817d41826f1cc4618b70e.bin │ │ │ ├── 5924cdada2380e8cdda4604101693794.bin │ │ │ ├── 59c1854604569ec94c24b4bd329b2f4c.bin │ │ │ ├── 5b5adc4980cb8ef135c9cc64929757b6.bin │ │ │ ├── 5e07d487a97c1d82827eb87343a85e24.bin │ │ │ ├── 5e93beded67aa8ea01f54e7200ebac37.bin │ │ │ ├── 5f9fd858c995bdf4689fb9a1579502eb.bin │ │ │ └── 5fe10818ef6f39e1d20bc4d086cf0ec7.bin │ │ ├── 6 │ │ │ ├── 6011069467beb14d728df0ffe26b0e84.bin │ │ │ ├── 6114d69871b1853717b48f14c5b90a72.bin │ │ │ ├── 6233ad41f630fd66587922b0bf572f9e.bin │ │ │ ├── 647d4005a09cec316d6f5632d4d4c58a.bin │ │ │ ├── 6836e4fd2c7f02f92e21a88e89a6568e.bin │ │ │ ├── 68863d8d0a6effde312beca5b2be7756.bin │ │ │ ├── 6961524ba88dc448ed0342b2b3fc0e3f.bin │ │ │ ├── 69c47bc794f06b156efeb26a4a5adbf0.bin │ │ │ ├── 6b6364a7a245b33c94eef998a34644b3.bin │ │ │ ├── 6b9e9805b0c231498bb06c523e7acdfb.bin │ │ │ ├── 6c973517d9b4fe32e657572e9671cd55.bin │ │ │ ├── 6d2b3611d944a59ef5f0706d7e8f10e7.bin │ │ │ ├── 6dbc15d18e797c262920dd5a4a79c597.bin │ │ │ ├── 6fa718a8862e1c7fd8901e01ee94a5bd.bin │ │ │ └── 6ffec97af51ee1baaa4803080e9671d5.bin │ │ ├── 7 │ │ │ ├── 7271b4fd707c52a556b749ac74ae48dc.bin │ │ │ ├── 7499b90e7baf00032e8d27c0a5357a09.bin │ │ │ ├── 7669d8e66c17ea586d159558c84f3439.bin │ │ │ ├── 7701ac21bdd03e0b5bdf909abb8fc458.bin │ │ │ ├── 7725587d8ba4c16bd6f51c7e03357e8e.bin │ │ │ ├── 7c6ae7a3519816d6ce276ff9d9d6303b.bin │ │ │ └── 7e8a483887acc5c44eeda09f8256ffb0.bin │ │ ├── 8 │ │ │ ├── 828ae23c781b4998091c0313a528196b.bin │ │ │ ├── 87c789ab4db900c67be7ad72f9e5cc89.bin │ │ │ ├── 89693461792da9f1ed5322dc50674895.bin │ │ │ ├── 897b9118c2aec425b65a08dccd2e4cdf.bin │ │ │ ├── 8b9dc8543696670860b77f3566db168c.bin │ │ │ ├── 8bbe8b6ab457bdcf0cbf0b028f213151.bin │ │ │ ├── 8ca3b9da52bed30d91dfa3413c639b78.bin │ │ │ ├── 8cc55c9f7008e18941a0ea4f3923f980.bin │ │ │ ├── 8cf115273c7fb76de7492ea9ce934b82.bin │ │ │ ├── 8cfd3d5cd95ca5b5c4529211e3b82652.bin │ │ │ ├── 8d85c76328dbcd4a8ead6df305a7abc7.bin │ │ │ ├── 8de9331ce5b5372af09094bbbd1466b7.bin │ │ │ └── 8f25b8eff6a483f0a8e1f7947d36cfa4.bin │ │ ├── 9 │ │ │ ├── 90c4dfc336ae512b88a66e7d3b955f7e.bin │ │ │ ├── 916ce88bfd93911f4d49eb4bb28e3251.bin │ │ │ ├── 916ec3d937cb01da16d32444b9094b85.bin │ │ │ ├── 91b70739cf33904398ca8afe12ba5e59.bin │ │ │ ├── 91d09b7f898dcf2388aee5432999b052.bin │ │ │ ├── 9263ba2224ac5c2e866036bb88766c69.bin │ │ │ ├── 93a7cce4b19ed9a7528c207b3ec58e81.bin │ │ │ ├── 93cff9ad019c067f94778ee0cf4e6fd9.bin │ │ │ ├── 9449fb43995809970c27b50d2fdfbfba.bin │ │ │ ├── 978a322992fd9f53bd8fbbac4c11a4ce.bin │ │ │ ├── 97eabf30babdc659f545048aec933ac4.bin │ │ │ ├── 97f8479ae016e41a08456ff45712f0d5.bin │ │ │ ├── 985c1816fe1ffc534f3b5bfc93a15922.bin │ │ │ ├── 9885f4381bf4117678184eb7a1fb8f2b.bin │ │ │ ├── 99dac9c627bfc7922f7d52490447b565.bin │ │ │ ├── 99f83b817579d5ea92a8ef840ea2e4ca.bin │ │ │ ├── 9a4eb00cf4cc0e239c924493a3f12468.bin │ │ │ └── 9b7160a0d8b86c3eff71bbfed6250280.bin │ │ ├── a │ │ │ ├── a16280d75acd7282e50421a5126e5fec.bin │ │ │ ├── a28e4de266826c0b8111e1700c33ca81.bin │ │ │ ├── a35ba5537c47ca5be90e1cc9a0b49bc3.bin │ │ │ ├── a36e892bb42ff667812365b710391506.bin │ │ │ ├── a3e644b24f411c1e0b42cb4a333bba8c.bin │ │ │ ├── a4006e9d3b5c024e21cee567b9c11c5d.bin │ │ │ ├── a481713271a7172059fffd424e911cec.bin │ │ │ ├── a548a9a4986dac1ffe39bb8f7d982514.bin │ │ │ ├── a5b44c2cd5fbed0cc0fc9c7f1115ab6d.bin │ │ │ ├── a89b6384fa95264d8a4ca5b9897c3f1b.bin │ │ │ ├── a92aeee90cf5901e204f5a37ef039ab5.bin │ │ │ ├── a9c7e94c852df3f64be1aa51c39bdecd.bin │ │ │ ├── ab206ae8951a9f2fc01ef1b2561dd987.bin │ │ │ ├── ab6e206ee5e68262a52ca520cd393a77.bin │ │ │ ├── ab77a7eb9a2ab97484917a3c36f48719.bin │ │ │ ├── aba0c7753f322c1dea5d23475aeeaa0a.bin │ │ │ ├── ac0ea7ce71b86b4acdf34f54bfc18ae2.bin │ │ │ ├── ac808067d52db792256316828f41aeea.bin │ │ │ ├── acd8419f7bfa92bb98f8f243d701f767.bin │ │ │ ├── ada13d427014b97fa43497ad8e35cfd1.bin │ │ │ └── aeaa91fb0fb242a987d64dabb3643283.bin │ │ ├── b │ │ │ ├── b13c3348a431af747f25a586288992aa.bin │ │ │ ├── b2dea231f20a62f9b2c53a845629ac83.bin │ │ │ ├── b48401b36c330eaf28453a0e75ba6907.bin │ │ │ ├── b72b6f3a1a322b84e3067c440619992a.bin │ │ │ ├── b8e8d1093c6c22b1408536f20d35c5d3.bin │ │ │ ├── b954c36b65d4ba7c403e4c3eb7dd6211.bin │ │ │ ├── b974a809dff9adaf48cb7403834d6414.bin │ │ │ ├── bbd0d71ec754cccc95ad9c26f572d9b1.bin │ │ │ ├── be1058a178442b14dc76cd6385e49864.bin │ │ │ ├── be8f974ad47ce22516ac3b7b97a71279.bin │ │ │ └── bf49763280e423a40c850cb540af91e4.bin │ │ ├── c │ │ │ ├── c5335107d88ae07a4e7cd10dafb8210e.bin │ │ │ ├── c7aec3e87be08a02544b550dfa19dfd4.bin │ │ │ ├── c975412c4207027ce4d42e547d581e9a.bin │ │ │ ├── ca3d72fe49a92ba8d43af6ae73a38697.bin │ │ │ ├── cb65fd129ada3a775145d64cc213c497.bin │ │ │ ├── cb68e52c36f1b60bf4f1a102fe3e5128.bin │ │ │ ├── cccfe71d39509f761fb1bb36a66532b3.bin │ │ │ ├── cd6dc074eab9fade2959ecc0df2d0661.bin │ │ │ └── cf5ce43741ae950e384251beccd1c809.bin │ │ ├── d │ │ │ ├── d3445b348d1b2d70d968c300b07aa62e.bin │ │ │ ├── d8e27544d65a05af8faa911460616ced.bin │ │ │ ├── dd3c349c81c7dc06b3fce55ac9ff922e.bin │ │ │ ├── de10cb95fd1d6d5705e796f4c7d8350e.bin │ │ │ └── dec16e609ed8eb332c2d33797629c41d.bin │ │ ├── e │ │ │ ├── e03c7fd114f5caf314127bb988f27466.bin │ │ │ ├── e21568466db8c05def95bce52e43186f.bin │ │ │ ├── e262c5b0e542ef89498e2b0490556d71.bin │ │ │ ├── e2734cf4e8ba7a43b4741bd823b9c0a5.bin │ │ │ ├── e2b1d92ee4f07ab6fedf3b3bd7982c8e.bin │ │ │ ├── e3f1d21f337843f8b3528009f1981269.bin │ │ │ ├── e41adc6630c2867a0b4cdf3e96552075.bin │ │ │ ├── e496203b7b3393985a15ea92877132b4.bin │ │ │ ├── e6dacec28ae47d6e4864765e399880e3.bin │ │ │ ├── e6e7b95600ba8800ff13431471e22020.bin │ │ │ ├── e87bb1026a07462ba700c17e9660972a.bin │ │ │ ├── ea9b33b480a58a118ab8a272afc078c8.bin │ │ │ ├── ec18d55c7fc343b504dc3cf35b59566d.bin │ │ │ ├── ed129bac6e5d8fc84f678e5dc6daeb94.bin │ │ │ ├── edb59be88d73090b94b2ec116be825be.bin │ │ │ └── ef2a1dccb88a9c0c84fb0f40de92155d.bin │ │ └── f │ │ │ ├── f3c9c026f93a62e7d1e65e6967b675dd.bin │ │ │ ├── f5729d16613b204b50c59671082514e3.bin │ │ │ ├── f673f0c17e6066dce95175510487d6ee.bin │ │ │ ├── f72750f82d7021a42903ecd7fe1de29f.bin │ │ │ ├── fa203c4e0c5996d390a5168a929ab33e.bin │ │ │ ├── fad3fa6f0af37e37897b36a5baf93ea6.bin │ │ │ ├── fc6f92b8ee8ad3cc8712e4312135324e.bin │ │ │ └── fe25fadb9775af3160aa65290ea3a768.bin │ ├── assetDatabase3 │ ├── expandedItems │ ├── metadata │ │ ├── 21 │ │ │ ├── 21ae0c3d7722a4bc0b743f08432e661a │ │ │ └── 21ae0c3d7722a4bc0b743f08432e661a.info │ │ ├── 24 │ │ │ ├── 243d890830e99458a9d4f00ccd11a4e8 │ │ │ └── 243d890830e99458a9d4f00ccd11a4e8.info │ │ ├── 39 │ │ │ ├── 39d28dfa027fa4acb93e69cfddebd54b │ │ │ └── 39d28dfa027fa4acb93e69cfddebd54b.info │ │ ├── 41 │ │ │ ├── 4170b6dffcbdb440db5ac7df04abaab5 │ │ │ └── 4170b6dffcbdb440db5ac7df04abaab5.info │ │ ├── 73 │ │ │ ├── 739bbd9f364b4268874f9fd86ab3beef │ │ │ └── 739bbd9f364b4268874f9fd86ab3beef.info │ │ ├── 80 │ │ │ ├── 80a3616ca19596e4da0f10f14d241e9f │ │ │ └── 80a3616ca19596e4da0f10f14d241e9f.info │ │ ├── 85 │ │ │ ├── 852e56802eb941638acbb491814497b0 │ │ │ └── 852e56802eb941638acbb491814497b0.info │ │ ├── 87 │ │ │ ├── 870353891bb340e2b2a9c8707e7419ba │ │ │ └── 870353891bb340e2b2a9c8707e7419ba.info │ │ ├── 97 │ │ │ ├── 97decbdab0634cdd991f8d23ddf0dead │ │ │ └── 97decbdab0634cdd991f8d23ddf0dead.info │ │ ├── 99 │ │ │ ├── 997537f2cc5ec46b383ab736af7302fc │ │ │ └── 997537f2cc5ec46b383ab736af7302fc.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 │ │ │ ├── 00000000000000008100000000000000 │ │ │ ├── 00000000000000008100000000000000.info │ │ │ ├── 00000000000000009000000000000000 │ │ │ ├── 00000000000000009000000000000000.info │ │ │ ├── 0000000000000000a000000000000000 │ │ │ ├── 0000000000000000a000000000000000.info │ │ │ ├── 0000000000000000a100000000000000 │ │ │ ├── 0000000000000000a100000000000000.info │ │ │ ├── 0000000000000000b000000000000000 │ │ │ ├── 0000000000000000b000000000000000.info │ │ │ ├── 0000000000000000c000000000000000 │ │ │ └── 0000000000000000c000000000000000.info │ │ ├── 3c │ │ │ ├── 3c0ad459c1534645b5d603b7cc258f97 │ │ │ └── 3c0ad459c1534645b5d603b7cc258f97.info │ │ ├── 5f │ │ │ ├── 5f32cd94baa94578a686d4b9d6b660f7 │ │ │ └── 5f32cd94baa94578a686d4b9d6b660f7.info │ │ ├── 7c │ │ │ ├── 7cbab2be89b54486bbd23a6fe637d30e │ │ │ └── 7cbab2be89b54486bbd23a6fe637d30e.info │ │ ├── 8e │ │ │ ├── 8e0cd8ed44d4412cbe0642067abc9e44 │ │ │ ├── 8e0cd8ed44d4412cbe0642067abc9e44.info │ │ │ ├── 8e23cc33bca074518869ed28f818f584 │ │ │ └── 8e23cc33bca074518869ed28f818f584.info │ │ ├── 9e │ │ │ ├── 9e6b024109db2400989d62e0f3f1d0aa │ │ │ └── 9e6b024109db2400989d62e0f3f1d0aa.info │ │ ├── a5 │ │ │ ├── a59e50afd693f48208556b4b3592f7b2 │ │ │ └── a59e50afd693f48208556b4b3592f7b2.info │ │ ├── ad │ │ │ ├── adebbd281f1a4ef3a30be7f21937e02f │ │ │ └── adebbd281f1a4ef3a30be7f21937e02f.info │ │ ├── b1 │ │ │ ├── b1d4b25ed59774c2dab59a88f8ad8428 │ │ │ └── b1d4b25ed59774c2dab59a88f8ad8428.info │ │ ├── be │ │ │ ├── be875fad83da24b8f8152065ba177eb1 │ │ │ └── be875fad83da24b8f8152065ba177eb1.info │ │ └── f5 │ │ │ ├── f5f67c52d1564df4a8936ccd202a3bd8 │ │ │ └── f5f67c52d1564df4a8936ccd202a3bd8.info │ ├── shadercompiler-64bit-1.log │ ├── shadercompiler-64bit-2.log │ ├── shadercompiler-64bit-3.log │ ├── shadercompiler-64bit-4.log │ ├── shadercompiler-64bit-5.log │ ├── shadercompiler-64bit-6.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 ├── Platformer E12 ├── Assets │ ├── Materials.meta │ ├── Materials │ │ ├── Obstacle.mat │ │ ├── Obstacle.mat.meta │ │ ├── Player.mat │ │ └── Player.mat.meta │ ├── Scene.unity │ ├── Scene.unity.meta │ ├── Scripts.meta │ └── Scripts │ │ ├── CameraFollow.cs │ │ ├── CameraFollow.cs.meta │ │ ├── Controller2D.cs │ │ ├── Controller2D.cs.meta │ │ ├── PlatformController.cs │ │ ├── PlatformController.cs.meta │ │ ├── Player.cs │ │ ├── Player.cs.meta │ │ ├── PlayerInput.cs │ │ ├── PlayerInput.cs.meta │ │ ├── RaycastController.cs │ │ └── RaycastController.cs.meta ├── Library │ ├── AnnotationManager │ ├── AssetImportState │ ├── AssetServerCacheV3 │ ├── AssetVersioning.db │ ├── BuildPlayer.prefs │ ├── BuildSettings.asset │ ├── CurrentLayout.dwlt │ ├── CurrentMaximizeLayout.dwlt │ ├── EditorUserBuildSettings.asset │ ├── EditorUserSettings.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 │ │ │ ├── 004a2ef3f5a2aef7557829c64fc77aaf.bin │ │ │ ├── 043e23948eb105c6ff646233e47cfee4.bin │ │ │ ├── 045a0ab68e4a1e4e286fc5b442a333f4.bin │ │ │ ├── 0668ac707aac119db19bc40ce93756bc.bin │ │ │ ├── 09c4c760ee58eddd193422cf56f6c65a.bin │ │ │ ├── 0c0f71759b198f8ebb9a94db134a47a5.bin │ │ │ ├── 0c793034af068923af8d49470f399597.bin │ │ │ ├── 0e00f2bf63a22a99c645349a8b5d471b.bin │ │ │ └── 0ef6b1a72b88fa77621640dbd71a3b7d.bin │ │ ├── 1 │ │ │ ├── 100d36e9d7372e80e3fb64f0c1a56dfe.bin │ │ │ ├── 101030fffcc50174a4ffa0a86e2cd2b9.bin │ │ │ ├── 119a9fa04cddfc61d49c88117e4eb607.bin │ │ │ ├── 12282a65c5e2e5fd605f56ecaf98c966.bin │ │ │ ├── 1457f21b53e0f805bf78ec101070bfb0.bin │ │ │ ├── 1662a1b1e6ffed1de784d03b358e7504.bin │ │ │ ├── 169b7f21337cad1083c53036f072becb.bin │ │ │ ├── 176209f88d497c3a851ee5cf8b570192.bin │ │ │ ├── 17bc5e43cd53f89b8eba2aa943150983.bin │ │ │ ├── 19c2b23b8e584c75ebcf2e48b198e99c.bin │ │ │ ├── 1b1409c504691c0091ae01a75b1f41e7.bin │ │ │ ├── 1dd6b18d64a7c38486db9e06e0dda3bc.bin │ │ │ ├── 1e089b310378d9423fb1cc4401f18650.bin │ │ │ └── 1f29ef6369b1a207decfc538e18bc203.bin │ │ ├── 2 │ │ │ ├── 2094ca2d9dda1393231fadeb65a08041.bin │ │ │ ├── 21057396a32f4dfb44bf4252a201fd86.bin │ │ │ ├── 218e75eccba92130f8539fff9125f474.bin │ │ │ ├── 21aef1b44f9690865cd25ec139de7038.bin │ │ │ ├── 220a7d5646b71d185439919a2d5223ea.bin │ │ │ ├── 227d838126c808af7c4f0f0ee66b8730.bin │ │ │ ├── 23dda27e20051d48026615272149b6f4.bin │ │ │ ├── 24734495638bc5076855bb0295ba43b8.bin │ │ │ ├── 252caccb07617a18eb0597f810c30549.bin │ │ │ ├── 266aa8240d679abe2cb3105b71e72b21.bin │ │ │ ├── 26727dd47ca246c4c0be74a62406dcbe.bin │ │ │ ├── 278b251548166f12fb5ba66c141b1cf3.bin │ │ │ ├── 29315a61bb02b977414c73def7d2f7b9.bin │ │ │ ├── 29cce8c38385d1b5ff9c0176f165bffd.bin │ │ │ ├── 2a6d05559586657d6cfb7a1ce6ea4776.bin │ │ │ ├── 2d26ee3677a8f06cf49f80e091792e10.bin │ │ │ ├── 2f65e95fd916fee796207e2c068dfc29.bin │ │ │ ├── 2f6fb3b3e3fd974309e8e37a21d14a65.bin │ │ │ ├── 2f898d3ab3be73945ee24de3ed292481.bin │ │ │ └── 2fef5752678a2115cd77af3d6044792c.bin │ │ ├── 3 │ │ │ ├── 30fbe2088ddcf3e7d0fedaf736b7019e.bin │ │ │ ├── 3172b564b9bf382dc19bf56b317ff6fd.bin │ │ │ ├── 324d8243b1ab6fda68ace2391a042bf0.bin │ │ │ ├── 32751ab2178c9d025765dbb864f5ca2f.bin │ │ │ ├── 33bdb0b0172ab3c6043e35be60a73131.bin │ │ │ ├── 38a3bfe82dc783719711a34a20210214.bin │ │ │ ├── 392add5e33516e3c67198f1b81d5094a.bin │ │ │ └── 3ee4303a299b4255cd235b871e487910.bin │ │ ├── 4 │ │ │ ├── 40abb076ff368bf169c781b7a5236d6f.bin │ │ │ ├── 414a97b64df68387a4ca51d8f8610c84.bin │ │ │ ├── 41b910f8dd33cb88ae6fa6300c58b9b8.bin │ │ │ ├── 41e890fecef19ca752a88a4b764513e6.bin │ │ │ ├── 41edb8ff1a1d374c2d1721e8cbd90666.bin │ │ │ ├── 42102499c52cee0f15e230482fc72dea.bin │ │ │ ├── 443589641ccf49267b7110dd8e13c74f.bin │ │ │ ├── 458bfea6eb40f334d7179adb5b1da9b6.bin │ │ │ ├── 473993ede3e46e50fad0ba0cb64abe04.bin │ │ │ ├── 48f252957f19cc4cecaf08c02c8d98c1.bin │ │ │ ├── 4b7e36651f52539677c098180b6efa4a.bin │ │ │ ├── 4c760fe0c3a5cabdd59ae2363aeae4fa.bin │ │ │ └── 4f1c3698d4335bbf60d59bc75d6da571.bin │ │ ├── 5 │ │ │ ├── 53ed5cd9a12e39c92388f18f7a82a07f.bin │ │ │ ├── 57b8c0946c8ab4523d74b7828e78a941.bin │ │ │ ├── 591e4d2ea1b817d41826f1cc4618b70e.bin │ │ │ ├── 5924cdada2380e8cdda4604101693794.bin │ │ │ ├── 59c1854604569ec94c24b4bd329b2f4c.bin │ │ │ ├── 5b5adc4980cb8ef135c9cc64929757b6.bin │ │ │ ├── 5e07d487a97c1d82827eb87343a85e24.bin │ │ │ ├── 5e93beded67aa8ea01f54e7200ebac37.bin │ │ │ ├── 5f9fd858c995bdf4689fb9a1579502eb.bin │ │ │ └── 5fe10818ef6f39e1d20bc4d086cf0ec7.bin │ │ ├── 6 │ │ │ ├── 6011069467beb14d728df0ffe26b0e84.bin │ │ │ ├── 6114d69871b1853717b48f14c5b90a72.bin │ │ │ ├── 6233ad41f630fd66587922b0bf572f9e.bin │ │ │ ├── 647d4005a09cec316d6f5632d4d4c58a.bin │ │ │ ├── 6836e4fd2c7f02f92e21a88e89a6568e.bin │ │ │ ├── 68863d8d0a6effde312beca5b2be7756.bin │ │ │ ├── 6961524ba88dc448ed0342b2b3fc0e3f.bin │ │ │ ├── 69c47bc794f06b156efeb26a4a5adbf0.bin │ │ │ ├── 6b6364a7a245b33c94eef998a34644b3.bin │ │ │ ├── 6b9e9805b0c231498bb06c523e7acdfb.bin │ │ │ ├── 6c973517d9b4fe32e657572e9671cd55.bin │ │ │ ├── 6d2b3611d944a59ef5f0706d7e8f10e7.bin │ │ │ ├── 6dbc15d18e797c262920dd5a4a79c597.bin │ │ │ ├── 6fa718a8862e1c7fd8901e01ee94a5bd.bin │ │ │ └── 6ffec97af51ee1baaa4803080e9671d5.bin │ │ ├── 7 │ │ │ ├── 7271b4fd707c52a556b749ac74ae48dc.bin │ │ │ ├── 7499b90e7baf00032e8d27c0a5357a09.bin │ │ │ ├── 7669d8e66c17ea586d159558c84f3439.bin │ │ │ ├── 7701ac21bdd03e0b5bdf909abb8fc458.bin │ │ │ ├── 7725587d8ba4c16bd6f51c7e03357e8e.bin │ │ │ ├── 7c6ae7a3519816d6ce276ff9d9d6303b.bin │ │ │ └── 7e8a483887acc5c44eeda09f8256ffb0.bin │ │ ├── 8 │ │ │ ├── 828ae23c781b4998091c0313a528196b.bin │ │ │ ├── 87c789ab4db900c67be7ad72f9e5cc89.bin │ │ │ ├── 89693461792da9f1ed5322dc50674895.bin │ │ │ ├── 897b9118c2aec425b65a08dccd2e4cdf.bin │ │ │ ├── 8b9dc8543696670860b77f3566db168c.bin │ │ │ ├── 8bbe8b6ab457bdcf0cbf0b028f213151.bin │ │ │ ├── 8ca3b9da52bed30d91dfa3413c639b78.bin │ │ │ ├── 8cc55c9f7008e18941a0ea4f3923f980.bin │ │ │ ├── 8cf115273c7fb76de7492ea9ce934b82.bin │ │ │ ├── 8cfd3d5cd95ca5b5c4529211e3b82652.bin │ │ │ ├── 8d85c76328dbcd4a8ead6df305a7abc7.bin │ │ │ ├── 8de9331ce5b5372af09094bbbd1466b7.bin │ │ │ └── 8f25b8eff6a483f0a8e1f7947d36cfa4.bin │ │ ├── 9 │ │ │ ├── 90c4dfc336ae512b88a66e7d3b955f7e.bin │ │ │ ├── 916ce88bfd93911f4d49eb4bb28e3251.bin │ │ │ ├── 916ec3d937cb01da16d32444b9094b85.bin │ │ │ ├── 91b70739cf33904398ca8afe12ba5e59.bin │ │ │ ├── 91d09b7f898dcf2388aee5432999b052.bin │ │ │ ├── 9263ba2224ac5c2e866036bb88766c69.bin │ │ │ ├── 93a7cce4b19ed9a7528c207b3ec58e81.bin │ │ │ ├── 93cff9ad019c067f94778ee0cf4e6fd9.bin │ │ │ ├── 9449fb43995809970c27b50d2fdfbfba.bin │ │ │ ├── 978a322992fd9f53bd8fbbac4c11a4ce.bin │ │ │ ├── 97eabf30babdc659f545048aec933ac4.bin │ │ │ ├── 97f8479ae016e41a08456ff45712f0d5.bin │ │ │ ├── 985c1816fe1ffc534f3b5bfc93a15922.bin │ │ │ ├── 9885f4381bf4117678184eb7a1fb8f2b.bin │ │ │ ├── 99dac9c627bfc7922f7d52490447b565.bin │ │ │ ├── 99f83b817579d5ea92a8ef840ea2e4ca.bin │ │ │ ├── 9a4eb00cf4cc0e239c924493a3f12468.bin │ │ │ └── 9b7160a0d8b86c3eff71bbfed6250280.bin │ │ ├── a │ │ │ ├── a16280d75acd7282e50421a5126e5fec.bin │ │ │ ├── a28e4de266826c0b8111e1700c33ca81.bin │ │ │ ├── a35ba5537c47ca5be90e1cc9a0b49bc3.bin │ │ │ ├── a36e892bb42ff667812365b710391506.bin │ │ │ ├── a3e644b24f411c1e0b42cb4a333bba8c.bin │ │ │ ├── a3f9d603020695043958c3ce36389350.bin │ │ │ ├── a4006e9d3b5c024e21cee567b9c11c5d.bin │ │ │ ├── a481713271a7172059fffd424e911cec.bin │ │ │ ├── a548a9a4986dac1ffe39bb8f7d982514.bin │ │ │ ├── a5b44c2cd5fbed0cc0fc9c7f1115ab6d.bin │ │ │ ├── a89b6384fa95264d8a4ca5b9897c3f1b.bin │ │ │ ├── a92aeee90cf5901e204f5a37ef039ab5.bin │ │ │ ├── a9c7e94c852df3f64be1aa51c39bdecd.bin │ │ │ ├── ab206ae8951a9f2fc01ef1b2561dd987.bin │ │ │ ├── ab6e206ee5e68262a52ca520cd393a77.bin │ │ │ ├── ab77a7eb9a2ab97484917a3c36f48719.bin │ │ │ ├── aba0c7753f322c1dea5d23475aeeaa0a.bin │ │ │ ├── ac0ea7ce71b86b4acdf34f54bfc18ae2.bin │ │ │ ├── ac808067d52db792256316828f41aeea.bin │ │ │ ├── acd8419f7bfa92bb98f8f243d701f767.bin │ │ │ ├── ada13d427014b97fa43497ad8e35cfd1.bin │ │ │ └── aeaa91fb0fb242a987d64dabb3643283.bin │ │ ├── b │ │ │ ├── b13c3348a431af747f25a586288992aa.bin │ │ │ ├── b2dea231f20a62f9b2c53a845629ac83.bin │ │ │ ├── b48401b36c330eaf28453a0e75ba6907.bin │ │ │ ├── b72b6f3a1a322b84e3067c440619992a.bin │ │ │ ├── b849b79924c556a09544dd9d469d4c6c.bin │ │ │ ├── b8e8d1093c6c22b1408536f20d35c5d3.bin │ │ │ ├── b954c36b65d4ba7c403e4c3eb7dd6211.bin │ │ │ ├── b974a809dff9adaf48cb7403834d6414.bin │ │ │ ├── ba3d5f3596539c11879888384c4147ee.bin │ │ │ ├── bbd0d71ec754cccc95ad9c26f572d9b1.bin │ │ │ ├── bd2e07b61a833824d1d94039a856c169.bin │ │ │ ├── be1058a178442b14dc76cd6385e49864.bin │ │ │ ├── be8f974ad47ce22516ac3b7b97a71279.bin │ │ │ └── bf49763280e423a40c850cb540af91e4.bin │ │ ├── c │ │ │ ├── c5335107d88ae07a4e7cd10dafb8210e.bin │ │ │ ├── c7aec3e87be08a02544b550dfa19dfd4.bin │ │ │ ├── c975412c4207027ce4d42e547d581e9a.bin │ │ │ ├── ca3d72fe49a92ba8d43af6ae73a38697.bin │ │ │ ├── cb65fd129ada3a775145d64cc213c497.bin │ │ │ ├── cb68e52c36f1b60bf4f1a102fe3e5128.bin │ │ │ ├── cccfe71d39509f761fb1bb36a66532b3.bin │ │ │ ├── cd6dc074eab9fade2959ecc0df2d0661.bin │ │ │ ├── cdb01314c41f0681fbdbfb28000a216a.bin │ │ │ └── cf5ce43741ae950e384251beccd1c809.bin │ │ ├── d │ │ │ ├── d26b888d9fb9f839a89439935d4613c2.bin │ │ │ ├── d3445b348d1b2d70d968c300b07aa62e.bin │ │ │ ├── d8e27544d65a05af8faa911460616ced.bin │ │ │ ├── daba83f485770c9e3e3c4a05a0740074.bin │ │ │ ├── dd3c349c81c7dc06b3fce55ac9ff922e.bin │ │ │ ├── de10cb95fd1d6d5705e796f4c7d8350e.bin │ │ │ └── dec16e609ed8eb332c2d33797629c41d.bin │ │ ├── e │ │ │ ├── e03c7fd114f5caf314127bb988f27466.bin │ │ │ ├── e21568466db8c05def95bce52e43186f.bin │ │ │ ├── e262c5b0e542ef89498e2b0490556d71.bin │ │ │ ├── e2734cf4e8ba7a43b4741bd823b9c0a5.bin │ │ │ ├── e2b1d92ee4f07ab6fedf3b3bd7982c8e.bin │ │ │ ├── e3f1d21f337843f8b3528009f1981269.bin │ │ │ ├── e41adc6630c2867a0b4cdf3e96552075.bin │ │ │ ├── e496203b7b3393985a15ea92877132b4.bin │ │ │ ├── e6dacec28ae47d6e4864765e399880e3.bin │ │ │ ├── e6e7b95600ba8800ff13431471e22020.bin │ │ │ ├── e87bb1026a07462ba700c17e9660972a.bin │ │ │ ├── ea9b33b480a58a118ab8a272afc078c8.bin │ │ │ ├── ec18d55c7fc343b504dc3cf35b59566d.bin │ │ │ ├── ed129bac6e5d8fc84f678e5dc6daeb94.bin │ │ │ ├── edb59be88d73090b94b2ec116be825be.bin │ │ │ └── ef2a1dccb88a9c0c84fb0f40de92155d.bin │ │ └── f │ │ │ ├── f3c9c026f93a62e7d1e65e6967b675dd.bin │ │ │ ├── f5729d16613b204b50c59671082514e3.bin │ │ │ ├── f673f0c17e6066dce95175510487d6ee.bin │ │ │ ├── f72750f82d7021a42903ecd7fe1de29f.bin │ │ │ ├── fa203c4e0c5996d390a5168a929ab33e.bin │ │ │ ├── fad3fa6f0af37e37897b36a5baf93ea6.bin │ │ │ ├── fc6f92b8ee8ad3cc8712e4312135324e.bin │ │ │ └── fe25fadb9775af3160aa65290ea3a768.bin │ ├── assetDatabase3 │ ├── expandedItems │ ├── metadata │ │ ├── 21 │ │ │ ├── 21ae0c3d7722a4bc0b743f08432e661a │ │ │ └── 21ae0c3d7722a4bc0b743f08432e661a.info │ │ ├── 24 │ │ │ ├── 243d890830e99458a9d4f00ccd11a4e8 │ │ │ └── 243d890830e99458a9d4f00ccd11a4e8.info │ │ ├── 39 │ │ │ ├── 39d28dfa027fa4acb93e69cfddebd54b │ │ │ └── 39d28dfa027fa4acb93e69cfddebd54b.info │ │ ├── 41 │ │ │ ├── 4170b6dffcbdb440db5ac7df04abaab5 │ │ │ └── 4170b6dffcbdb440db5ac7df04abaab5.info │ │ ├── 73 │ │ │ ├── 739bbd9f364b4268874f9fd86ab3beef │ │ │ └── 739bbd9f364b4268874f9fd86ab3beef.info │ │ ├── 80 │ │ │ ├── 80a3616ca19596e4da0f10f14d241e9f │ │ │ └── 80a3616ca19596e4da0f10f14d241e9f.info │ │ ├── 81 │ │ │ ├── 81de9558679394d24b9a80bed2b095c1 │ │ │ └── 81de9558679394d24b9a80bed2b095c1.info │ │ ├── 85 │ │ │ ├── 852e56802eb941638acbb491814497b0 │ │ │ └── 852e56802eb941638acbb491814497b0.info │ │ ├── 87 │ │ │ ├── 870353891bb340e2b2a9c8707e7419ba │ │ │ └── 870353891bb340e2b2a9c8707e7419ba.info │ │ ├── 97 │ │ │ ├── 97decbdab0634cdd991f8d23ddf0dead │ │ │ └── 97decbdab0634cdd991f8d23ddf0dead.info │ │ ├── 99 │ │ │ ├── 997537f2cc5ec46b383ab736af7302fc │ │ │ └── 997537f2cc5ec46b383ab736af7302fc.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 │ │ │ ├── 00000000000000008100000000000000 │ │ │ ├── 00000000000000008100000000000000.info │ │ │ ├── 00000000000000009000000000000000 │ │ │ ├── 00000000000000009000000000000000.info │ │ │ ├── 0000000000000000a000000000000000 │ │ │ ├── 0000000000000000a000000000000000.info │ │ │ ├── 0000000000000000a100000000000000 │ │ │ ├── 0000000000000000a100000000000000.info │ │ │ ├── 0000000000000000b000000000000000 │ │ │ ├── 0000000000000000b000000000000000.info │ │ │ ├── 0000000000000000c000000000000000 │ │ │ └── 0000000000000000c000000000000000.info │ │ ├── 3c │ │ │ ├── 3c0ad459c1534645b5d603b7cc258f97 │ │ │ └── 3c0ad459c1534645b5d603b7cc258f97.info │ │ ├── 5f │ │ │ ├── 5f32cd94baa94578a686d4b9d6b660f7 │ │ │ └── 5f32cd94baa94578a686d4b9d6b660f7.info │ │ ├── 7c │ │ │ ├── 7cbab2be89b54486bbd23a6fe637d30e │ │ │ └── 7cbab2be89b54486bbd23a6fe637d30e.info │ │ ├── 8e │ │ │ ├── 8e0cd8ed44d4412cbe0642067abc9e44 │ │ │ ├── 8e0cd8ed44d4412cbe0642067abc9e44.info │ │ │ ├── 8e23cc33bca074518869ed28f818f584 │ │ │ └── 8e23cc33bca074518869ed28f818f584.info │ │ ├── 9e │ │ │ ├── 9e6b024109db2400989d62e0f3f1d0aa │ │ │ └── 9e6b024109db2400989d62e0f3f1d0aa.info │ │ ├── a5 │ │ │ ├── a59e50afd693f48208556b4b3592f7b2 │ │ │ └── a59e50afd693f48208556b4b3592f7b2.info │ │ ├── ad │ │ │ ├── adebbd281f1a4ef3a30be7f21937e02f │ │ │ └── adebbd281f1a4ef3a30be7f21937e02f.info │ │ ├── b1 │ │ │ ├── b1d4b25ed59774c2dab59a88f8ad8428 │ │ │ └── b1d4b25ed59774c2dab59a88f8ad8428.info │ │ ├── be │ │ │ ├── be875fad83da24b8f8152065ba177eb1 │ │ │ └── be875fad83da24b8f8152065ba177eb1.info │ │ └── f5 │ │ │ ├── f5f67c52d1564df4a8936ccd202a3bd8 │ │ │ └── f5f67c52d1564df4a8936ccd202a3bd8.info │ ├── shadercompiler-64bit-1.log │ ├── shadercompiler-64bit-2.log │ ├── shadercompiler-64bit-3.log │ ├── shadercompiler-64bit-4.log │ ├── shadercompiler-64bit-5.log │ ├── shadercompiler-64bit-6.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 ├── Platformer E13 ├── Assets │ ├── Materials.meta │ ├── Materials │ │ ├── Obstacle.mat │ │ ├── Obstacle.mat.meta │ │ ├── Player.mat │ │ └── Player.mat.meta │ ├── Scene.unity │ ├── Scene.unity.meta │ ├── Scripts.meta │ └── Scripts │ │ ├── CameraFollow.cs │ │ ├── CameraFollow.cs.meta │ │ ├── Controller2D.cs │ │ ├── Controller2D.cs.meta │ │ ├── PlatformController.cs │ │ ├── PlatformController.cs.meta │ │ ├── Player.cs │ │ ├── Player.cs.meta │ │ ├── PlayerInput.cs │ │ ├── PlayerInput.cs.meta │ │ ├── RaycastController.cs │ │ └── RaycastController.cs.meta ├── Library │ ├── AnnotationManager │ ├── AssetImportState │ ├── AssetServerCacheV3 │ ├── AssetVersioning.db │ ├── BuildPlayer.prefs │ ├── BuildSettings.asset │ ├── CurrentLayout.dwlt │ ├── CurrentMaximizeLayout.dwlt │ ├── EditorUserBuildSettings.asset │ ├── EditorUserSettings.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 │ │ │ ├── 004a2ef3f5a2aef7557829c64fc77aaf.bin │ │ │ ├── 043e23948eb105c6ff646233e47cfee4.bin │ │ │ ├── 045a0ab68e4a1e4e286fc5b442a333f4.bin │ │ │ ├── 0668ac707aac119db19bc40ce93756bc.bin │ │ │ ├── 09c4c760ee58eddd193422cf56f6c65a.bin │ │ │ ├── 0c0f71759b198f8ebb9a94db134a47a5.bin │ │ │ ├── 0c793034af068923af8d49470f399597.bin │ │ │ ├── 0e00f2bf63a22a99c645349a8b5d471b.bin │ │ │ └── 0ef6b1a72b88fa77621640dbd71a3b7d.bin │ │ ├── 1 │ │ │ ├── 100d36e9d7372e80e3fb64f0c1a56dfe.bin │ │ │ ├── 101030fffcc50174a4ffa0a86e2cd2b9.bin │ │ │ ├── 119a9fa04cddfc61d49c88117e4eb607.bin │ │ │ ├── 12282a65c5e2e5fd605f56ecaf98c966.bin │ │ │ ├── 1457f21b53e0f805bf78ec101070bfb0.bin │ │ │ ├── 1662a1b1e6ffed1de784d03b358e7504.bin │ │ │ ├── 169b7f21337cad1083c53036f072becb.bin │ │ │ ├── 176209f88d497c3a851ee5cf8b570192.bin │ │ │ ├── 17bc5e43cd53f89b8eba2aa943150983.bin │ │ │ ├── 19c2b23b8e584c75ebcf2e48b198e99c.bin │ │ │ ├── 1b1409c504691c0091ae01a75b1f41e7.bin │ │ │ ├── 1dd6b18d64a7c38486db9e06e0dda3bc.bin │ │ │ ├── 1e089b310378d9423fb1cc4401f18650.bin │ │ │ └── 1f29ef6369b1a207decfc538e18bc203.bin │ │ ├── 2 │ │ │ ├── 2094ca2d9dda1393231fadeb65a08041.bin │ │ │ ├── 21057396a32f4dfb44bf4252a201fd86.bin │ │ │ ├── 218e75eccba92130f8539fff9125f474.bin │ │ │ ├── 21aef1b44f9690865cd25ec139de7038.bin │ │ │ ├── 220a7d5646b71d185439919a2d5223ea.bin │ │ │ ├── 227d838126c808af7c4f0f0ee66b8730.bin │ │ │ ├── 23dda27e20051d48026615272149b6f4.bin │ │ │ ├── 24734495638bc5076855bb0295ba43b8.bin │ │ │ ├── 252caccb07617a18eb0597f810c30549.bin │ │ │ ├── 266aa8240d679abe2cb3105b71e72b21.bin │ │ │ ├── 26727dd47ca246c4c0be74a62406dcbe.bin │ │ │ ├── 278b251548166f12fb5ba66c141b1cf3.bin │ │ │ ├── 29315a61bb02b977414c73def7d2f7b9.bin │ │ │ ├── 29cce8c38385d1b5ff9c0176f165bffd.bin │ │ │ ├── 2a6d05559586657d6cfb7a1ce6ea4776.bin │ │ │ ├── 2d26ee3677a8f06cf49f80e091792e10.bin │ │ │ ├── 2f65e95fd916fee796207e2c068dfc29.bin │ │ │ ├── 2f6fb3b3e3fd974309e8e37a21d14a65.bin │ │ │ ├── 2f898d3ab3be73945ee24de3ed292481.bin │ │ │ └── 2fef5752678a2115cd77af3d6044792c.bin │ │ ├── 3 │ │ │ ├── 30fbe2088ddcf3e7d0fedaf736b7019e.bin │ │ │ ├── 3172b564b9bf382dc19bf56b317ff6fd.bin │ │ │ ├── 324d8243b1ab6fda68ace2391a042bf0.bin │ │ │ ├── 32751ab2178c9d025765dbb864f5ca2f.bin │ │ │ ├── 33bdb0b0172ab3c6043e35be60a73131.bin │ │ │ ├── 38a3bfe82dc783719711a34a20210214.bin │ │ │ ├── 392add5e33516e3c67198f1b81d5094a.bin │ │ │ └── 3ee4303a299b4255cd235b871e487910.bin │ │ ├── 4 │ │ │ ├── 40abb076ff368bf169c781b7a5236d6f.bin │ │ │ ├── 414a97b64df68387a4ca51d8f8610c84.bin │ │ │ ├── 41b910f8dd33cb88ae6fa6300c58b9b8.bin │ │ │ ├── 41e890fecef19ca752a88a4b764513e6.bin │ │ │ ├── 41edb8ff1a1d374c2d1721e8cbd90666.bin │ │ │ ├── 42102499c52cee0f15e230482fc72dea.bin │ │ │ ├── 443589641ccf49267b7110dd8e13c74f.bin │ │ │ ├── 458bfea6eb40f334d7179adb5b1da9b6.bin │ │ │ ├── 473993ede3e46e50fad0ba0cb64abe04.bin │ │ │ ├── 48f252957f19cc4cecaf08c02c8d98c1.bin │ │ │ ├── 4b7e36651f52539677c098180b6efa4a.bin │ │ │ ├── 4c760fe0c3a5cabdd59ae2363aeae4fa.bin │ │ │ └── 4f1c3698d4335bbf60d59bc75d6da571.bin │ │ ├── 5 │ │ │ ├── 53ed5cd9a12e39c92388f18f7a82a07f.bin │ │ │ ├── 57b8c0946c8ab4523d74b7828e78a941.bin │ │ │ ├── 591e4d2ea1b817d41826f1cc4618b70e.bin │ │ │ ├── 5924cdada2380e8cdda4604101693794.bin │ │ │ ├── 59c1854604569ec94c24b4bd329b2f4c.bin │ │ │ ├── 5b5adc4980cb8ef135c9cc64929757b6.bin │ │ │ ├── 5e07d487a97c1d82827eb87343a85e24.bin │ │ │ ├── 5e93beded67aa8ea01f54e7200ebac37.bin │ │ │ ├── 5f9fd858c995bdf4689fb9a1579502eb.bin │ │ │ └── 5fe10818ef6f39e1d20bc4d086cf0ec7.bin │ │ ├── 6 │ │ │ ├── 6011069467beb14d728df0ffe26b0e84.bin │ │ │ ├── 6114d69871b1853717b48f14c5b90a72.bin │ │ │ ├── 6233ad41f630fd66587922b0bf572f9e.bin │ │ │ ├── 647d4005a09cec316d6f5632d4d4c58a.bin │ │ │ ├── 6836e4fd2c7f02f92e21a88e89a6568e.bin │ │ │ ├── 68863d8d0a6effde312beca5b2be7756.bin │ │ │ ├── 6961524ba88dc448ed0342b2b3fc0e3f.bin │ │ │ ├── 69c47bc794f06b156efeb26a4a5adbf0.bin │ │ │ ├── 6b6364a7a245b33c94eef998a34644b3.bin │ │ │ ├── 6b9e9805b0c231498bb06c523e7acdfb.bin │ │ │ ├── 6c973517d9b4fe32e657572e9671cd55.bin │ │ │ ├── 6d2b3611d944a59ef5f0706d7e8f10e7.bin │ │ │ ├── 6dbc15d18e797c262920dd5a4a79c597.bin │ │ │ ├── 6fa718a8862e1c7fd8901e01ee94a5bd.bin │ │ │ └── 6ffec97af51ee1baaa4803080e9671d5.bin │ │ ├── 7 │ │ │ ├── 7271b4fd707c52a556b749ac74ae48dc.bin │ │ │ ├── 7499b90e7baf00032e8d27c0a5357a09.bin │ │ │ ├── 7669d8e66c17ea586d159558c84f3439.bin │ │ │ ├── 7701ac21bdd03e0b5bdf909abb8fc458.bin │ │ │ ├── 7725587d8ba4c16bd6f51c7e03357e8e.bin │ │ │ ├── 7c6ae7a3519816d6ce276ff9d9d6303b.bin │ │ │ └── 7e8a483887acc5c44eeda09f8256ffb0.bin │ │ ├── 8 │ │ │ ├── 828ae23c781b4998091c0313a528196b.bin │ │ │ ├── 87c789ab4db900c67be7ad72f9e5cc89.bin │ │ │ ├── 89693461792da9f1ed5322dc50674895.bin │ │ │ ├── 897b9118c2aec425b65a08dccd2e4cdf.bin │ │ │ ├── 8b9dc8543696670860b77f3566db168c.bin │ │ │ ├── 8bbe8b6ab457bdcf0cbf0b028f213151.bin │ │ │ ├── 8ca3b9da52bed30d91dfa3413c639b78.bin │ │ │ ├── 8cc55c9f7008e18941a0ea4f3923f980.bin │ │ │ ├── 8cf115273c7fb76de7492ea9ce934b82.bin │ │ │ ├── 8cfd3d5cd95ca5b5c4529211e3b82652.bin │ │ │ ├── 8d85c76328dbcd4a8ead6df305a7abc7.bin │ │ │ ├── 8de9331ce5b5372af09094bbbd1466b7.bin │ │ │ └── 8f25b8eff6a483f0a8e1f7947d36cfa4.bin │ │ ├── 9 │ │ │ ├── 90c4dfc336ae512b88a66e7d3b955f7e.bin │ │ │ ├── 916ce88bfd93911f4d49eb4bb28e3251.bin │ │ │ ├── 916ec3d937cb01da16d32444b9094b85.bin │ │ │ ├── 91b70739cf33904398ca8afe12ba5e59.bin │ │ │ ├── 91d09b7f898dcf2388aee5432999b052.bin │ │ │ ├── 9263ba2224ac5c2e866036bb88766c69.bin │ │ │ ├── 93a7cce4b19ed9a7528c207b3ec58e81.bin │ │ │ ├── 93cff9ad019c067f94778ee0cf4e6fd9.bin │ │ │ ├── 9449fb43995809970c27b50d2fdfbfba.bin │ │ │ ├── 978a322992fd9f53bd8fbbac4c11a4ce.bin │ │ │ ├── 97eabf30babdc659f545048aec933ac4.bin │ │ │ ├── 97f8479ae016e41a08456ff45712f0d5.bin │ │ │ ├── 985c1816fe1ffc534f3b5bfc93a15922.bin │ │ │ ├── 9885f4381bf4117678184eb7a1fb8f2b.bin │ │ │ ├── 99dac9c627bfc7922f7d52490447b565.bin │ │ │ ├── 99f83b817579d5ea92a8ef840ea2e4ca.bin │ │ │ ├── 9a4eb00cf4cc0e239c924493a3f12468.bin │ │ │ └── 9b7160a0d8b86c3eff71bbfed6250280.bin │ │ ├── a │ │ │ ├── a16280d75acd7282e50421a5126e5fec.bin │ │ │ ├── a28e4de266826c0b8111e1700c33ca81.bin │ │ │ ├── a35ba5537c47ca5be90e1cc9a0b49bc3.bin │ │ │ ├── a36e892bb42ff667812365b710391506.bin │ │ │ ├── a3e644b24f411c1e0b42cb4a333bba8c.bin │ │ │ ├── a3f9d603020695043958c3ce36389350.bin │ │ │ ├── a4006e9d3b5c024e21cee567b9c11c5d.bin │ │ │ ├── a481713271a7172059fffd424e911cec.bin │ │ │ ├── a548a9a4986dac1ffe39bb8f7d982514.bin │ │ │ ├── a5b44c2cd5fbed0cc0fc9c7f1115ab6d.bin │ │ │ ├── a89b6384fa95264d8a4ca5b9897c3f1b.bin │ │ │ ├── a92aeee90cf5901e204f5a37ef039ab5.bin │ │ │ ├── a9c7e94c852df3f64be1aa51c39bdecd.bin │ │ │ ├── ab206ae8951a9f2fc01ef1b2561dd987.bin │ │ │ ├── ab6e206ee5e68262a52ca520cd393a77.bin │ │ │ ├── ab77a7eb9a2ab97484917a3c36f48719.bin │ │ │ ├── aba0c7753f322c1dea5d23475aeeaa0a.bin │ │ │ ├── ac0ea7ce71b86b4acdf34f54bfc18ae2.bin │ │ │ ├── ac808067d52db792256316828f41aeea.bin │ │ │ ├── acd8419f7bfa92bb98f8f243d701f767.bin │ │ │ ├── ada13d427014b97fa43497ad8e35cfd1.bin │ │ │ └── aeaa91fb0fb242a987d64dabb3643283.bin │ │ ├── b │ │ │ ├── b13c3348a431af747f25a586288992aa.bin │ │ │ ├── b2dea231f20a62f9b2c53a845629ac83.bin │ │ │ ├── b48401b36c330eaf28453a0e75ba6907.bin │ │ │ ├── b72b6f3a1a322b84e3067c440619992a.bin │ │ │ ├── b849b79924c556a09544dd9d469d4c6c.bin │ │ │ ├── b8e8d1093c6c22b1408536f20d35c5d3.bin │ │ │ ├── b954c36b65d4ba7c403e4c3eb7dd6211.bin │ │ │ ├── b974a809dff9adaf48cb7403834d6414.bin │ │ │ ├── ba3d5f3596539c11879888384c4147ee.bin │ │ │ ├── bbd0d71ec754cccc95ad9c26f572d9b1.bin │ │ │ ├── bd2e07b61a833824d1d94039a856c169.bin │ │ │ ├── be1058a178442b14dc76cd6385e49864.bin │ │ │ ├── be8f974ad47ce22516ac3b7b97a71279.bin │ │ │ └── bf49763280e423a40c850cb540af91e4.bin │ │ ├── c │ │ │ ├── c5335107d88ae07a4e7cd10dafb8210e.bin │ │ │ ├── c7aec3e87be08a02544b550dfa19dfd4.bin │ │ │ ├── c975412c4207027ce4d42e547d581e9a.bin │ │ │ ├── ca3d72fe49a92ba8d43af6ae73a38697.bin │ │ │ ├── cb65fd129ada3a775145d64cc213c497.bin │ │ │ ├── cb68e52c36f1b60bf4f1a102fe3e5128.bin │ │ │ ├── cccfe71d39509f761fb1bb36a66532b3.bin │ │ │ ├── cd6dc074eab9fade2959ecc0df2d0661.bin │ │ │ ├── cdb01314c41f0681fbdbfb28000a216a.bin │ │ │ └── cf5ce43741ae950e384251beccd1c809.bin │ │ ├── d │ │ │ ├── d26b888d9fb9f839a89439935d4613c2.bin │ │ │ ├── d3445b348d1b2d70d968c300b07aa62e.bin │ │ │ ├── d8e27544d65a05af8faa911460616ced.bin │ │ │ ├── daba83f485770c9e3e3c4a05a0740074.bin │ │ │ ├── dd3c349c81c7dc06b3fce55ac9ff922e.bin │ │ │ ├── de10cb95fd1d6d5705e796f4c7d8350e.bin │ │ │ └── dec16e609ed8eb332c2d33797629c41d.bin │ │ ├── e │ │ │ ├── e03c7fd114f5caf314127bb988f27466.bin │ │ │ ├── e21568466db8c05def95bce52e43186f.bin │ │ │ ├── e262c5b0e542ef89498e2b0490556d71.bin │ │ │ ├── e2734cf4e8ba7a43b4741bd823b9c0a5.bin │ │ │ ├── e2b1d92ee4f07ab6fedf3b3bd7982c8e.bin │ │ │ ├── e3f1d21f337843f8b3528009f1981269.bin │ │ │ ├── e41adc6630c2867a0b4cdf3e96552075.bin │ │ │ ├── e496203b7b3393985a15ea92877132b4.bin │ │ │ ├── e6dacec28ae47d6e4864765e399880e3.bin │ │ │ ├── e6e7b95600ba8800ff13431471e22020.bin │ │ │ ├── e87bb1026a07462ba700c17e9660972a.bin │ │ │ ├── ea9b33b480a58a118ab8a272afc078c8.bin │ │ │ ├── ec18d55c7fc343b504dc3cf35b59566d.bin │ │ │ ├── ed129bac6e5d8fc84f678e5dc6daeb94.bin │ │ │ ├── edb59be88d73090b94b2ec116be825be.bin │ │ │ └── ef2a1dccb88a9c0c84fb0f40de92155d.bin │ │ └── f │ │ │ ├── f3c9c026f93a62e7d1e65e6967b675dd.bin │ │ │ ├── f5729d16613b204b50c59671082514e3.bin │ │ │ ├── f673f0c17e6066dce95175510487d6ee.bin │ │ │ ├── f72750f82d7021a42903ecd7fe1de29f.bin │ │ │ ├── fa203c4e0c5996d390a5168a929ab33e.bin │ │ │ ├── fad3fa6f0af37e37897b36a5baf93ea6.bin │ │ │ ├── fc6f92b8ee8ad3cc8712e4312135324e.bin │ │ │ └── fe25fadb9775af3160aa65290ea3a768.bin │ ├── assetDatabase3 │ ├── expandedItems │ ├── metadata │ │ ├── 21 │ │ │ ├── 21ae0c3d7722a4bc0b743f08432e661a │ │ │ └── 21ae0c3d7722a4bc0b743f08432e661a.info │ │ ├── 24 │ │ │ ├── 243d890830e99458a9d4f00ccd11a4e8 │ │ │ └── 243d890830e99458a9d4f00ccd11a4e8.info │ │ ├── 39 │ │ │ ├── 39d28dfa027fa4acb93e69cfddebd54b │ │ │ └── 39d28dfa027fa4acb93e69cfddebd54b.info │ │ ├── 41 │ │ │ ├── 4170b6dffcbdb440db5ac7df04abaab5 │ │ │ └── 4170b6dffcbdb440db5ac7df04abaab5.info │ │ ├── 73 │ │ │ ├── 739bbd9f364b4268874f9fd86ab3beef │ │ │ └── 739bbd9f364b4268874f9fd86ab3beef.info │ │ ├── 80 │ │ │ ├── 80a3616ca19596e4da0f10f14d241e9f │ │ │ └── 80a3616ca19596e4da0f10f14d241e9f.info │ │ ├── 81 │ │ │ ├── 81de9558679394d24b9a80bed2b095c1 │ │ │ └── 81de9558679394d24b9a80bed2b095c1.info │ │ ├── 85 │ │ │ ├── 852e56802eb941638acbb491814497b0 │ │ │ └── 852e56802eb941638acbb491814497b0.info │ │ ├── 87 │ │ │ ├── 870353891bb340e2b2a9c8707e7419ba │ │ │ └── 870353891bb340e2b2a9c8707e7419ba.info │ │ ├── 97 │ │ │ ├── 97decbdab0634cdd991f8d23ddf0dead │ │ │ └── 97decbdab0634cdd991f8d23ddf0dead.info │ │ ├── 99 │ │ │ ├── 997537f2cc5ec46b383ab736af7302fc │ │ │ └── 997537f2cc5ec46b383ab736af7302fc.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 │ │ │ ├── 00000000000000008100000000000000 │ │ │ ├── 00000000000000008100000000000000.info │ │ │ ├── 00000000000000009000000000000000 │ │ │ ├── 00000000000000009000000000000000.info │ │ │ ├── 0000000000000000a000000000000000 │ │ │ ├── 0000000000000000a000000000000000.info │ │ │ ├── 0000000000000000a100000000000000 │ │ │ ├── 0000000000000000a100000000000000.info │ │ │ ├── 0000000000000000b000000000000000 │ │ │ ├── 0000000000000000b000000000000000.info │ │ │ ├── 0000000000000000c000000000000000 │ │ │ └── 0000000000000000c000000000000000.info │ │ ├── 3c │ │ │ ├── 3c0ad459c1534645b5d603b7cc258f97 │ │ │ └── 3c0ad459c1534645b5d603b7cc258f97.info │ │ ├── 5f │ │ │ ├── 5f32cd94baa94578a686d4b9d6b660f7 │ │ │ └── 5f32cd94baa94578a686d4b9d6b660f7.info │ │ ├── 7c │ │ │ ├── 7cbab2be89b54486bbd23a6fe637d30e │ │ │ └── 7cbab2be89b54486bbd23a6fe637d30e.info │ │ ├── 8e │ │ │ ├── 8e0cd8ed44d4412cbe0642067abc9e44 │ │ │ ├── 8e0cd8ed44d4412cbe0642067abc9e44.info │ │ │ ├── 8e23cc33bca074518869ed28f818f584 │ │ │ └── 8e23cc33bca074518869ed28f818f584.info │ │ ├── 9e │ │ │ ├── 9e6b024109db2400989d62e0f3f1d0aa │ │ │ └── 9e6b024109db2400989d62e0f3f1d0aa.info │ │ ├── a5 │ │ │ ├── a59e50afd693f48208556b4b3592f7b2 │ │ │ └── a59e50afd693f48208556b4b3592f7b2.info │ │ ├── ad │ │ │ ├── adebbd281f1a4ef3a30be7f21937e02f │ │ │ └── adebbd281f1a4ef3a30be7f21937e02f.info │ │ ├── b1 │ │ │ ├── b1d4b25ed59774c2dab59a88f8ad8428 │ │ │ └── b1d4b25ed59774c2dab59a88f8ad8428.info │ │ ├── be │ │ │ ├── be875fad83da24b8f8152065ba177eb1 │ │ │ └── be875fad83da24b8f8152065ba177eb1.info │ │ └── f5 │ │ │ ├── f5f67c52d1564df4a8936ccd202a3bd8 │ │ │ └── f5f67c52d1564df4a8936ccd202a3bd8.info │ ├── shadercompiler-64bit-1.log │ ├── shadercompiler-64bit-2.log │ ├── shadercompiler-64bit-3.log │ ├── shadercompiler-64bit-4.log │ ├── shadercompiler-64bit-5.log │ ├── shadercompiler-64bit-6.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 ├── README.md └── Testing └── Platformer push obj ├── Assets ├── Materials.meta ├── Materials │ ├── Block.mat │ ├── Block.mat.meta │ ├── Obstacle.mat │ ├── Obstacle.mat.meta │ ├── Player.mat │ └── Player.mat.meta ├── Scene.unity ├── Scene.unity.meta ├── Scripts.meta └── Scripts │ ├── CameraFollow.cs │ ├── CameraFollow.cs.meta │ ├── Controller2D.cs │ ├── Controller2D.cs.meta │ ├── PlatformController.cs │ ├── PlatformController.cs.meta │ ├── Player.cs │ ├── Player.cs.meta │ ├── PlayerInput.cs │ ├── PlayerInput.cs.meta │ ├── PushableObject.cs │ ├── PushableObject.cs.meta │ ├── RaycastController.cs │ └── RaycastController.cs.meta ├── Library ├── AnnotationManager ├── AssetImportState ├── AssetServerCacheV3 ├── AssetVersioning.db ├── BuildPlayer.prefs ├── BuildSettings.asset ├── CrashedAssetImports.txt ├── CurrentLayout.dwlt ├── CurrentMaximizeLayout.dwlt ├── EditorUserBuildSettings.asset ├── EditorUserSettings.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 │ │ ├── 004a2ef3f5a2aef7557829c64fc77aaf.bin │ │ ├── 043e23948eb105c6ff646233e47cfee4.bin │ │ ├── 045a0ab68e4a1e4e286fc5b442a333f4.bin │ │ ├── 0668ac707aac119db19bc40ce93756bc.bin │ │ ├── 09c4c760ee58eddd193422cf56f6c65a.bin │ │ ├── 0c0f71759b198f8ebb9a94db134a47a5.bin │ │ ├── 0c793034af068923af8d49470f399597.bin │ │ ├── 0e00f2bf63a22a99c645349a8b5d471b.bin │ │ └── 0ef6b1a72b88fa77621640dbd71a3b7d.bin │ ├── 1 │ │ ├── 100d36e9d7372e80e3fb64f0c1a56dfe.bin │ │ ├── 101030fffcc50174a4ffa0a86e2cd2b9.bin │ │ ├── 10698ce928095ad788e883c6f89ebd6d.bin │ │ ├── 119a9fa04cddfc61d49c88117e4eb607.bin │ │ ├── 12282a65c5e2e5fd605f56ecaf98c966.bin │ │ ├── 140f5a580ec4f8197fa1b6424dad0ca4.bin │ │ ├── 1457f21b53e0f805bf78ec101070bfb0.bin │ │ ├── 1662a1b1e6ffed1de784d03b358e7504.bin │ │ ├── 169b7f21337cad1083c53036f072becb.bin │ │ ├── 176209f88d497c3a851ee5cf8b570192.bin │ │ ├── 17bc5e43cd53f89b8eba2aa943150983.bin │ │ ├── 19c2b23b8e584c75ebcf2e48b198e99c.bin │ │ ├── 1b1409c504691c0091ae01a75b1f41e7.bin │ │ ├── 1dd6b18d64a7c38486db9e06e0dda3bc.bin │ │ ├── 1e089b310378d9423fb1cc4401f18650.bin │ │ └── 1f29ef6369b1a207decfc538e18bc203.bin │ ├── 2 │ │ ├── 2094ca2d9dda1393231fadeb65a08041.bin │ │ ├── 21057396a32f4dfb44bf4252a201fd86.bin │ │ ├── 218e75eccba92130f8539fff9125f474.bin │ │ ├── 21aef1b44f9690865cd25ec139de7038.bin │ │ ├── 21f1342f78a0c9e25675065e43afdf58.bin │ │ ├── 220a7d5646b71d185439919a2d5223ea.bin │ │ ├── 227d838126c808af7c4f0f0ee66b8730.bin │ │ ├── 23dda27e20051d48026615272149b6f4.bin │ │ ├── 24734495638bc5076855bb0295ba43b8.bin │ │ ├── 252caccb07617a18eb0597f810c30549.bin │ │ ├── 266aa8240d679abe2cb3105b71e72b21.bin │ │ ├── 26727dd47ca246c4c0be74a62406dcbe.bin │ │ ├── 278b251548166f12fb5ba66c141b1cf3.bin │ │ ├── 28b20c9e32fb303c3852c17d75f4ee1f.bin │ │ ├── 29315a61bb02b977414c73def7d2f7b9.bin │ │ ├── 29cce8c38385d1b5ff9c0176f165bffd.bin │ │ ├── 2a6d05559586657d6cfb7a1ce6ea4776.bin │ │ ├── 2d26ee3677a8f06cf49f80e091792e10.bin │ │ ├── 2f65e95fd916fee796207e2c068dfc29.bin │ │ ├── 2f6fb3b3e3fd974309e8e37a21d14a65.bin │ │ ├── 2f898d3ab3be73945ee24de3ed292481.bin │ │ └── 2fef5752678a2115cd77af3d6044792c.bin │ ├── 3 │ │ ├── 30fbe2088ddcf3e7d0fedaf736b7019e.bin │ │ ├── 3172b564b9bf382dc19bf56b317ff6fd.bin │ │ ├── 324d8243b1ab6fda68ace2391a042bf0.bin │ │ ├── 32751ab2178c9d025765dbb864f5ca2f.bin │ │ ├── 33bdb0b0172ab3c6043e35be60a73131.bin │ │ ├── 38a3bfe82dc783719711a34a20210214.bin │ │ ├── 392add5e33516e3c67198f1b81d5094a.bin │ │ └── 3ee4303a299b4255cd235b871e487910.bin │ ├── 4 │ │ ├── 40abb076ff368bf169c781b7a5236d6f.bin │ │ ├── 414a97b64df68387a4ca51d8f8610c84.bin │ │ ├── 41b910f8dd33cb88ae6fa6300c58b9b8.bin │ │ ├── 41e890fecef19ca752a88a4b764513e6.bin │ │ ├── 41edb8ff1a1d374c2d1721e8cbd90666.bin │ │ ├── 42102499c52cee0f15e230482fc72dea.bin │ │ ├── 443589641ccf49267b7110dd8e13c74f.bin │ │ ├── 458bfea6eb40f334d7179adb5b1da9b6.bin │ │ ├── 473993ede3e46e50fad0ba0cb64abe04.bin │ │ ├── 486f647f11378ee7169b67cd141b1fe1.bin │ │ ├── 48f252957f19cc4cecaf08c02c8d98c1.bin │ │ ├── 4b7e36651f52539677c098180b6efa4a.bin │ │ ├── 4c760fe0c3a5cabdd59ae2363aeae4fa.bin │ │ ├── 4f187ea1e12c97652f6b0fc51467d42a.bin │ │ └── 4f1c3698d4335bbf60d59bc75d6da571.bin │ ├── 5 │ │ ├── 53ed5cd9a12e39c92388f18f7a82a07f.bin │ │ ├── 57b8c0946c8ab4523d74b7828e78a941.bin │ │ ├── 591e4d2ea1b817d41826f1cc4618b70e.bin │ │ ├── 5924cdada2380e8cdda4604101693794.bin │ │ ├── 59c1854604569ec94c24b4bd329b2f4c.bin │ │ ├── 5b5adc4980cb8ef135c9cc64929757b6.bin │ │ ├── 5e07d487a97c1d82827eb87343a85e24.bin │ │ ├── 5e93beded67aa8ea01f54e7200ebac37.bin │ │ ├── 5f9fd858c995bdf4689fb9a1579502eb.bin │ │ └── 5fe10818ef6f39e1d20bc4d086cf0ec7.bin │ ├── 6 │ │ ├── 6011069467beb14d728df0ffe26b0e84.bin │ │ ├── 6114d69871b1853717b48f14c5b90a72.bin │ │ ├── 6233ad41f630fd66587922b0bf572f9e.bin │ │ ├── 647d4005a09cec316d6f5632d4d4c58a.bin │ │ ├── 6836e4fd2c7f02f92e21a88e89a6568e.bin │ │ ├── 68863d8d0a6effde312beca5b2be7756.bin │ │ ├── 6961524ba88dc448ed0342b2b3fc0e3f.bin │ │ ├── 69c47bc794f06b156efeb26a4a5adbf0.bin │ │ ├── 6a9c1c197b31dd2cf6bc2cfdac85da04.bin │ │ ├── 6b6364a7a245b33c94eef998a34644b3.bin │ │ ├── 6b9e9805b0c231498bb06c523e7acdfb.bin │ │ ├── 6c973517d9b4fe32e657572e9671cd55.bin │ │ ├── 6d2b3611d944a59ef5f0706d7e8f10e7.bin │ │ ├── 6dbc15d18e797c262920dd5a4a79c597.bin │ │ ├── 6fa718a8862e1c7fd8901e01ee94a5bd.bin │ │ └── 6ffec97af51ee1baaa4803080e9671d5.bin │ ├── 7 │ │ ├── 726bb2779f063ab092455d3e24e6dee6.bin │ │ ├── 7271b4fd707c52a556b749ac74ae48dc.bin │ │ ├── 7499b90e7baf00032e8d27c0a5357a09.bin │ │ ├── 7669d8e66c17ea586d159558c84f3439.bin │ │ ├── 7701ac21bdd03e0b5bdf909abb8fc458.bin │ │ ├── 7725587d8ba4c16bd6f51c7e03357e8e.bin │ │ ├── 7c6ae7a3519816d6ce276ff9d9d6303b.bin │ │ ├── 7dc72c4a786fc2deaa1af942ab33bcfe.bin │ │ ├── 7e2bae771e9515afb54157fe86786c86.bin │ │ └── 7e8a483887acc5c44eeda09f8256ffb0.bin │ ├── 8 │ │ ├── 828ae23c781b4998091c0313a528196b.bin │ │ ├── 87c789ab4db900c67be7ad72f9e5cc89.bin │ │ ├── 89693461792da9f1ed5322dc50674895.bin │ │ ├── 897b9118c2aec425b65a08dccd2e4cdf.bin │ │ ├── 8b9dc8543696670860b77f3566db168c.bin │ │ ├── 8bbe8b6ab457bdcf0cbf0b028f213151.bin │ │ ├── 8ca3b9da52bed30d91dfa3413c639b78.bin │ │ ├── 8cc55c9f7008e18941a0ea4f3923f980.bin │ │ ├── 8cf115273c7fb76de7492ea9ce934b82.bin │ │ ├── 8cfd3d5cd95ca5b5c4529211e3b82652.bin │ │ ├── 8d85c76328dbcd4a8ead6df305a7abc7.bin │ │ ├── 8de9331ce5b5372af09094bbbd1466b7.bin │ │ ├── 8e98b486b79495a1064151518b75f59c.bin │ │ └── 8f25b8eff6a483f0a8e1f7947d36cfa4.bin │ ├── 9 │ │ ├── 90c4dfc336ae512b88a66e7d3b955f7e.bin │ │ ├── 916ce88bfd93911f4d49eb4bb28e3251.bin │ │ ├── 916ec3d937cb01da16d32444b9094b85.bin │ │ ├── 91b70739cf33904398ca8afe12ba5e59.bin │ │ ├── 91d09b7f898dcf2388aee5432999b052.bin │ │ ├── 9263ba2224ac5c2e866036bb88766c69.bin │ │ ├── 93a7cce4b19ed9a7528c207b3ec58e81.bin │ │ ├── 93cff9ad019c067f94778ee0cf4e6fd9.bin │ │ ├── 9449fb43995809970c27b50d2fdfbfba.bin │ │ ├── 9534e7219f69c7e776593341a17f29a5.bin │ │ ├── 978a322992fd9f53bd8fbbac4c11a4ce.bin │ │ ├── 97eabf30babdc659f545048aec933ac4.bin │ │ ├── 97f8479ae016e41a08456ff45712f0d5.bin │ │ ├── 985c1816fe1ffc534f3b5bfc93a15922.bin │ │ ├── 9885f4381bf4117678184eb7a1fb8f2b.bin │ │ ├── 99d6209dba80cb7ed2608a5f2e6ce3c4.bin │ │ ├── 99dac9c627bfc7922f7d52490447b565.bin │ │ ├── 99f83b817579d5ea92a8ef840ea2e4ca.bin │ │ ├── 9a4eb00cf4cc0e239c924493a3f12468.bin │ │ ├── 9b7160a0d8b86c3eff71bbfed6250280.bin │ │ └── 9d3dbe98e3bf0fa87f776f94393acf82.bin │ ├── a │ │ ├── a16280d75acd7282e50421a5126e5fec.bin │ │ ├── a28e4de266826c0b8111e1700c33ca81.bin │ │ ├── a35ba5537c47ca5be90e1cc9a0b49bc3.bin │ │ ├── a36e892bb42ff667812365b710391506.bin │ │ ├── a3e644b24f411c1e0b42cb4a333bba8c.bin │ │ ├── a3f9d603020695043958c3ce36389350.bin │ │ ├── a4006e9d3b5c024e21cee567b9c11c5d.bin │ │ ├── a481713271a7172059fffd424e911cec.bin │ │ ├── a548a9a4986dac1ffe39bb8f7d982514.bin │ │ ├── a5b44c2cd5fbed0cc0fc9c7f1115ab6d.bin │ │ ├── a89b6384fa95264d8a4ca5b9897c3f1b.bin │ │ ├── a92aeee90cf5901e204f5a37ef039ab5.bin │ │ ├── a9c7e94c852df3f64be1aa51c39bdecd.bin │ │ ├── ab206ae8951a9f2fc01ef1b2561dd987.bin │ │ ├── ab6e206ee5e68262a52ca520cd393a77.bin │ │ ├── ab77a7eb9a2ab97484917a3c36f48719.bin │ │ ├── aba0c7753f322c1dea5d23475aeeaa0a.bin │ │ ├── ac0ea7ce71b86b4acdf34f54bfc18ae2.bin │ │ ├── ac808067d52db792256316828f41aeea.bin │ │ ├── acd8419f7bfa92bb98f8f243d701f767.bin │ │ ├── ada13d427014b97fa43497ad8e35cfd1.bin │ │ └── aeaa91fb0fb242a987d64dabb3643283.bin │ ├── b │ │ ├── b13c3348a431af747f25a586288992aa.bin │ │ ├── b2dea231f20a62f9b2c53a845629ac83.bin │ │ ├── b48401b36c330eaf28453a0e75ba6907.bin │ │ ├── b72b6f3a1a322b84e3067c440619992a.bin │ │ ├── b849b79924c556a09544dd9d469d4c6c.bin │ │ ├── b8e8d1093c6c22b1408536f20d35c5d3.bin │ │ ├── b954c36b65d4ba7c403e4c3eb7dd6211.bin │ │ ├── b974a809dff9adaf48cb7403834d6414.bin │ │ ├── ba3d5f3596539c11879888384c4147ee.bin │ │ ├── bbd0d71ec754cccc95ad9c26f572d9b1.bin │ │ ├── bd2e07b61a833824d1d94039a856c169.bin │ │ ├── bdc7ea0853ee96056ed2ffaf34e97a72.bin │ │ ├── be1058a178442b14dc76cd6385e49864.bin │ │ ├── be8f974ad47ce22516ac3b7b97a71279.bin │ │ └── bf49763280e423a40c850cb540af91e4.bin │ ├── c │ │ ├── c5335107d88ae07a4e7cd10dafb8210e.bin │ │ ├── c7aec3e87be08a02544b550dfa19dfd4.bin │ │ ├── c975412c4207027ce4d42e547d581e9a.bin │ │ ├── ca3d72fe49a92ba8d43af6ae73a38697.bin │ │ ├── cb65fd129ada3a775145d64cc213c497.bin │ │ ├── cb68e52c36f1b60bf4f1a102fe3e5128.bin │ │ ├── cccfe71d39509f761fb1bb36a66532b3.bin │ │ ├── cd6dc074eab9fade2959ecc0df2d0661.bin │ │ ├── cdb01314c41f0681fbdbfb28000a216a.bin │ │ └── cf5ce43741ae950e384251beccd1c809.bin │ ├── d │ │ ├── d1cbeae5411a6972fe3e6d17871a1ffd.bin │ │ ├── d26b888d9fb9f839a89439935d4613c2.bin │ │ ├── d3445b348d1b2d70d968c300b07aa62e.bin │ │ ├── d8e27544d65a05af8faa911460616ced.bin │ │ ├── da2d309c6f9dcfaf9684d6f96cc84692.bin │ │ ├── daba83f485770c9e3e3c4a05a0740074.bin │ │ ├── dd3c349c81c7dc06b3fce55ac9ff922e.bin │ │ ├── de10cb95fd1d6d5705e796f4c7d8350e.bin │ │ └── dec16e609ed8eb332c2d33797629c41d.bin │ ├── e │ │ ├── e03c7fd114f5caf314127bb988f27466.bin │ │ ├── e21568466db8c05def95bce52e43186f.bin │ │ ├── e262c5b0e542ef89498e2b0490556d71.bin │ │ ├── e2734cf4e8ba7a43b4741bd823b9c0a5.bin │ │ ├── e2b1d92ee4f07ab6fedf3b3bd7982c8e.bin │ │ ├── e3f1d21f337843f8b3528009f1981269.bin │ │ ├── e41adc6630c2867a0b4cdf3e96552075.bin │ │ ├── e496203b7b3393985a15ea92877132b4.bin │ │ ├── e4c8eed213ade04d238c6b9ad9122054.bin │ │ ├── e6dacec28ae47d6e4864765e399880e3.bin │ │ ├── e6e7b95600ba8800ff13431471e22020.bin │ │ ├── e87bb1026a07462ba700c17e9660972a.bin │ │ ├── ea9b33b480a58a118ab8a272afc078c8.bin │ │ ├── ec18d55c7fc343b504dc3cf35b59566d.bin │ │ ├── ed129bac6e5d8fc84f678e5dc6daeb94.bin │ │ ├── edb59be88d73090b94b2ec116be825be.bin │ │ └── ef2a1dccb88a9c0c84fb0f40de92155d.bin │ └── f │ │ ├── f3c9c026f93a62e7d1e65e6967b675dd.bin │ │ ├── f5729d16613b204b50c59671082514e3.bin │ │ ├── f673f0c17e6066dce95175510487d6ee.bin │ │ ├── f72750f82d7021a42903ecd7fe1de29f.bin │ │ ├── fa203c4e0c5996d390a5168a929ab33e.bin │ │ ├── fad3fa6f0af37e37897b36a5baf93ea6.bin │ │ ├── fc6f92b8ee8ad3cc8712e4312135324e.bin │ │ └── fe25fadb9775af3160aa65290ea3a768.bin ├── assetDatabase3 ├── expandedItems ├── metadata │ ├── 12 │ │ ├── 12fd8a0055b84bb59e84c9835a37e333 │ │ └── 12fd8a0055b84bb59e84c9835a37e333.info │ ├── 21 │ │ ├── 21ae0c3d7722a4bc0b743f08432e661a │ │ ├── 21ae0c3d7722a4bc0b743f08432e661a.info │ │ ├── 21eff446d50eaf44a85985cd4c0b6fa1 │ │ └── 21eff446d50eaf44a85985cd4c0b6fa1.info │ ├── 24 │ │ ├── 243d890830e99458a9d4f00ccd11a4e8 │ │ └── 243d890830e99458a9d4f00ccd11a4e8.info │ ├── 26 │ │ ├── 2682a692a2be7e14e901a738c7806da0 │ │ └── 2682a692a2be7e14e901a738c7806da0.info │ ├── 30 │ │ ├── 307433eba81a469ab1e2084d52d1a5a2 │ │ └── 307433eba81a469ab1e2084d52d1a5a2.info │ ├── 32 │ │ ├── 328cc881519068e4eb7db4bb907ad2d9 │ │ └── 328cc881519068e4eb7db4bb907ad2d9.info │ ├── 39 │ │ ├── 39d28dfa027fa4acb93e69cfddebd54b │ │ └── 39d28dfa027fa4acb93e69cfddebd54b.info │ ├── 41 │ │ ├── 4113173d5e95493ab8765d7b08371de4 │ │ ├── 4113173d5e95493ab8765d7b08371de4.info │ │ ├── 4170b6dffcbdb440db5ac7df04abaab5 │ │ └── 4170b6dffcbdb440db5ac7df04abaab5.info │ ├── 51 │ │ ├── 517af1b5b81b93b43b9745d58f017562 │ │ └── 517af1b5b81b93b43b9745d58f017562.info │ ├── 53 │ │ ├── 53ebcfaa2e1e4e2dbc85882cd5a73fa1 │ │ └── 53ebcfaa2e1e4e2dbc85882cd5a73fa1.info │ ├── 73 │ │ ├── 739bbd9f364b4268874f9fd86ab3beef │ │ └── 739bbd9f364b4268874f9fd86ab3beef.info │ ├── 80 │ │ ├── 80a3616ca19596e4da0f10f14d241e9f │ │ └── 80a3616ca19596e4da0f10f14d241e9f.info │ ├── 81 │ │ ├── 81de9558679394d24b9a80bed2b095c1 │ │ └── 81de9558679394d24b9a80bed2b095c1.info │ ├── 85 │ │ ├── 852e56802eb941638acbb491814497b0 │ │ └── 852e56802eb941638acbb491814497b0.info │ ├── 86 │ │ ├── 86f4de9468454445ac2f39e207fafa3a │ │ └── 86f4de9468454445ac2f39e207fafa3a.info │ ├── 87 │ │ ├── 870353891bb340e2b2a9c8707e7419ba │ │ └── 870353891bb340e2b2a9c8707e7419ba.info │ ├── 97 │ │ ├── 97decbdab0634cdd991f8d23ddf0dead │ │ └── 97decbdab0634cdd991f8d23ddf0dead.info │ ├── 99 │ │ ├── 997537f2cc5ec46b383ab736af7302fc │ │ └── 997537f2cc5ec46b383ab736af7302fc.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 │ ├── 0d │ │ ├── 0d3bb855445e36e479c85976fc88383a │ │ └── 0d3bb855445e36e479c85976fc88383a.info │ ├── 1c │ │ ├── 1c6d1fbb51834b64847b1b73a75bfc77 │ │ └── 1c6d1fbb51834b64847b1b73a75bfc77.info │ ├── 3c │ │ ├── 3c0ad459c1534645b5d603b7cc258f97 │ │ └── 3c0ad459c1534645b5d603b7cc258f97.info │ ├── 4b │ │ ├── 4ba2329b63d54f0187bcaa12486b1b0f │ │ └── 4ba2329b63d54f0187bcaa12486b1b0f.info │ ├── 5f │ │ ├── 5f32cd94baa94578a686d4b9d6b660f7 │ │ └── 5f32cd94baa94578a686d4b9d6b660f7.info │ ├── 6c │ │ ├── 6cdf1e5c78d14720aaadccd4c792df96 │ │ └── 6cdf1e5c78d14720aaadccd4c792df96.info │ ├── 7c │ │ ├── 7cbab2be89b54486bbd23a6fe637d30e │ │ └── 7cbab2be89b54486bbd23a6fe637d30e.info │ ├── 8e │ │ ├── 8e0cd8ed44d4412cbe0642067abc9e44 │ │ ├── 8e0cd8ed44d4412cbe0642067abc9e44.info │ │ ├── 8e23cc33bca074518869ed28f818f584 │ │ ├── 8e23cc33bca074518869ed28f818f584.info │ │ ├── 8e7066e382b0fc749b25dbb1a3004dfe │ │ └── 8e7066e382b0fc749b25dbb1a3004dfe.info │ ├── 9e │ │ ├── 9e6b024109db2400989d62e0f3f1d0aa │ │ └── 9e6b024109db2400989d62e0f3f1d0aa.info │ ├── a0 │ │ ├── a051ed36a64274163a85d8765cc8be93 │ │ └── a051ed36a64274163a85d8765cc8be93.info │ ├── a5 │ │ ├── a59e50afd693f48208556b4b3592f7b2 │ │ └── a59e50afd693f48208556b4b3592f7b2.info │ ├── ad │ │ ├── adebbd281f1a4ef3a30be7f21937e02f │ │ └── adebbd281f1a4ef3a30be7f21937e02f.info │ ├── b1 │ │ ├── b1d4b25ed59774c2dab59a88f8ad8428 │ │ └── b1d4b25ed59774c2dab59a88f8ad8428.info │ ├── b2 │ │ ├── b2bead50dbf86924f8e51f03ddbebf70 │ │ └── b2bead50dbf86924f8e51f03ddbebf70.info │ ├── be │ │ ├── be875fad83da24b8f8152065ba177eb1 │ │ └── be875fad83da24b8f8152065ba177eb1.info │ ├── d3 │ │ ├── d3294d825523c48ceacd1cf1d40808f7 │ │ └── d3294d825523c48ceacd1cf1d40808f7.info │ ├── d9 │ │ ├── d91035c548f23744c9bfb107348ed1c0 │ │ └── d91035c548f23744c9bfb107348ed1c0.info │ ├── dc │ │ ├── dc443db3e92b4983b9738c1131f555cb │ │ └── dc443db3e92b4983b9738c1131f555cb.info │ ├── f5 │ │ ├── f5f67c52d1564df4a8936ccd202a3bd8 │ │ └── f5f67c52d1564df4a8936ccd202a3bd8.info │ └── f7 │ │ ├── f70555f144d8491a825f0804e09c671c │ │ ├── f70555f144d8491a825f0804e09c671c.info │ │ ├── f7b54ff4a43d4fcf81b4538b678e0bcc │ │ └── f7b54ff4a43d4fcf81b4538b678e0bcc.info ├── shadercompiler-64bit-1.log ├── shadercompiler-64bit-2.log ├── shadercompiler-64bit-3.log ├── shadercompiler-64bit-4.log ├── shadercompiler-64bit-5.log ├── shadercompiler-64bit-6.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 /Platformer E01/Assets/Materials/Player.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E01/Assets/Materials/Player.mat -------------------------------------------------------------------------------- /Platformer E01/Assets/Scene.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E01/Assets/Scene.unity -------------------------------------------------------------------------------- /Platformer E01/Library/AnnotationManager: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E01/Library/AnnotationManager -------------------------------------------------------------------------------- /Platformer E01/Library/AssetImportState: -------------------------------------------------------------------------------- 1 | 4;0;196609;-1 -------------------------------------------------------------------------------- /Platformer E01/Library/AssetServerCacheV3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E01/Library/AssetServerCacheV3 -------------------------------------------------------------------------------- /Platformer E01/Library/BuildPlayer.prefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E01/Library/BuildPlayer.prefs -------------------------------------------------------------------------------- /Platformer E01/Library/BuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E01/Library/BuildSettings.asset -------------------------------------------------------------------------------- /Platformer E01/Library/CurrentLayout.dwlt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E01/Library/CurrentLayout.dwlt -------------------------------------------------------------------------------- /Platformer E01/Library/EditorUserBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E01/Library/EditorUserBuildSettings.asset -------------------------------------------------------------------------------- /Platformer E01/Library/EditorUserSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E01/Library/EditorUserSettings.asset -------------------------------------------------------------------------------- /Platformer E01/Library/InspectorExpandedItems.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E01/Library/InspectorExpandedItems.asset -------------------------------------------------------------------------------- /Platformer E01/Library/LastSceneManagerSetup.txt: -------------------------------------------------------------------------------- 1 | sceneSetups: 2 | - path: Assets/Scene.unity 3 | isLoaded: 1 4 | isActive: 1 5 | -------------------------------------------------------------------------------- /Platformer E01/Library/LibraryFormatVersion.txt: -------------------------------------------------------------------------------- 1 | unityRebuildLibraryVersion: 11 2 | unityForwardCompatibleVersion: 40 3 | -------------------------------------------------------------------------------- /Platformer E01/Library/MonoManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E01/Library/MonoManager.asset -------------------------------------------------------------------------------- /Platformer E01/Library/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E01/Library/ProjectSettings.asset -------------------------------------------------------------------------------- /Platformer E01/Library/ScriptAssemblies/Assembly-CSharp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E01/Library/ScriptAssemblies/Assembly-CSharp.dll -------------------------------------------------------------------------------- /Platformer E01/Library/ScriptAssemblies/Assembly-CSharp.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E01/Library/ScriptAssemblies/Assembly-CSharp.dll.mdb -------------------------------------------------------------------------------- /Platformer E01/Library/ScriptAssemblies/BuiltinAssemblies.stamp: -------------------------------------------------------------------------------- 1 | 0000.5797ed38.0000 2 | 0000.5797ed52.0000 -------------------------------------------------------------------------------- /Platformer E01/Library/ScriptMapper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E01/Library/ScriptMapper -------------------------------------------------------------------------------- /Platformer E01/Library/assetDatabase3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E01/Library/assetDatabase3 -------------------------------------------------------------------------------- /Platformer E01/Library/expandedItems: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E01/Library/expandedItems -------------------------------------------------------------------------------- /Platformer E01/Library/metadata/00/00000000000000001000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E01/Library/metadata/00/00000000000000001000000000000000 -------------------------------------------------------------------------------- /Platformer E01/Library/metadata/00/00000000000000002000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E01/Library/metadata/00/00000000000000002000000000000000 -------------------------------------------------------------------------------- /Platformer E01/Library/metadata/00/00000000000000003000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E01/Library/metadata/00/00000000000000003000000000000000 -------------------------------------------------------------------------------- /Platformer E01/Library/metadata/00/00000000000000004000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E01/Library/metadata/00/00000000000000004000000000000000 -------------------------------------------------------------------------------- /Platformer E01/Library/metadata/00/00000000000000004100000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E01/Library/metadata/00/00000000000000004100000000000000 -------------------------------------------------------------------------------- /Platformer E01/Library/metadata/00/00000000000000005000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E01/Library/metadata/00/00000000000000005000000000000000 -------------------------------------------------------------------------------- /Platformer E01/Library/metadata/00/00000000000000005100000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E01/Library/metadata/00/00000000000000005100000000000000 -------------------------------------------------------------------------------- /Platformer E01/Library/metadata/00/00000000000000006000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E01/Library/metadata/00/00000000000000006000000000000000 -------------------------------------------------------------------------------- /Platformer E01/Library/metadata/00/00000000000000006100000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E01/Library/metadata/00/00000000000000006100000000000000 -------------------------------------------------------------------------------- /Platformer E01/Library/metadata/00/00000000000000007000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E01/Library/metadata/00/00000000000000007000000000000000 -------------------------------------------------------------------------------- /Platformer E01/Library/metadata/00/00000000000000007100000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E01/Library/metadata/00/00000000000000007100000000000000 -------------------------------------------------------------------------------- /Platformer E01/Library/metadata/00/00000000000000008000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E01/Library/metadata/00/00000000000000008000000000000000 -------------------------------------------------------------------------------- /Platformer E01/Library/metadata/00/00000000000000008100000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E01/Library/metadata/00/00000000000000008100000000000000 -------------------------------------------------------------------------------- /Platformer E01/Library/metadata/00/00000000000000009000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E01/Library/metadata/00/00000000000000009000000000000000 -------------------------------------------------------------------------------- /Platformer E01/Library/metadata/00/0000000000000000a000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E01/Library/metadata/00/0000000000000000a000000000000000 -------------------------------------------------------------------------------- /Platformer E01/Library/metadata/00/0000000000000000a100000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E01/Library/metadata/00/0000000000000000a100000000000000 -------------------------------------------------------------------------------- /Platformer E01/Library/metadata/00/0000000000000000b000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E01/Library/metadata/00/0000000000000000b000000000000000 -------------------------------------------------------------------------------- /Platformer E01/Library/metadata/00/0000000000000000c000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E01/Library/metadata/00/0000000000000000c000000000000000 -------------------------------------------------------------------------------- /Platformer E01/Library/metadata/21/21ae0c3d7722a4bc0b743f08432e661a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E01/Library/metadata/21/21ae0c3d7722a4bc0b743f08432e661a -------------------------------------------------------------------------------- /Platformer E01/Library/metadata/24/243d890830e99458a9d4f00ccd11a4e8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E01/Library/metadata/24/243d890830e99458a9d4f00ccd11a4e8 -------------------------------------------------------------------------------- /Platformer E01/Library/metadata/39/39d28dfa027fa4acb93e69cfddebd54b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E01/Library/metadata/39/39d28dfa027fa4acb93e69cfddebd54b -------------------------------------------------------------------------------- /Platformer E01/Library/metadata/3c/3c0ad459c1534645b5d603b7cc258f97: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E01/Library/metadata/3c/3c0ad459c1534645b5d603b7cc258f97 -------------------------------------------------------------------------------- /Platformer E01/Library/metadata/41/4170b6dffcbdb440db5ac7df04abaab5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E01/Library/metadata/41/4170b6dffcbdb440db5ac7df04abaab5 -------------------------------------------------------------------------------- /Platformer E01/Library/metadata/5f/5f32cd94baa94578a686d4b9d6b660f7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E01/Library/metadata/5f/5f32cd94baa94578a686d4b9d6b660f7 -------------------------------------------------------------------------------- /Platformer E01/Library/metadata/73/739bbd9f364b4268874f9fd86ab3beef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E01/Library/metadata/73/739bbd9f364b4268874f9fd86ab3beef -------------------------------------------------------------------------------- /Platformer E01/Library/metadata/7c/7cbab2be89b54486bbd23a6fe637d30e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E01/Library/metadata/7c/7cbab2be89b54486bbd23a6fe637d30e -------------------------------------------------------------------------------- /Platformer E01/Library/metadata/80/80a3616ca19596e4da0f10f14d241e9f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E01/Library/metadata/80/80a3616ca19596e4da0f10f14d241e9f -------------------------------------------------------------------------------- /Platformer E01/Library/metadata/85/852e56802eb941638acbb491814497b0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E01/Library/metadata/85/852e56802eb941638acbb491814497b0 -------------------------------------------------------------------------------- /Platformer E01/Library/metadata/87/870353891bb340e2b2a9c8707e7419ba: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E01/Library/metadata/87/870353891bb340e2b2a9c8707e7419ba -------------------------------------------------------------------------------- /Platformer E01/Library/metadata/8e/8e0cd8ed44d4412cbe0642067abc9e44: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E01/Library/metadata/8e/8e0cd8ed44d4412cbe0642067abc9e44 -------------------------------------------------------------------------------- /Platformer E01/Library/metadata/8e/8e23cc33bca074518869ed28f818f584: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E01/Library/metadata/8e/8e23cc33bca074518869ed28f818f584 -------------------------------------------------------------------------------- /Platformer E01/Library/metadata/97/97decbdab0634cdd991f8d23ddf0dead: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E01/Library/metadata/97/97decbdab0634cdd991f8d23ddf0dead -------------------------------------------------------------------------------- /Platformer E01/Library/metadata/ad/adebbd281f1a4ef3a30be7f21937e02f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E01/Library/metadata/ad/adebbd281f1a4ef3a30be7f21937e02f -------------------------------------------------------------------------------- /Platformer E01/Library/metadata/b1/b1d4b25ed59774c2dab59a88f8ad8428: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E01/Library/metadata/b1/b1d4b25ed59774c2dab59a88f8ad8428 -------------------------------------------------------------------------------- /Platformer E01/Library/metadata/f5/f5f67c52d1564df4a8936ccd202a3bd8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E01/Library/metadata/f5/f5f67c52d1564df4a8936ccd202a3bd8 -------------------------------------------------------------------------------- /Platformer E01/ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E01/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /Platformer E01/ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E01/ProjectSettings/ClusterInputManager.asset -------------------------------------------------------------------------------- /Platformer E01/ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E01/ProjectSettings/DynamicsManager.asset -------------------------------------------------------------------------------- /Platformer E01/ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E01/ProjectSettings/EditorBuildSettings.asset -------------------------------------------------------------------------------- /Platformer E01/ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E01/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /Platformer E01/ProjectSettings/GraphicsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E01/ProjectSettings/GraphicsSettings.asset -------------------------------------------------------------------------------- /Platformer E01/ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E01/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /Platformer E01/ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E01/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /Platformer E01/ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E01/ProjectSettings/NetworkManager.asset -------------------------------------------------------------------------------- /Platformer E01/ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E01/ProjectSettings/Physics2DSettings.asset -------------------------------------------------------------------------------- /Platformer E01/ProjectSettings/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E01/ProjectSettings/ProjectSettings.asset -------------------------------------------------------------------------------- /Platformer E01/ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 5.4.0f3 2 | m_StandardAssetsVersion: 0 3 | -------------------------------------------------------------------------------- /Platformer E01/ProjectSettings/QualitySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E01/ProjectSettings/QualitySettings.asset -------------------------------------------------------------------------------- /Platformer E01/ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E01/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /Platformer E01/ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E01/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /Platformer E01/ProjectSettings/UnityAdsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E01/ProjectSettings/UnityAdsSettings.asset -------------------------------------------------------------------------------- /Platformer E01/ProjectSettings/UnityConnectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E01/ProjectSettings/UnityConnectSettings.asset -------------------------------------------------------------------------------- /Platformer E02/Assets/Materials/Obstacle.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E02/Assets/Materials/Obstacle.mat -------------------------------------------------------------------------------- /Platformer E02/Assets/Materials/Player.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E02/Assets/Materials/Player.mat -------------------------------------------------------------------------------- /Platformer E02/Assets/Scene.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E02/Assets/Scene.unity -------------------------------------------------------------------------------- /Platformer E02/Library/AnnotationManager: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E02/Library/AnnotationManager -------------------------------------------------------------------------------- /Platformer E02/Library/AssetImportState: -------------------------------------------------------------------------------- 1 | 4;0;196609;-1 -------------------------------------------------------------------------------- /Platformer E02/Library/AssetServerCacheV3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E02/Library/AssetServerCacheV3 -------------------------------------------------------------------------------- /Platformer E02/Library/BuildPlayer.prefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E02/Library/BuildPlayer.prefs -------------------------------------------------------------------------------- /Platformer E02/Library/BuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E02/Library/BuildSettings.asset -------------------------------------------------------------------------------- /Platformer E02/Library/CurrentLayout.dwlt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E02/Library/CurrentLayout.dwlt -------------------------------------------------------------------------------- /Platformer E02/Library/EditorUserBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E02/Library/EditorUserBuildSettings.asset -------------------------------------------------------------------------------- /Platformer E02/Library/EditorUserSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E02/Library/EditorUserSettings.asset -------------------------------------------------------------------------------- /Platformer E02/Library/InspectorExpandedItems.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E02/Library/InspectorExpandedItems.asset -------------------------------------------------------------------------------- /Platformer E02/Library/LastSceneManagerSetup.txt: -------------------------------------------------------------------------------- 1 | sceneSetups: 2 | - path: Assets/Scene.unity 3 | isLoaded: 1 4 | isActive: 1 5 | -------------------------------------------------------------------------------- /Platformer E02/Library/LibraryFormatVersion.txt: -------------------------------------------------------------------------------- 1 | unityRebuildLibraryVersion: 11 2 | unityForwardCompatibleVersion: 40 3 | -------------------------------------------------------------------------------- /Platformer E02/Library/MonoManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E02/Library/MonoManager.asset -------------------------------------------------------------------------------- /Platformer E02/Library/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E02/Library/ProjectSettings.asset -------------------------------------------------------------------------------- /Platformer E02/Library/ScriptAssemblies/Assembly-CSharp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E02/Library/ScriptAssemblies/Assembly-CSharp.dll -------------------------------------------------------------------------------- /Platformer E02/Library/ScriptAssemblies/Assembly-CSharp.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E02/Library/ScriptAssemblies/Assembly-CSharp.dll.mdb -------------------------------------------------------------------------------- /Platformer E02/Library/ScriptAssemblies/BuiltinAssemblies.stamp: -------------------------------------------------------------------------------- 1 | 0000.5797ed38.0000 2 | 0000.5797ed52.0000 -------------------------------------------------------------------------------- /Platformer E02/Library/ScriptMapper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E02/Library/ScriptMapper -------------------------------------------------------------------------------- /Platformer E02/Library/assetDatabase3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E02/Library/assetDatabase3 -------------------------------------------------------------------------------- /Platformer E02/Library/expandedItems: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E02/Library/expandedItems -------------------------------------------------------------------------------- /Platformer E02/Library/metadata/00/00000000000000001000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E02/Library/metadata/00/00000000000000001000000000000000 -------------------------------------------------------------------------------- /Platformer E02/Library/metadata/00/00000000000000002000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E02/Library/metadata/00/00000000000000002000000000000000 -------------------------------------------------------------------------------- /Platformer E02/Library/metadata/00/00000000000000003000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E02/Library/metadata/00/00000000000000003000000000000000 -------------------------------------------------------------------------------- /Platformer E02/Library/metadata/00/00000000000000004000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E02/Library/metadata/00/00000000000000004000000000000000 -------------------------------------------------------------------------------- /Platformer E02/Library/metadata/00/00000000000000004100000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E02/Library/metadata/00/00000000000000004100000000000000 -------------------------------------------------------------------------------- /Platformer E02/Library/metadata/00/00000000000000005000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E02/Library/metadata/00/00000000000000005000000000000000 -------------------------------------------------------------------------------- /Platformer E02/Library/metadata/00/00000000000000005100000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E02/Library/metadata/00/00000000000000005100000000000000 -------------------------------------------------------------------------------- /Platformer E02/Library/metadata/00/00000000000000006000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E02/Library/metadata/00/00000000000000006000000000000000 -------------------------------------------------------------------------------- /Platformer E02/Library/metadata/00/00000000000000006100000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E02/Library/metadata/00/00000000000000006100000000000000 -------------------------------------------------------------------------------- /Platformer E02/Library/metadata/00/00000000000000007000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E02/Library/metadata/00/00000000000000007000000000000000 -------------------------------------------------------------------------------- /Platformer E02/Library/metadata/00/00000000000000007100000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E02/Library/metadata/00/00000000000000007100000000000000 -------------------------------------------------------------------------------- /Platformer E02/Library/metadata/00/00000000000000008000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E02/Library/metadata/00/00000000000000008000000000000000 -------------------------------------------------------------------------------- /Platformer E02/Library/metadata/00/00000000000000008100000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E02/Library/metadata/00/00000000000000008100000000000000 -------------------------------------------------------------------------------- /Platformer E02/Library/metadata/00/00000000000000009000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E02/Library/metadata/00/00000000000000009000000000000000 -------------------------------------------------------------------------------- /Platformer E02/Library/metadata/00/0000000000000000a000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E02/Library/metadata/00/0000000000000000a000000000000000 -------------------------------------------------------------------------------- /Platformer E02/Library/metadata/00/0000000000000000a100000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E02/Library/metadata/00/0000000000000000a100000000000000 -------------------------------------------------------------------------------- /Platformer E02/Library/metadata/00/0000000000000000b000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E02/Library/metadata/00/0000000000000000b000000000000000 -------------------------------------------------------------------------------- /Platformer E02/Library/metadata/00/0000000000000000c000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E02/Library/metadata/00/0000000000000000c000000000000000 -------------------------------------------------------------------------------- /Platformer E02/Library/metadata/21/21ae0c3d7722a4bc0b743f08432e661a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E02/Library/metadata/21/21ae0c3d7722a4bc0b743f08432e661a -------------------------------------------------------------------------------- /Platformer E02/Library/metadata/24/243d890830e99458a9d4f00ccd11a4e8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E02/Library/metadata/24/243d890830e99458a9d4f00ccd11a4e8 -------------------------------------------------------------------------------- /Platformer E02/Library/metadata/39/39d28dfa027fa4acb93e69cfddebd54b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E02/Library/metadata/39/39d28dfa027fa4acb93e69cfddebd54b -------------------------------------------------------------------------------- /Platformer E02/Library/metadata/3c/3c0ad459c1534645b5d603b7cc258f97: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E02/Library/metadata/3c/3c0ad459c1534645b5d603b7cc258f97 -------------------------------------------------------------------------------- /Platformer E02/Library/metadata/41/4170b6dffcbdb440db5ac7df04abaab5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E02/Library/metadata/41/4170b6dffcbdb440db5ac7df04abaab5 -------------------------------------------------------------------------------- /Platformer E02/Library/metadata/5f/5f32cd94baa94578a686d4b9d6b660f7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E02/Library/metadata/5f/5f32cd94baa94578a686d4b9d6b660f7 -------------------------------------------------------------------------------- /Platformer E02/Library/metadata/73/739bbd9f364b4268874f9fd86ab3beef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E02/Library/metadata/73/739bbd9f364b4268874f9fd86ab3beef -------------------------------------------------------------------------------- /Platformer E02/Library/metadata/7c/7cbab2be89b54486bbd23a6fe637d30e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E02/Library/metadata/7c/7cbab2be89b54486bbd23a6fe637d30e -------------------------------------------------------------------------------- /Platformer E02/Library/metadata/80/80a3616ca19596e4da0f10f14d241e9f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E02/Library/metadata/80/80a3616ca19596e4da0f10f14d241e9f -------------------------------------------------------------------------------- /Platformer E02/Library/metadata/85/852e56802eb941638acbb491814497b0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E02/Library/metadata/85/852e56802eb941638acbb491814497b0 -------------------------------------------------------------------------------- /Platformer E02/Library/metadata/87/870353891bb340e2b2a9c8707e7419ba: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E02/Library/metadata/87/870353891bb340e2b2a9c8707e7419ba -------------------------------------------------------------------------------- /Platformer E02/Library/metadata/8e/8e0cd8ed44d4412cbe0642067abc9e44: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E02/Library/metadata/8e/8e0cd8ed44d4412cbe0642067abc9e44 -------------------------------------------------------------------------------- /Platformer E02/Library/metadata/8e/8e23cc33bca074518869ed28f818f584: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E02/Library/metadata/8e/8e23cc33bca074518869ed28f818f584 -------------------------------------------------------------------------------- /Platformer E02/Library/metadata/97/97decbdab0634cdd991f8d23ddf0dead: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E02/Library/metadata/97/97decbdab0634cdd991f8d23ddf0dead -------------------------------------------------------------------------------- /Platformer E02/Library/metadata/a5/a59e50afd693f48208556b4b3592f7b2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E02/Library/metadata/a5/a59e50afd693f48208556b4b3592f7b2 -------------------------------------------------------------------------------- /Platformer E02/Library/metadata/ad/adebbd281f1a4ef3a30be7f21937e02f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E02/Library/metadata/ad/adebbd281f1a4ef3a30be7f21937e02f -------------------------------------------------------------------------------- /Platformer E02/Library/metadata/b1/b1d4b25ed59774c2dab59a88f8ad8428: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E02/Library/metadata/b1/b1d4b25ed59774c2dab59a88f8ad8428 -------------------------------------------------------------------------------- /Platformer E02/Library/metadata/f5/f5f67c52d1564df4a8936ccd202a3bd8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E02/Library/metadata/f5/f5f67c52d1564df4a8936ccd202a3bd8 -------------------------------------------------------------------------------- /Platformer E02/Library/shadercompiler-64bit-1.log: -------------------------------------------------------------------------------- 1 | Base path: /Applications/Unity/Unity.app/Contents 2 | Pipe name: \\.\pipe\UnityShaderCompiler-64bit-1-2064700160 3 | Cmd: getPlatforms 4 | -------------------------------------------------------------------------------- /Platformer E02/ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E02/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /Platformer E02/ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E02/ProjectSettings/ClusterInputManager.asset -------------------------------------------------------------------------------- /Platformer E02/ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E02/ProjectSettings/DynamicsManager.asset -------------------------------------------------------------------------------- /Platformer E02/ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E02/ProjectSettings/EditorBuildSettings.asset -------------------------------------------------------------------------------- /Platformer E02/ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E02/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /Platformer E02/ProjectSettings/GraphicsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E02/ProjectSettings/GraphicsSettings.asset -------------------------------------------------------------------------------- /Platformer E02/ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E02/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /Platformer E02/ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E02/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /Platformer E02/ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E02/ProjectSettings/NetworkManager.asset -------------------------------------------------------------------------------- /Platformer E02/ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E02/ProjectSettings/Physics2DSettings.asset -------------------------------------------------------------------------------- /Platformer E02/ProjectSettings/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E02/ProjectSettings/ProjectSettings.asset -------------------------------------------------------------------------------- /Platformer E02/ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 5.4.0f3 2 | m_StandardAssetsVersion: 0 3 | -------------------------------------------------------------------------------- /Platformer E02/ProjectSettings/QualitySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E02/ProjectSettings/QualitySettings.asset -------------------------------------------------------------------------------- /Platformer E02/ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E02/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /Platformer E02/ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E02/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /Platformer E02/ProjectSettings/UnityAdsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E02/ProjectSettings/UnityAdsSettings.asset -------------------------------------------------------------------------------- /Platformer E02/ProjectSettings/UnityConnectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E02/ProjectSettings/UnityConnectSettings.asset -------------------------------------------------------------------------------- /Platformer E03/Assets/Materials/Obstacle.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E03/Assets/Materials/Obstacle.mat -------------------------------------------------------------------------------- /Platformer E03/Assets/Materials/Player.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E03/Assets/Materials/Player.mat -------------------------------------------------------------------------------- /Platformer E03/Assets/Scene.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E03/Assets/Scene.unity -------------------------------------------------------------------------------- /Platformer E03/Library/AnnotationManager: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E03/Library/AnnotationManager -------------------------------------------------------------------------------- /Platformer E03/Library/AssetImportState: -------------------------------------------------------------------------------- 1 | 4;0;-1 -------------------------------------------------------------------------------- /Platformer E03/Library/AssetServerCacheV3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E03/Library/AssetServerCacheV3 -------------------------------------------------------------------------------- /Platformer E03/Library/BuildPlayer.prefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E03/Library/BuildPlayer.prefs -------------------------------------------------------------------------------- /Platformer E03/Library/BuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E03/Library/BuildSettings.asset -------------------------------------------------------------------------------- /Platformer E03/Library/CurrentLayout.dwlt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E03/Library/CurrentLayout.dwlt -------------------------------------------------------------------------------- /Platformer E03/Library/EditorUserBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E03/Library/EditorUserBuildSettings.asset -------------------------------------------------------------------------------- /Platformer E03/Library/EditorUserSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E03/Library/EditorUserSettings.asset -------------------------------------------------------------------------------- /Platformer E03/Library/InspectorExpandedItems.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E03/Library/InspectorExpandedItems.asset -------------------------------------------------------------------------------- /Platformer E03/Library/LibraryFormatVersion.txt: -------------------------------------------------------------------------------- 1 | unityRebuildLibraryVersion: 10 2 | unityForwardCompatibleVersion: 40 3 | -------------------------------------------------------------------------------- /Platformer E03/Library/MonoManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E03/Library/MonoManager.asset -------------------------------------------------------------------------------- /Platformer E03/Library/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E03/Library/ProjectSettings.asset -------------------------------------------------------------------------------- /Platformer E03/Library/ScriptAssemblies/Assembly-CSharp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E03/Library/ScriptAssemblies/Assembly-CSharp.dll -------------------------------------------------------------------------------- /Platformer E03/Library/ScriptAssemblies/Assembly-CSharp.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E03/Library/ScriptAssemblies/Assembly-CSharp.dll.mdb -------------------------------------------------------------------------------- /Platformer E03/Library/ScriptAssemblies/BuiltinAssemblies.stamp: -------------------------------------------------------------------------------- 1 | 0000.54eca697.0000 2 | 0000.54eca6b5.0000 -------------------------------------------------------------------------------- /Platformer E03/Library/ScriptMapper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E03/Library/ScriptMapper -------------------------------------------------------------------------------- /Platformer E03/Library/assetDatabase3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E03/Library/assetDatabase3 -------------------------------------------------------------------------------- /Platformer E03/Library/expandedItems: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E03/Library/expandedItems -------------------------------------------------------------------------------- /Platformer E03/Library/guidmapper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E03/Library/guidmapper -------------------------------------------------------------------------------- /Platformer E03/Library/metadata/00/00000000000000001000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E03/Library/metadata/00/00000000000000001000000000000000 -------------------------------------------------------------------------------- /Platformer E03/Library/metadata/00/00000000000000002000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E03/Library/metadata/00/00000000000000002000000000000000 -------------------------------------------------------------------------------- /Platformer E03/Library/metadata/00/00000000000000003000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E03/Library/metadata/00/00000000000000003000000000000000 -------------------------------------------------------------------------------- /Platformer E03/Library/metadata/00/00000000000000004000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E03/Library/metadata/00/00000000000000004000000000000000 -------------------------------------------------------------------------------- /Platformer E03/Library/metadata/00/00000000000000004100000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E03/Library/metadata/00/00000000000000004100000000000000 -------------------------------------------------------------------------------- /Platformer E03/Library/metadata/00/00000000000000005000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E03/Library/metadata/00/00000000000000005000000000000000 -------------------------------------------------------------------------------- /Platformer E03/Library/metadata/00/00000000000000005100000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E03/Library/metadata/00/00000000000000005100000000000000 -------------------------------------------------------------------------------- /Platformer E03/Library/metadata/00/00000000000000006000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E03/Library/metadata/00/00000000000000006000000000000000 -------------------------------------------------------------------------------- /Platformer E03/Library/metadata/00/00000000000000006100000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E03/Library/metadata/00/00000000000000006100000000000000 -------------------------------------------------------------------------------- /Platformer E03/Library/metadata/00/00000000000000007000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E03/Library/metadata/00/00000000000000007000000000000000 -------------------------------------------------------------------------------- /Platformer E03/Library/metadata/00/00000000000000008000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E03/Library/metadata/00/00000000000000008000000000000000 -------------------------------------------------------------------------------- /Platformer E03/Library/metadata/00/00000000000000009000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E03/Library/metadata/00/00000000000000009000000000000000 -------------------------------------------------------------------------------- /Platformer E03/Library/metadata/00/0000000000000000a000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E03/Library/metadata/00/0000000000000000a000000000000000 -------------------------------------------------------------------------------- /Platformer E03/Library/metadata/00/0000000000000000b000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E03/Library/metadata/00/0000000000000000b000000000000000 -------------------------------------------------------------------------------- /Platformer E03/Library/metadata/00/0000000000000000c000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E03/Library/metadata/00/0000000000000000c000000000000000 -------------------------------------------------------------------------------- /Platformer E03/Library/metadata/21/21ae0c3d7722a4bc0b743f08432e661a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E03/Library/metadata/21/21ae0c3d7722a4bc0b743f08432e661a -------------------------------------------------------------------------------- /Platformer E03/Library/metadata/24/243d890830e99458a9d4f00ccd11a4e8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E03/Library/metadata/24/243d890830e99458a9d4f00ccd11a4e8 -------------------------------------------------------------------------------- /Platformer E03/Library/metadata/39/39d28dfa027fa4acb93e69cfddebd54b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E03/Library/metadata/39/39d28dfa027fa4acb93e69cfddebd54b -------------------------------------------------------------------------------- /Platformer E03/Library/metadata/41/4170b6dffcbdb440db5ac7df04abaab5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E03/Library/metadata/41/4170b6dffcbdb440db5ac7df04abaab5 -------------------------------------------------------------------------------- /Platformer E03/Library/metadata/80/80a3616ca19596e4da0f10f14d241e9f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E03/Library/metadata/80/80a3616ca19596e4da0f10f14d241e9f -------------------------------------------------------------------------------- /Platformer E03/Library/metadata/8e/8e23cc33bca074518869ed28f818f584: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E03/Library/metadata/8e/8e23cc33bca074518869ed28f818f584 -------------------------------------------------------------------------------- /Platformer E03/Library/metadata/a5/a59e50afd693f48208556b4b3592f7b2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E03/Library/metadata/a5/a59e50afd693f48208556b4b3592f7b2 -------------------------------------------------------------------------------- /Platformer E03/Library/metadata/b1/b1d4b25ed59774c2dab59a88f8ad8428: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E03/Library/metadata/b1/b1d4b25ed59774c2dab59a88f8ad8428 -------------------------------------------------------------------------------- /Platformer E03/Library/metadata/f5/f5f67c52d1564df4a8936ccd202a3bd8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E03/Library/metadata/f5/f5f67c52d1564df4a8936ccd202a3bd8 -------------------------------------------------------------------------------- /Platformer E03/ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E03/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /Platformer E03/ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E03/ProjectSettings/DynamicsManager.asset -------------------------------------------------------------------------------- /Platformer E03/ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E03/ProjectSettings/EditorBuildSettings.asset -------------------------------------------------------------------------------- /Platformer E03/ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E03/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /Platformer E03/ProjectSettings/GraphicsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E03/ProjectSettings/GraphicsSettings.asset -------------------------------------------------------------------------------- /Platformer E03/ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E03/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /Platformer E03/ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E03/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /Platformer E03/ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E03/ProjectSettings/NetworkManager.asset -------------------------------------------------------------------------------- /Platformer E03/ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E03/ProjectSettings/Physics2DSettings.asset -------------------------------------------------------------------------------- /Platformer E03/ProjectSettings/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E03/ProjectSettings/ProjectSettings.asset -------------------------------------------------------------------------------- /Platformer E03/ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 5.0.0f4 2 | m_StandardAssetsVersion: 0 3 | -------------------------------------------------------------------------------- /Platformer E03/ProjectSettings/QualitySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E03/ProjectSettings/QualitySettings.asset -------------------------------------------------------------------------------- /Platformer E03/ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E03/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /Platformer E03/ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E03/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /Platformer E04/Assets/Materials/Obstacle.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E04/Assets/Materials/Obstacle.mat -------------------------------------------------------------------------------- /Platformer E04/Assets/Materials/Player.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E04/Assets/Materials/Player.mat -------------------------------------------------------------------------------- /Platformer E04/Assets/Scene.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E04/Assets/Scene.unity -------------------------------------------------------------------------------- /Platformer E04/Library/AnnotationManager: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E04/Library/AnnotationManager -------------------------------------------------------------------------------- /Platformer E04/Library/AssetImportState: -------------------------------------------------------------------------------- 1 | 4;0;-1 -------------------------------------------------------------------------------- /Platformer E04/Library/AssetServerCacheV3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E04/Library/AssetServerCacheV3 -------------------------------------------------------------------------------- /Platformer E04/Library/BuildPlayer.prefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E04/Library/BuildPlayer.prefs -------------------------------------------------------------------------------- /Platformer E04/Library/BuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E04/Library/BuildSettings.asset -------------------------------------------------------------------------------- /Platformer E04/Library/CurrentLayout.dwlt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E04/Library/CurrentLayout.dwlt -------------------------------------------------------------------------------- /Platformer E04/Library/EditorUserBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E04/Library/EditorUserBuildSettings.asset -------------------------------------------------------------------------------- /Platformer E04/Library/EditorUserSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E04/Library/EditorUserSettings.asset -------------------------------------------------------------------------------- /Platformer E04/Library/InspectorExpandedItems.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E04/Library/InspectorExpandedItems.asset -------------------------------------------------------------------------------- /Platformer E04/Library/LibraryFormatVersion.txt: -------------------------------------------------------------------------------- 1 | unityRebuildLibraryVersion: 10 2 | unityForwardCompatibleVersion: 40 3 | -------------------------------------------------------------------------------- /Platformer E04/Library/MonoManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E04/Library/MonoManager.asset -------------------------------------------------------------------------------- /Platformer E04/Library/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E04/Library/ProjectSettings.asset -------------------------------------------------------------------------------- /Platformer E04/Library/ScriptAssemblies/Assembly-CSharp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E04/Library/ScriptAssemblies/Assembly-CSharp.dll -------------------------------------------------------------------------------- /Platformer E04/Library/ScriptAssemblies/Assembly-CSharp.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E04/Library/ScriptAssemblies/Assembly-CSharp.dll.mdb -------------------------------------------------------------------------------- /Platformer E04/Library/ScriptAssemblies/BuiltinAssemblies.stamp: -------------------------------------------------------------------------------- 1 | 0000.54eca697.0000 2 | 0000.54eca6b5.0000 -------------------------------------------------------------------------------- /Platformer E04/Library/ScriptMapper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E04/Library/ScriptMapper -------------------------------------------------------------------------------- /Platformer E04/Library/assetDatabase3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E04/Library/assetDatabase3 -------------------------------------------------------------------------------- /Platformer E04/Library/expandedItems: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E04/Library/expandedItems -------------------------------------------------------------------------------- /Platformer E04/Library/guidmapper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E04/Library/guidmapper -------------------------------------------------------------------------------- /Platformer E04/Library/metadata/00/00000000000000001000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E04/Library/metadata/00/00000000000000001000000000000000 -------------------------------------------------------------------------------- /Platformer E04/Library/metadata/00/00000000000000002000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E04/Library/metadata/00/00000000000000002000000000000000 -------------------------------------------------------------------------------- /Platformer E04/Library/metadata/00/00000000000000003000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E04/Library/metadata/00/00000000000000003000000000000000 -------------------------------------------------------------------------------- /Platformer E04/Library/metadata/00/00000000000000004000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E04/Library/metadata/00/00000000000000004000000000000000 -------------------------------------------------------------------------------- /Platformer E04/Library/metadata/00/00000000000000004100000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E04/Library/metadata/00/00000000000000004100000000000000 -------------------------------------------------------------------------------- /Platformer E04/Library/metadata/00/00000000000000005000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E04/Library/metadata/00/00000000000000005000000000000000 -------------------------------------------------------------------------------- /Platformer E04/Library/metadata/00/00000000000000005100000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E04/Library/metadata/00/00000000000000005100000000000000 -------------------------------------------------------------------------------- /Platformer E04/Library/metadata/00/00000000000000006000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E04/Library/metadata/00/00000000000000006000000000000000 -------------------------------------------------------------------------------- /Platformer E04/Library/metadata/00/00000000000000006100000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E04/Library/metadata/00/00000000000000006100000000000000 -------------------------------------------------------------------------------- /Platformer E04/Library/metadata/00/00000000000000007000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E04/Library/metadata/00/00000000000000007000000000000000 -------------------------------------------------------------------------------- /Platformer E04/Library/metadata/00/00000000000000008000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E04/Library/metadata/00/00000000000000008000000000000000 -------------------------------------------------------------------------------- /Platformer E04/Library/metadata/00/00000000000000009000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E04/Library/metadata/00/00000000000000009000000000000000 -------------------------------------------------------------------------------- /Platformer E04/Library/metadata/00/0000000000000000a000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E04/Library/metadata/00/0000000000000000a000000000000000 -------------------------------------------------------------------------------- /Platformer E04/Library/metadata/00/0000000000000000b000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E04/Library/metadata/00/0000000000000000b000000000000000 -------------------------------------------------------------------------------- /Platformer E04/Library/metadata/00/0000000000000000c000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E04/Library/metadata/00/0000000000000000c000000000000000 -------------------------------------------------------------------------------- /Platformer E04/Library/metadata/21/21ae0c3d7722a4bc0b743f08432e661a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E04/Library/metadata/21/21ae0c3d7722a4bc0b743f08432e661a -------------------------------------------------------------------------------- /Platformer E04/Library/metadata/24/243d890830e99458a9d4f00ccd11a4e8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E04/Library/metadata/24/243d890830e99458a9d4f00ccd11a4e8 -------------------------------------------------------------------------------- /Platformer E04/Library/metadata/39/39d28dfa027fa4acb93e69cfddebd54b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E04/Library/metadata/39/39d28dfa027fa4acb93e69cfddebd54b -------------------------------------------------------------------------------- /Platformer E04/Library/metadata/41/4170b6dffcbdb440db5ac7df04abaab5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E04/Library/metadata/41/4170b6dffcbdb440db5ac7df04abaab5 -------------------------------------------------------------------------------- /Platformer E04/Library/metadata/80/80a3616ca19596e4da0f10f14d241e9f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E04/Library/metadata/80/80a3616ca19596e4da0f10f14d241e9f -------------------------------------------------------------------------------- /Platformer E04/Library/metadata/8e/8e23cc33bca074518869ed28f818f584: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E04/Library/metadata/8e/8e23cc33bca074518869ed28f818f584 -------------------------------------------------------------------------------- /Platformer E04/Library/metadata/a5/a59e50afd693f48208556b4b3592f7b2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E04/Library/metadata/a5/a59e50afd693f48208556b4b3592f7b2 -------------------------------------------------------------------------------- /Platformer E04/Library/metadata/b1/b1d4b25ed59774c2dab59a88f8ad8428: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E04/Library/metadata/b1/b1d4b25ed59774c2dab59a88f8ad8428 -------------------------------------------------------------------------------- /Platformer E04/Library/metadata/f5/f5f67c52d1564df4a8936ccd202a3bd8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E04/Library/metadata/f5/f5f67c52d1564df4a8936ccd202a3bd8 -------------------------------------------------------------------------------- /Platformer E04/Library/shadercompiler-64bit-1.log: -------------------------------------------------------------------------------- 1 | Base path: /Applications/Unity/Unity.app/Contents 2 | Pipe name: \\.\pipe\UnityShaderCompiler-64bit-1-2064700160 3 | Cmd: getPlatforms 4 | -------------------------------------------------------------------------------- /Platformer E04/ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E04/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /Platformer E04/ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E04/ProjectSettings/DynamicsManager.asset -------------------------------------------------------------------------------- /Platformer E04/ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E04/ProjectSettings/EditorBuildSettings.asset -------------------------------------------------------------------------------- /Platformer E04/ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E04/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /Platformer E04/ProjectSettings/GraphicsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E04/ProjectSettings/GraphicsSettings.asset -------------------------------------------------------------------------------- /Platformer E04/ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E04/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /Platformer E04/ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E04/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /Platformer E04/ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E04/ProjectSettings/NetworkManager.asset -------------------------------------------------------------------------------- /Platformer E04/ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E04/ProjectSettings/Physics2DSettings.asset -------------------------------------------------------------------------------- /Platformer E04/ProjectSettings/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E04/ProjectSettings/ProjectSettings.asset -------------------------------------------------------------------------------- /Platformer E04/ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 5.0.0f4 2 | m_StandardAssetsVersion: 0 3 | -------------------------------------------------------------------------------- /Platformer E04/ProjectSettings/QualitySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E04/ProjectSettings/QualitySettings.asset -------------------------------------------------------------------------------- /Platformer E04/ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E04/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /Platformer E04/ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E04/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /Platformer E05/Assets/Materials/Obstacle.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E05/Assets/Materials/Obstacle.mat -------------------------------------------------------------------------------- /Platformer E05/Assets/Materials/Player.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E05/Assets/Materials/Player.mat -------------------------------------------------------------------------------- /Platformer E05/Assets/Scene.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E05/Assets/Scene.unity -------------------------------------------------------------------------------- /Platformer E05/Library/AnnotationManager: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E05/Library/AnnotationManager -------------------------------------------------------------------------------- /Platformer E05/Library/AssetImportState: -------------------------------------------------------------------------------- 1 | 4;0;-1 -------------------------------------------------------------------------------- /Platformer E05/Library/AssetServerCacheV3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E05/Library/AssetServerCacheV3 -------------------------------------------------------------------------------- /Platformer E05/Library/BuildPlayer.prefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E05/Library/BuildPlayer.prefs -------------------------------------------------------------------------------- /Platformer E05/Library/BuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E05/Library/BuildSettings.asset -------------------------------------------------------------------------------- /Platformer E05/Library/CurrentLayout.dwlt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E05/Library/CurrentLayout.dwlt -------------------------------------------------------------------------------- /Platformer E05/Library/EditorUserBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E05/Library/EditorUserBuildSettings.asset -------------------------------------------------------------------------------- /Platformer E05/Library/EditorUserSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E05/Library/EditorUserSettings.asset -------------------------------------------------------------------------------- /Platformer E05/Library/InspectorExpandedItems.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E05/Library/InspectorExpandedItems.asset -------------------------------------------------------------------------------- /Platformer E05/Library/LibraryFormatVersion.txt: -------------------------------------------------------------------------------- 1 | unityRebuildLibraryVersion: 10 2 | unityForwardCompatibleVersion: 40 3 | -------------------------------------------------------------------------------- /Platformer E05/Library/MonoManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E05/Library/MonoManager.asset -------------------------------------------------------------------------------- /Platformer E05/Library/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E05/Library/ProjectSettings.asset -------------------------------------------------------------------------------- /Platformer E05/Library/ScriptAssemblies/Assembly-CSharp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E05/Library/ScriptAssemblies/Assembly-CSharp.dll -------------------------------------------------------------------------------- /Platformer E05/Library/ScriptAssemblies/Assembly-CSharp.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E05/Library/ScriptAssemblies/Assembly-CSharp.dll.mdb -------------------------------------------------------------------------------- /Platformer E05/Library/ScriptAssemblies/BuiltinAssemblies.stamp: -------------------------------------------------------------------------------- 1 | 0000.54eca697.0000 2 | 0000.54eca6b5.0000 -------------------------------------------------------------------------------- /Platformer E05/Library/ScriptMapper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E05/Library/ScriptMapper -------------------------------------------------------------------------------- /Platformer E05/Library/assetDatabase3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E05/Library/assetDatabase3 -------------------------------------------------------------------------------- /Platformer E05/Library/expandedItems: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E05/Library/expandedItems -------------------------------------------------------------------------------- /Platformer E05/Library/guidmapper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E05/Library/guidmapper -------------------------------------------------------------------------------- /Platformer E05/Library/metadata/00/00000000000000001000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E05/Library/metadata/00/00000000000000001000000000000000 -------------------------------------------------------------------------------- /Platformer E05/Library/metadata/00/00000000000000002000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E05/Library/metadata/00/00000000000000002000000000000000 -------------------------------------------------------------------------------- /Platformer E05/Library/metadata/00/00000000000000003000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E05/Library/metadata/00/00000000000000003000000000000000 -------------------------------------------------------------------------------- /Platformer E05/Library/metadata/00/00000000000000004000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E05/Library/metadata/00/00000000000000004000000000000000 -------------------------------------------------------------------------------- /Platformer E05/Library/metadata/00/00000000000000004100000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E05/Library/metadata/00/00000000000000004100000000000000 -------------------------------------------------------------------------------- /Platformer E05/Library/metadata/00/00000000000000005000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E05/Library/metadata/00/00000000000000005000000000000000 -------------------------------------------------------------------------------- /Platformer E05/Library/metadata/00/00000000000000005100000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E05/Library/metadata/00/00000000000000005100000000000000 -------------------------------------------------------------------------------- /Platformer E05/Library/shadercompiler-64bit-1.log: -------------------------------------------------------------------------------- 1 | Base path: /Applications/Unity/Unity.app/Contents 2 | Pipe name: \\.\pipe\UnityShaderCompiler-64bit-1-2064700160 3 | Cmd: getPlatforms 4 | -------------------------------------------------------------------------------- /Platformer E05/ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E05/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /Platformer E05/ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E05/ProjectSettings/DynamicsManager.asset -------------------------------------------------------------------------------- /Platformer E05/ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E05/ProjectSettings/EditorBuildSettings.asset -------------------------------------------------------------------------------- /Platformer E05/ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E05/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /Platformer E05/ProjectSettings/GraphicsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E05/ProjectSettings/GraphicsSettings.asset -------------------------------------------------------------------------------- /Platformer E05/ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E05/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /Platformer E05/ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E05/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /Platformer E05/ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E05/ProjectSettings/NetworkManager.asset -------------------------------------------------------------------------------- /Platformer E05/ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E05/ProjectSettings/Physics2DSettings.asset -------------------------------------------------------------------------------- /Platformer E05/ProjectSettings/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E05/ProjectSettings/ProjectSettings.asset -------------------------------------------------------------------------------- /Platformer E05/ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 5.0.0f4 2 | m_StandardAssetsVersion: 0 3 | -------------------------------------------------------------------------------- /Platformer E05/ProjectSettings/QualitySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E05/ProjectSettings/QualitySettings.asset -------------------------------------------------------------------------------- /Platformer E05/ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E05/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /Platformer E05/ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E05/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /Platformer E06/Assets/Materials/Obstacle.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E06/Assets/Materials/Obstacle.mat -------------------------------------------------------------------------------- /Platformer E06/Assets/Materials/Player.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E06/Assets/Materials/Player.mat -------------------------------------------------------------------------------- /Platformer E06/Assets/Scene.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E06/Assets/Scene.unity -------------------------------------------------------------------------------- /Platformer E06/Library/AnnotationManager: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E06/Library/AnnotationManager -------------------------------------------------------------------------------- /Platformer E06/Library/AssetImportState: -------------------------------------------------------------------------------- 1 | 4;0;-1 -------------------------------------------------------------------------------- /Platformer E06/Library/AssetServerCacheV3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E06/Library/AssetServerCacheV3 -------------------------------------------------------------------------------- /Platformer E06/Library/AssetVersioning.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E06/Library/AssetVersioning.db -------------------------------------------------------------------------------- /Platformer E06/Library/BuildPlayer.prefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E06/Library/BuildPlayer.prefs -------------------------------------------------------------------------------- /Platformer E06/Library/BuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E06/Library/BuildSettings.asset -------------------------------------------------------------------------------- /Platformer E06/Library/CurrentLayout.dwlt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E06/Library/CurrentLayout.dwlt -------------------------------------------------------------------------------- /Platformer E06/Library/EditorUserBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E06/Library/EditorUserBuildSettings.asset -------------------------------------------------------------------------------- /Platformer E06/Library/EditorUserSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E06/Library/EditorUserSettings.asset -------------------------------------------------------------------------------- /Platformer E06/Library/InspectorExpandedItems.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E06/Library/InspectorExpandedItems.asset -------------------------------------------------------------------------------- /Platformer E06/Library/LibraryFormatVersion.txt: -------------------------------------------------------------------------------- 1 | unityRebuildLibraryVersion: 10 2 | unityForwardCompatibleVersion: 40 3 | -------------------------------------------------------------------------------- /Platformer E06/Library/MonoManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E06/Library/MonoManager.asset -------------------------------------------------------------------------------- /Platformer E06/Library/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E06/Library/ProjectSettings.asset -------------------------------------------------------------------------------- /Platformer E06/Library/ScriptAssemblies/Assembly-CSharp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E06/Library/ScriptAssemblies/Assembly-CSharp.dll -------------------------------------------------------------------------------- /Platformer E06/Library/ScriptAssemblies/Assembly-CSharp.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E06/Library/ScriptAssemblies/Assembly-CSharp.dll.mdb -------------------------------------------------------------------------------- /Platformer E06/Library/ScriptAssemblies/BuiltinAssemblies.stamp: -------------------------------------------------------------------------------- 1 | 0000.54eca697.0000 2 | 0000.54eca6b5.0000 -------------------------------------------------------------------------------- /Platformer E06/Library/ScriptMapper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E06/Library/ScriptMapper -------------------------------------------------------------------------------- /Platformer E06/Library/ShaderCache.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E06/Library/ShaderCache.db -------------------------------------------------------------------------------- /Platformer E06/Library/assetDatabase3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E06/Library/assetDatabase3 -------------------------------------------------------------------------------- /Platformer E06/Library/expandedItems: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E06/Library/expandedItems -------------------------------------------------------------------------------- /Platformer E06/Library/guidmapper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E06/Library/guidmapper -------------------------------------------------------------------------------- /Platformer E06/Library/shadercompiler-64bit-1.log: -------------------------------------------------------------------------------- 1 | Base path: /Applications/Unity/Unity.app/Contents 2 | Pipe name: \\.\pipe\UnityShaderCompiler-64bit-1-2077897472 3 | Cmd: getPlatforms 4 | -------------------------------------------------------------------------------- /Platformer E06/ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E06/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /Platformer E06/ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E06/ProjectSettings/DynamicsManager.asset -------------------------------------------------------------------------------- /Platformer E06/ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E06/ProjectSettings/EditorBuildSettings.asset -------------------------------------------------------------------------------- /Platformer E06/ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E06/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /Platformer E06/ProjectSettings/GraphicsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E06/ProjectSettings/GraphicsSettings.asset -------------------------------------------------------------------------------- /Platformer E06/ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E06/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /Platformer E06/ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E06/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /Platformer E06/ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E06/ProjectSettings/NetworkManager.asset -------------------------------------------------------------------------------- /Platformer E06/ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E06/ProjectSettings/Physics2DSettings.asset -------------------------------------------------------------------------------- /Platformer E06/ProjectSettings/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E06/ProjectSettings/ProjectSettings.asset -------------------------------------------------------------------------------- /Platformer E06/ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 5.0.0f4 2 | m_StandardAssetsVersion: 0 3 | -------------------------------------------------------------------------------- /Platformer E06/ProjectSettings/QualitySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E06/ProjectSettings/QualitySettings.asset -------------------------------------------------------------------------------- /Platformer E06/ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E06/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /Platformer E06/ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E06/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /Platformer E07/Assets/Materials/Obstacle.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E07/Assets/Materials/Obstacle.mat -------------------------------------------------------------------------------- /Platformer E07/Assets/Materials/Player.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E07/Assets/Materials/Player.mat -------------------------------------------------------------------------------- /Platformer E07/Assets/Scene.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E07/Assets/Scene.unity -------------------------------------------------------------------------------- /Platformer E07/Library/AnnotationManager: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E07/Library/AnnotationManager -------------------------------------------------------------------------------- /Platformer E07/Library/AssetImportState: -------------------------------------------------------------------------------- 1 | 4;0;-1 -------------------------------------------------------------------------------- /Platformer E07/Library/AssetServerCacheV3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E07/Library/AssetServerCacheV3 -------------------------------------------------------------------------------- /Platformer E07/Library/AssetVersioning.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E07/Library/AssetVersioning.db -------------------------------------------------------------------------------- /Platformer E07/Library/BuildPlayer.prefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E07/Library/BuildPlayer.prefs -------------------------------------------------------------------------------- /Platformer E07/Library/BuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E07/Library/BuildSettings.asset -------------------------------------------------------------------------------- /Platformer E07/Library/CurrentLayout.dwlt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E07/Library/CurrentLayout.dwlt -------------------------------------------------------------------------------- /Platformer E07/Library/EditorUserBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E07/Library/EditorUserBuildSettings.asset -------------------------------------------------------------------------------- /Platformer E07/Library/EditorUserSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E07/Library/EditorUserSettings.asset -------------------------------------------------------------------------------- /Platformer E07/Library/InspectorExpandedItems.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E07/Library/InspectorExpandedItems.asset -------------------------------------------------------------------------------- /Platformer E07/Library/LibraryFormatVersion.txt: -------------------------------------------------------------------------------- 1 | unityRebuildLibraryVersion: 10 2 | unityForwardCompatibleVersion: 40 3 | -------------------------------------------------------------------------------- /Platformer E07/Library/MonoManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E07/Library/MonoManager.asset -------------------------------------------------------------------------------- /Platformer E07/Library/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E07/Library/ProjectSettings.asset -------------------------------------------------------------------------------- /Platformer E07/Library/ScriptAssemblies/Assembly-CSharp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E07/Library/ScriptAssemblies/Assembly-CSharp.dll -------------------------------------------------------------------------------- /Platformer E07/Library/ScriptAssemblies/Assembly-CSharp.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E07/Library/ScriptAssemblies/Assembly-CSharp.dll.mdb -------------------------------------------------------------------------------- /Platformer E07/Library/ScriptAssemblies/BuiltinAssemblies.stamp: -------------------------------------------------------------------------------- 1 | 0000.5515297a.0000 2 | 0000.5515299f.0000 -------------------------------------------------------------------------------- /Platformer E07/Library/ScriptMapper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E07/Library/ScriptMapper -------------------------------------------------------------------------------- /Platformer E07/Library/ShaderCache.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E07/Library/ShaderCache.db -------------------------------------------------------------------------------- /Platformer E07/Library/assetDatabase3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E07/Library/assetDatabase3 -------------------------------------------------------------------------------- /Platformer E07/Library/expandedItems: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E07/Library/expandedItems -------------------------------------------------------------------------------- /Platformer E07/Library/guidmapper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E07/Library/guidmapper -------------------------------------------------------------------------------- /Platformer E07/Library/shadercompiler-64bit-1.log: -------------------------------------------------------------------------------- 1 | Base path: /Applications/Unity/Unity.app/Contents 2 | Pipe name: \\.\pipe\UnityShaderCompiler-64bit-1-2077897472 3 | Cmd: getPlatforms 4 | -------------------------------------------------------------------------------- /Platformer E07/ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E07/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /Platformer E07/ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E07/ProjectSettings/DynamicsManager.asset -------------------------------------------------------------------------------- /Platformer E07/ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E07/ProjectSettings/EditorBuildSettings.asset -------------------------------------------------------------------------------- /Platformer E07/ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E07/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /Platformer E07/ProjectSettings/GraphicsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E07/ProjectSettings/GraphicsSettings.asset -------------------------------------------------------------------------------- /Platformer E07/ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E07/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /Platformer E07/ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E07/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /Platformer E07/ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E07/ProjectSettings/NetworkManager.asset -------------------------------------------------------------------------------- /Platformer E07/ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E07/ProjectSettings/Physics2DSettings.asset -------------------------------------------------------------------------------- /Platformer E07/ProjectSettings/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E07/ProjectSettings/ProjectSettings.asset -------------------------------------------------------------------------------- /Platformer E07/ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 5.0.1f1 2 | m_StandardAssetsVersion: 0 3 | -------------------------------------------------------------------------------- /Platformer E07/ProjectSettings/QualitySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E07/ProjectSettings/QualitySettings.asset -------------------------------------------------------------------------------- /Platformer E07/ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E07/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /Platformer E07/ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E07/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /Platformer E08/Assets/Materials/Obstacle.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E08/Assets/Materials/Obstacle.mat -------------------------------------------------------------------------------- /Platformer E08/Assets/Materials/Player.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E08/Assets/Materials/Player.mat -------------------------------------------------------------------------------- /Platformer E08/Assets/Scene.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E08/Assets/Scene.unity -------------------------------------------------------------------------------- /Platformer E08/Library/AnnotationManager: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E08/Library/AnnotationManager -------------------------------------------------------------------------------- /Platformer E08/Library/AssetImportState: -------------------------------------------------------------------------------- 1 | 4;0;-1 -------------------------------------------------------------------------------- /Platformer E08/Library/AssetServerCacheV3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E08/Library/AssetServerCacheV3 -------------------------------------------------------------------------------- /Platformer E08/Library/AssetVersioning.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E08/Library/AssetVersioning.db -------------------------------------------------------------------------------- /Platformer E08/Library/BuildPlayer.prefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E08/Library/BuildPlayer.prefs -------------------------------------------------------------------------------- /Platformer E08/Library/BuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E08/Library/BuildSettings.asset -------------------------------------------------------------------------------- /Platformer E08/Library/CurrentLayout.dwlt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E08/Library/CurrentLayout.dwlt -------------------------------------------------------------------------------- /Platformer E08/Library/EditorUserBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E08/Library/EditorUserBuildSettings.asset -------------------------------------------------------------------------------- /Platformer E08/Library/EditorUserSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E08/Library/EditorUserSettings.asset -------------------------------------------------------------------------------- /Platformer E08/Library/InspectorExpandedItems.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E08/Library/InspectorExpandedItems.asset -------------------------------------------------------------------------------- /Platformer E08/Library/LibraryFormatVersion.txt: -------------------------------------------------------------------------------- 1 | unityRebuildLibraryVersion: 10 2 | unityForwardCompatibleVersion: 40 3 | -------------------------------------------------------------------------------- /Platformer E08/Library/MonoManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E08/Library/MonoManager.asset -------------------------------------------------------------------------------- /Platformer E08/Library/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E08/Library/ProjectSettings.asset -------------------------------------------------------------------------------- /Platformer E08/Library/ScriptAssemblies/Assembly-CSharp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E08/Library/ScriptAssemblies/Assembly-CSharp.dll -------------------------------------------------------------------------------- /Platformer E08/Library/ScriptAssemblies/Assembly-CSharp.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E08/Library/ScriptAssemblies/Assembly-CSharp.dll.mdb -------------------------------------------------------------------------------- /Platformer E08/Library/ScriptAssemblies/BuiltinAssemblies.stamp: -------------------------------------------------------------------------------- 1 | 0000.5515297a.0000 2 | 0000.5515299f.0000 -------------------------------------------------------------------------------- /Platformer E08/Library/ScriptMapper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E08/Library/ScriptMapper -------------------------------------------------------------------------------- /Platformer E08/Library/ShaderCache.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E08/Library/ShaderCache.db -------------------------------------------------------------------------------- /Platformer E08/Library/assetDatabase3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E08/Library/assetDatabase3 -------------------------------------------------------------------------------- /Platformer E08/Library/expandedItems: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E08/Library/expandedItems -------------------------------------------------------------------------------- /Platformer E08/Library/guidmapper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E08/Library/guidmapper -------------------------------------------------------------------------------- /Platformer E08/Library/shadercompiler-64bit-1.log: -------------------------------------------------------------------------------- 1 | Base path: /Applications/Unity/Unity.app/Contents 2 | Pipe name: \\.\pipe\UnityShaderCompiler-64bit-1-2077897472 3 | Cmd: getPlatforms 4 | -------------------------------------------------------------------------------- /Platformer E08/ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E08/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /Platformer E08/ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E08/ProjectSettings/DynamicsManager.asset -------------------------------------------------------------------------------- /Platformer E08/ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E08/ProjectSettings/EditorBuildSettings.asset -------------------------------------------------------------------------------- /Platformer E08/ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E08/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /Platformer E08/ProjectSettings/GraphicsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E08/ProjectSettings/GraphicsSettings.asset -------------------------------------------------------------------------------- /Platformer E08/ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E08/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /Platformer E08/ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E08/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /Platformer E08/ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E08/ProjectSettings/NetworkManager.asset -------------------------------------------------------------------------------- /Platformer E08/ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E08/ProjectSettings/Physics2DSettings.asset -------------------------------------------------------------------------------- /Platformer E08/ProjectSettings/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E08/ProjectSettings/ProjectSettings.asset -------------------------------------------------------------------------------- /Platformer E08/ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 5.0.1f1 2 | m_StandardAssetsVersion: 0 3 | -------------------------------------------------------------------------------- /Platformer E08/ProjectSettings/QualitySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E08/ProjectSettings/QualitySettings.asset -------------------------------------------------------------------------------- /Platformer E08/ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E08/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /Platformer E08/ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E08/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /Platformer E09/Assets/Materials/Obstacle.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E09/Assets/Materials/Obstacle.mat -------------------------------------------------------------------------------- /Platformer E09/Assets/Materials/Player.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E09/Assets/Materials/Player.mat -------------------------------------------------------------------------------- /Platformer E09/Assets/Scene.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E09/Assets/Scene.unity -------------------------------------------------------------------------------- /Platformer E09/Library/AnnotationManager: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E09/Library/AnnotationManager -------------------------------------------------------------------------------- /Platformer E09/Library/AssetImportState: -------------------------------------------------------------------------------- 1 | 4;0;-1 -------------------------------------------------------------------------------- /Platformer E09/Library/AssetServerCacheV3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E09/Library/AssetServerCacheV3 -------------------------------------------------------------------------------- /Platformer E09/Library/AssetVersioning.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E09/Library/AssetVersioning.db -------------------------------------------------------------------------------- /Platformer E09/Library/BuildPlayer.prefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E09/Library/BuildPlayer.prefs -------------------------------------------------------------------------------- /Platformer E09/Library/BuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E09/Library/BuildSettings.asset -------------------------------------------------------------------------------- /Platformer E09/Library/CurrentLayout.dwlt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E09/Library/CurrentLayout.dwlt -------------------------------------------------------------------------------- /Platformer E09/Library/EditorUserBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E09/Library/EditorUserBuildSettings.asset -------------------------------------------------------------------------------- /Platformer E09/Library/EditorUserSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E09/Library/EditorUserSettings.asset -------------------------------------------------------------------------------- /Platformer E09/Library/InspectorExpandedItems.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E09/Library/InspectorExpandedItems.asset -------------------------------------------------------------------------------- /Platformer E09/Library/LibraryFormatVersion.txt: -------------------------------------------------------------------------------- 1 | unityRebuildLibraryVersion: 10 2 | unityForwardCompatibleVersion: 40 3 | -------------------------------------------------------------------------------- /Platformer E09/Library/MonoManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E09/Library/MonoManager.asset -------------------------------------------------------------------------------- /Platformer E09/Library/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E09/Library/ProjectSettings.asset -------------------------------------------------------------------------------- /Platformer E09/Library/ScriptAssemblies/Assembly-CSharp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E09/Library/ScriptAssemblies/Assembly-CSharp.dll -------------------------------------------------------------------------------- /Platformer E09/Library/ScriptAssemblies/Assembly-CSharp.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E09/Library/ScriptAssemblies/Assembly-CSharp.dll.mdb -------------------------------------------------------------------------------- /Platformer E09/Library/ScriptAssemblies/BuiltinAssemblies.stamp: -------------------------------------------------------------------------------- 1 | 0000.55511948.0000 2 | 0000.55511966.0000 -------------------------------------------------------------------------------- /Platformer E09/Library/ScriptMapper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E09/Library/ScriptMapper -------------------------------------------------------------------------------- /Platformer E09/Library/ShaderCache.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E09/Library/ShaderCache.db -------------------------------------------------------------------------------- /Platformer E09/Library/assetDatabase3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E09/Library/assetDatabase3 -------------------------------------------------------------------------------- /Platformer E09/Library/expandedItems: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E09/Library/expandedItems -------------------------------------------------------------------------------- /Platformer E09/Library/guidmapper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E09/Library/guidmapper -------------------------------------------------------------------------------- /Platformer E09/Library/shadercompiler-64bit-1.log: -------------------------------------------------------------------------------- 1 | Base path: /Applications/Unity/Unity.app/Contents 2 | Pipe name: \\.\pipe\UnityShaderCompiler-64bit-1-2034836224 3 | Cmd: getPlatforms 4 | -------------------------------------------------------------------------------- /Platformer E09/ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E09/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /Platformer E09/ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E09/ProjectSettings/DynamicsManager.asset -------------------------------------------------------------------------------- /Platformer E09/ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E09/ProjectSettings/EditorBuildSettings.asset -------------------------------------------------------------------------------- /Platformer E09/ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E09/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /Platformer E09/ProjectSettings/GraphicsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E09/ProjectSettings/GraphicsSettings.asset -------------------------------------------------------------------------------- /Platformer E09/ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E09/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /Platformer E09/ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E09/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /Platformer E09/ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E09/ProjectSettings/NetworkManager.asset -------------------------------------------------------------------------------- /Platformer E09/ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E09/ProjectSettings/Physics2DSettings.asset -------------------------------------------------------------------------------- /Platformer E09/ProjectSettings/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E09/ProjectSettings/ProjectSettings.asset -------------------------------------------------------------------------------- /Platformer E09/ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 5.0.2f1 2 | m_StandardAssetsVersion: 0 3 | -------------------------------------------------------------------------------- /Platformer E09/ProjectSettings/QualitySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E09/ProjectSettings/QualitySettings.asset -------------------------------------------------------------------------------- /Platformer E09/ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E09/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /Platformer E09/ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E09/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /Platformer E10/Assets/Materials/Obstacle.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E10/Assets/Materials/Obstacle.mat -------------------------------------------------------------------------------- /Platformer E10/Assets/Materials/Player.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E10/Assets/Materials/Player.mat -------------------------------------------------------------------------------- /Platformer E10/Assets/Scene.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E10/Assets/Scene.unity -------------------------------------------------------------------------------- /Platformer E10/Library/AnnotationManager: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E10/Library/AnnotationManager -------------------------------------------------------------------------------- /Platformer E10/Library/AssetImportState: -------------------------------------------------------------------------------- 1 | 4;0;-1 -------------------------------------------------------------------------------- /Platformer E10/Library/AssetServerCacheV3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E10/Library/AssetServerCacheV3 -------------------------------------------------------------------------------- /Platformer E10/Library/AssetVersioning.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E10/Library/AssetVersioning.db -------------------------------------------------------------------------------- /Platformer E10/Library/BuildPlayer.prefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E10/Library/BuildPlayer.prefs -------------------------------------------------------------------------------- /Platformer E10/Library/BuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E10/Library/BuildSettings.asset -------------------------------------------------------------------------------- /Platformer E10/Library/CurrentLayout.dwlt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E10/Library/CurrentLayout.dwlt -------------------------------------------------------------------------------- /Platformer E10/Library/CurrentMaximizeLayout.dwlt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E10/Library/CurrentMaximizeLayout.dwlt -------------------------------------------------------------------------------- /Platformer E10/Library/EditorUserBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E10/Library/EditorUserBuildSettings.asset -------------------------------------------------------------------------------- /Platformer E10/Library/EditorUserSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E10/Library/EditorUserSettings.asset -------------------------------------------------------------------------------- /Platformer E10/Library/InspectorExpandedItems.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E10/Library/InspectorExpandedItems.asset -------------------------------------------------------------------------------- /Platformer E10/Library/LibraryFormatVersion.txt: -------------------------------------------------------------------------------- 1 | unityRebuildLibraryVersion: 10 2 | unityForwardCompatibleVersion: 40 3 | -------------------------------------------------------------------------------- /Platformer E10/Library/MonoManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E10/Library/MonoManager.asset -------------------------------------------------------------------------------- /Platformer E10/Library/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E10/Library/ProjectSettings.asset -------------------------------------------------------------------------------- /Platformer E10/Library/ScriptAssemblies/Assembly-CSharp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E10/Library/ScriptAssemblies/Assembly-CSharp.dll -------------------------------------------------------------------------------- /Platformer E10/Library/ScriptAssemblies/Assembly-CSharp.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E10/Library/ScriptAssemblies/Assembly-CSharp.dll.mdb -------------------------------------------------------------------------------- /Platformer E10/Library/ScriptAssemblies/BuiltinAssemblies.stamp: -------------------------------------------------------------------------------- 1 | 0000.55511948.0000 2 | 0000.55511966.0000 -------------------------------------------------------------------------------- /Platformer E10/Library/ScriptMapper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E10/Library/ScriptMapper -------------------------------------------------------------------------------- /Platformer E10/Library/ShaderCache.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E10/Library/ShaderCache.db -------------------------------------------------------------------------------- /Platformer E10/Library/assetDatabase3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E10/Library/assetDatabase3 -------------------------------------------------------------------------------- /Platformer E10/Library/expandedItems: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E10/Library/expandedItems -------------------------------------------------------------------------------- /Platformer E10/Library/guidmapper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E10/Library/guidmapper -------------------------------------------------------------------------------- /Platformer E10/ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E10/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /Platformer E10/ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E10/ProjectSettings/DynamicsManager.asset -------------------------------------------------------------------------------- /Platformer E10/ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E10/ProjectSettings/EditorBuildSettings.asset -------------------------------------------------------------------------------- /Platformer E10/ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E10/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /Platformer E10/ProjectSettings/GraphicsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E10/ProjectSettings/GraphicsSettings.asset -------------------------------------------------------------------------------- /Platformer E10/ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E10/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /Platformer E10/ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E10/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /Platformer E10/ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E10/ProjectSettings/NetworkManager.asset -------------------------------------------------------------------------------- /Platformer E10/ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E10/ProjectSettings/Physics2DSettings.asset -------------------------------------------------------------------------------- /Platformer E10/ProjectSettings/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E10/ProjectSettings/ProjectSettings.asset -------------------------------------------------------------------------------- /Platformer E10/ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 5.0.2f1 2 | m_StandardAssetsVersion: 0 3 | -------------------------------------------------------------------------------- /Platformer E10/ProjectSettings/QualitySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E10/ProjectSettings/QualitySettings.asset -------------------------------------------------------------------------------- /Platformer E10/ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E10/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /Platformer E10/ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E10/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /Platformer E11/Assets/Materials/Obstacle.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E11/Assets/Materials/Obstacle.mat -------------------------------------------------------------------------------- /Platformer E11/Assets/Materials/Player.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E11/Assets/Materials/Player.mat -------------------------------------------------------------------------------- /Platformer E11/Assets/Scene.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E11/Assets/Scene.unity -------------------------------------------------------------------------------- /Platformer E11/Library/AnnotationManager: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E11/Library/AnnotationManager -------------------------------------------------------------------------------- /Platformer E11/Library/AssetImportState: -------------------------------------------------------------------------------- 1 | 4;0;196609;-1 -------------------------------------------------------------------------------- /Platformer E11/Library/AssetServerCacheV3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E11/Library/AssetServerCacheV3 -------------------------------------------------------------------------------- /Platformer E11/Library/AssetVersioning.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E11/Library/AssetVersioning.db -------------------------------------------------------------------------------- /Platformer E11/Library/BuildPlayer.prefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E11/Library/BuildPlayer.prefs -------------------------------------------------------------------------------- /Platformer E11/Library/BuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E11/Library/BuildSettings.asset -------------------------------------------------------------------------------- /Platformer E11/Library/CurrentLayout.dwlt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E11/Library/CurrentLayout.dwlt -------------------------------------------------------------------------------- /Platformer E11/Library/CurrentMaximizeLayout.dwlt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E11/Library/CurrentMaximizeLayout.dwlt -------------------------------------------------------------------------------- /Platformer E11/Library/EditorUserBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E11/Library/EditorUserBuildSettings.asset -------------------------------------------------------------------------------- /Platformer E11/Library/EditorUserSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E11/Library/EditorUserSettings.asset -------------------------------------------------------------------------------- /Platformer E11/Library/InspectorExpandedItems.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E11/Library/InspectorExpandedItems.asset -------------------------------------------------------------------------------- /Platformer E11/Library/LastSceneManagerSetup.txt: -------------------------------------------------------------------------------- 1 | sceneSetups: 2 | - path: Assets/Scene.unity 3 | isLoaded: 1 4 | isActive: 1 5 | -------------------------------------------------------------------------------- /Platformer E11/Library/LibraryFormatVersion.txt: -------------------------------------------------------------------------------- 1 | unityRebuildLibraryVersion: 11 2 | unityForwardCompatibleVersion: 40 3 | -------------------------------------------------------------------------------- /Platformer E11/Library/MonoManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E11/Library/MonoManager.asset -------------------------------------------------------------------------------- /Platformer E11/Library/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E11/Library/ProjectSettings.asset -------------------------------------------------------------------------------- /Platformer E11/Library/ScriptAssemblies/Assembly-CSharp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E11/Library/ScriptAssemblies/Assembly-CSharp.dll -------------------------------------------------------------------------------- /Platformer E11/Library/ScriptAssemblies/Assembly-CSharp.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E11/Library/ScriptAssemblies/Assembly-CSharp.dll.mdb -------------------------------------------------------------------------------- /Platformer E11/Library/ScriptAssemblies/BuiltinAssemblies.stamp: -------------------------------------------------------------------------------- 1 | 0000.56e20462.0000 2 | 0000.56e2048a.0000 -------------------------------------------------------------------------------- /Platformer E11/Library/ScriptMapper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E11/Library/ScriptMapper -------------------------------------------------------------------------------- /Platformer E11/Library/ShaderCache.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E11/Library/ShaderCache.db -------------------------------------------------------------------------------- /Platformer E11/Library/assetDatabase3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E11/Library/assetDatabase3 -------------------------------------------------------------------------------- /Platformer E11/Library/expandedItems: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E11/Library/expandedItems -------------------------------------------------------------------------------- /Platformer E11/Library/shadercompiler-64bit-1.log: -------------------------------------------------------------------------------- 1 | Base path: /Applications/Unity/Unity.app/Contents 2 | Pipe name: \\.\pipe\UnityShaderCompiler-64bit-1-2090328832 3 | Cmd: getPlatforms 4 | -------------------------------------------------------------------------------- /Platformer E11/Library/shadercompiler-UnityShaderCompiler0.log: -------------------------------------------------------------------------------- 1 | Base path: /Applications/Unity/Unity.app/Contents 2 | Cmd: getPlatforms 3 | -------------------------------------------------------------------------------- /Platformer E11/ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E11/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /Platformer E11/ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E11/ProjectSettings/ClusterInputManager.asset -------------------------------------------------------------------------------- /Platformer E11/ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E11/ProjectSettings/DynamicsManager.asset -------------------------------------------------------------------------------- /Platformer E11/ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E11/ProjectSettings/EditorBuildSettings.asset -------------------------------------------------------------------------------- /Platformer E11/ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E11/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /Platformer E11/ProjectSettings/GraphicsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E11/ProjectSettings/GraphicsSettings.asset -------------------------------------------------------------------------------- /Platformer E11/ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E11/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /Platformer E11/ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E11/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /Platformer E11/ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E11/ProjectSettings/NetworkManager.asset -------------------------------------------------------------------------------- /Platformer E11/ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E11/ProjectSettings/Physics2DSettings.asset -------------------------------------------------------------------------------- /Platformer E11/ProjectSettings/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E11/ProjectSettings/ProjectSettings.asset -------------------------------------------------------------------------------- /Platformer E11/ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 5.3.4f1 2 | m_StandardAssetsVersion: 0 3 | -------------------------------------------------------------------------------- /Platformer E11/ProjectSettings/QualitySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E11/ProjectSettings/QualitySettings.asset -------------------------------------------------------------------------------- /Platformer E11/ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E11/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /Platformer E11/ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E11/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /Platformer E11/ProjectSettings/UnityAdsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E11/ProjectSettings/UnityAdsSettings.asset -------------------------------------------------------------------------------- /Platformer E11/ProjectSettings/UnityConnectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E11/ProjectSettings/UnityConnectSettings.asset -------------------------------------------------------------------------------- /Platformer E12/Assets/Materials/Obstacle.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E12/Assets/Materials/Obstacle.mat -------------------------------------------------------------------------------- /Platformer E12/Assets/Materials/Player.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E12/Assets/Materials/Player.mat -------------------------------------------------------------------------------- /Platformer E12/Assets/Scene.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E12/Assets/Scene.unity -------------------------------------------------------------------------------- /Platformer E12/Library/AnnotationManager: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E12/Library/AnnotationManager -------------------------------------------------------------------------------- /Platformer E12/Library/AssetImportState: -------------------------------------------------------------------------------- 1 | 4;0;196609;-1 -------------------------------------------------------------------------------- /Platformer E12/Library/AssetServerCacheV3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E12/Library/AssetServerCacheV3 -------------------------------------------------------------------------------- /Platformer E12/Library/AssetVersioning.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E12/Library/AssetVersioning.db -------------------------------------------------------------------------------- /Platformer E12/Library/BuildPlayer.prefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E12/Library/BuildPlayer.prefs -------------------------------------------------------------------------------- /Platformer E12/Library/BuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E12/Library/BuildSettings.asset -------------------------------------------------------------------------------- /Platformer E12/Library/CurrentLayout.dwlt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E12/Library/CurrentLayout.dwlt -------------------------------------------------------------------------------- /Platformer E12/Library/CurrentMaximizeLayout.dwlt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E12/Library/CurrentMaximizeLayout.dwlt -------------------------------------------------------------------------------- /Platformer E12/Library/EditorUserBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E12/Library/EditorUserBuildSettings.asset -------------------------------------------------------------------------------- /Platformer E12/Library/EditorUserSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E12/Library/EditorUserSettings.asset -------------------------------------------------------------------------------- /Platformer E12/Library/InspectorExpandedItems.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E12/Library/InspectorExpandedItems.asset -------------------------------------------------------------------------------- /Platformer E12/Library/LastSceneManagerSetup.txt: -------------------------------------------------------------------------------- 1 | sceneSetups: 2 | - path: Assets/Scene.unity 3 | isLoaded: 1 4 | isActive: 1 5 | -------------------------------------------------------------------------------- /Platformer E12/Library/LibraryFormatVersion.txt: -------------------------------------------------------------------------------- 1 | unityRebuildLibraryVersion: 11 2 | unityForwardCompatibleVersion: 40 3 | -------------------------------------------------------------------------------- /Platformer E12/Library/MonoManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E12/Library/MonoManager.asset -------------------------------------------------------------------------------- /Platformer E12/Library/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E12/Library/ProjectSettings.asset -------------------------------------------------------------------------------- /Platformer E12/Library/ScriptAssemblies/Assembly-CSharp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E12/Library/ScriptAssemblies/Assembly-CSharp.dll -------------------------------------------------------------------------------- /Platformer E12/Library/ScriptAssemblies/Assembly-CSharp.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E12/Library/ScriptAssemblies/Assembly-CSharp.dll.mdb -------------------------------------------------------------------------------- /Platformer E12/Library/ScriptAssemblies/BuiltinAssemblies.stamp: -------------------------------------------------------------------------------- 1 | 0000.5797ed38.0000 2 | 0000.5797ed52.0000 -------------------------------------------------------------------------------- /Platformer E12/Library/ScriptMapper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E12/Library/ScriptMapper -------------------------------------------------------------------------------- /Platformer E12/Library/ShaderCache.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E12/Library/ShaderCache.db -------------------------------------------------------------------------------- /Platformer E12/Library/assetDatabase3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E12/Library/assetDatabase3 -------------------------------------------------------------------------------- /Platformer E12/Library/expandedItems: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E12/Library/expandedItems -------------------------------------------------------------------------------- /Platformer E12/Library/shadercompiler-64bit-1.log: -------------------------------------------------------------------------------- 1 | Base path: /Applications/Unity/Unity.app/Contents 2 | Pipe name: \\.\pipe\UnityShaderCompiler-64bit-1-2090328832 3 | Cmd: getPlatforms 4 | -------------------------------------------------------------------------------- /Platformer E12/ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E12/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /Platformer E12/ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E12/ProjectSettings/ClusterInputManager.asset -------------------------------------------------------------------------------- /Platformer E12/ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E12/ProjectSettings/DynamicsManager.asset -------------------------------------------------------------------------------- /Platformer E12/ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E12/ProjectSettings/EditorBuildSettings.asset -------------------------------------------------------------------------------- /Platformer E12/ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E12/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /Platformer E12/ProjectSettings/GraphicsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E12/ProjectSettings/GraphicsSettings.asset -------------------------------------------------------------------------------- /Platformer E12/ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E12/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /Platformer E12/ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E12/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /Platformer E12/ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E12/ProjectSettings/NetworkManager.asset -------------------------------------------------------------------------------- /Platformer E12/ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E12/ProjectSettings/Physics2DSettings.asset -------------------------------------------------------------------------------- /Platformer E12/ProjectSettings/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E12/ProjectSettings/ProjectSettings.asset -------------------------------------------------------------------------------- /Platformer E12/ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 5.4.0f3 2 | m_StandardAssetsVersion: 0 3 | -------------------------------------------------------------------------------- /Platformer E12/ProjectSettings/QualitySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E12/ProjectSettings/QualitySettings.asset -------------------------------------------------------------------------------- /Platformer E12/ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E12/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /Platformer E12/ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E12/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /Platformer E12/ProjectSettings/UnityAdsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E12/ProjectSettings/UnityAdsSettings.asset -------------------------------------------------------------------------------- /Platformer E12/ProjectSettings/UnityConnectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E12/ProjectSettings/UnityConnectSettings.asset -------------------------------------------------------------------------------- /Platformer E13/Assets/Materials/Obstacle.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E13/Assets/Materials/Obstacle.mat -------------------------------------------------------------------------------- /Platformer E13/Assets/Materials/Player.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E13/Assets/Materials/Player.mat -------------------------------------------------------------------------------- /Platformer E13/Assets/Scene.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E13/Assets/Scene.unity -------------------------------------------------------------------------------- /Platformer E13/Library/AnnotationManager: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E13/Library/AnnotationManager -------------------------------------------------------------------------------- /Platformer E13/Library/AssetImportState: -------------------------------------------------------------------------------- 1 | 4;0;196609;-1 -------------------------------------------------------------------------------- /Platformer E13/Library/AssetServerCacheV3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E13/Library/AssetServerCacheV3 -------------------------------------------------------------------------------- /Platformer E13/Library/AssetVersioning.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E13/Library/AssetVersioning.db -------------------------------------------------------------------------------- /Platformer E13/Library/BuildPlayer.prefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E13/Library/BuildPlayer.prefs -------------------------------------------------------------------------------- /Platformer E13/Library/BuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E13/Library/BuildSettings.asset -------------------------------------------------------------------------------- /Platformer E13/Library/CurrentLayout.dwlt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E13/Library/CurrentLayout.dwlt -------------------------------------------------------------------------------- /Platformer E13/Library/CurrentMaximizeLayout.dwlt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E13/Library/CurrentMaximizeLayout.dwlt -------------------------------------------------------------------------------- /Platformer E13/Library/EditorUserBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E13/Library/EditorUserBuildSettings.asset -------------------------------------------------------------------------------- /Platformer E13/Library/EditorUserSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E13/Library/EditorUserSettings.asset -------------------------------------------------------------------------------- /Platformer E13/Library/InspectorExpandedItems.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E13/Library/InspectorExpandedItems.asset -------------------------------------------------------------------------------- /Platformer E13/Library/LastSceneManagerSetup.txt: -------------------------------------------------------------------------------- 1 | sceneSetups: 2 | - path: Assets/Scene.unity 3 | isLoaded: 1 4 | isActive: 1 5 | -------------------------------------------------------------------------------- /Platformer E13/Library/LibraryFormatVersion.txt: -------------------------------------------------------------------------------- 1 | unityRebuildLibraryVersion: 11 2 | unityForwardCompatibleVersion: 40 3 | -------------------------------------------------------------------------------- /Platformer E13/Library/MonoManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E13/Library/MonoManager.asset -------------------------------------------------------------------------------- /Platformer E13/Library/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E13/Library/ProjectSettings.asset -------------------------------------------------------------------------------- /Platformer E13/Library/ScriptAssemblies/Assembly-CSharp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E13/Library/ScriptAssemblies/Assembly-CSharp.dll -------------------------------------------------------------------------------- /Platformer E13/Library/ScriptAssemblies/Assembly-CSharp.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E13/Library/ScriptAssemblies/Assembly-CSharp.dll.mdb -------------------------------------------------------------------------------- /Platformer E13/Library/ScriptAssemblies/BuiltinAssemblies.stamp: -------------------------------------------------------------------------------- 1 | 0000.5797ed38.0000 2 | 0000.5797ed52.0000 -------------------------------------------------------------------------------- /Platformer E13/Library/ScriptMapper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E13/Library/ScriptMapper -------------------------------------------------------------------------------- /Platformer E13/Library/ShaderCache.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E13/Library/ShaderCache.db -------------------------------------------------------------------------------- /Platformer E13/Library/assetDatabase3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E13/Library/assetDatabase3 -------------------------------------------------------------------------------- /Platformer E13/Library/expandedItems: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E13/Library/expandedItems -------------------------------------------------------------------------------- /Platformer E13/Library/shadercompiler-64bit-1.log: -------------------------------------------------------------------------------- 1 | Base path: /Applications/Unity/Unity.app/Contents 2 | Pipe name: \\.\pipe\UnityShaderCompiler-64bit-1-2090328832 3 | Cmd: getPlatforms 4 | -------------------------------------------------------------------------------- /Platformer E13/Library/shadercompiler-UnityShaderCompiler0.log: -------------------------------------------------------------------------------- 1 | Base path: /Applications/Unity/Unity.app/Contents 2 | Cmd: getPlatforms 3 | -------------------------------------------------------------------------------- /Platformer E13/ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E13/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /Platformer E13/ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E13/ProjectSettings/ClusterInputManager.asset -------------------------------------------------------------------------------- /Platformer E13/ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E13/ProjectSettings/DynamicsManager.asset -------------------------------------------------------------------------------- /Platformer E13/ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E13/ProjectSettings/EditorBuildSettings.asset -------------------------------------------------------------------------------- /Platformer E13/ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E13/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /Platformer E13/ProjectSettings/GraphicsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E13/ProjectSettings/GraphicsSettings.asset -------------------------------------------------------------------------------- /Platformer E13/ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E13/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /Platformer E13/ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E13/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /Platformer E13/ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E13/ProjectSettings/NetworkManager.asset -------------------------------------------------------------------------------- /Platformer E13/ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E13/ProjectSettings/Physics2DSettings.asset -------------------------------------------------------------------------------- /Platformer E13/ProjectSettings/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E13/ProjectSettings/ProjectSettings.asset -------------------------------------------------------------------------------- /Platformer E13/ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 5.4.0f3 2 | m_StandardAssetsVersion: 0 3 | -------------------------------------------------------------------------------- /Platformer E13/ProjectSettings/QualitySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E13/ProjectSettings/QualitySettings.asset -------------------------------------------------------------------------------- /Platformer E13/ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E13/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /Platformer E13/ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E13/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /Platformer E13/ProjectSettings/UnityAdsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E13/ProjectSettings/UnityAdsSettings.asset -------------------------------------------------------------------------------- /Platformer E13/ProjectSettings/UnityConnectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Platformer E13/ProjectSettings/UnityConnectSettings.asset -------------------------------------------------------------------------------- /Testing/Platformer push obj/Assets/Materials/Block.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Testing/Platformer push obj/Assets/Materials/Block.mat -------------------------------------------------------------------------------- /Testing/Platformer push obj/Assets/Materials/Obstacle.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Testing/Platformer push obj/Assets/Materials/Obstacle.mat -------------------------------------------------------------------------------- /Testing/Platformer push obj/Assets/Materials/Player.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Testing/Platformer push obj/Assets/Materials/Player.mat -------------------------------------------------------------------------------- /Testing/Platformer push obj/Assets/Scene.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Testing/Platformer push obj/Assets/Scene.unity -------------------------------------------------------------------------------- /Testing/Platformer push obj/Library/AnnotationManager: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Testing/Platformer push obj/Library/AnnotationManager -------------------------------------------------------------------------------- /Testing/Platformer push obj/Library/AssetImportState: -------------------------------------------------------------------------------- 1 | 4;0;196608;0;0 -------------------------------------------------------------------------------- /Testing/Platformer push obj/Library/AssetServerCacheV3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Testing/Platformer push obj/Library/AssetServerCacheV3 -------------------------------------------------------------------------------- /Testing/Platformer push obj/Library/AssetVersioning.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Testing/Platformer push obj/Library/AssetVersioning.db -------------------------------------------------------------------------------- /Testing/Platformer push obj/Library/BuildPlayer.prefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Testing/Platformer push obj/Library/BuildPlayer.prefs -------------------------------------------------------------------------------- /Testing/Platformer push obj/Library/BuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Testing/Platformer push obj/Library/BuildSettings.asset -------------------------------------------------------------------------------- /Testing/Platformer push obj/Library/CrashedAssetImports.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Testing/Platformer push obj/Library/CrashedAssetImports.txt -------------------------------------------------------------------------------- /Testing/Platformer push obj/Library/CurrentLayout.dwlt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Testing/Platformer push obj/Library/CurrentLayout.dwlt -------------------------------------------------------------------------------- /Testing/Platformer push obj/Library/CurrentMaximizeLayout.dwlt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Testing/Platformer push obj/Library/CurrentMaximizeLayout.dwlt -------------------------------------------------------------------------------- /Testing/Platformer push obj/Library/EditorUserBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Testing/Platformer push obj/Library/EditorUserBuildSettings.asset -------------------------------------------------------------------------------- /Testing/Platformer push obj/Library/EditorUserSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Testing/Platformer push obj/Library/EditorUserSettings.asset -------------------------------------------------------------------------------- /Testing/Platformer push obj/Library/InspectorExpandedItems.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Testing/Platformer push obj/Library/InspectorExpandedItems.asset -------------------------------------------------------------------------------- /Testing/Platformer push obj/Library/LastSceneManagerSetup.txt: -------------------------------------------------------------------------------- 1 | sceneSetups: 2 | - path: Assets/Scene.unity 3 | isLoaded: 1 4 | isActive: 1 5 | -------------------------------------------------------------------------------- /Testing/Platformer push obj/Library/LibraryFormatVersion.txt: -------------------------------------------------------------------------------- 1 | unityRebuildLibraryVersion: 11 2 | unityForwardCompatibleVersion: 40 3 | -------------------------------------------------------------------------------- /Testing/Platformer push obj/Library/MonoManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Testing/Platformer push obj/Library/MonoManager.asset -------------------------------------------------------------------------------- /Testing/Platformer push obj/Library/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Testing/Platformer push obj/Library/ProjectSettings.asset -------------------------------------------------------------------------------- /Testing/Platformer push obj/Library/ScriptAssemblies/BuiltinAssemblies.stamp: -------------------------------------------------------------------------------- 1 | 0000.5836f463.0000 2 | 0000.5836f470.0000 -------------------------------------------------------------------------------- /Testing/Platformer push obj/Library/ScriptMapper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Testing/Platformer push obj/Library/ScriptMapper -------------------------------------------------------------------------------- /Testing/Platformer push obj/Library/ShaderCache.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Testing/Platformer push obj/Library/ShaderCache.db -------------------------------------------------------------------------------- /Testing/Platformer push obj/Library/assetDatabase3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Testing/Platformer push obj/Library/assetDatabase3 -------------------------------------------------------------------------------- /Testing/Platformer push obj/Library/expandedItems: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Testing/Platformer push obj/Library/expandedItems -------------------------------------------------------------------------------- /Testing/Platformer push obj/Library/shadercompiler-64bit-1.log: -------------------------------------------------------------------------------- 1 | Base path: /Applications/Unity/Unity.app/Contents 2 | Pipe name: \\.\pipe\UnityShaderCompiler-64bit-1-2090328832 3 | Cmd: getPlatforms 4 | -------------------------------------------------------------------------------- /Testing/Platformer push obj/ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Testing/Platformer push obj/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /Testing/Platformer push obj/ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Testing/Platformer push obj/ProjectSettings/DynamicsManager.asset -------------------------------------------------------------------------------- /Testing/Platformer push obj/ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Testing/Platformer push obj/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /Testing/Platformer push obj/ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Testing/Platformer push obj/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /Testing/Platformer push obj/ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Testing/Platformer push obj/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /Testing/Platformer push obj/ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Testing/Platformer push obj/ProjectSettings/NetworkManager.asset -------------------------------------------------------------------------------- /Testing/Platformer push obj/ProjectSettings/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Testing/Platformer push obj/ProjectSettings/ProjectSettings.asset -------------------------------------------------------------------------------- /Testing/Platformer push obj/ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 5.5.0f3 2 | -------------------------------------------------------------------------------- /Testing/Platformer push obj/ProjectSettings/QualitySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Testing/Platformer push obj/ProjectSettings/QualitySettings.asset -------------------------------------------------------------------------------- /Testing/Platformer push obj/ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Testing/Platformer push obj/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /Testing/Platformer push obj/ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebLague/2DPlatformer-Tutorial/625ad074399d0a026f5c3f618daa39d5d1555d25/Testing/Platformer push obj/ProjectSettings/TimeManager.asset --------------------------------------------------------------------------------