├── .gitignore ├── CaveStoryTutorial E00 ├── Assets │ ├── Scenes.meta │ ├── Scenes │ │ ├── SampleScene.unity │ │ └── SampleScene.unity.meta │ ├── Scripts.meta │ ├── Scripts │ │ ├── Camera.meta │ │ ├── Camera │ │ │ ├── Editor.meta │ │ │ ├── Editor │ │ │ │ ├── PixelPerfectMainCameraEditor.cs │ │ │ │ └── PixelPerfectMainCameraEditor.cs.meta │ │ │ ├── PixelPerfectMainCamera.cs │ │ │ ├── PixelPerfectMainCamera.cs.meta │ │ │ ├── RenderTextureToScreen.cs │ │ │ └── RenderTextureToScreen.cs.meta │ │ ├── Player.meta │ │ ├── Player │ │ │ ├── Controller2D.cs │ │ │ ├── Controller2D.cs.meta │ │ │ ├── Player.cs │ │ │ └── Player.cs.meta │ │ ├── Shaders.meta │ │ └── Shaders │ │ │ ├── ScrollingShader.meta │ │ │ └── ScrollingShader │ │ │ ├── MoonBackgroundScroller.tif │ │ │ ├── MoonBackgroundScroller.tif.meta │ │ │ ├── ScrollingMaterial.mat │ │ │ ├── ScrollingMaterial.mat.meta │ │ │ ├── ScrollingShader.shader │ │ │ └── ScrollingShader.shader.meta │ ├── Textures.meta │ └── Textures │ │ ├── RenderTextures.meta │ │ ├── RenderTextures │ │ ├── PixelPerfectRenderTexture.renderTexture │ │ └── PixelPerfectRenderTexture.renderTexture.meta │ │ ├── Sprites.meta │ │ └── Sprites │ │ ├── Backgrounds.meta │ │ ├── Backgrounds │ │ ├── bk0.png │ │ ├── bk0.png.meta │ │ ├── bkBlack.png │ │ ├── bkBlack.png.meta │ │ ├── bkBlue.png │ │ ├── bkBlue.png.meta │ │ ├── bkFall.png │ │ ├── bkFall.png.meta │ │ ├── bkFog.png │ │ ├── bkFog.png.meta │ │ ├── bkGard.png │ │ ├── bkGard.png.meta │ │ ├── bkGray.png │ │ ├── bkGray.png.meta │ │ ├── bkGreen.png │ │ ├── bkGreen.png.meta │ │ ├── bkMaze.png │ │ ├── bkMaze.png.meta │ │ ├── bkMoon.png │ │ ├── bkMoon.png.meta │ │ ├── bkRed.png │ │ ├── bkRed.png.meta │ │ ├── bkWater.png │ │ └── bkWater.png.meta │ │ ├── Credits.meta │ │ ├── Credits │ │ ├── .DS_Store │ │ ├── CREDIT01.png │ │ ├── CREDIT01.png.meta │ │ ├── CREDIT02.png │ │ ├── CREDIT02.png.meta │ │ ├── CREDIT03.png │ │ ├── CREDIT03.png.meta │ │ ├── CREDIT04.png │ │ ├── CREDIT04.png.meta │ │ ├── CREDIT05.png │ │ ├── CREDIT05.png.meta │ │ ├── CREDIT06.png │ │ ├── CREDIT06.png.meta │ │ ├── CREDIT07.png │ │ ├── CREDIT07.png.meta │ │ ├── CREDIT08.png │ │ ├── CREDIT08.png.meta │ │ ├── CREDIT09.png │ │ ├── CREDIT09.png.meta │ │ ├── CREDIT10.png │ │ ├── CREDIT10.png.meta │ │ ├── CREDIT11.png │ │ ├── CREDIT11.png.meta │ │ ├── CREDIT12.png │ │ ├── CREDIT12.png.meta │ │ ├── CREDIT14.png │ │ ├── CREDIT14.png.meta │ │ ├── CREDIT15.png │ │ ├── CREDIT15.png.meta │ │ ├── CREDIT16.png │ │ ├── CREDIT16.png.meta │ │ ├── CREDIT17.png │ │ ├── CREDIT17.png.meta │ │ ├── CREDIT18.png │ │ └── CREDIT18.png.meta │ │ ├── Maps.meta │ │ ├── Maps │ │ ├── .DS_Store │ │ ├── Prt0.png │ │ ├── Prt0.png.meta │ │ ├── PrtAlmond.png │ │ ├── PrtAlmond.png.meta │ │ ├── PrtBarr.png │ │ ├── PrtBarr.png.meta │ │ ├── PrtCave.png │ │ ├── PrtCave.png.meta │ │ ├── PrtCent.png │ │ ├── PrtCent.png.meta │ │ ├── PrtEggIn.png │ │ ├── PrtEggIn.png.meta │ │ ├── PrtEggX.png │ │ ├── PrtEggX.png.meta │ │ ├── PrtEggs.png │ │ ├── PrtEggs.png.meta │ │ ├── PrtFall.png │ │ ├── PrtFall.png.meta │ │ ├── PrtGard.png │ │ ├── PrtGard.png.meta │ │ ├── PrtHell.png │ │ ├── PrtHell.png.meta │ │ ├── PrtJail.png │ │ ├── PrtJail.png.meta │ │ ├── PrtLabo.png │ │ ├── PrtLabo.png.meta │ │ ├── PrtMaze.png │ │ ├── PrtMaze.png.meta │ │ ├── PrtMimi.png │ │ ├── PrtMimi.png.meta │ │ ├── PrtOside.png │ │ ├── PrtOside.png.meta │ │ ├── PrtPens.png │ │ ├── PrtPens.png.meta │ │ ├── PrtRiver.png │ │ ├── PrtRiver.png.meta │ │ ├── PrtSand.png │ │ ├── PrtSand.png.meta │ │ ├── PrtStore.png │ │ ├── PrtStore.png.meta │ │ ├── PrtWeed.png │ │ ├── PrtWeed.png.meta │ │ ├── PrtWhite.png │ │ └── PrtWhite.png.meta │ │ ├── NPC.meta │ │ ├── NPC │ │ ├── Npc0.png │ │ ├── Npc0.png.meta │ │ ├── NpcAlmo1.png │ │ ├── NpcAlmo1.png.meta │ │ ├── NpcAlmo2.png │ │ ├── NpcAlmo2.png.meta │ │ ├── NpcBallos.png │ │ ├── NpcBallos.png.meta │ │ ├── NpcBllg.png │ │ ├── NpcBllg.png.meta │ │ ├── NpcCemet.png │ │ ├── NpcCemet.png.meta │ │ ├── NpcCent.png │ │ ├── NpcCent.png.meta │ │ ├── NpcCurly.png │ │ ├── NpcCurly.png.meta │ │ ├── NpcDark.png │ │ ├── NpcDark.png.meta │ │ ├── NpcDr.png │ │ ├── NpcDr.png.meta │ │ ├── NpcEggs1.png │ │ ├── NpcEggs1.png.meta │ │ ├── NpcEggs2.png │ │ ├── NpcEggs2.png.meta │ │ ├── NpcFrog.png │ │ ├── NpcFrog.png.meta │ │ ├── NpcGuest.png │ │ ├── NpcGuest.png.meta │ │ ├── NpcHell.png │ │ ├── NpcHell.png.meta │ │ ├── NpcHeri.png │ │ ├── NpcHeri.png.meta │ │ ├── NpcIronH.png │ │ ├── NpcIronH.png.meta │ │ ├── NpcIsland.png │ │ ├── NpcIsland.png.meta │ │ ├── NpcKings.png │ │ ├── NpcKings.png.meta │ │ ├── NpcMaze.png │ │ ├── NpcMaze.png.meta │ │ ├── NpcMiza.png │ │ ├── NpcMiza.png.meta │ │ ├── NpcMoon.png │ │ ├── NpcMoon.png.meta │ │ ├── NpcOmg.png │ │ ├── NpcOmg.png.meta │ │ ├── NpcPlant.png │ │ ├── NpcPlant.png.meta │ │ ├── NpcPress.png │ │ ├── NpcPress.png.meta │ │ ├── NpcPriest.png │ │ ├── NpcPriest.png.meta │ │ ├── NpcRavil.png │ │ ├── NpcRavil.png.meta │ │ ├── NpcRed.png │ │ ├── NpcRed.png.meta │ │ ├── NpcRegu.png │ │ ├── NpcRegu.png.meta │ │ ├── NpcSand.png │ │ ├── NpcSand.png.meta │ │ ├── NpcStream.png │ │ ├── NpcStream.png.meta │ │ ├── NpcSym.png │ │ ├── NpcSym.png.meta │ │ ├── NpcToro.png │ │ ├── NpcToro.png.meta │ │ ├── NpcTwinD.png │ │ ├── NpcTwinD.png.meta │ │ ├── NpcWeed.png │ │ ├── NpcWeed.png.meta │ │ ├── NpcX.png │ │ └── NpcX.png.meta │ │ ├── Others.meta │ │ ├── Others │ │ ├── .DS_Store │ │ ├── cavestoryIcon.png │ │ └── cavestoryIcon.png.meta │ │ ├── Player.meta │ │ ├── Player │ │ ├── MyChar.png │ │ └── MyChar.png.meta │ │ ├── UI.meta │ │ ├── UI │ │ ├── ArmsImage.png │ │ ├── ArmsImage.png.meta │ │ ├── Face.png │ │ ├── Face.png.meta │ │ ├── Fade.png │ │ ├── Fade.png.meta │ │ ├── ItemImage.png │ │ ├── ItemImage.png.meta │ │ ├── Loading.png │ │ ├── Loading.png.meta │ │ ├── PIXEL.png │ │ ├── PIXEL.png.meta │ │ ├── StageImage.png │ │ ├── StageImage.png.meta │ │ ├── TextBox.png │ │ ├── TextBox.png.meta │ │ ├── Title.png │ │ ├── Title.png.meta │ │ ├── casts.png │ │ └── casts.png.meta │ │ ├── Weapons.meta │ │ └── Weapons │ │ ├── Arms.png │ │ ├── Arms.png.meta │ │ ├── Bullet.png │ │ ├── Bullet.png.meta │ │ ├── Caret.png │ │ └── Caret.png.meta ├── Packages │ └── manifest.json └── ProjectSettings │ ├── AudioManager.asset │ ├── ClusterInputManager.asset │ ├── DynamicsManager.asset │ ├── EditorBuildSettings.asset │ ├── EditorSettings.asset │ ├── GraphicsSettings.asset │ ├── InputManager.asset │ ├── NavMeshAreas.asset │ ├── NetworkManager.asset │ ├── Physics2DSettings.asset │ ├── PresetManager.asset │ ├── ProjectSettings.asset │ ├── ProjectVersion.txt │ ├── QualitySettings.asset │ ├── TagManager.asset │ ├── TimeManager.asset │ └── UnityConnectSettings.asset ├── CaveStoryTutorial E01 ├── Assets │ ├── Prefabs.meta │ ├── Prefabs │ │ ├── Player.meta │ │ └── Player │ │ │ ├── Fall.anim │ │ │ ├── Fall.anim.meta │ │ │ ├── FallLookingUp.anim │ │ │ ├── FallLookingUp.anim.meta │ │ │ ├── Idle.anim │ │ │ ├── Idle.anim.meta │ │ │ ├── IdleLookingDown.anim │ │ │ ├── IdleLookingDown.anim.meta │ │ │ ├── IdleLookingUp.anim │ │ │ ├── IdleLookingUp.anim.meta │ │ │ ├── Jump.anim │ │ │ ├── Jump.anim.meta │ │ │ ├── JumpLookingUp.anim │ │ │ ├── JumpLookingUp.anim.meta │ │ │ ├── Player.prefab │ │ │ ├── Player.prefab.meta │ │ │ ├── PlayerAnimatorController.controller │ │ │ ├── PlayerAnimatorController.controller.meta │ │ │ ├── Run.anim │ │ │ ├── Run.anim.meta │ │ │ ├── RunLookingUp.anim │ │ │ └── RunLookingUp.anim.meta │ ├── Scenes.meta │ ├── Scenes │ │ ├── SampleScene.unity │ │ └── SampleScene.unity.meta │ ├── Scripts.meta │ ├── Scripts │ │ ├── Camera.meta │ │ ├── Camera │ │ │ ├── Editor.meta │ │ │ ├── Editor │ │ │ │ ├── PixelPerfectMainCameraEditor.cs │ │ │ │ └── PixelPerfectMainCameraEditor.cs.meta │ │ │ ├── PixelPerfectMainCamera.cs │ │ │ ├── PixelPerfectMainCamera.cs.meta │ │ │ ├── RenderTextureToScreen.cs │ │ │ └── RenderTextureToScreen.cs.meta │ │ ├── Misc.meta │ │ ├── Misc │ │ │ ├── General.cs │ │ │ └── General.cs.meta │ │ ├── Player.meta │ │ ├── Player │ │ │ ├── Controller2D.cs │ │ │ ├── Controller2D.cs.meta │ │ │ ├── Player.cs │ │ │ └── Player.cs.meta │ │ ├── Shaders.meta │ │ └── Shaders │ │ │ ├── ScrollingShader.meta │ │ │ └── ScrollingShader │ │ │ ├── MoonBackgroundScroller.tif │ │ │ ├── MoonBackgroundScroller.tif.meta │ │ │ ├── ScrollingMaterial.mat │ │ │ ├── ScrollingMaterial.mat.meta │ │ │ ├── ScrollingShader.shader │ │ │ └── ScrollingShader.shader.meta │ ├── Textures.meta │ └── Textures │ │ ├── RenderTextures.meta │ │ ├── RenderTextures │ │ ├── PixelPerfectRenderTexture.renderTexture │ │ └── PixelPerfectRenderTexture.renderTexture.meta │ │ ├── Sprites.meta │ │ └── Sprites │ │ ├── Backgrounds.meta │ │ ├── Backgrounds │ │ ├── bk0.png │ │ ├── bk0.png.meta │ │ ├── bkBlack.png │ │ ├── bkBlack.png.meta │ │ ├── bkBlue.png │ │ ├── bkBlue.png.meta │ │ ├── bkFall.png │ │ ├── bkFall.png.meta │ │ ├── bkFog.png │ │ ├── bkFog.png.meta │ │ ├── bkGard.png │ │ ├── bkGard.png.meta │ │ ├── bkGray.png │ │ ├── bkGray.png.meta │ │ ├── bkGreen.png │ │ ├── bkGreen.png.meta │ │ ├── bkMaze.png │ │ ├── bkMaze.png.meta │ │ ├── bkMoon.png │ │ ├── bkMoon.png.meta │ │ ├── bkRed.png │ │ ├── bkRed.png.meta │ │ ├── bkWater.png │ │ └── bkWater.png.meta │ │ ├── Credits.meta │ │ ├── Credits │ │ ├── .DS_Store │ │ ├── CREDIT01.png │ │ ├── CREDIT01.png.meta │ │ ├── CREDIT02.png │ │ ├── CREDIT02.png.meta │ │ ├── CREDIT03.png │ │ ├── CREDIT03.png.meta │ │ ├── CREDIT04.png │ │ ├── CREDIT04.png.meta │ │ ├── CREDIT05.png │ │ ├── CREDIT05.png.meta │ │ ├── CREDIT06.png │ │ ├── CREDIT06.png.meta │ │ ├── CREDIT07.png │ │ ├── CREDIT07.png.meta │ │ ├── CREDIT08.png │ │ ├── CREDIT08.png.meta │ │ ├── CREDIT09.png │ │ ├── CREDIT09.png.meta │ │ ├── CREDIT10.png │ │ ├── CREDIT10.png.meta │ │ ├── CREDIT11.png │ │ ├── CREDIT11.png.meta │ │ ├── CREDIT12.png │ │ ├── CREDIT12.png.meta │ │ ├── CREDIT14.png │ │ ├── CREDIT14.png.meta │ │ ├── CREDIT15.png │ │ ├── CREDIT15.png.meta │ │ ├── CREDIT16.png │ │ ├── CREDIT16.png.meta │ │ ├── CREDIT17.png │ │ ├── CREDIT17.png.meta │ │ ├── CREDIT18.png │ │ └── CREDIT18.png.meta │ │ ├── Maps.meta │ │ ├── Maps │ │ ├── .DS_Store │ │ ├── Prt0.png │ │ ├── Prt0.png.meta │ │ ├── PrtAlmond.png │ │ ├── PrtAlmond.png.meta │ │ ├── PrtBarr.png │ │ ├── PrtBarr.png.meta │ │ ├── PrtCave.png │ │ ├── PrtCave.png.meta │ │ ├── PrtCent.png │ │ ├── PrtCent.png.meta │ │ ├── PrtEggIn.png │ │ ├── PrtEggIn.png.meta │ │ ├── PrtEggX.png │ │ ├── PrtEggX.png.meta │ │ ├── PrtEggs.png │ │ ├── PrtEggs.png.meta │ │ ├── PrtFall.png │ │ ├── PrtFall.png.meta │ │ ├── PrtGard.png │ │ ├── PrtGard.png.meta │ │ ├── PrtHell.png │ │ ├── PrtHell.png.meta │ │ ├── PrtJail.png │ │ ├── PrtJail.png.meta │ │ ├── PrtLabo.png │ │ ├── PrtLabo.png.meta │ │ ├── PrtMaze.png │ │ ├── PrtMaze.png.meta │ │ ├── PrtMimi.png │ │ ├── PrtMimi.png.meta │ │ ├── PrtOside.png │ │ ├── PrtOside.png.meta │ │ ├── PrtPens.png │ │ ├── PrtPens.png.meta │ │ ├── PrtRiver.png │ │ ├── PrtRiver.png.meta │ │ ├── PrtSand.png │ │ ├── PrtSand.png.meta │ │ ├── PrtStore.png │ │ ├── PrtStore.png.meta │ │ ├── PrtWeed.png │ │ ├── PrtWeed.png.meta │ │ ├── PrtWhite.png │ │ └── PrtWhite.png.meta │ │ ├── NPC.meta │ │ ├── NPC │ │ ├── Npc0.png │ │ ├── Npc0.png.meta │ │ ├── NpcAlmo1.png │ │ ├── NpcAlmo1.png.meta │ │ ├── NpcAlmo2.png │ │ ├── NpcAlmo2.png.meta │ │ ├── NpcBallos.png │ │ ├── NpcBallos.png.meta │ │ ├── NpcBllg.png │ │ ├── NpcBllg.png.meta │ │ ├── NpcCemet.png │ │ ├── NpcCemet.png.meta │ │ ├── NpcCent.png │ │ ├── NpcCent.png.meta │ │ ├── NpcCurly.png │ │ ├── NpcCurly.png.meta │ │ ├── NpcDark.png │ │ ├── NpcDark.png.meta │ │ ├── NpcDr.png │ │ ├── NpcDr.png.meta │ │ ├── NpcEggs1.png │ │ ├── NpcEggs1.png.meta │ │ ├── NpcEggs2.png │ │ ├── NpcEggs2.png.meta │ │ ├── NpcFrog.png │ │ ├── NpcFrog.png.meta │ │ ├── NpcGuest.png │ │ ├── NpcGuest.png.meta │ │ ├── NpcHell.png │ │ ├── NpcHell.png.meta │ │ ├── NpcHeri.png │ │ ├── NpcHeri.png.meta │ │ ├── NpcIronH.png │ │ ├── NpcIronH.png.meta │ │ ├── NpcIsland.png │ │ ├── NpcIsland.png.meta │ │ ├── NpcKings.png │ │ ├── NpcKings.png.meta │ │ ├── NpcMaze.png │ │ ├── NpcMaze.png.meta │ │ ├── NpcMiza.png │ │ ├── NpcMiza.png.meta │ │ ├── NpcMoon.png │ │ ├── NpcMoon.png.meta │ │ ├── NpcOmg.png │ │ ├── NpcOmg.png.meta │ │ ├── NpcPlant.png │ │ ├── NpcPlant.png.meta │ │ ├── NpcPress.png │ │ ├── NpcPress.png.meta │ │ ├── NpcPriest.png │ │ ├── NpcPriest.png.meta │ │ ├── NpcRavil.png │ │ ├── NpcRavil.png.meta │ │ ├── NpcRed.png │ │ ├── NpcRed.png.meta │ │ ├── NpcRegu.png │ │ ├── NpcRegu.png.meta │ │ ├── NpcSand.png │ │ ├── NpcSand.png.meta │ │ ├── NpcStream.png │ │ ├── NpcStream.png.meta │ │ ├── NpcSym.png │ │ ├── NpcSym.png.meta │ │ ├── NpcToro.png │ │ ├── NpcToro.png.meta │ │ ├── NpcTwinD.png │ │ ├── NpcTwinD.png.meta │ │ ├── NpcWeed.png │ │ ├── NpcWeed.png.meta │ │ ├── NpcX.png │ │ └── NpcX.png.meta │ │ ├── Others.meta │ │ ├── Others │ │ ├── .DS_Store │ │ ├── cavestoryIcon.png │ │ └── cavestoryIcon.png.meta │ │ ├── Player.meta │ │ ├── Player │ │ ├── MyChar.png │ │ └── MyChar.png.meta │ │ ├── UI.meta │ │ ├── UI │ │ ├── ArmsImage.png │ │ ├── ArmsImage.png.meta │ │ ├── Face.png │ │ ├── Face.png.meta │ │ ├── Fade.png │ │ ├── Fade.png.meta │ │ ├── ItemImage.png │ │ ├── ItemImage.png.meta │ │ ├── Loading.png │ │ ├── Loading.png.meta │ │ ├── PIXEL.png │ │ ├── PIXEL.png.meta │ │ ├── StageImage.png │ │ ├── StageImage.png.meta │ │ ├── TextBox.png │ │ ├── TextBox.png.meta │ │ ├── Title.png │ │ ├── Title.png.meta │ │ ├── casts.png │ │ └── casts.png.meta │ │ ├── Weapons.meta │ │ └── Weapons │ │ ├── Arms.png │ │ ├── Arms.png.meta │ │ ├── Bullet.png │ │ ├── Bullet.png.meta │ │ ├── Caret.png │ │ └── Caret.png.meta ├── Packages │ └── manifest.json └── ProjectSettings │ ├── AudioManager.asset │ ├── ClusterInputManager.asset │ ├── DynamicsManager.asset │ ├── EditorBuildSettings.asset │ ├── EditorSettings.asset │ ├── GraphicsSettings.asset │ ├── InputManager.asset │ ├── NavMeshAreas.asset │ ├── NetworkManager.asset │ ├── Physics2DSettings.asset │ ├── PresetManager.asset │ ├── ProjectSettings.asset │ ├── ProjectVersion.txt │ ├── QualitySettings.asset │ ├── TagManager.asset │ ├── TimeManager.asset │ └── UnityConnectSettings.asset ├── CaveStoryTutorial E02 ├── Assets │ ├── Prefabs.meta │ ├── Prefabs │ │ ├── Player.meta │ │ └── Player │ │ │ ├── Fall.anim │ │ │ ├── Fall.anim.meta │ │ │ ├── FallLookingUp.anim │ │ │ ├── FallLookingUp.anim.meta │ │ │ ├── Idle.anim │ │ │ ├── Idle.anim.meta │ │ │ ├── IdleLookingDown.anim │ │ │ ├── IdleLookingDown.anim.meta │ │ │ ├── IdleLookingUp.anim │ │ │ ├── IdleLookingUp.anim.meta │ │ │ ├── Jump.anim │ │ │ ├── Jump.anim.meta │ │ │ ├── JumpLookingUp.anim │ │ │ ├── JumpLookingUp.anim.meta │ │ │ ├── Player.prefab │ │ │ ├── Player.prefab.meta │ │ │ ├── PlayerAnimatorController.controller │ │ │ ├── PlayerAnimatorController.controller.meta │ │ │ ├── Run.anim │ │ │ ├── Run.anim.meta │ │ │ ├── RunLookingUp.anim │ │ │ └── RunLookingUp.anim.meta │ ├── Scenes.meta │ ├── Scenes │ │ ├── SampleScene.unity │ │ └── SampleScene.unity.meta │ ├── Scripts.meta │ ├── Scripts │ │ ├── Camera.meta │ │ ├── Camera │ │ │ ├── CameraBehaviour.cs │ │ │ ├── CameraBehaviour.cs.meta │ │ │ ├── CameraTargetBehaviour.cs │ │ │ ├── CameraTargetBehaviour.cs.meta │ │ │ ├── Editor.meta │ │ │ ├── Editor │ │ │ │ ├── PixelPerfectMainCameraEditor.cs │ │ │ │ └── PixelPerfectMainCameraEditor.cs.meta │ │ │ ├── PixelPerfectMainCamera.cs │ │ │ ├── PixelPerfectMainCamera.cs.meta │ │ │ ├── RenderTextureToScreen.cs │ │ │ └── RenderTextureToScreen.cs.meta │ │ ├── Misc.meta │ │ ├── Misc │ │ │ ├── General.cs │ │ │ └── General.cs.meta │ │ ├── Player.meta │ │ ├── Player │ │ │ ├── Controller2D.cs │ │ │ ├── Controller2D.cs.meta │ │ │ ├── Player.cs │ │ │ └── Player.cs.meta │ │ ├── Shaders.meta │ │ └── Shaders │ │ │ ├── ScrollingShader.meta │ │ │ └── ScrollingShader │ │ │ ├── MoonBackgroundScroller.tif │ │ │ ├── MoonBackgroundScroller.tif.meta │ │ │ ├── ScrollingMaterial.mat │ │ │ ├── ScrollingMaterial.mat.meta │ │ │ ├── ScrollingShader.shader │ │ │ └── ScrollingShader.shader.meta │ ├── Textures.meta │ └── Textures │ │ ├── RenderTextures.meta │ │ ├── RenderTextures │ │ ├── PixelPerfectRenderTexture.renderTexture │ │ └── PixelPerfectRenderTexture.renderTexture.meta │ │ ├── Sprites.meta │ │ └── Sprites │ │ ├── Backgrounds.meta │ │ ├── Backgrounds │ │ ├── bk0.png │ │ ├── bk0.png.meta │ │ ├── bkBlack.png │ │ ├── bkBlack.png.meta │ │ ├── bkBlue.png │ │ ├── bkBlue.png.meta │ │ ├── bkFall.png │ │ ├── bkFall.png.meta │ │ ├── bkFog.png │ │ ├── bkFog.png.meta │ │ ├── bkGard.png │ │ ├── bkGard.png.meta │ │ ├── bkGray.png │ │ ├── bkGray.png.meta │ │ ├── bkGreen.png │ │ ├── bkGreen.png.meta │ │ ├── bkMaze.png │ │ ├── bkMaze.png.meta │ │ ├── bkMoon.png │ │ ├── bkMoon.png.meta │ │ ├── bkRed.png │ │ ├── bkRed.png.meta │ │ ├── bkWater.png │ │ └── bkWater.png.meta │ │ ├── Credits.meta │ │ ├── Credits │ │ ├── .DS_Store │ │ ├── CREDIT01.png │ │ ├── CREDIT01.png.meta │ │ ├── CREDIT02.png │ │ ├── CREDIT02.png.meta │ │ ├── CREDIT03.png │ │ ├── CREDIT03.png.meta │ │ ├── CREDIT04.png │ │ ├── CREDIT04.png.meta │ │ ├── CREDIT05.png │ │ ├── CREDIT05.png.meta │ │ ├── CREDIT06.png │ │ ├── CREDIT06.png.meta │ │ ├── CREDIT07.png │ │ ├── CREDIT07.png.meta │ │ ├── CREDIT08.png │ │ ├── CREDIT08.png.meta │ │ ├── CREDIT09.png │ │ ├── CREDIT09.png.meta │ │ ├── CREDIT10.png │ │ ├── CREDIT10.png.meta │ │ ├── CREDIT11.png │ │ ├── CREDIT11.png.meta │ │ ├── CREDIT12.png │ │ ├── CREDIT12.png.meta │ │ ├── CREDIT14.png │ │ ├── CREDIT14.png.meta │ │ ├── CREDIT15.png │ │ ├── CREDIT15.png.meta │ │ ├── CREDIT16.png │ │ ├── CREDIT16.png.meta │ │ ├── CREDIT17.png │ │ ├── CREDIT17.png.meta │ │ ├── CREDIT18.png │ │ └── CREDIT18.png.meta │ │ ├── Maps.meta │ │ ├── Maps │ │ ├── .DS_Store │ │ ├── Prt0.png │ │ ├── Prt0.png.meta │ │ ├── PrtAlmond.png │ │ ├── PrtAlmond.png.meta │ │ ├── PrtBarr.png │ │ ├── PrtBarr.png.meta │ │ ├── PrtCave.png │ │ ├── PrtCave.png.meta │ │ ├── PrtCent.png │ │ ├── PrtCent.png.meta │ │ ├── PrtEggIn.png │ │ ├── PrtEggIn.png.meta │ │ ├── PrtEggX.png │ │ ├── PrtEggX.png.meta │ │ ├── PrtEggs.png │ │ ├── PrtEggs.png.meta │ │ ├── PrtFall.png │ │ ├── PrtFall.png.meta │ │ ├── PrtGard.png │ │ ├── PrtGard.png.meta │ │ ├── PrtHell.png │ │ ├── PrtHell.png.meta │ │ ├── PrtJail.png │ │ ├── PrtJail.png.meta │ │ ├── PrtLabo.png │ │ ├── PrtLabo.png.meta │ │ ├── PrtMaze.png │ │ ├── PrtMaze.png.meta │ │ ├── PrtMimi.png │ │ ├── PrtMimi.png.meta │ │ ├── PrtOside.png │ │ ├── PrtOside.png.meta │ │ ├── PrtPens.png │ │ ├── PrtPens.png.meta │ │ ├── PrtRiver.png │ │ ├── PrtRiver.png.meta │ │ ├── PrtSand.png │ │ ├── PrtSand.png.meta │ │ ├── PrtStore.png │ │ ├── PrtStore.png.meta │ │ ├── PrtWeed.png │ │ ├── PrtWeed.png.meta │ │ ├── PrtWhite.png │ │ └── PrtWhite.png.meta │ │ ├── NPC.meta │ │ ├── NPC │ │ ├── Npc0.png │ │ ├── Npc0.png.meta │ │ ├── NpcAlmo1.png │ │ ├── NpcAlmo1.png.meta │ │ ├── NpcAlmo2.png │ │ ├── NpcAlmo2.png.meta │ │ ├── NpcBallos.png │ │ ├── NpcBallos.png.meta │ │ ├── NpcBllg.png │ │ ├── NpcBllg.png.meta │ │ ├── NpcCemet.png │ │ ├── NpcCemet.png.meta │ │ ├── NpcCent.png │ │ ├── NpcCent.png.meta │ │ ├── NpcCurly.png │ │ ├── NpcCurly.png.meta │ │ ├── NpcDark.png │ │ ├── NpcDark.png.meta │ │ ├── NpcDr.png │ │ ├── NpcDr.png.meta │ │ ├── NpcEggs1.png │ │ ├── NpcEggs1.png.meta │ │ ├── NpcEggs2.png │ │ ├── NpcEggs2.png.meta │ │ ├── NpcFrog.png │ │ ├── NpcFrog.png.meta │ │ ├── NpcGuest.png │ │ ├── NpcGuest.png.meta │ │ ├── NpcHell.png │ │ ├── NpcHell.png.meta │ │ ├── NpcHeri.png │ │ ├── NpcHeri.png.meta │ │ ├── NpcIronH.png │ │ ├── NpcIronH.png.meta │ │ ├── NpcIsland.png │ │ ├── NpcIsland.png.meta │ │ ├── NpcKings.png │ │ ├── NpcKings.png.meta │ │ ├── NpcMaze.png │ │ ├── NpcMaze.png.meta │ │ ├── NpcMiza.png │ │ ├── NpcMiza.png.meta │ │ ├── NpcMoon.png │ │ ├── NpcMoon.png.meta │ │ ├── NpcOmg.png │ │ ├── NpcOmg.png.meta │ │ ├── NpcPlant.png │ │ ├── NpcPlant.png.meta │ │ ├── NpcPress.png │ │ ├── NpcPress.png.meta │ │ ├── NpcPriest.png │ │ ├── NpcPriest.png.meta │ │ ├── NpcRavil.png │ │ ├── NpcRavil.png.meta │ │ ├── NpcRed.png │ │ ├── NpcRed.png.meta │ │ ├── NpcRegu.png │ │ ├── NpcRegu.png.meta │ │ ├── NpcSand.png │ │ ├── NpcSand.png.meta │ │ ├── NpcStream.png │ │ ├── NpcStream.png.meta │ │ ├── NpcSym.png │ │ ├── NpcSym.png.meta │ │ ├── NpcToro.png │ │ ├── NpcToro.png.meta │ │ ├── NpcTwinD.png │ │ ├── NpcTwinD.png.meta │ │ ├── NpcWeed.png │ │ ├── NpcWeed.png.meta │ │ ├── NpcX.png │ │ └── NpcX.png.meta │ │ ├── Others.meta │ │ ├── Others │ │ ├── .DS_Store │ │ ├── cavestoryIcon.png │ │ └── cavestoryIcon.png.meta │ │ ├── Player.meta │ │ ├── Player │ │ ├── MyChar.png │ │ └── MyChar.png.meta │ │ ├── UI.meta │ │ ├── UI │ │ ├── ArmsImage.png │ │ ├── ArmsImage.png.meta │ │ ├── Face.png │ │ ├── Face.png.meta │ │ ├── Fade.png │ │ ├── Fade.png.meta │ │ ├── ItemImage.png │ │ ├── ItemImage.png.meta │ │ ├── Loading.png │ │ ├── Loading.png.meta │ │ ├── PIXEL.png │ │ ├── PIXEL.png.meta │ │ ├── StageImage.png │ │ ├── StageImage.png.meta │ │ ├── TextBox.png │ │ ├── TextBox.png.meta │ │ ├── Title.png │ │ ├── Title.png.meta │ │ ├── casts.png │ │ └── casts.png.meta │ │ ├── Weapons.meta │ │ └── Weapons │ │ ├── Arms.png │ │ ├── Arms.png.meta │ │ ├── Bullet.png │ │ ├── Bullet.png.meta │ │ ├── Caret.png │ │ └── Caret.png.meta ├── Packages │ └── manifest.json └── ProjectSettings │ ├── AudioManager.asset │ ├── ClusterInputManager.asset │ ├── DynamicsManager.asset │ ├── EditorBuildSettings.asset │ ├── EditorSettings.asset │ ├── GraphicsSettings.asset │ ├── InputManager.asset │ ├── NavMeshAreas.asset │ ├── NetworkManager.asset │ ├── Physics2DSettings.asset │ ├── PresetManager.asset │ ├── ProjectSettings.asset │ ├── ProjectVersion.txt │ ├── QualitySettings.asset │ ├── TagManager.asset │ ├── TimeManager.asset │ └── UnityConnectSettings.asset ├── CaveStoryTutorial E03 ├── Assets │ ├── Data.meta │ ├── Data │ │ ├── Maps.meta │ │ └── Maps │ │ │ ├── Palettes.meta │ │ │ ├── Palettes │ │ │ ├── CavePalette.prefab │ │ │ └── CavePalette.prefab.meta │ │ │ ├── Tilesets.meta │ │ │ └── Tilesets │ │ │ ├── PrtCave.meta │ │ │ └── PrtCave │ │ │ ├── PrtCave_0.asset │ │ │ ├── PrtCave_0.asset.meta │ │ │ ├── PrtCave_1.asset │ │ │ ├── PrtCave_1.asset.meta │ │ │ ├── PrtCave_10.asset │ │ │ ├── PrtCave_10.asset.meta │ │ │ ├── PrtCave_11.asset │ │ │ ├── PrtCave_11.asset.meta │ │ │ ├── PrtCave_12.asset │ │ │ ├── PrtCave_12.asset.meta │ │ │ ├── PrtCave_13.asset │ │ │ ├── PrtCave_13.asset.meta │ │ │ ├── PrtCave_14.asset │ │ │ ├── PrtCave_14.asset.meta │ │ │ ├── PrtCave_15.asset │ │ │ ├── PrtCave_15.asset.meta │ │ │ ├── PrtCave_16.asset │ │ │ ├── PrtCave_16.asset.meta │ │ │ ├── PrtCave_17.asset │ │ │ ├── PrtCave_17.asset.meta │ │ │ ├── PrtCave_18.asset │ │ │ ├── PrtCave_18.asset.meta │ │ │ ├── PrtCave_19.asset │ │ │ ├── PrtCave_19.asset.meta │ │ │ ├── PrtCave_2.asset │ │ │ ├── PrtCave_2.asset.meta │ │ │ ├── PrtCave_20.asset │ │ │ ├── PrtCave_20.asset.meta │ │ │ ├── PrtCave_21.asset │ │ │ ├── PrtCave_21.asset.meta │ │ │ ├── PrtCave_22.asset │ │ │ ├── PrtCave_22.asset.meta │ │ │ ├── PrtCave_23.asset │ │ │ ├── PrtCave_23.asset.meta │ │ │ ├── PrtCave_24.asset │ │ │ ├── PrtCave_24.asset.meta │ │ │ ├── PrtCave_25.asset │ │ │ ├── PrtCave_25.asset.meta │ │ │ ├── PrtCave_26.asset │ │ │ ├── PrtCave_26.asset.meta │ │ │ ├── PrtCave_27.asset │ │ │ ├── PrtCave_27.asset.meta │ │ │ ├── PrtCave_28.asset │ │ │ ├── PrtCave_28.asset.meta │ │ │ ├── PrtCave_29.asset │ │ │ ├── PrtCave_29.asset.meta │ │ │ ├── PrtCave_3.asset │ │ │ ├── PrtCave_3.asset.meta │ │ │ ├── PrtCave_30.asset │ │ │ ├── PrtCave_30.asset.meta │ │ │ ├── PrtCave_31.asset │ │ │ ├── PrtCave_31.asset.meta │ │ │ ├── PrtCave_32.asset │ │ │ ├── PrtCave_32.asset.meta │ │ │ ├── PrtCave_33.asset │ │ │ ├── PrtCave_33.asset.meta │ │ │ ├── PrtCave_34.asset │ │ │ ├── PrtCave_34.asset.meta │ │ │ ├── PrtCave_35.asset │ │ │ ├── PrtCave_35.asset.meta │ │ │ ├── PrtCave_36.asset │ │ │ ├── PrtCave_36.asset.meta │ │ │ ├── PrtCave_37.asset │ │ │ ├── PrtCave_37.asset.meta │ │ │ ├── PrtCave_38.asset │ │ │ ├── PrtCave_38.asset.meta │ │ │ ├── PrtCave_39.asset │ │ │ ├── PrtCave_39.asset.meta │ │ │ ├── PrtCave_4.asset │ │ │ ├── PrtCave_4.asset.meta │ │ │ ├── PrtCave_40.asset │ │ │ ├── PrtCave_40.asset.meta │ │ │ ├── PrtCave_41.asset │ │ │ ├── PrtCave_41.asset.meta │ │ │ ├── PrtCave_42.asset │ │ │ ├── PrtCave_42.asset.meta │ │ │ ├── PrtCave_43.asset │ │ │ ├── PrtCave_43.asset.meta │ │ │ ├── PrtCave_44.asset │ │ │ ├── PrtCave_44.asset.meta │ │ │ ├── PrtCave_45.asset │ │ │ ├── PrtCave_45.asset.meta │ │ │ ├── PrtCave_46.asset │ │ │ ├── PrtCave_46.asset.meta │ │ │ ├── PrtCave_47.asset │ │ │ ├── PrtCave_47.asset.meta │ │ │ ├── PrtCave_48.asset │ │ │ ├── PrtCave_48.asset.meta │ │ │ ├── PrtCave_49.asset │ │ │ ├── PrtCave_49.asset.meta │ │ │ ├── PrtCave_5.asset │ │ │ ├── PrtCave_5.asset.meta │ │ │ ├── PrtCave_50.asset │ │ │ ├── PrtCave_50.asset.meta │ │ │ ├── PrtCave_51.asset │ │ │ ├── PrtCave_51.asset.meta │ │ │ ├── PrtCave_52.asset │ │ │ ├── PrtCave_52.asset.meta │ │ │ ├── PrtCave_53.asset │ │ │ ├── PrtCave_53.asset.meta │ │ │ ├── PrtCave_54.asset │ │ │ ├── PrtCave_54.asset.meta │ │ │ ├── PrtCave_55.asset │ │ │ ├── PrtCave_55.asset.meta │ │ │ ├── PrtCave_56.asset │ │ │ ├── PrtCave_56.asset.meta │ │ │ ├── PrtCave_57.asset │ │ │ ├── PrtCave_57.asset.meta │ │ │ ├── PrtCave_58.asset │ │ │ ├── PrtCave_58.asset.meta │ │ │ ├── PrtCave_59.asset │ │ │ ├── PrtCave_59.asset.meta │ │ │ ├── PrtCave_6.asset │ │ │ ├── PrtCave_6.asset.meta │ │ │ ├── PrtCave_60.asset │ │ │ ├── PrtCave_60.asset.meta │ │ │ ├── PrtCave_61.asset │ │ │ ├── PrtCave_61.asset.meta │ │ │ ├── PrtCave_62.asset │ │ │ ├── PrtCave_62.asset.meta │ │ │ ├── PrtCave_63.asset │ │ │ ├── PrtCave_63.asset.meta │ │ │ ├── PrtCave_64.asset │ │ │ ├── PrtCave_64.asset.meta │ │ │ ├── PrtCave_65.asset │ │ │ ├── PrtCave_65.asset.meta │ │ │ ├── PrtCave_66.asset │ │ │ ├── PrtCave_66.asset.meta │ │ │ ├── PrtCave_67.asset │ │ │ ├── PrtCave_67.asset.meta │ │ │ ├── PrtCave_68.asset │ │ │ ├── PrtCave_68.asset.meta │ │ │ ├── PrtCave_69.asset │ │ │ ├── PrtCave_69.asset.meta │ │ │ ├── PrtCave_7.asset │ │ │ ├── PrtCave_7.asset.meta │ │ │ ├── PrtCave_70.asset │ │ │ ├── PrtCave_70.asset.meta │ │ │ ├── PrtCave_71.asset │ │ │ ├── PrtCave_71.asset.meta │ │ │ ├── PrtCave_72.asset │ │ │ ├── PrtCave_72.asset.meta │ │ │ ├── PrtCave_8.asset │ │ │ ├── PrtCave_8.asset.meta │ │ │ ├── PrtCave_9.asset │ │ │ └── PrtCave_9.asset.meta │ ├── Prefabs.meta │ ├── Prefabs │ │ ├── Player.meta │ │ └── Player │ │ │ ├── Fall.anim │ │ │ ├── Fall.anim.meta │ │ │ ├── FallLookingUp.anim │ │ │ ├── FallLookingUp.anim.meta │ │ │ ├── Idle.anim │ │ │ ├── Idle.anim.meta │ │ │ ├── IdleLookingDown.anim │ │ │ ├── IdleLookingDown.anim.meta │ │ │ ├── IdleLookingUp.anim │ │ │ ├── IdleLookingUp.anim.meta │ │ │ ├── Jump.anim │ │ │ ├── Jump.anim.meta │ │ │ ├── JumpLookingUp.anim │ │ │ ├── JumpLookingUp.anim.meta │ │ │ ├── Player.prefab │ │ │ ├── Player.prefab.meta │ │ │ ├── PlayerAnimatorController.controller │ │ │ ├── PlayerAnimatorController.controller.meta │ │ │ ├── Run.anim │ │ │ ├── Run.anim.meta │ │ │ ├── RunLookingUp.anim │ │ │ └── RunLookingUp.anim.meta │ ├── Scenes.meta │ ├── Scenes │ │ ├── SampleScene.unity │ │ └── SampleScene.unity.meta │ ├── Scripts.meta │ ├── Scripts │ │ ├── Camera.meta │ │ ├── Camera │ │ │ ├── CameraBehaviour.cs │ │ │ ├── CameraBehaviour.cs.meta │ │ │ ├── CameraTargetBehaviour.cs │ │ │ ├── CameraTargetBehaviour.cs.meta │ │ │ ├── Editor.meta │ │ │ ├── Editor │ │ │ │ ├── PixelPerfectMainCameraEditor.cs │ │ │ │ └── PixelPerfectMainCameraEditor.cs.meta │ │ │ ├── PixelPerfectMainCamera.cs │ │ │ ├── PixelPerfectMainCamera.cs.meta │ │ │ ├── RenderTextureToScreen.cs │ │ │ └── RenderTextureToScreen.cs.meta │ │ ├── Misc.meta │ │ ├── Misc │ │ │ ├── General.cs │ │ │ └── General.cs.meta │ │ ├── Player.meta │ │ ├── Player │ │ │ ├── Controller2D.cs │ │ │ ├── Controller2D.cs.meta │ │ │ ├── Player.cs │ │ │ └── Player.cs.meta │ │ ├── Shaders.meta │ │ └── Shaders │ │ │ ├── ScrollingShader.meta │ │ │ └── ScrollingShader │ │ │ ├── MoonBackgroundScroller.tif │ │ │ ├── MoonBackgroundScroller.tif.meta │ │ │ ├── ScrollingMaterial.mat │ │ │ ├── ScrollingMaterial.mat.meta │ │ │ ├── ScrollingShader.shader │ │ │ └── ScrollingShader.shader.meta │ ├── Textures.meta │ └── Textures │ │ ├── RenderTextures.meta │ │ ├── RenderTextures │ │ ├── PixelPerfectRenderTexture.renderTexture │ │ └── PixelPerfectRenderTexture.renderTexture.meta │ │ ├── Sprites.meta │ │ └── Sprites │ │ ├── Backgrounds.meta │ │ ├── Backgrounds │ │ ├── bk0.png │ │ ├── bk0.png.meta │ │ ├── bkBlack.png │ │ ├── bkBlack.png.meta │ │ ├── bkBlue.png │ │ ├── bkBlue.png.meta │ │ ├── bkFall.png │ │ ├── bkFall.png.meta │ │ ├── bkFog.png │ │ ├── bkFog.png.meta │ │ ├── bkGard.png │ │ ├── bkGard.png.meta │ │ ├── bkGray.png │ │ ├── bkGray.png.meta │ │ ├── bkGreen.png │ │ ├── bkGreen.png.meta │ │ ├── bkMaze.png │ │ ├── bkMaze.png.meta │ │ ├── bkMoon.png │ │ ├── bkMoon.png.meta │ │ ├── bkRed.png │ │ ├── bkRed.png.meta │ │ ├── bkWater.png │ │ └── bkWater.png.meta │ │ ├── Credits.meta │ │ ├── Credits │ │ ├── .DS_Store │ │ ├── CREDIT01.png │ │ ├── CREDIT01.png.meta │ │ ├── CREDIT02.png │ │ ├── CREDIT02.png.meta │ │ ├── CREDIT03.png │ │ ├── CREDIT03.png.meta │ │ ├── CREDIT04.png │ │ ├── CREDIT04.png.meta │ │ ├── CREDIT05.png │ │ ├── CREDIT05.png.meta │ │ ├── CREDIT06.png │ │ ├── CREDIT06.png.meta │ │ ├── CREDIT07.png │ │ ├── CREDIT07.png.meta │ │ ├── CREDIT08.png │ │ ├── CREDIT08.png.meta │ │ ├── CREDIT09.png │ │ ├── CREDIT09.png.meta │ │ ├── CREDIT10.png │ │ ├── CREDIT10.png.meta │ │ ├── CREDIT11.png │ │ ├── CREDIT11.png.meta │ │ ├── CREDIT12.png │ │ ├── CREDIT12.png.meta │ │ ├── CREDIT14.png │ │ ├── CREDIT14.png.meta │ │ ├── CREDIT15.png │ │ ├── CREDIT15.png.meta │ │ ├── CREDIT16.png │ │ ├── CREDIT16.png.meta │ │ ├── CREDIT17.png │ │ ├── CREDIT17.png.meta │ │ ├── CREDIT18.png │ │ └── CREDIT18.png.meta │ │ ├── Maps.meta │ │ ├── Maps │ │ ├── .DS_Store │ │ ├── Prt0.png │ │ ├── Prt0.png.meta │ │ ├── PrtAlmond.png │ │ ├── PrtAlmond.png.meta │ │ ├── PrtBarr.png │ │ ├── PrtBarr.png.meta │ │ ├── PrtCave.png │ │ ├── PrtCave.png.meta │ │ ├── PrtCent.png │ │ ├── PrtCent.png.meta │ │ ├── PrtEggIn.png │ │ ├── PrtEggIn.png.meta │ │ ├── PrtEggX.png │ │ ├── PrtEggX.png.meta │ │ ├── PrtEggs.png │ │ ├── PrtEggs.png.meta │ │ ├── PrtFall.png │ │ ├── PrtFall.png.meta │ │ ├── PrtGard.png │ │ ├── PrtGard.png.meta │ │ ├── PrtHell.png │ │ ├── PrtHell.png.meta │ │ ├── PrtJail.png │ │ ├── PrtJail.png.meta │ │ ├── PrtLabo.png │ │ ├── PrtLabo.png.meta │ │ ├── PrtMaze.png │ │ ├── PrtMaze.png.meta │ │ ├── PrtMimi.png │ │ ├── PrtMimi.png.meta │ │ ├── PrtOside.png │ │ ├── PrtOside.png.meta │ │ ├── PrtPens.png │ │ ├── PrtPens.png.meta │ │ ├── PrtRiver.png │ │ ├── PrtRiver.png.meta │ │ ├── PrtSand.png │ │ ├── PrtSand.png.meta │ │ ├── PrtStore.png │ │ ├── PrtStore.png.meta │ │ ├── PrtWeed.png │ │ ├── PrtWeed.png.meta │ │ ├── PrtWhite.png │ │ └── PrtWhite.png.meta │ │ ├── NPC.meta │ │ ├── NPC │ │ ├── Npc0.png │ │ ├── Npc0.png.meta │ │ ├── NpcAlmo1.png │ │ ├── NpcAlmo1.png.meta │ │ ├── NpcAlmo2.png │ │ ├── NpcAlmo2.png.meta │ │ ├── NpcBallos.png │ │ ├── NpcBallos.png.meta │ │ ├── NpcBllg.png │ │ ├── NpcBllg.png.meta │ │ ├── NpcCemet.png │ │ ├── NpcCemet.png.meta │ │ ├── NpcCent.png │ │ ├── NpcCent.png.meta │ │ ├── NpcCurly.png │ │ ├── NpcCurly.png.meta │ │ ├── NpcDark.png │ │ ├── NpcDark.png.meta │ │ ├── NpcDr.png │ │ ├── NpcDr.png.meta │ │ ├── NpcEggs1.png │ │ ├── NpcEggs1.png.meta │ │ ├── NpcEggs2.png │ │ ├── NpcEggs2.png.meta │ │ ├── NpcFrog.png │ │ ├── NpcFrog.png.meta │ │ ├── NpcGuest.png │ │ ├── NpcGuest.png.meta │ │ ├── NpcHell.png │ │ ├── NpcHell.png.meta │ │ ├── NpcHeri.png │ │ ├── NpcHeri.png.meta │ │ ├── NpcIronH.png │ │ ├── NpcIronH.png.meta │ │ ├── NpcIsland.png │ │ ├── NpcIsland.png.meta │ │ ├── NpcKings.png │ │ ├── NpcKings.png.meta │ │ ├── NpcMaze.png │ │ ├── NpcMaze.png.meta │ │ ├── NpcMiza.png │ │ ├── NpcMiza.png.meta │ │ ├── NpcMoon.png │ │ ├── NpcMoon.png.meta │ │ ├── NpcOmg.png │ │ ├── NpcOmg.png.meta │ │ ├── NpcPlant.png │ │ ├── NpcPlant.png.meta │ │ ├── NpcPress.png │ │ ├── NpcPress.png.meta │ │ ├── NpcPriest.png │ │ ├── NpcPriest.png.meta │ │ ├── NpcRavil.png │ │ ├── NpcRavil.png.meta │ │ ├── NpcRed.png │ │ ├── NpcRed.png.meta │ │ ├── NpcRegu.png │ │ ├── NpcRegu.png.meta │ │ ├── NpcSand.png │ │ ├── NpcSand.png.meta │ │ ├── NpcStream.png │ │ ├── NpcStream.png.meta │ │ ├── NpcSym.png │ │ ├── NpcSym.png.meta │ │ ├── NpcToro.png │ │ ├── NpcToro.png.meta │ │ ├── NpcTwinD.png │ │ ├── NpcTwinD.png.meta │ │ ├── NpcWeed.png │ │ ├── NpcWeed.png.meta │ │ ├── NpcX.png │ │ └── NpcX.png.meta │ │ ├── Others.meta │ │ ├── Others │ │ ├── .DS_Store │ │ ├── cavestoryIcon.png │ │ └── cavestoryIcon.png.meta │ │ ├── Player.meta │ │ ├── Player │ │ ├── MyChar.png │ │ └── MyChar.png.meta │ │ ├── UI.meta │ │ ├── UI │ │ ├── ArmsImage.png │ │ ├── ArmsImage.png.meta │ │ ├── Face.png │ │ ├── Face.png.meta │ │ ├── Fade.png │ │ ├── Fade.png.meta │ │ ├── ItemImage.png │ │ ├── ItemImage.png.meta │ │ ├── Loading.png │ │ ├── Loading.png.meta │ │ ├── PIXEL.png │ │ ├── PIXEL.png.meta │ │ ├── StageImage.png │ │ ├── StageImage.png.meta │ │ ├── TextBox.png │ │ ├── TextBox.png.meta │ │ ├── Title.png │ │ ├── Title.png.meta │ │ ├── casts.png │ │ └── casts.png.meta │ │ ├── Weapons.meta │ │ └── Weapons │ │ ├── Arms.png │ │ ├── Arms.png.meta │ │ ├── Bullet.png │ │ ├── Bullet.png.meta │ │ ├── Caret.png │ │ └── Caret.png.meta ├── Packages │ └── manifest.json └── ProjectSettings │ ├── AudioManager.asset │ ├── ClusterInputManager.asset │ ├── DynamicsManager.asset │ ├── EditorBuildSettings.asset │ ├── EditorSettings.asset │ ├── GraphicsSettings.asset │ ├── InputManager.asset │ ├── NavMeshAreas.asset │ ├── NetworkManager.asset │ ├── Physics2DSettings.asset │ ├── PresetManager.asset │ ├── ProjectSettings.asset │ ├── ProjectVersion.txt │ ├── QualitySettings.asset │ ├── TagManager.asset │ ├── TimeManager.asset │ └── UnityConnectSettings.asset ├── CaveStoryTutorial E04 ├── Assets │ ├── Data.meta │ ├── Data │ │ ├── Maps.meta │ │ └── Maps │ │ │ ├── Palettes.meta │ │ │ ├── Palettes │ │ │ ├── CavePalette.prefab │ │ │ └── CavePalette.prefab.meta │ │ │ ├── Tilesets.meta │ │ │ └── Tilesets │ │ │ ├── PrtCave.meta │ │ │ ├── PrtCave │ │ │ ├── PrtCave_0.asset │ │ │ ├── PrtCave_0.asset.meta │ │ │ ├── PrtCave_1.asset │ │ │ ├── PrtCave_1.asset.meta │ │ │ ├── PrtCave_10.asset │ │ │ ├── PrtCave_10.asset.meta │ │ │ ├── PrtCave_11.asset │ │ │ ├── PrtCave_11.asset.meta │ │ │ ├── PrtCave_12.asset │ │ │ ├── PrtCave_12.asset.meta │ │ │ ├── PrtCave_13.asset │ │ │ ├── PrtCave_13.asset.meta │ │ │ ├── PrtCave_14.asset │ │ │ ├── PrtCave_14.asset.meta │ │ │ ├── PrtCave_15.asset │ │ │ ├── PrtCave_15.asset.meta │ │ │ ├── PrtCave_16.asset │ │ │ ├── PrtCave_16.asset.meta │ │ │ ├── PrtCave_17.asset │ │ │ ├── PrtCave_17.asset.meta │ │ │ ├── PrtCave_18.asset │ │ │ ├── PrtCave_18.asset.meta │ │ │ ├── PrtCave_19.asset │ │ │ ├── PrtCave_19.asset.meta │ │ │ ├── PrtCave_2.asset │ │ │ ├── PrtCave_2.asset.meta │ │ │ ├── PrtCave_20.asset │ │ │ ├── PrtCave_20.asset.meta │ │ │ ├── PrtCave_21.asset │ │ │ ├── PrtCave_21.asset.meta │ │ │ ├── PrtCave_22.asset │ │ │ ├── PrtCave_22.asset.meta │ │ │ ├── PrtCave_23.asset │ │ │ ├── PrtCave_23.asset.meta │ │ │ ├── PrtCave_24.asset │ │ │ ├── PrtCave_24.asset.meta │ │ │ ├── PrtCave_25.asset │ │ │ ├── PrtCave_25.asset.meta │ │ │ ├── PrtCave_26.asset │ │ │ ├── PrtCave_26.asset.meta │ │ │ ├── PrtCave_27.asset │ │ │ ├── PrtCave_27.asset.meta │ │ │ ├── PrtCave_28.asset │ │ │ ├── PrtCave_28.asset.meta │ │ │ ├── PrtCave_29.asset │ │ │ ├── PrtCave_29.asset.meta │ │ │ ├── PrtCave_3.asset │ │ │ ├── PrtCave_3.asset.meta │ │ │ ├── PrtCave_30.asset │ │ │ ├── PrtCave_30.asset.meta │ │ │ ├── PrtCave_31.asset │ │ │ ├── PrtCave_31.asset.meta │ │ │ ├── PrtCave_32.asset │ │ │ ├── PrtCave_32.asset.meta │ │ │ ├── PrtCave_33.asset │ │ │ ├── PrtCave_33.asset.meta │ │ │ ├── PrtCave_34.asset │ │ │ ├── PrtCave_34.asset.meta │ │ │ ├── PrtCave_35.asset │ │ │ ├── PrtCave_35.asset.meta │ │ │ ├── PrtCave_36.asset │ │ │ ├── PrtCave_36.asset.meta │ │ │ ├── PrtCave_37.asset │ │ │ ├── PrtCave_37.asset.meta │ │ │ ├── PrtCave_38.asset │ │ │ ├── PrtCave_38.asset.meta │ │ │ ├── PrtCave_39.asset │ │ │ ├── PrtCave_39.asset.meta │ │ │ ├── PrtCave_4.asset │ │ │ ├── PrtCave_4.asset.meta │ │ │ ├── PrtCave_40.asset │ │ │ ├── PrtCave_40.asset.meta │ │ │ ├── PrtCave_41.asset │ │ │ ├── PrtCave_41.asset.meta │ │ │ ├── PrtCave_42.asset │ │ │ ├── PrtCave_42.asset.meta │ │ │ ├── PrtCave_43.asset │ │ │ ├── PrtCave_43.asset.meta │ │ │ ├── PrtCave_44.asset │ │ │ ├── PrtCave_44.asset.meta │ │ │ ├── PrtCave_45.asset │ │ │ ├── PrtCave_45.asset.meta │ │ │ ├── PrtCave_46.asset │ │ │ ├── PrtCave_46.asset.meta │ │ │ ├── PrtCave_47.asset │ │ │ ├── PrtCave_47.asset.meta │ │ │ ├── PrtCave_48.asset │ │ │ ├── PrtCave_48.asset.meta │ │ │ ├── PrtCave_49.asset │ │ │ ├── PrtCave_49.asset.meta │ │ │ ├── PrtCave_5.asset │ │ │ ├── PrtCave_5.asset.meta │ │ │ ├── PrtCave_50.asset │ │ │ ├── PrtCave_50.asset.meta │ │ │ ├── PrtCave_51.asset │ │ │ ├── PrtCave_51.asset.meta │ │ │ ├── PrtCave_52.asset │ │ │ ├── PrtCave_52.asset.meta │ │ │ ├── PrtCave_53.asset │ │ │ ├── PrtCave_53.asset.meta │ │ │ ├── PrtCave_54.asset │ │ │ ├── PrtCave_54.asset.meta │ │ │ ├── PrtCave_55.asset │ │ │ ├── PrtCave_55.asset.meta │ │ │ ├── PrtCave_56.asset │ │ │ ├── PrtCave_56.asset.meta │ │ │ ├── PrtCave_57.asset │ │ │ ├── PrtCave_57.asset.meta │ │ │ ├── PrtCave_58.asset │ │ │ ├── PrtCave_58.asset.meta │ │ │ ├── PrtCave_59.asset │ │ │ ├── PrtCave_59.asset.meta │ │ │ ├── PrtCave_6.asset │ │ │ ├── PrtCave_6.asset.meta │ │ │ ├── PrtCave_60.asset │ │ │ ├── PrtCave_60.asset.meta │ │ │ ├── PrtCave_61.asset │ │ │ ├── PrtCave_61.asset.meta │ │ │ ├── PrtCave_62.asset │ │ │ ├── PrtCave_62.asset.meta │ │ │ ├── PrtCave_63.asset │ │ │ ├── PrtCave_63.asset.meta │ │ │ ├── PrtCave_64.asset │ │ │ ├── PrtCave_64.asset.meta │ │ │ ├── PrtCave_65.asset │ │ │ ├── PrtCave_65.asset.meta │ │ │ ├── PrtCave_66.asset │ │ │ ├── PrtCave_66.asset.meta │ │ │ ├── PrtCave_67.asset │ │ │ ├── PrtCave_67.asset.meta │ │ │ ├── PrtCave_68.asset │ │ │ ├── PrtCave_68.asset.meta │ │ │ ├── PrtCave_69.asset │ │ │ ├── PrtCave_69.asset.meta │ │ │ ├── PrtCave_7.asset │ │ │ ├── PrtCave_7.asset.meta │ │ │ ├── PrtCave_70.asset │ │ │ ├── PrtCave_70.asset.meta │ │ │ ├── PrtCave_71.asset │ │ │ ├── PrtCave_71.asset.meta │ │ │ ├── PrtCave_72.asset │ │ │ ├── PrtCave_72.asset.meta │ │ │ ├── PrtCave_8.asset │ │ │ ├── PrtCave_8.asset.meta │ │ │ ├── PrtCave_9.asset │ │ │ └── PrtCave_9.asset.meta │ │ │ ├── PrtJail.meta │ │ │ └── PrtJail │ │ │ ├── PrtJail_0.asset │ │ │ ├── PrtJail_0.asset.meta │ │ │ ├── PrtJail_1.asset │ │ │ ├── PrtJail_1.asset.meta │ │ │ ├── PrtJail_10.asset │ │ │ ├── PrtJail_10.asset.meta │ │ │ ├── PrtJail_100.asset │ │ │ ├── PrtJail_100.asset.meta │ │ │ ├── PrtJail_101.asset │ │ │ ├── PrtJail_101.asset.meta │ │ │ ├── PrtJail_102.asset │ │ │ ├── PrtJail_102.asset.meta │ │ │ ├── PrtJail_103.asset │ │ │ ├── PrtJail_103.asset.meta │ │ │ ├── PrtJail_104.asset │ │ │ ├── PrtJail_104.asset.meta │ │ │ ├── PrtJail_105.asset │ │ │ ├── PrtJail_105.asset.meta │ │ │ ├── PrtJail_106.asset │ │ │ ├── PrtJail_106.asset.meta │ │ │ ├── PrtJail_107.asset │ │ │ ├── PrtJail_107.asset.meta │ │ │ ├── PrtJail_108.asset │ │ │ ├── PrtJail_108.asset.meta │ │ │ ├── PrtJail_109.asset │ │ │ ├── PrtJail_109.asset.meta │ │ │ ├── PrtJail_11.asset │ │ │ ├── PrtJail_11.asset.meta │ │ │ ├── PrtJail_110.asset │ │ │ ├── PrtJail_110.asset.meta │ │ │ ├── PrtJail_12.asset │ │ │ ├── PrtJail_12.asset.meta │ │ │ ├── PrtJail_13.asset │ │ │ ├── PrtJail_13.asset.meta │ │ │ ├── PrtJail_14.asset │ │ │ ├── PrtJail_14.asset.meta │ │ │ ├── PrtJail_15.asset │ │ │ ├── PrtJail_15.asset.meta │ │ │ ├── PrtJail_16.asset │ │ │ ├── PrtJail_16.asset.meta │ │ │ ├── PrtJail_17.asset │ │ │ ├── PrtJail_17.asset.meta │ │ │ ├── PrtJail_18.asset │ │ │ ├── PrtJail_18.asset.meta │ │ │ ├── PrtJail_19.asset │ │ │ ├── PrtJail_19.asset.meta │ │ │ ├── PrtJail_2.asset │ │ │ ├── PrtJail_2.asset.meta │ │ │ ├── PrtJail_20.asset │ │ │ ├── PrtJail_20.asset.meta │ │ │ ├── PrtJail_21.asset │ │ │ ├── PrtJail_21.asset.meta │ │ │ ├── PrtJail_22.asset │ │ │ ├── PrtJail_22.asset.meta │ │ │ ├── PrtJail_23.asset │ │ │ ├── PrtJail_23.asset.meta │ │ │ ├── PrtJail_24.asset │ │ │ ├── PrtJail_24.asset.meta │ │ │ ├── PrtJail_25.asset │ │ │ ├── PrtJail_25.asset.meta │ │ │ ├── PrtJail_26.asset │ │ │ ├── PrtJail_26.asset.meta │ │ │ ├── PrtJail_27.asset │ │ │ ├── PrtJail_27.asset.meta │ │ │ ├── PrtJail_28.asset │ │ │ ├── PrtJail_28.asset.meta │ │ │ ├── PrtJail_29.asset │ │ │ ├── PrtJail_29.asset.meta │ │ │ ├── PrtJail_3.asset │ │ │ ├── PrtJail_3.asset.meta │ │ │ ├── PrtJail_30.asset │ │ │ ├── PrtJail_30.asset.meta │ │ │ ├── PrtJail_31.asset │ │ │ ├── PrtJail_31.asset.meta │ │ │ ├── PrtJail_32.asset │ │ │ ├── PrtJail_32.asset.meta │ │ │ ├── PrtJail_33.asset │ │ │ ├── PrtJail_33.asset.meta │ │ │ ├── PrtJail_34.asset │ │ │ ├── PrtJail_34.asset.meta │ │ │ ├── PrtJail_35.asset │ │ │ ├── PrtJail_35.asset.meta │ │ │ ├── PrtJail_36.asset │ │ │ ├── PrtJail_36.asset.meta │ │ │ ├── PrtJail_37.asset │ │ │ ├── PrtJail_37.asset.meta │ │ │ ├── PrtJail_38.asset │ │ │ ├── PrtJail_38.asset.meta │ │ │ ├── PrtJail_39.asset │ │ │ ├── PrtJail_39.asset.meta │ │ │ ├── PrtJail_4.asset │ │ │ ├── PrtJail_4.asset.meta │ │ │ ├── PrtJail_40.asset │ │ │ ├── PrtJail_40.asset.meta │ │ │ ├── PrtJail_41.asset │ │ │ ├── PrtJail_41.asset.meta │ │ │ ├── PrtJail_42.asset │ │ │ ├── PrtJail_42.asset.meta │ │ │ ├── PrtJail_43.asset │ │ │ ├── PrtJail_43.asset.meta │ │ │ ├── PrtJail_44.asset │ │ │ ├── PrtJail_44.asset.meta │ │ │ ├── PrtJail_45.asset │ │ │ ├── PrtJail_45.asset.meta │ │ │ ├── PrtJail_46.asset │ │ │ ├── PrtJail_46.asset.meta │ │ │ ├── PrtJail_47.asset │ │ │ ├── PrtJail_47.asset.meta │ │ │ ├── PrtJail_48.asset │ │ │ ├── PrtJail_48.asset.meta │ │ │ ├── PrtJail_49.asset │ │ │ ├── PrtJail_49.asset.meta │ │ │ ├── PrtJail_5.asset │ │ │ ├── PrtJail_5.asset.meta │ │ │ ├── PrtJail_50.asset │ │ │ ├── PrtJail_50.asset.meta │ │ │ ├── PrtJail_51.asset │ │ │ ├── PrtJail_51.asset.meta │ │ │ ├── PrtJail_52.asset │ │ │ ├── PrtJail_52.asset.meta │ │ │ ├── PrtJail_53.asset │ │ │ ├── PrtJail_53.asset.meta │ │ │ ├── PrtJail_54.asset │ │ │ ├── PrtJail_54.asset.meta │ │ │ ├── PrtJail_55.asset │ │ │ ├── PrtJail_55.asset.meta │ │ │ ├── PrtJail_56.asset │ │ │ ├── PrtJail_56.asset.meta │ │ │ ├── PrtJail_57.asset │ │ │ ├── PrtJail_57.asset.meta │ │ │ ├── PrtJail_58.asset │ │ │ ├── PrtJail_58.asset.meta │ │ │ ├── PrtJail_59.asset │ │ │ ├── PrtJail_59.asset.meta │ │ │ ├── PrtJail_6.asset │ │ │ ├── PrtJail_6.asset.meta │ │ │ ├── PrtJail_60.asset │ │ │ ├── PrtJail_60.asset.meta │ │ │ ├── PrtJail_61.asset │ │ │ ├── PrtJail_61.asset.meta │ │ │ ├── PrtJail_62.asset │ │ │ ├── PrtJail_62.asset.meta │ │ │ ├── PrtJail_63.asset │ │ │ ├── PrtJail_63.asset.meta │ │ │ ├── PrtJail_64.asset │ │ │ ├── PrtJail_64.asset.meta │ │ │ ├── PrtJail_65.asset │ │ │ ├── PrtJail_65.asset.meta │ │ │ ├── PrtJail_66.asset │ │ │ ├── PrtJail_66.asset.meta │ │ │ ├── PrtJail_67.asset │ │ │ ├── PrtJail_67.asset.meta │ │ │ ├── PrtJail_68.asset │ │ │ ├── PrtJail_68.asset.meta │ │ │ ├── PrtJail_69.asset │ │ │ ├── PrtJail_69.asset.meta │ │ │ ├── PrtJail_7.asset │ │ │ ├── PrtJail_7.asset.meta │ │ │ ├── PrtJail_70.asset │ │ │ ├── PrtJail_70.asset.meta │ │ │ ├── PrtJail_71.asset │ │ │ ├── PrtJail_71.asset.meta │ │ │ ├── PrtJail_72.asset │ │ │ ├── PrtJail_72.asset.meta │ │ │ ├── PrtJail_73.asset │ │ │ ├── PrtJail_73.asset.meta │ │ │ ├── PrtJail_74.asset │ │ │ ├── PrtJail_74.asset.meta │ │ │ ├── PrtJail_75.asset │ │ │ ├── PrtJail_75.asset.meta │ │ │ ├── PrtJail_76.asset │ │ │ ├── PrtJail_76.asset.meta │ │ │ ├── PrtJail_77.asset │ │ │ ├── PrtJail_77.asset.meta │ │ │ ├── PrtJail_78.asset │ │ │ ├── PrtJail_78.asset.meta │ │ │ ├── PrtJail_79.asset │ │ │ ├── PrtJail_79.asset.meta │ │ │ ├── PrtJail_8.asset │ │ │ ├── PrtJail_8.asset.meta │ │ │ ├── PrtJail_80.asset │ │ │ ├── PrtJail_80.asset.meta │ │ │ ├── PrtJail_81.asset │ │ │ ├── PrtJail_81.asset.meta │ │ │ ├── PrtJail_82.asset │ │ │ ├── PrtJail_82.asset.meta │ │ │ ├── PrtJail_83.asset │ │ │ ├── PrtJail_83.asset.meta │ │ │ ├── PrtJail_84.asset │ │ │ ├── PrtJail_84.asset.meta │ │ │ ├── PrtJail_85.asset │ │ │ ├── PrtJail_85.asset.meta │ │ │ ├── PrtJail_86.asset │ │ │ ├── PrtJail_86.asset.meta │ │ │ ├── PrtJail_87.asset │ │ │ ├── PrtJail_87.asset.meta │ │ │ ├── PrtJail_88.asset │ │ │ ├── PrtJail_88.asset.meta │ │ │ ├── PrtJail_89.asset │ │ │ ├── PrtJail_89.asset.meta │ │ │ ├── PrtJail_9.asset │ │ │ ├── PrtJail_9.asset.meta │ │ │ ├── PrtJail_90.asset │ │ │ ├── PrtJail_90.asset.meta │ │ │ ├── PrtJail_91.asset │ │ │ ├── PrtJail_91.asset.meta │ │ │ ├── PrtJail_92.asset │ │ │ ├── PrtJail_92.asset.meta │ │ │ ├── PrtJail_93.asset │ │ │ ├── PrtJail_93.asset.meta │ │ │ ├── PrtJail_94.asset │ │ │ ├── PrtJail_94.asset.meta │ │ │ ├── PrtJail_95.asset │ │ │ ├── PrtJail_95.asset.meta │ │ │ ├── PrtJail_96.asset │ │ │ ├── PrtJail_96.asset.meta │ │ │ ├── PrtJail_97.asset │ │ │ ├── PrtJail_97.asset.meta │ │ │ ├── PrtJail_98.asset │ │ │ ├── PrtJail_98.asset.meta │ │ │ ├── PrtJail_99.asset │ │ │ └── PrtJail_99.asset.meta │ ├── Prefabs.meta │ ├── Prefabs │ │ ├── Player.meta │ │ └── Player │ │ │ ├── Fall.anim │ │ │ ├── Fall.anim.meta │ │ │ ├── FallLookingUp.anim │ │ │ ├── FallLookingUp.anim.meta │ │ │ ├── Idle.anim │ │ │ ├── Idle.anim.meta │ │ │ ├── IdleLookingDown.anim │ │ │ ├── IdleLookingDown.anim.meta │ │ │ ├── IdleLookingUp.anim │ │ │ ├── IdleLookingUp.anim.meta │ │ │ ├── Jump.anim │ │ │ ├── Jump.anim.meta │ │ │ ├── JumpLookingUp.anim │ │ │ ├── JumpLookingUp.anim.meta │ │ │ ├── Player.prefab │ │ │ ├── Player.prefab.meta │ │ │ ├── PlayerAnimatorController.controller │ │ │ ├── PlayerAnimatorController.controller.meta │ │ │ ├── Run.anim │ │ │ ├── Run.anim.meta │ │ │ ├── RunLookingUp.anim │ │ │ └── RunLookingUp.anim.meta │ ├── Scenes.meta │ ├── Scenes │ │ ├── SampleScene.unity │ │ └── SampleScene.unity.meta │ ├── Scripts.meta │ ├── Scripts │ │ ├── Camera.meta │ │ ├── Camera │ │ │ ├── CameraBehaviour.cs │ │ │ ├── CameraBehaviour.cs.meta │ │ │ ├── CameraTargetBehaviour.cs │ │ │ ├── CameraTargetBehaviour.cs.meta │ │ │ ├── Editor.meta │ │ │ ├── Editor │ │ │ │ ├── PixelPerfectMainCameraEditor.cs │ │ │ │ └── PixelPerfectMainCameraEditor.cs.meta │ │ │ ├── PixelPerfectMainCamera.cs │ │ │ ├── PixelPerfectMainCamera.cs.meta │ │ │ ├── RenderTextureToScreen.cs │ │ │ └── RenderTextureToScreen.cs.meta │ │ ├── Misc.meta │ │ ├── Misc │ │ │ ├── General.cs │ │ │ └── General.cs.meta │ │ ├── Player.meta │ │ ├── Player │ │ │ ├── Controller2D.cs │ │ │ ├── Controller2D.cs.meta │ │ │ ├── Player.cs │ │ │ └── Player.cs.meta │ │ ├── Shaders.meta │ │ ├── Shaders │ │ │ ├── ScrollingShader.meta │ │ │ └── ScrollingShader │ │ │ │ ├── MoonBackgroundScroller.tif │ │ │ │ ├── MoonBackgroundScroller.tif.meta │ │ │ │ ├── ScrollingMaterial.mat │ │ │ │ ├── ScrollingMaterial.mat.meta │ │ │ │ ├── ScrollingShader.shader │ │ │ │ └── ScrollingShader.shader.meta │ │ ├── World.meta │ │ └── World │ │ │ ├── ContactHazard.cs │ │ │ └── ContactHazard.cs.meta │ ├── Textures.meta │ └── Textures │ │ ├── RenderTextures.meta │ │ ├── RenderTextures │ │ ├── PixelPerfectRenderTexture.renderTexture │ │ └── PixelPerfectRenderTexture.renderTexture.meta │ │ ├── Sprites.meta │ │ └── Sprites │ │ ├── Backgrounds.meta │ │ ├── Backgrounds │ │ ├── bk0.png │ │ ├── bk0.png.meta │ │ ├── bkBlack.png │ │ ├── bkBlack.png.meta │ │ ├── bkBlue.png │ │ ├── bkBlue.png.meta │ │ ├── bkFall.png │ │ ├── bkFall.png.meta │ │ ├── bkFog.png │ │ ├── bkFog.png.meta │ │ ├── bkGard.png │ │ ├── bkGard.png.meta │ │ ├── bkGray.png │ │ ├── bkGray.png.meta │ │ ├── bkGreen.png │ │ ├── bkGreen.png.meta │ │ ├── bkMaze.png │ │ ├── bkMaze.png.meta │ │ ├── bkMoon.png │ │ ├── bkMoon.png.meta │ │ ├── bkRed.png │ │ ├── bkRed.png.meta │ │ ├── bkWater.png │ │ └── bkWater.png.meta │ │ ├── Credits.meta │ │ ├── Credits │ │ ├── .DS_Store │ │ ├── CREDIT01.png │ │ ├── CREDIT01.png.meta │ │ ├── CREDIT02.png │ │ ├── CREDIT02.png.meta │ │ ├── CREDIT03.png │ │ ├── CREDIT03.png.meta │ │ ├── CREDIT04.png │ │ ├── CREDIT04.png.meta │ │ ├── CREDIT05.png │ │ ├── CREDIT05.png.meta │ │ ├── CREDIT06.png │ │ ├── CREDIT06.png.meta │ │ ├── CREDIT07.png │ │ ├── CREDIT07.png.meta │ │ ├── CREDIT08.png │ │ ├── CREDIT08.png.meta │ │ ├── CREDIT09.png │ │ ├── CREDIT09.png.meta │ │ ├── CREDIT10.png │ │ ├── CREDIT10.png.meta │ │ ├── CREDIT11.png │ │ ├── CREDIT11.png.meta │ │ ├── CREDIT12.png │ │ ├── CREDIT12.png.meta │ │ ├── CREDIT14.png │ │ ├── CREDIT14.png.meta │ │ ├── CREDIT15.png │ │ ├── CREDIT15.png.meta │ │ ├── CREDIT16.png │ │ ├── CREDIT16.png.meta │ │ ├── CREDIT17.png │ │ ├── CREDIT17.png.meta │ │ ├── CREDIT18.png │ │ └── CREDIT18.png.meta │ │ ├── Maps.meta │ │ ├── Maps │ │ ├── .DS_Store │ │ ├── Prt0.png │ │ ├── Prt0.png.meta │ │ ├── PrtAlmond.png │ │ ├── PrtAlmond.png.meta │ │ ├── PrtBarr.png │ │ ├── PrtBarr.png.meta │ │ ├── PrtCave.png │ │ ├── PrtCave.png.meta │ │ ├── PrtCent.png │ │ ├── PrtCent.png.meta │ │ ├── PrtEggIn.png │ │ ├── PrtEggIn.png.meta │ │ ├── PrtEggX.png │ │ ├── PrtEggX.png.meta │ │ ├── PrtEggs.png │ │ ├── PrtEggs.png.meta │ │ ├── PrtFall.png │ │ ├── PrtFall.png.meta │ │ ├── PrtGard.png │ │ ├── PrtGard.png.meta │ │ ├── PrtHell.png │ │ ├── PrtHell.png.meta │ │ ├── PrtJail.png │ │ ├── PrtJail.png.meta │ │ ├── PrtLabo.png │ │ ├── PrtLabo.png.meta │ │ ├── PrtMaze.png │ │ ├── PrtMaze.png.meta │ │ ├── PrtMimi.png │ │ ├── PrtMimi.png.meta │ │ ├── PrtOside.png │ │ ├── PrtOside.png.meta │ │ ├── PrtPens.png │ │ ├── PrtPens.png.meta │ │ ├── PrtRiver.png │ │ ├── PrtRiver.png.meta │ │ ├── PrtSand.png │ │ ├── PrtSand.png.meta │ │ ├── PrtStore.png │ │ ├── PrtStore.png.meta │ │ ├── PrtWeed.png │ │ ├── PrtWeed.png.meta │ │ ├── PrtWhite.png │ │ └── PrtWhite.png.meta │ │ ├── NPC.meta │ │ ├── NPC │ │ ├── Npc0.png │ │ ├── Npc0.png.meta │ │ ├── NpcAlmo1.png │ │ ├── NpcAlmo1.png.meta │ │ ├── NpcAlmo2.png │ │ ├── NpcAlmo2.png.meta │ │ ├── NpcBallos.png │ │ ├── NpcBallos.png.meta │ │ ├── NpcBllg.png │ │ ├── NpcBllg.png.meta │ │ ├── NpcCemet.png │ │ ├── NpcCemet.png.meta │ │ ├── NpcCent.png │ │ ├── NpcCent.png.meta │ │ ├── NpcCurly.png │ │ ├── NpcCurly.png.meta │ │ ├── NpcDark.png │ │ ├── NpcDark.png.meta │ │ ├── NpcDr.png │ │ ├── NpcDr.png.meta │ │ ├── NpcEggs1.png │ │ ├── NpcEggs1.png.meta │ │ ├── NpcEggs2.png │ │ ├── NpcEggs2.png.meta │ │ ├── NpcFrog.png │ │ ├── NpcFrog.png.meta │ │ ├── NpcGuest.png │ │ ├── NpcGuest.png.meta │ │ ├── NpcHell.png │ │ ├── NpcHell.png.meta │ │ ├── NpcHeri.png │ │ ├── NpcHeri.png.meta │ │ ├── NpcIronH.png │ │ ├── NpcIronH.png.meta │ │ ├── NpcIsland.png │ │ ├── NpcIsland.png.meta │ │ ├── NpcKings.png │ │ ├── NpcKings.png.meta │ │ ├── NpcMaze.png │ │ ├── NpcMaze.png.meta │ │ ├── NpcMiza.png │ │ ├── NpcMiza.png.meta │ │ ├── NpcMoon.png │ │ ├── NpcMoon.png.meta │ │ ├── NpcOmg.png │ │ ├── NpcOmg.png.meta │ │ ├── NpcPlant.png │ │ ├── NpcPlant.png.meta │ │ ├── NpcPress.png │ │ ├── NpcPress.png.meta │ │ ├── NpcPriest.png │ │ ├── NpcPriest.png.meta │ │ ├── NpcRavil.png │ │ ├── NpcRavil.png.meta │ │ ├── NpcRed.png │ │ ├── NpcRed.png.meta │ │ ├── NpcRegu.png │ │ ├── NpcRegu.png.meta │ │ ├── NpcSand.png │ │ ├── NpcSand.png.meta │ │ ├── NpcStream.png │ │ ├── NpcStream.png.meta │ │ ├── NpcSym.png │ │ ├── NpcSym.png.meta │ │ ├── NpcToro.png │ │ ├── NpcToro.png.meta │ │ ├── NpcTwinD.png │ │ ├── NpcTwinD.png.meta │ │ ├── NpcWeed.png │ │ ├── NpcWeed.png.meta │ │ ├── NpcX.png │ │ └── NpcX.png.meta │ │ ├── Others.meta │ │ ├── Others │ │ ├── .DS_Store │ │ ├── cavestoryIcon.png │ │ └── cavestoryIcon.png.meta │ │ ├── Player.meta │ │ ├── Player │ │ ├── MyChar.png │ │ └── MyChar.png.meta │ │ ├── UI.meta │ │ ├── UI │ │ ├── ArmsImage.png │ │ ├── ArmsImage.png.meta │ │ ├── Face.png │ │ ├── Face.png.meta │ │ ├── Fade.png │ │ ├── Fade.png.meta │ │ ├── ItemImage.png │ │ ├── ItemImage.png.meta │ │ ├── Loading.png │ │ ├── Loading.png.meta │ │ ├── PIXEL.png │ │ ├── PIXEL.png.meta │ │ ├── StageImage.png │ │ ├── StageImage.png.meta │ │ ├── TextBox.png │ │ ├── TextBox.png.meta │ │ ├── Title.png │ │ ├── Title.png.meta │ │ ├── casts.png │ │ └── casts.png.meta │ │ ├── Weapons.meta │ │ └── Weapons │ │ ├── Arms.png │ │ ├── Arms.png.meta │ │ ├── Bullet.png │ │ ├── Bullet.png.meta │ │ ├── Caret.png │ │ └── Caret.png.meta ├── Packages │ └── manifest.json └── ProjectSettings │ ├── AudioManager.asset │ ├── ClusterInputManager.asset │ ├── DynamicsManager.asset │ ├── EditorBuildSettings.asset │ ├── EditorSettings.asset │ ├── GraphicsSettings.asset │ ├── InputManager.asset │ ├── NavMeshAreas.asset │ ├── NetworkManager.asset │ ├── Physics2DSettings.asset │ ├── PresetManager.asset │ ├── ProjectSettings.asset │ ├── ProjectVersion.txt │ ├── QualitySettings.asset │ ├── TagManager.asset │ ├── TimeManager.asset │ └── UnityConnectSettings.asset ├── CaveStoryTutorial E05 ├── Assets │ ├── Data.meta │ ├── Data │ │ ├── Maps.meta │ │ └── Maps │ │ │ ├── Palettes.meta │ │ │ ├── Palettes │ │ │ ├── CavePalette.prefab │ │ │ └── CavePalette.prefab.meta │ │ │ ├── Tilesets.meta │ │ │ └── Tilesets │ │ │ ├── PrtCave.meta │ │ │ ├── PrtCave │ │ │ ├── PrtCave_0.asset │ │ │ ├── PrtCave_0.asset.meta │ │ │ ├── PrtCave_1.asset │ │ │ ├── PrtCave_1.asset.meta │ │ │ ├── PrtCave_10.asset │ │ │ ├── PrtCave_10.asset.meta │ │ │ ├── PrtCave_11.asset │ │ │ ├── PrtCave_11.asset.meta │ │ │ ├── PrtCave_12.asset │ │ │ ├── PrtCave_12.asset.meta │ │ │ ├── PrtCave_13.asset │ │ │ ├── PrtCave_13.asset.meta │ │ │ ├── PrtCave_14.asset │ │ │ ├── PrtCave_14.asset.meta │ │ │ ├── PrtCave_15.asset │ │ │ ├── PrtCave_15.asset.meta │ │ │ ├── PrtCave_16.asset │ │ │ ├── PrtCave_16.asset.meta │ │ │ ├── PrtCave_17.asset │ │ │ ├── PrtCave_17.asset.meta │ │ │ ├── PrtCave_18.asset │ │ │ ├── PrtCave_18.asset.meta │ │ │ ├── PrtCave_19.asset │ │ │ ├── PrtCave_19.asset.meta │ │ │ ├── PrtCave_2.asset │ │ │ ├── PrtCave_2.asset.meta │ │ │ ├── PrtCave_20.asset │ │ │ ├── PrtCave_20.asset.meta │ │ │ ├── PrtCave_21.asset │ │ │ ├── PrtCave_21.asset.meta │ │ │ ├── PrtCave_22.asset │ │ │ ├── PrtCave_22.asset.meta │ │ │ ├── PrtCave_23.asset │ │ │ ├── PrtCave_23.asset.meta │ │ │ ├── PrtCave_24.asset │ │ │ ├── PrtCave_24.asset.meta │ │ │ ├── PrtCave_25.asset │ │ │ ├── PrtCave_25.asset.meta │ │ │ ├── PrtCave_26.asset │ │ │ ├── PrtCave_26.asset.meta │ │ │ ├── PrtCave_27.asset │ │ │ ├── PrtCave_27.asset.meta │ │ │ ├── PrtCave_28.asset │ │ │ ├── PrtCave_28.asset.meta │ │ │ ├── PrtCave_29.asset │ │ │ ├── PrtCave_29.asset.meta │ │ │ ├── PrtCave_3.asset │ │ │ ├── PrtCave_3.asset.meta │ │ │ ├── PrtCave_30.asset │ │ │ ├── PrtCave_30.asset.meta │ │ │ ├── PrtCave_31.asset │ │ │ ├── PrtCave_31.asset.meta │ │ │ ├── PrtCave_32.asset │ │ │ ├── PrtCave_32.asset.meta │ │ │ ├── PrtCave_33.asset │ │ │ ├── PrtCave_33.asset.meta │ │ │ ├── PrtCave_34.asset │ │ │ ├── PrtCave_34.asset.meta │ │ │ ├── PrtCave_35.asset │ │ │ ├── PrtCave_35.asset.meta │ │ │ ├── PrtCave_36.asset │ │ │ ├── PrtCave_36.asset.meta │ │ │ ├── PrtCave_37.asset │ │ │ ├── PrtCave_37.asset.meta │ │ │ ├── PrtCave_38.asset │ │ │ ├── PrtCave_38.asset.meta │ │ │ ├── PrtCave_39.asset │ │ │ ├── PrtCave_39.asset.meta │ │ │ ├── PrtCave_4.asset │ │ │ ├── PrtCave_4.asset.meta │ │ │ ├── PrtCave_40.asset │ │ │ ├── PrtCave_40.asset.meta │ │ │ ├── PrtCave_41.asset │ │ │ ├── PrtCave_41.asset.meta │ │ │ ├── PrtCave_42.asset │ │ │ ├── PrtCave_42.asset.meta │ │ │ ├── PrtCave_43.asset │ │ │ ├── PrtCave_43.asset.meta │ │ │ ├── PrtCave_44.asset │ │ │ ├── PrtCave_44.asset.meta │ │ │ ├── PrtCave_45.asset │ │ │ ├── PrtCave_45.asset.meta │ │ │ ├── PrtCave_46.asset │ │ │ ├── PrtCave_46.asset.meta │ │ │ ├── PrtCave_47.asset │ │ │ ├── PrtCave_47.asset.meta │ │ │ ├── PrtCave_48.asset │ │ │ ├── PrtCave_48.asset.meta │ │ │ ├── PrtCave_49.asset │ │ │ ├── PrtCave_49.asset.meta │ │ │ ├── PrtCave_5.asset │ │ │ ├── PrtCave_5.asset.meta │ │ │ ├── PrtCave_50.asset │ │ │ ├── PrtCave_50.asset.meta │ │ │ ├── PrtCave_51.asset │ │ │ ├── PrtCave_51.asset.meta │ │ │ ├── PrtCave_52.asset │ │ │ ├── PrtCave_52.asset.meta │ │ │ ├── PrtCave_53.asset │ │ │ ├── PrtCave_53.asset.meta │ │ │ ├── PrtCave_54.asset │ │ │ ├── PrtCave_54.asset.meta │ │ │ ├── PrtCave_55.asset │ │ │ ├── PrtCave_55.asset.meta │ │ │ ├── PrtCave_56.asset │ │ │ ├── PrtCave_56.asset.meta │ │ │ ├── PrtCave_57.asset │ │ │ ├── PrtCave_57.asset.meta │ │ │ ├── PrtCave_58.asset │ │ │ ├── PrtCave_58.asset.meta │ │ │ ├── PrtCave_59.asset │ │ │ ├── PrtCave_59.asset.meta │ │ │ ├── PrtCave_6.asset │ │ │ ├── PrtCave_6.asset.meta │ │ │ ├── PrtCave_60.asset │ │ │ ├── PrtCave_60.asset.meta │ │ │ ├── PrtCave_61.asset │ │ │ ├── PrtCave_61.asset.meta │ │ │ ├── PrtCave_62.asset │ │ │ ├── PrtCave_62.asset.meta │ │ │ ├── PrtCave_63.asset │ │ │ ├── PrtCave_63.asset.meta │ │ │ ├── PrtCave_64.asset │ │ │ ├── PrtCave_64.asset.meta │ │ │ ├── PrtCave_65.asset │ │ │ ├── PrtCave_65.asset.meta │ │ │ ├── PrtCave_66.asset │ │ │ ├── PrtCave_66.asset.meta │ │ │ ├── PrtCave_67.asset │ │ │ ├── PrtCave_67.asset.meta │ │ │ ├── PrtCave_68.asset │ │ │ ├── PrtCave_68.asset.meta │ │ │ ├── PrtCave_69.asset │ │ │ ├── PrtCave_69.asset.meta │ │ │ ├── PrtCave_7.asset │ │ │ ├── PrtCave_7.asset.meta │ │ │ ├── PrtCave_70.asset │ │ │ ├── PrtCave_70.asset.meta │ │ │ ├── PrtCave_71.asset │ │ │ ├── PrtCave_71.asset.meta │ │ │ ├── PrtCave_72.asset │ │ │ ├── PrtCave_72.asset.meta │ │ │ ├── PrtCave_8.asset │ │ │ ├── PrtCave_8.asset.meta │ │ │ ├── PrtCave_9.asset │ │ │ └── PrtCave_9.asset.meta │ │ │ ├── PrtJail.meta │ │ │ └── PrtJail │ │ │ ├── PrtJail_0.asset │ │ │ ├── PrtJail_0.asset.meta │ │ │ ├── PrtJail_1.asset │ │ │ ├── PrtJail_1.asset.meta │ │ │ ├── PrtJail_10.asset │ │ │ ├── PrtJail_10.asset.meta │ │ │ ├── PrtJail_100.asset │ │ │ ├── PrtJail_100.asset.meta │ │ │ ├── PrtJail_101.asset │ │ │ ├── PrtJail_101.asset.meta │ │ │ ├── PrtJail_102.asset │ │ │ ├── PrtJail_102.asset.meta │ │ │ ├── PrtJail_103.asset │ │ │ ├── PrtJail_103.asset.meta │ │ │ ├── PrtJail_104.asset │ │ │ ├── PrtJail_104.asset.meta │ │ │ ├── PrtJail_105.asset │ │ │ ├── PrtJail_105.asset.meta │ │ │ ├── PrtJail_106.asset │ │ │ ├── PrtJail_106.asset.meta │ │ │ ├── PrtJail_107.asset │ │ │ ├── PrtJail_107.asset.meta │ │ │ ├── PrtJail_108.asset │ │ │ ├── PrtJail_108.asset.meta │ │ │ ├── PrtJail_109.asset │ │ │ ├── PrtJail_109.asset.meta │ │ │ ├── PrtJail_11.asset │ │ │ ├── PrtJail_11.asset.meta │ │ │ ├── PrtJail_110.asset │ │ │ ├── PrtJail_110.asset.meta │ │ │ ├── PrtJail_12.asset │ │ │ ├── PrtJail_12.asset.meta │ │ │ ├── PrtJail_13.asset │ │ │ ├── PrtJail_13.asset.meta │ │ │ ├── PrtJail_14.asset │ │ │ ├── PrtJail_14.asset.meta │ │ │ ├── PrtJail_15.asset │ │ │ ├── PrtJail_15.asset.meta │ │ │ ├── PrtJail_16.asset │ │ │ ├── PrtJail_16.asset.meta │ │ │ ├── PrtJail_17.asset │ │ │ ├── PrtJail_17.asset.meta │ │ │ ├── PrtJail_18.asset │ │ │ ├── PrtJail_18.asset.meta │ │ │ ├── PrtJail_19.asset │ │ │ ├── PrtJail_19.asset.meta │ │ │ ├── PrtJail_2.asset │ │ │ ├── PrtJail_2.asset.meta │ │ │ ├── PrtJail_20.asset │ │ │ ├── PrtJail_20.asset.meta │ │ │ ├── PrtJail_21.asset │ │ │ ├── PrtJail_21.asset.meta │ │ │ ├── PrtJail_22.asset │ │ │ ├── PrtJail_22.asset.meta │ │ │ ├── PrtJail_23.asset │ │ │ ├── PrtJail_23.asset.meta │ │ │ ├── PrtJail_24.asset │ │ │ ├── PrtJail_24.asset.meta │ │ │ ├── PrtJail_25.asset │ │ │ ├── PrtJail_25.asset.meta │ │ │ ├── PrtJail_26.asset │ │ │ ├── PrtJail_26.asset.meta │ │ │ ├── PrtJail_27.asset │ │ │ ├── PrtJail_27.asset.meta │ │ │ ├── PrtJail_28.asset │ │ │ ├── PrtJail_28.asset.meta │ │ │ ├── PrtJail_29.asset │ │ │ ├── PrtJail_29.asset.meta │ │ │ ├── PrtJail_3.asset │ │ │ ├── PrtJail_3.asset.meta │ │ │ ├── PrtJail_30.asset │ │ │ ├── PrtJail_30.asset.meta │ │ │ ├── PrtJail_31.asset │ │ │ ├── PrtJail_31.asset.meta │ │ │ ├── PrtJail_32.asset │ │ │ ├── PrtJail_32.asset.meta │ │ │ ├── PrtJail_33.asset │ │ │ ├── PrtJail_33.asset.meta │ │ │ ├── PrtJail_34.asset │ │ │ ├── PrtJail_34.asset.meta │ │ │ ├── PrtJail_35.asset │ │ │ ├── PrtJail_35.asset.meta │ │ │ ├── PrtJail_36.asset │ │ │ ├── PrtJail_36.asset.meta │ │ │ ├── PrtJail_37.asset │ │ │ ├── PrtJail_37.asset.meta │ │ │ ├── PrtJail_38.asset │ │ │ ├── PrtJail_38.asset.meta │ │ │ ├── PrtJail_39.asset │ │ │ ├── PrtJail_39.asset.meta │ │ │ ├── PrtJail_4.asset │ │ │ ├── PrtJail_4.asset.meta │ │ │ ├── PrtJail_40.asset │ │ │ ├── PrtJail_40.asset.meta │ │ │ ├── PrtJail_41.asset │ │ │ ├── PrtJail_41.asset.meta │ │ │ ├── PrtJail_42.asset │ │ │ ├── PrtJail_42.asset.meta │ │ │ ├── PrtJail_43.asset │ │ │ ├── PrtJail_43.asset.meta │ │ │ ├── PrtJail_44.asset │ │ │ ├── PrtJail_44.asset.meta │ │ │ ├── PrtJail_45.asset │ │ │ ├── PrtJail_45.asset.meta │ │ │ ├── PrtJail_46.asset │ │ │ ├── PrtJail_46.asset.meta │ │ │ ├── PrtJail_47.asset │ │ │ ├── PrtJail_47.asset.meta │ │ │ ├── PrtJail_48.asset │ │ │ ├── PrtJail_48.asset.meta │ │ │ ├── PrtJail_49.asset │ │ │ ├── PrtJail_49.asset.meta │ │ │ ├── PrtJail_5.asset │ │ │ ├── PrtJail_5.asset.meta │ │ │ ├── PrtJail_50.asset │ │ │ ├── PrtJail_50.asset.meta │ │ │ ├── PrtJail_51.asset │ │ │ ├── PrtJail_51.asset.meta │ │ │ ├── PrtJail_52.asset │ │ │ ├── PrtJail_52.asset.meta │ │ │ ├── PrtJail_53.asset │ │ │ ├── PrtJail_53.asset.meta │ │ │ ├── PrtJail_54.asset │ │ │ ├── PrtJail_54.asset.meta │ │ │ ├── PrtJail_55.asset │ │ │ ├── PrtJail_55.asset.meta │ │ │ ├── PrtJail_56.asset │ │ │ ├── PrtJail_56.asset.meta │ │ │ ├── PrtJail_57.asset │ │ │ ├── PrtJail_57.asset.meta │ │ │ ├── PrtJail_58.asset │ │ │ ├── PrtJail_58.asset.meta │ │ │ ├── PrtJail_59.asset │ │ │ ├── PrtJail_59.asset.meta │ │ │ ├── PrtJail_6.asset │ │ │ ├── PrtJail_6.asset.meta │ │ │ ├── PrtJail_60.asset │ │ │ ├── PrtJail_60.asset.meta │ │ │ ├── PrtJail_61.asset │ │ │ ├── PrtJail_61.asset.meta │ │ │ ├── PrtJail_62.asset │ │ │ ├── PrtJail_62.asset.meta │ │ │ ├── PrtJail_63.asset │ │ │ ├── PrtJail_63.asset.meta │ │ │ ├── PrtJail_64.asset │ │ │ ├── PrtJail_64.asset.meta │ │ │ ├── PrtJail_65.asset │ │ │ ├── PrtJail_65.asset.meta │ │ │ ├── PrtJail_66.asset │ │ │ ├── PrtJail_66.asset.meta │ │ │ ├── PrtJail_67.asset │ │ │ ├── PrtJail_67.asset.meta │ │ │ ├── PrtJail_68.asset │ │ │ ├── PrtJail_68.asset.meta │ │ │ ├── PrtJail_69.asset │ │ │ ├── PrtJail_69.asset.meta │ │ │ ├── PrtJail_7.asset │ │ │ ├── PrtJail_7.asset.meta │ │ │ ├── PrtJail_70.asset │ │ │ ├── PrtJail_70.asset.meta │ │ │ ├── PrtJail_71.asset │ │ │ ├── PrtJail_71.asset.meta │ │ │ ├── PrtJail_72.asset │ │ │ ├── PrtJail_72.asset.meta │ │ │ ├── PrtJail_73.asset │ │ │ ├── PrtJail_73.asset.meta │ │ │ ├── PrtJail_74.asset │ │ │ ├── PrtJail_74.asset.meta │ │ │ ├── PrtJail_75.asset │ │ │ ├── PrtJail_75.asset.meta │ │ │ ├── PrtJail_76.asset │ │ │ ├── PrtJail_76.asset.meta │ │ │ ├── PrtJail_77.asset │ │ │ ├── PrtJail_77.asset.meta │ │ │ ├── PrtJail_78.asset │ │ │ ├── PrtJail_78.asset.meta │ │ │ ├── PrtJail_79.asset │ │ │ ├── PrtJail_79.asset.meta │ │ │ ├── PrtJail_8.asset │ │ │ ├── PrtJail_8.asset.meta │ │ │ ├── PrtJail_80.asset │ │ │ ├── PrtJail_80.asset.meta │ │ │ ├── PrtJail_81.asset │ │ │ ├── PrtJail_81.asset.meta │ │ │ ├── PrtJail_82.asset │ │ │ ├── PrtJail_82.asset.meta │ │ │ ├── PrtJail_83.asset │ │ │ ├── PrtJail_83.asset.meta │ │ │ ├── PrtJail_84.asset │ │ │ ├── PrtJail_84.asset.meta │ │ │ ├── PrtJail_85.asset │ │ │ ├── PrtJail_85.asset.meta │ │ │ ├── PrtJail_86.asset │ │ │ ├── PrtJail_86.asset.meta │ │ │ ├── PrtJail_87.asset │ │ │ ├── PrtJail_87.asset.meta │ │ │ ├── PrtJail_88.asset │ │ │ ├── PrtJail_88.asset.meta │ │ │ ├── PrtJail_89.asset │ │ │ ├── PrtJail_89.asset.meta │ │ │ ├── PrtJail_9.asset │ │ │ ├── PrtJail_9.asset.meta │ │ │ ├── PrtJail_90.asset │ │ │ ├── PrtJail_90.asset.meta │ │ │ ├── PrtJail_91.asset │ │ │ ├── PrtJail_91.asset.meta │ │ │ ├── PrtJail_92.asset │ │ │ ├── PrtJail_92.asset.meta │ │ │ ├── PrtJail_93.asset │ │ │ ├── PrtJail_93.asset.meta │ │ │ ├── PrtJail_94.asset │ │ │ ├── PrtJail_94.asset.meta │ │ │ ├── PrtJail_95.asset │ │ │ ├── PrtJail_95.asset.meta │ │ │ ├── PrtJail_96.asset │ │ │ ├── PrtJail_96.asset.meta │ │ │ ├── PrtJail_97.asset │ │ │ ├── PrtJail_97.asset.meta │ │ │ ├── PrtJail_98.asset │ │ │ ├── PrtJail_98.asset.meta │ │ │ ├── PrtJail_99.asset │ │ │ └── PrtJail_99.asset.meta │ ├── Prefabs.meta │ ├── Prefabs │ │ ├── Enemies.meta │ │ ├── Enemies │ │ │ ├── Bat.meta │ │ │ └── Bat │ │ │ │ ├── BatAnimatorController.controller │ │ │ │ ├── BatAnimatorController.controller.meta │ │ │ │ ├── Idle.anim │ │ │ │ └── Idle.anim.meta │ │ ├── Player.meta │ │ └── Player │ │ │ ├── Fall.anim │ │ │ ├── Fall.anim.meta │ │ │ ├── FallLookingUp.anim │ │ │ ├── FallLookingUp.anim.meta │ │ │ ├── Idle.anim │ │ │ ├── Idle.anim.meta │ │ │ ├── IdleLookingDown.anim │ │ │ ├── IdleLookingDown.anim.meta │ │ │ ├── IdleLookingUp.anim │ │ │ ├── IdleLookingUp.anim.meta │ │ │ ├── Jump.anim │ │ │ ├── Jump.anim.meta │ │ │ ├── JumpLookingUp.anim │ │ │ ├── JumpLookingUp.anim.meta │ │ │ ├── Player.prefab │ │ │ ├── Player.prefab.meta │ │ │ ├── PlayerAnimatorController.controller │ │ │ ├── PlayerAnimatorController.controller.meta │ │ │ ├── Run.anim │ │ │ ├── Run.anim.meta │ │ │ ├── RunLookingUp.anim │ │ │ └── RunLookingUp.anim.meta │ ├── Scenes.meta │ ├── Scenes │ │ ├── SampleScene.unity │ │ └── SampleScene.unity.meta │ ├── Scripts.meta │ ├── Scripts │ │ ├── AI.meta │ │ ├── AI │ │ │ ├── BatBehaviour.cs │ │ │ └── BatBehaviour.cs.meta │ │ ├── Camera.meta │ │ ├── Camera │ │ │ ├── CameraBehaviour.cs │ │ │ ├── CameraBehaviour.cs.meta │ │ │ ├── CameraTargetBehaviour.cs │ │ │ ├── CameraTargetBehaviour.cs.meta │ │ │ ├── Editor.meta │ │ │ ├── Editor │ │ │ │ ├── PixelPerfectMainCameraEditor.cs │ │ │ │ └── PixelPerfectMainCameraEditor.cs.meta │ │ │ ├── PixelPerfectMainCamera.cs │ │ │ ├── PixelPerfectMainCamera.cs.meta │ │ │ ├── RenderTextureToScreen.cs │ │ │ └── RenderTextureToScreen.cs.meta │ │ ├── Misc.meta │ │ ├── Misc │ │ │ ├── General.cs │ │ │ └── General.cs.meta │ │ ├── Player.meta │ │ ├── Player │ │ │ ├── Controller2D.cs │ │ │ ├── Controller2D.cs.meta │ │ │ ├── Player.cs │ │ │ └── Player.cs.meta │ │ ├── Shaders.meta │ │ ├── Shaders │ │ │ ├── ScrollingShader.meta │ │ │ └── ScrollingShader │ │ │ │ ├── MoonBackgroundScroller.tif │ │ │ │ ├── MoonBackgroundScroller.tif.meta │ │ │ │ ├── ScrollingMaterial.mat │ │ │ │ ├── ScrollingMaterial.mat.meta │ │ │ │ ├── ScrollingShader.shader │ │ │ │ └── ScrollingShader.shader.meta │ │ ├── World.meta │ │ └── World │ │ │ ├── ContactHazard.cs │ │ │ └── ContactHazard.cs.meta │ ├── Textures.meta │ └── Textures │ │ ├── RenderTextures.meta │ │ ├── RenderTextures │ │ ├── PixelPerfectRenderTexture.renderTexture │ │ └── PixelPerfectRenderTexture.renderTexture.meta │ │ ├── Sprites.meta │ │ └── Sprites │ │ ├── Backgrounds.meta │ │ ├── Backgrounds │ │ ├── bk0.png │ │ ├── bk0.png.meta │ │ ├── bkBlack.png │ │ ├── bkBlack.png.meta │ │ ├── bkBlue.png │ │ ├── bkBlue.png.meta │ │ ├── bkFall.png │ │ ├── bkFall.png.meta │ │ ├── bkFog.png │ │ ├── bkFog.png.meta │ │ ├── bkGard.png │ │ ├── bkGard.png.meta │ │ ├── bkGray.png │ │ ├── bkGray.png.meta │ │ ├── bkGreen.png │ │ ├── bkGreen.png.meta │ │ ├── bkMaze.png │ │ ├── bkMaze.png.meta │ │ ├── bkMoon.png │ │ ├── bkMoon.png.meta │ │ ├── bkRed.png │ │ ├── bkRed.png.meta │ │ ├── bkWater.png │ │ └── bkWater.png.meta │ │ ├── Credits.meta │ │ ├── Credits │ │ ├── .DS_Store │ │ ├── CREDIT01.png │ │ ├── CREDIT01.png.meta │ │ ├── CREDIT02.png │ │ ├── CREDIT02.png.meta │ │ ├── CREDIT03.png │ │ ├── CREDIT03.png.meta │ │ ├── CREDIT04.png │ │ ├── CREDIT04.png.meta │ │ ├── CREDIT05.png │ │ ├── CREDIT05.png.meta │ │ ├── CREDIT06.png │ │ ├── CREDIT06.png.meta │ │ ├── CREDIT07.png │ │ ├── CREDIT07.png.meta │ │ ├── CREDIT08.png │ │ ├── CREDIT08.png.meta │ │ ├── CREDIT09.png │ │ ├── CREDIT09.png.meta │ │ ├── CREDIT10.png │ │ ├── CREDIT10.png.meta │ │ ├── CREDIT11.png │ │ ├── CREDIT11.png.meta │ │ ├── CREDIT12.png │ │ ├── CREDIT12.png.meta │ │ ├── CREDIT14.png │ │ ├── CREDIT14.png.meta │ │ ├── CREDIT15.png │ │ ├── CREDIT15.png.meta │ │ ├── CREDIT16.png │ │ ├── CREDIT16.png.meta │ │ ├── CREDIT17.png │ │ ├── CREDIT17.png.meta │ │ ├── CREDIT18.png │ │ └── CREDIT18.png.meta │ │ ├── Maps.meta │ │ ├── Maps │ │ ├── .DS_Store │ │ ├── Prt0.png │ │ ├── Prt0.png.meta │ │ ├── PrtAlmond.png │ │ ├── PrtAlmond.png.meta │ │ ├── PrtBarr.png │ │ ├── PrtBarr.png.meta │ │ ├── PrtCave.png │ │ ├── PrtCave.png.meta │ │ ├── PrtCent.png │ │ ├── PrtCent.png.meta │ │ ├── PrtEggIn.png │ │ ├── PrtEggIn.png.meta │ │ ├── PrtEggX.png │ │ ├── PrtEggX.png.meta │ │ ├── PrtEggs.png │ │ ├── PrtEggs.png.meta │ │ ├── PrtFall.png │ │ ├── PrtFall.png.meta │ │ ├── PrtGard.png │ │ ├── PrtGard.png.meta │ │ ├── PrtHell.png │ │ ├── PrtHell.png.meta │ │ ├── PrtJail.png │ │ ├── PrtJail.png.meta │ │ ├── PrtLabo.png │ │ ├── PrtLabo.png.meta │ │ ├── PrtMaze.png │ │ ├── PrtMaze.png.meta │ │ ├── PrtMimi.png │ │ ├── PrtMimi.png.meta │ │ ├── PrtOside.png │ │ ├── PrtOside.png.meta │ │ ├── PrtPens.png │ │ ├── PrtPens.png.meta │ │ ├── PrtRiver.png │ │ ├── PrtRiver.png.meta │ │ ├── PrtSand.png │ │ ├── PrtSand.png.meta │ │ ├── PrtStore.png │ │ ├── PrtStore.png.meta │ │ ├── PrtWeed.png │ │ ├── PrtWeed.png.meta │ │ ├── PrtWhite.png │ │ └── PrtWhite.png.meta │ │ ├── NPC.meta │ │ ├── NPC │ │ ├── Npc0.png │ │ ├── Npc0.png.meta │ │ ├── NpcAlmo1.png │ │ ├── NpcAlmo1.png.meta │ │ ├── NpcAlmo2.png │ │ ├── NpcAlmo2.png.meta │ │ ├── NpcBallos.png │ │ ├── NpcBallos.png.meta │ │ ├── NpcBllg.png │ │ ├── NpcBllg.png.meta │ │ ├── NpcCemet.png │ │ ├── NpcCemet.png.meta │ │ ├── NpcCent.png │ │ ├── NpcCent.png.meta │ │ ├── NpcCurly.png │ │ ├── NpcCurly.png.meta │ │ ├── NpcDark.png │ │ ├── NpcDark.png.meta │ │ ├── NpcDr.png │ │ ├── NpcDr.png.meta │ │ ├── NpcEggs1.png │ │ ├── NpcEggs1.png.meta │ │ ├── NpcEggs2.png │ │ ├── NpcEggs2.png.meta │ │ ├── NpcFrog.png │ │ ├── NpcFrog.png.meta │ │ ├── NpcGuest.png │ │ ├── NpcGuest.png.meta │ │ ├── NpcHell.png │ │ ├── NpcHell.png.meta │ │ ├── NpcHeri.png │ │ ├── NpcHeri.png.meta │ │ ├── NpcIronH.png │ │ ├── NpcIronH.png.meta │ │ ├── NpcIsland.png │ │ ├── NpcIsland.png.meta │ │ ├── NpcKings.png │ │ ├── NpcKings.png.meta │ │ ├── NpcMaze.png │ │ ├── NpcMaze.png.meta │ │ ├── NpcMiza.png │ │ ├── NpcMiza.png.meta │ │ ├── NpcMoon.png │ │ ├── NpcMoon.png.meta │ │ ├── NpcOmg.png │ │ ├── NpcOmg.png.meta │ │ ├── NpcPlant.png │ │ ├── NpcPlant.png.meta │ │ ├── NpcPress.png │ │ ├── NpcPress.png.meta │ │ ├── NpcPriest.png │ │ ├── NpcPriest.png.meta │ │ ├── NpcRavil.png │ │ ├── NpcRavil.png.meta │ │ ├── NpcRed.png │ │ ├── NpcRed.png.meta │ │ ├── NpcRegu.png │ │ ├── NpcRegu.png.meta │ │ ├── NpcSand.png │ │ ├── NpcSand.png.meta │ │ ├── NpcStream.png │ │ ├── NpcStream.png.meta │ │ ├── NpcSym.png │ │ ├── NpcSym.png.meta │ │ ├── NpcToro.png │ │ ├── NpcToro.png.meta │ │ ├── NpcTwinD.png │ │ ├── NpcTwinD.png.meta │ │ ├── NpcWeed.png │ │ ├── NpcWeed.png.meta │ │ ├── NpcX.png │ │ └── NpcX.png.meta │ │ ├── Others.meta │ │ ├── Others │ │ ├── .DS_Store │ │ ├── cavestoryIcon.png │ │ └── cavestoryIcon.png.meta │ │ ├── Player.meta │ │ ├── Player │ │ ├── MyChar.png │ │ └── MyChar.png.meta │ │ ├── UI.meta │ │ ├── UI │ │ ├── ArmsImage.png │ │ ├── ArmsImage.png.meta │ │ ├── Face.png │ │ ├── Face.png.meta │ │ ├── Fade.png │ │ ├── Fade.png.meta │ │ ├── ItemImage.png │ │ ├── ItemImage.png.meta │ │ ├── Loading.png │ │ ├── Loading.png.meta │ │ ├── PIXEL.png │ │ ├── PIXEL.png.meta │ │ ├── StageImage.png │ │ ├── StageImage.png.meta │ │ ├── TextBox.png │ │ ├── TextBox.png.meta │ │ ├── Title.png │ │ ├── Title.png.meta │ │ ├── casts.png │ │ └── casts.png.meta │ │ ├── Weapons.meta │ │ └── Weapons │ │ ├── Arms.png │ │ ├── Arms.png.meta │ │ ├── Bullet.png │ │ ├── Bullet.png.meta │ │ ├── Caret.png │ │ └── Caret.png.meta ├── Packages │ └── manifest.json └── ProjectSettings │ ├── AudioManager.asset │ ├── ClusterInputManager.asset │ ├── DynamicsManager.asset │ ├── EditorBuildSettings.asset │ ├── EditorSettings.asset │ ├── GraphicsSettings.asset │ ├── InputManager.asset │ ├── NavMeshAreas.asset │ ├── NetworkManager.asset │ ├── Physics2DSettings.asset │ ├── PresetManager.asset │ ├── ProjectSettings.asset │ ├── ProjectVersion.txt │ ├── QualitySettings.asset │ ├── TagManager.asset │ ├── TimeManager.asset │ └── UnityConnectSettings.asset ├── CaveStoryTutorial E06 ├── Assets │ ├── Data.meta │ ├── Data │ │ ├── Guns.meta │ │ ├── Guns │ │ │ ├── MissileLauncher.asset │ │ │ ├── MissileLauncher.asset.meta │ │ │ ├── PolarStar.asset │ │ │ └── PolarStar.asset.meta │ │ ├── Maps.meta │ │ └── Maps │ │ │ ├── Palettes.meta │ │ │ ├── Palettes │ │ │ ├── CavePalette.prefab │ │ │ └── CavePalette.prefab.meta │ │ │ ├── Tilesets.meta │ │ │ └── Tilesets │ │ │ ├── PrtCave.meta │ │ │ ├── PrtCave │ │ │ ├── PrtCave_0.asset │ │ │ ├── PrtCave_0.asset.meta │ │ │ ├── PrtCave_1.asset │ │ │ ├── PrtCave_1.asset.meta │ │ │ ├── PrtCave_10.asset │ │ │ ├── PrtCave_10.asset.meta │ │ │ ├── PrtCave_11.asset │ │ │ ├── PrtCave_11.asset.meta │ │ │ ├── PrtCave_12.asset │ │ │ ├── PrtCave_12.asset.meta │ │ │ ├── PrtCave_13.asset │ │ │ ├── PrtCave_13.asset.meta │ │ │ ├── PrtCave_14.asset │ │ │ ├── PrtCave_14.asset.meta │ │ │ ├── PrtCave_15.asset │ │ │ ├── PrtCave_15.asset.meta │ │ │ ├── PrtCave_16.asset │ │ │ ├── PrtCave_16.asset.meta │ │ │ ├── PrtCave_17.asset │ │ │ ├── PrtCave_17.asset.meta │ │ │ ├── PrtCave_18.asset │ │ │ ├── PrtCave_18.asset.meta │ │ │ ├── PrtCave_19.asset │ │ │ ├── PrtCave_19.asset.meta │ │ │ ├── PrtCave_2.asset │ │ │ ├── PrtCave_2.asset.meta │ │ │ ├── PrtCave_20.asset │ │ │ ├── PrtCave_20.asset.meta │ │ │ ├── PrtCave_21.asset │ │ │ ├── PrtCave_21.asset.meta │ │ │ ├── PrtCave_22.asset │ │ │ ├── PrtCave_22.asset.meta │ │ │ ├── PrtCave_23.asset │ │ │ ├── PrtCave_23.asset.meta │ │ │ ├── PrtCave_24.asset │ │ │ ├── PrtCave_24.asset.meta │ │ │ ├── PrtCave_25.asset │ │ │ ├── PrtCave_25.asset.meta │ │ │ ├── PrtCave_26.asset │ │ │ ├── PrtCave_26.asset.meta │ │ │ ├── PrtCave_27.asset │ │ │ ├── PrtCave_27.asset.meta │ │ │ ├── PrtCave_28.asset │ │ │ ├── PrtCave_28.asset.meta │ │ │ ├── PrtCave_29.asset │ │ │ ├── PrtCave_29.asset.meta │ │ │ ├── PrtCave_3.asset │ │ │ ├── PrtCave_3.asset.meta │ │ │ ├── PrtCave_30.asset │ │ │ ├── PrtCave_30.asset.meta │ │ │ ├── PrtCave_31.asset │ │ │ ├── PrtCave_31.asset.meta │ │ │ ├── PrtCave_32.asset │ │ │ ├── PrtCave_32.asset.meta │ │ │ ├── PrtCave_33.asset │ │ │ ├── PrtCave_33.asset.meta │ │ │ ├── PrtCave_34.asset │ │ │ ├── PrtCave_34.asset.meta │ │ │ ├── PrtCave_35.asset │ │ │ ├── PrtCave_35.asset.meta │ │ │ ├── PrtCave_36.asset │ │ │ ├── PrtCave_36.asset.meta │ │ │ ├── PrtCave_37.asset │ │ │ ├── PrtCave_37.asset.meta │ │ │ ├── PrtCave_38.asset │ │ │ ├── PrtCave_38.asset.meta │ │ │ ├── PrtCave_39.asset │ │ │ ├── PrtCave_39.asset.meta │ │ │ ├── PrtCave_4.asset │ │ │ ├── PrtCave_4.asset.meta │ │ │ ├── PrtCave_40.asset │ │ │ ├── PrtCave_40.asset.meta │ │ │ ├── PrtCave_41.asset │ │ │ ├── PrtCave_41.asset.meta │ │ │ ├── PrtCave_42.asset │ │ │ ├── PrtCave_42.asset.meta │ │ │ ├── PrtCave_43.asset │ │ │ ├── PrtCave_43.asset.meta │ │ │ ├── PrtCave_44.asset │ │ │ ├── PrtCave_44.asset.meta │ │ │ ├── PrtCave_45.asset │ │ │ ├── PrtCave_45.asset.meta │ │ │ ├── PrtCave_46.asset │ │ │ ├── PrtCave_46.asset.meta │ │ │ ├── PrtCave_47.asset │ │ │ ├── PrtCave_47.asset.meta │ │ │ ├── PrtCave_48.asset │ │ │ ├── PrtCave_48.asset.meta │ │ │ ├── PrtCave_49.asset │ │ │ ├── PrtCave_49.asset.meta │ │ │ ├── PrtCave_5.asset │ │ │ ├── PrtCave_5.asset.meta │ │ │ ├── PrtCave_50.asset │ │ │ ├── PrtCave_50.asset.meta │ │ │ ├── PrtCave_51.asset │ │ │ ├── PrtCave_51.asset.meta │ │ │ ├── PrtCave_52.asset │ │ │ ├── PrtCave_52.asset.meta │ │ │ ├── PrtCave_53.asset │ │ │ ├── PrtCave_53.asset.meta │ │ │ ├── PrtCave_54.asset │ │ │ ├── PrtCave_54.asset.meta │ │ │ ├── PrtCave_55.asset │ │ │ ├── PrtCave_55.asset.meta │ │ │ ├── PrtCave_56.asset │ │ │ ├── PrtCave_56.asset.meta │ │ │ ├── PrtCave_57.asset │ │ │ ├── PrtCave_57.asset.meta │ │ │ ├── PrtCave_58.asset │ │ │ ├── PrtCave_58.asset.meta │ │ │ ├── PrtCave_59.asset │ │ │ ├── PrtCave_59.asset.meta │ │ │ ├── PrtCave_6.asset │ │ │ ├── PrtCave_6.asset.meta │ │ │ ├── PrtCave_60.asset │ │ │ ├── PrtCave_60.asset.meta │ │ │ ├── PrtCave_61.asset │ │ │ ├── PrtCave_61.asset.meta │ │ │ ├── PrtCave_62.asset │ │ │ ├── PrtCave_62.asset.meta │ │ │ ├── PrtCave_63.asset │ │ │ ├── PrtCave_63.asset.meta │ │ │ ├── PrtCave_64.asset │ │ │ ├── PrtCave_64.asset.meta │ │ │ ├── PrtCave_65.asset │ │ │ ├── PrtCave_65.asset.meta │ │ │ ├── PrtCave_66.asset │ │ │ ├── PrtCave_66.asset.meta │ │ │ ├── PrtCave_67.asset │ │ │ ├── PrtCave_67.asset.meta │ │ │ ├── PrtCave_68.asset │ │ │ ├── PrtCave_68.asset.meta │ │ │ ├── PrtCave_69.asset │ │ │ ├── PrtCave_69.asset.meta │ │ │ ├── PrtCave_7.asset │ │ │ ├── PrtCave_7.asset.meta │ │ │ ├── PrtCave_70.asset │ │ │ ├── PrtCave_70.asset.meta │ │ │ ├── PrtCave_71.asset │ │ │ ├── PrtCave_71.asset.meta │ │ │ ├── PrtCave_72.asset │ │ │ ├── PrtCave_72.asset.meta │ │ │ ├── PrtCave_8.asset │ │ │ ├── PrtCave_8.asset.meta │ │ │ ├── PrtCave_9.asset │ │ │ └── PrtCave_9.asset.meta │ │ │ ├── PrtJail.meta │ │ │ └── PrtJail │ │ │ ├── PrtJail_0.asset │ │ │ ├── PrtJail_0.asset.meta │ │ │ ├── PrtJail_1.asset │ │ │ ├── PrtJail_1.asset.meta │ │ │ ├── PrtJail_10.asset │ │ │ ├── PrtJail_10.asset.meta │ │ │ ├── PrtJail_100.asset │ │ │ ├── PrtJail_100.asset.meta │ │ │ ├── PrtJail_101.asset │ │ │ ├── PrtJail_101.asset.meta │ │ │ ├── PrtJail_102.asset │ │ │ ├── PrtJail_102.asset.meta │ │ │ ├── PrtJail_103.asset │ │ │ ├── PrtJail_103.asset.meta │ │ │ ├── PrtJail_104.asset │ │ │ ├── PrtJail_104.asset.meta │ │ │ ├── PrtJail_105.asset │ │ │ ├── PrtJail_105.asset.meta │ │ │ ├── PrtJail_106.asset │ │ │ ├── PrtJail_106.asset.meta │ │ │ ├── PrtJail_107.asset │ │ │ ├── PrtJail_107.asset.meta │ │ │ ├── PrtJail_108.asset │ │ │ ├── PrtJail_108.asset.meta │ │ │ ├── PrtJail_109.asset │ │ │ ├── PrtJail_109.asset.meta │ │ │ ├── PrtJail_11.asset │ │ │ ├── PrtJail_11.asset.meta │ │ │ ├── PrtJail_110.asset │ │ │ ├── PrtJail_110.asset.meta │ │ │ ├── PrtJail_12.asset │ │ │ ├── PrtJail_12.asset.meta │ │ │ ├── PrtJail_13.asset │ │ │ ├── PrtJail_13.asset.meta │ │ │ ├── PrtJail_14.asset │ │ │ ├── PrtJail_14.asset.meta │ │ │ ├── PrtJail_15.asset │ │ │ ├── PrtJail_15.asset.meta │ │ │ ├── PrtJail_16.asset │ │ │ ├── PrtJail_16.asset.meta │ │ │ ├── PrtJail_17.asset │ │ │ ├── PrtJail_17.asset.meta │ │ │ ├── PrtJail_18.asset │ │ │ ├── PrtJail_18.asset.meta │ │ │ ├── PrtJail_19.asset │ │ │ ├── PrtJail_19.asset.meta │ │ │ ├── PrtJail_2.asset │ │ │ ├── PrtJail_2.asset.meta │ │ │ ├── PrtJail_20.asset │ │ │ ├── PrtJail_20.asset.meta │ │ │ ├── PrtJail_21.asset │ │ │ ├── PrtJail_21.asset.meta │ │ │ ├── PrtJail_22.asset │ │ │ ├── PrtJail_22.asset.meta │ │ │ ├── PrtJail_23.asset │ │ │ ├── PrtJail_23.asset.meta │ │ │ ├── PrtJail_24.asset │ │ │ ├── PrtJail_24.asset.meta │ │ │ ├── PrtJail_25.asset │ │ │ ├── PrtJail_25.asset.meta │ │ │ ├── PrtJail_26.asset │ │ │ ├── PrtJail_26.asset.meta │ │ │ ├── PrtJail_27.asset │ │ │ ├── PrtJail_27.asset.meta │ │ │ ├── PrtJail_28.asset │ │ │ ├── PrtJail_28.asset.meta │ │ │ ├── PrtJail_29.asset │ │ │ ├── PrtJail_29.asset.meta │ │ │ ├── PrtJail_3.asset │ │ │ ├── PrtJail_3.asset.meta │ │ │ ├── PrtJail_30.asset │ │ │ ├── PrtJail_30.asset.meta │ │ │ ├── PrtJail_31.asset │ │ │ ├── PrtJail_31.asset.meta │ │ │ ├── PrtJail_32.asset │ │ │ ├── PrtJail_32.asset.meta │ │ │ ├── PrtJail_33.asset │ │ │ ├── PrtJail_33.asset.meta │ │ │ ├── PrtJail_34.asset │ │ │ ├── PrtJail_34.asset.meta │ │ │ ├── PrtJail_35.asset │ │ │ ├── PrtJail_35.asset.meta │ │ │ ├── PrtJail_36.asset │ │ │ ├── PrtJail_36.asset.meta │ │ │ ├── PrtJail_37.asset │ │ │ ├── PrtJail_37.asset.meta │ │ │ ├── PrtJail_38.asset │ │ │ ├── PrtJail_38.asset.meta │ │ │ ├── PrtJail_39.asset │ │ │ ├── PrtJail_39.asset.meta │ │ │ ├── PrtJail_4.asset │ │ │ ├── PrtJail_4.asset.meta │ │ │ ├── PrtJail_40.asset │ │ │ ├── PrtJail_40.asset.meta │ │ │ ├── PrtJail_41.asset │ │ │ ├── PrtJail_41.asset.meta │ │ │ ├── PrtJail_42.asset │ │ │ ├── PrtJail_42.asset.meta │ │ │ ├── PrtJail_43.asset │ │ │ ├── PrtJail_43.asset.meta │ │ │ ├── PrtJail_44.asset │ │ │ ├── PrtJail_44.asset.meta │ │ │ ├── PrtJail_45.asset │ │ │ ├── PrtJail_45.asset.meta │ │ │ ├── PrtJail_46.asset │ │ │ ├── PrtJail_46.asset.meta │ │ │ ├── PrtJail_47.asset │ │ │ ├── PrtJail_47.asset.meta │ │ │ ├── PrtJail_48.asset │ │ │ ├── PrtJail_48.asset.meta │ │ │ ├── PrtJail_49.asset │ │ │ ├── PrtJail_49.asset.meta │ │ │ ├── PrtJail_5.asset │ │ │ ├── PrtJail_5.asset.meta │ │ │ ├── PrtJail_50.asset │ │ │ ├── PrtJail_50.asset.meta │ │ │ ├── PrtJail_51.asset │ │ │ ├── PrtJail_51.asset.meta │ │ │ ├── PrtJail_52.asset │ │ │ ├── PrtJail_52.asset.meta │ │ │ ├── PrtJail_53.asset │ │ │ ├── PrtJail_53.asset.meta │ │ │ ├── PrtJail_54.asset │ │ │ ├── PrtJail_54.asset.meta │ │ │ ├── PrtJail_55.asset │ │ │ ├── PrtJail_55.asset.meta │ │ │ ├── PrtJail_56.asset │ │ │ ├── PrtJail_56.asset.meta │ │ │ ├── PrtJail_57.asset │ │ │ ├── PrtJail_57.asset.meta │ │ │ ├── PrtJail_58.asset │ │ │ ├── PrtJail_58.asset.meta │ │ │ ├── PrtJail_59.asset │ │ │ ├── PrtJail_59.asset.meta │ │ │ ├── PrtJail_6.asset │ │ │ ├── PrtJail_6.asset.meta │ │ │ ├── PrtJail_60.asset │ │ │ ├── PrtJail_60.asset.meta │ │ │ ├── PrtJail_61.asset │ │ │ ├── PrtJail_61.asset.meta │ │ │ ├── PrtJail_62.asset │ │ │ ├── PrtJail_62.asset.meta │ │ │ ├── PrtJail_63.asset │ │ │ ├── PrtJail_63.asset.meta │ │ │ ├── PrtJail_64.asset │ │ │ ├── PrtJail_64.asset.meta │ │ │ ├── PrtJail_65.asset │ │ │ ├── PrtJail_65.asset.meta │ │ │ ├── PrtJail_66.asset │ │ │ ├── PrtJail_66.asset.meta │ │ │ ├── PrtJail_67.asset │ │ │ ├── PrtJail_67.asset.meta │ │ │ ├── PrtJail_68.asset │ │ │ ├── PrtJail_68.asset.meta │ │ │ ├── PrtJail_69.asset │ │ │ ├── PrtJail_69.asset.meta │ │ │ ├── PrtJail_7.asset │ │ │ ├── PrtJail_7.asset.meta │ │ │ ├── PrtJail_70.asset │ │ │ ├── PrtJail_70.asset.meta │ │ │ ├── PrtJail_71.asset │ │ │ ├── PrtJail_71.asset.meta │ │ │ ├── PrtJail_72.asset │ │ │ ├── PrtJail_72.asset.meta │ │ │ ├── PrtJail_73.asset │ │ │ ├── PrtJail_73.asset.meta │ │ │ ├── PrtJail_74.asset │ │ │ ├── PrtJail_74.asset.meta │ │ │ ├── PrtJail_75.asset │ │ │ ├── PrtJail_75.asset.meta │ │ │ ├── PrtJail_76.asset │ │ │ ├── PrtJail_76.asset.meta │ │ │ ├── PrtJail_77.asset │ │ │ ├── PrtJail_77.asset.meta │ │ │ ├── PrtJail_78.asset │ │ │ ├── PrtJail_78.asset.meta │ │ │ ├── PrtJail_79.asset │ │ │ ├── PrtJail_79.asset.meta │ │ │ ├── PrtJail_8.asset │ │ │ ├── PrtJail_8.asset.meta │ │ │ ├── PrtJail_80.asset │ │ │ ├── PrtJail_80.asset.meta │ │ │ ├── PrtJail_81.asset │ │ │ ├── PrtJail_81.asset.meta │ │ │ ├── PrtJail_82.asset │ │ │ ├── PrtJail_82.asset.meta │ │ │ ├── PrtJail_83.asset │ │ │ ├── PrtJail_83.asset.meta │ │ │ ├── PrtJail_84.asset │ │ │ ├── PrtJail_84.asset.meta │ │ │ ├── PrtJail_85.asset │ │ │ ├── PrtJail_85.asset.meta │ │ │ ├── PrtJail_86.asset │ │ │ ├── PrtJail_86.asset.meta │ │ │ ├── PrtJail_87.asset │ │ │ ├── PrtJail_87.asset.meta │ │ │ ├── PrtJail_88.asset │ │ │ ├── PrtJail_88.asset.meta │ │ │ ├── PrtJail_89.asset │ │ │ ├── PrtJail_89.asset.meta │ │ │ ├── PrtJail_9.asset │ │ │ ├── PrtJail_9.asset.meta │ │ │ ├── PrtJail_90.asset │ │ │ ├── PrtJail_90.asset.meta │ │ │ ├── PrtJail_91.asset │ │ │ ├── PrtJail_91.asset.meta │ │ │ ├── PrtJail_92.asset │ │ │ ├── PrtJail_92.asset.meta │ │ │ ├── PrtJail_93.asset │ │ │ ├── PrtJail_93.asset.meta │ │ │ ├── PrtJail_94.asset │ │ │ ├── PrtJail_94.asset.meta │ │ │ ├── PrtJail_95.asset │ │ │ ├── PrtJail_95.asset.meta │ │ │ ├── PrtJail_96.asset │ │ │ ├── PrtJail_96.asset.meta │ │ │ ├── PrtJail_97.asset │ │ │ ├── PrtJail_97.asset.meta │ │ │ ├── PrtJail_98.asset │ │ │ ├── PrtJail_98.asset.meta │ │ │ ├── PrtJail_99.asset │ │ │ └── PrtJail_99.asset.meta │ ├── Prefabs.meta │ ├── Prefabs │ │ ├── Enemies.meta │ │ ├── Enemies │ │ │ ├── Bat.meta │ │ │ └── Bat │ │ │ │ ├── BatAnimatorController.controller │ │ │ │ ├── BatAnimatorController.controller.meta │ │ │ │ ├── Idle.anim │ │ │ │ └── Idle.anim.meta │ │ ├── Player.meta │ │ └── Player │ │ │ ├── Fall.anim │ │ │ ├── Fall.anim.meta │ │ │ ├── FallLookingUp.anim │ │ │ ├── FallLookingUp.anim.meta │ │ │ ├── Idle.anim │ │ │ ├── Idle.anim.meta │ │ │ ├── IdleLookingDown.anim │ │ │ ├── IdleLookingDown.anim.meta │ │ │ ├── IdleLookingUp.anim │ │ │ ├── IdleLookingUp.anim.meta │ │ │ ├── Jump.anim │ │ │ ├── Jump.anim.meta │ │ │ ├── JumpLookingUp.anim │ │ │ ├── JumpLookingUp.anim.meta │ │ │ ├── Player.prefab │ │ │ ├── Player.prefab.meta │ │ │ ├── PlayerAnimatorController.controller │ │ │ ├── PlayerAnimatorController.controller.meta │ │ │ ├── Run.anim │ │ │ ├── Run.anim.meta │ │ │ ├── RunLookingUp.anim │ │ │ └── RunLookingUp.anim.meta │ ├── Scenes.meta │ ├── Scenes │ │ ├── SampleScene.unity │ │ └── SampleScene.unity.meta │ ├── Scripts.meta │ ├── Scripts │ │ ├── AI.meta │ │ ├── AI │ │ │ ├── BatBehaviour.cs │ │ │ └── BatBehaviour.cs.meta │ │ ├── Camera.meta │ │ ├── Camera │ │ │ ├── CameraBehaviour.cs │ │ │ ├── CameraBehaviour.cs.meta │ │ │ ├── CameraTargetBehaviour.cs │ │ │ ├── CameraTargetBehaviour.cs.meta │ │ │ ├── Editor.meta │ │ │ ├── Editor │ │ │ │ ├── PixelPerfectMainCameraEditor.cs │ │ │ │ └── PixelPerfectMainCameraEditor.cs.meta │ │ │ ├── PixelPerfectMainCamera.cs │ │ │ ├── PixelPerfectMainCamera.cs.meta │ │ │ ├── RenderTextureToScreen.cs │ │ │ └── RenderTextureToScreen.cs.meta │ │ ├── Guns.meta │ │ ├── Guns │ │ │ ├── Gun.cs │ │ │ ├── Gun.cs.meta │ │ │ ├── GunController.cs │ │ │ └── GunController.cs.meta │ │ ├── Misc.meta │ │ ├── Misc │ │ │ ├── General.cs │ │ │ └── General.cs.meta │ │ ├── Player.meta │ │ ├── Player │ │ │ ├── Controller2D.cs │ │ │ ├── Controller2D.cs.meta │ │ │ ├── Player.cs │ │ │ └── Player.cs.meta │ │ ├── Shaders.meta │ │ ├── Shaders │ │ │ ├── ScrollingShader.meta │ │ │ └── ScrollingShader │ │ │ │ ├── MoonBackgroundScroller.tif │ │ │ │ ├── MoonBackgroundScroller.tif.meta │ │ │ │ ├── ScrollingMaterial.mat │ │ │ │ ├── ScrollingMaterial.mat.meta │ │ │ │ ├── ScrollingShader.shader │ │ │ │ └── ScrollingShader.shader.meta │ │ ├── World.meta │ │ └── World │ │ │ ├── ContactHazard.cs │ │ │ └── ContactHazard.cs.meta │ ├── Textures.meta │ └── Textures │ │ ├── RenderTextures.meta │ │ ├── RenderTextures │ │ ├── PixelPerfectRenderTexture.renderTexture │ │ └── PixelPerfectRenderTexture.renderTexture.meta │ │ ├── Sprites.meta │ │ └── Sprites │ │ ├── Backgrounds.meta │ │ ├── Backgrounds │ │ ├── bk0.png │ │ ├── bk0.png.meta │ │ ├── bkBlack.png │ │ ├── bkBlack.png.meta │ │ ├── bkBlue.png │ │ ├── bkBlue.png.meta │ │ ├── bkFall.png │ │ ├── bkFall.png.meta │ │ ├── bkFog.png │ │ ├── bkFog.png.meta │ │ ├── bkGard.png │ │ ├── bkGard.png.meta │ │ ├── bkGray.png │ │ ├── bkGray.png.meta │ │ ├── bkGreen.png │ │ ├── bkGreen.png.meta │ │ ├── bkMaze.png │ │ ├── bkMaze.png.meta │ │ ├── bkMoon.png │ │ ├── bkMoon.png.meta │ │ ├── bkRed.png │ │ ├── bkRed.png.meta │ │ ├── bkWater.png │ │ └── bkWater.png.meta │ │ ├── Credits.meta │ │ ├── Credits │ │ ├── .DS_Store │ │ ├── CREDIT01.png │ │ ├── CREDIT01.png.meta │ │ ├── CREDIT02.png │ │ ├── CREDIT02.png.meta │ │ ├── CREDIT03.png │ │ ├── CREDIT03.png.meta │ │ ├── CREDIT04.png │ │ ├── CREDIT04.png.meta │ │ ├── CREDIT05.png │ │ ├── CREDIT05.png.meta │ │ ├── CREDIT06.png │ │ ├── CREDIT06.png.meta │ │ ├── CREDIT07.png │ │ ├── CREDIT07.png.meta │ │ ├── CREDIT08.png │ │ ├── CREDIT08.png.meta │ │ ├── CREDIT09.png │ │ ├── CREDIT09.png.meta │ │ ├── CREDIT10.png │ │ ├── CREDIT10.png.meta │ │ ├── CREDIT11.png │ │ ├── CREDIT11.png.meta │ │ ├── CREDIT12.png │ │ ├── CREDIT12.png.meta │ │ ├── CREDIT14.png │ │ ├── CREDIT14.png.meta │ │ ├── CREDIT15.png │ │ ├── CREDIT15.png.meta │ │ ├── CREDIT16.png │ │ ├── CREDIT16.png.meta │ │ ├── CREDIT17.png │ │ ├── CREDIT17.png.meta │ │ ├── CREDIT18.png │ │ └── CREDIT18.png.meta │ │ ├── Maps.meta │ │ ├── Maps │ │ ├── .DS_Store │ │ ├── Prt0.png │ │ ├── Prt0.png.meta │ │ ├── PrtAlmond.png │ │ ├── PrtAlmond.png.meta │ │ ├── PrtBarr.png │ │ ├── PrtBarr.png.meta │ │ ├── PrtCave.png │ │ ├── PrtCave.png.meta │ │ ├── PrtCent.png │ │ ├── PrtCent.png.meta │ │ ├── PrtEggIn.png │ │ ├── PrtEggIn.png.meta │ │ ├── PrtEggX.png │ │ ├── PrtEggX.png.meta │ │ ├── PrtEggs.png │ │ ├── PrtEggs.png.meta │ │ ├── PrtFall.png │ │ ├── PrtFall.png.meta │ │ ├── PrtGard.png │ │ ├── PrtGard.png.meta │ │ ├── PrtHell.png │ │ ├── PrtHell.png.meta │ │ ├── PrtJail.png │ │ ├── PrtJail.png.meta │ │ ├── PrtLabo.png │ │ ├── PrtLabo.png.meta │ │ ├── PrtMaze.png │ │ ├── PrtMaze.png.meta │ │ ├── PrtMimi.png │ │ ├── PrtMimi.png.meta │ │ ├── PrtOside.png │ │ ├── PrtOside.png.meta │ │ ├── PrtPens.png │ │ ├── PrtPens.png.meta │ │ ├── PrtRiver.png │ │ ├── PrtRiver.png.meta │ │ ├── PrtSand.png │ │ ├── PrtSand.png.meta │ │ ├── PrtStore.png │ │ ├── PrtStore.png.meta │ │ ├── PrtWeed.png │ │ ├── PrtWeed.png.meta │ │ ├── PrtWhite.png │ │ └── PrtWhite.png.meta │ │ ├── NPC.meta │ │ ├── NPC │ │ ├── Npc0.png │ │ ├── Npc0.png.meta │ │ ├── NpcAlmo1.png │ │ ├── NpcAlmo1.png.meta │ │ ├── NpcAlmo2.png │ │ ├── NpcAlmo2.png.meta │ │ ├── NpcBallos.png │ │ ├── NpcBallos.png.meta │ │ ├── NpcBllg.png │ │ ├── NpcBllg.png.meta │ │ ├── NpcCemet.png │ │ ├── NpcCemet.png.meta │ │ ├── NpcCent.png │ │ ├── NpcCent.png.meta │ │ ├── NpcCurly.png │ │ ├── NpcCurly.png.meta │ │ ├── NpcDark.png │ │ ├── NpcDark.png.meta │ │ ├── NpcDr.png │ │ ├── NpcDr.png.meta │ │ ├── NpcEggs1.png │ │ ├── NpcEggs1.png.meta │ │ ├── NpcEggs2.png │ │ ├── NpcEggs2.png.meta │ │ ├── NpcFrog.png │ │ ├── NpcFrog.png.meta │ │ ├── NpcGuest.png │ │ ├── NpcGuest.png.meta │ │ ├── NpcHell.png │ │ ├── NpcHell.png.meta │ │ ├── NpcHeri.png │ │ ├── NpcHeri.png.meta │ │ ├── NpcIronH.png │ │ ├── NpcIronH.png.meta │ │ ├── NpcIsland.png │ │ ├── NpcIsland.png.meta │ │ ├── NpcKings.png │ │ ├── NpcKings.png.meta │ │ ├── NpcMaze.png │ │ ├── NpcMaze.png.meta │ │ ├── NpcMiza.png │ │ ├── NpcMiza.png.meta │ │ ├── NpcMoon.png │ │ ├── NpcMoon.png.meta │ │ ├── NpcOmg.png │ │ ├── NpcOmg.png.meta │ │ ├── NpcPlant.png │ │ ├── NpcPlant.png.meta │ │ ├── NpcPress.png │ │ ├── NpcPress.png.meta │ │ ├── NpcPriest.png │ │ ├── NpcPriest.png.meta │ │ ├── NpcRavil.png │ │ ├── NpcRavil.png.meta │ │ ├── NpcRed.png │ │ ├── NpcRed.png.meta │ │ ├── NpcRegu.png │ │ ├── NpcRegu.png.meta │ │ ├── NpcSand.png │ │ ├── NpcSand.png.meta │ │ ├── NpcStream.png │ │ ├── NpcStream.png.meta │ │ ├── NpcSym.png │ │ ├── NpcSym.png.meta │ │ ├── NpcToro.png │ │ ├── NpcToro.png.meta │ │ ├── NpcTwinD.png │ │ ├── NpcTwinD.png.meta │ │ ├── NpcWeed.png │ │ ├── NpcWeed.png.meta │ │ ├── NpcX.png │ │ └── NpcX.png.meta │ │ ├── Others.meta │ │ ├── Others │ │ ├── .DS_Store │ │ ├── cavestoryIcon.png │ │ └── cavestoryIcon.png.meta │ │ ├── Player.meta │ │ ├── Player │ │ ├── MyChar.png │ │ └── MyChar.png.meta │ │ ├── UI.meta │ │ ├── UI │ │ ├── ArmsImage.png │ │ ├── ArmsImage.png.meta │ │ ├── Face.png │ │ ├── Face.png.meta │ │ ├── Fade.png │ │ ├── Fade.png.meta │ │ ├── ItemImage.png │ │ ├── ItemImage.png.meta │ │ ├── Loading.png │ │ ├── Loading.png.meta │ │ ├── PIXEL.png │ │ ├── PIXEL.png.meta │ │ ├── StageImage.png │ │ ├── StageImage.png.meta │ │ ├── TextBox.png │ │ ├── TextBox.png.meta │ │ ├── Title.png │ │ ├── Title.png.meta │ │ ├── casts.png │ │ └── casts.png.meta │ │ ├── Weapons.meta │ │ └── Weapons │ │ ├── Arms.png │ │ ├── Arms.png.meta │ │ ├── Bullet.png │ │ ├── Bullet.png.meta │ │ ├── Caret.png │ │ └── Caret.png.meta ├── Packages │ └── manifest.json └── ProjectSettings │ ├── AudioManager.asset │ ├── ClusterInputManager.asset │ ├── DynamicsManager.asset │ ├── EditorBuildSettings.asset │ ├── EditorSettings.asset │ ├── GraphicsSettings.asset │ ├── InputManager.asset │ ├── NavMeshAreas.asset │ ├── NetworkManager.asset │ ├── Physics2DSettings.asset │ ├── PresetManager.asset │ ├── ProjectSettings.asset │ ├── ProjectVersion.txt │ ├── QualitySettings.asset │ ├── TagManager.asset │ ├── TimeManager.asset │ └── UnityConnectSettings.asset ├── CaveStoryTutorial E07 ├── Assets │ ├── Data.meta │ ├── Data │ │ ├── Guns.meta │ │ ├── Guns │ │ │ ├── MissileLauncher.asset │ │ │ ├── MissileLauncher.asset.meta │ │ │ ├── PolarStar.asset │ │ │ └── PolarStar.asset.meta │ │ ├── Maps.meta │ │ └── Maps │ │ │ ├── Palettes.meta │ │ │ ├── Palettes │ │ │ ├── CavePalette.prefab │ │ │ └── CavePalette.prefab.meta │ │ │ ├── Tilesets.meta │ │ │ └── Tilesets │ │ │ ├── PrtCave.meta │ │ │ ├── PrtCave │ │ │ ├── PrtCave_0.asset │ │ │ ├── PrtCave_0.asset.meta │ │ │ ├── PrtCave_1.asset │ │ │ ├── PrtCave_1.asset.meta │ │ │ ├── PrtCave_10.asset │ │ │ ├── PrtCave_10.asset.meta │ │ │ ├── PrtCave_11.asset │ │ │ ├── PrtCave_11.asset.meta │ │ │ ├── PrtCave_12.asset │ │ │ ├── PrtCave_12.asset.meta │ │ │ ├── PrtCave_13.asset │ │ │ ├── PrtCave_13.asset.meta │ │ │ ├── PrtCave_14.asset │ │ │ ├── PrtCave_14.asset.meta │ │ │ ├── PrtCave_15.asset │ │ │ ├── PrtCave_15.asset.meta │ │ │ ├── PrtCave_16.asset │ │ │ ├── PrtCave_16.asset.meta │ │ │ ├── PrtCave_17.asset │ │ │ ├── PrtCave_17.asset.meta │ │ │ ├── PrtCave_18.asset │ │ │ ├── PrtCave_18.asset.meta │ │ │ ├── PrtCave_19.asset │ │ │ ├── PrtCave_19.asset.meta │ │ │ ├── PrtCave_2.asset │ │ │ ├── PrtCave_2.asset.meta │ │ │ ├── PrtCave_20.asset │ │ │ ├── PrtCave_20.asset.meta │ │ │ ├── PrtCave_21.asset │ │ │ ├── PrtCave_21.asset.meta │ │ │ ├── PrtCave_22.asset │ │ │ ├── PrtCave_22.asset.meta │ │ │ ├── PrtCave_23.asset │ │ │ ├── PrtCave_23.asset.meta │ │ │ ├── PrtCave_24.asset │ │ │ ├── PrtCave_24.asset.meta │ │ │ ├── PrtCave_25.asset │ │ │ ├── PrtCave_25.asset.meta │ │ │ ├── PrtCave_26.asset │ │ │ ├── PrtCave_26.asset.meta │ │ │ ├── PrtCave_27.asset │ │ │ ├── PrtCave_27.asset.meta │ │ │ ├── PrtCave_28.asset │ │ │ ├── PrtCave_28.asset.meta │ │ │ ├── PrtCave_29.asset │ │ │ ├── PrtCave_29.asset.meta │ │ │ ├── PrtCave_3.asset │ │ │ ├── PrtCave_3.asset.meta │ │ │ ├── PrtCave_30.asset │ │ │ ├── PrtCave_30.asset.meta │ │ │ ├── PrtCave_31.asset │ │ │ ├── PrtCave_31.asset.meta │ │ │ ├── PrtCave_32.asset │ │ │ ├── PrtCave_32.asset.meta │ │ │ ├── PrtCave_33.asset │ │ │ ├── PrtCave_33.asset.meta │ │ │ ├── PrtCave_34.asset │ │ │ ├── PrtCave_34.asset.meta │ │ │ ├── PrtCave_35.asset │ │ │ ├── PrtCave_35.asset.meta │ │ │ ├── PrtCave_36.asset │ │ │ ├── PrtCave_36.asset.meta │ │ │ ├── PrtCave_37.asset │ │ │ ├── PrtCave_37.asset.meta │ │ │ ├── PrtCave_38.asset │ │ │ ├── PrtCave_38.asset.meta │ │ │ ├── PrtCave_39.asset │ │ │ ├── PrtCave_39.asset.meta │ │ │ ├── PrtCave_4.asset │ │ │ ├── PrtCave_4.asset.meta │ │ │ ├── PrtCave_40.asset │ │ │ ├── PrtCave_40.asset.meta │ │ │ ├── PrtCave_41.asset │ │ │ ├── PrtCave_41.asset.meta │ │ │ ├── PrtCave_42.asset │ │ │ ├── PrtCave_42.asset.meta │ │ │ ├── PrtCave_43.asset │ │ │ ├── PrtCave_43.asset.meta │ │ │ ├── PrtCave_44.asset │ │ │ ├── PrtCave_44.asset.meta │ │ │ ├── PrtCave_45.asset │ │ │ ├── PrtCave_45.asset.meta │ │ │ ├── PrtCave_46.asset │ │ │ ├── PrtCave_46.asset.meta │ │ │ ├── PrtCave_47.asset │ │ │ ├── PrtCave_47.asset.meta │ │ │ ├── PrtCave_48.asset │ │ │ ├── PrtCave_48.asset.meta │ │ │ ├── PrtCave_49.asset │ │ │ ├── PrtCave_49.asset.meta │ │ │ ├── PrtCave_5.asset │ │ │ ├── PrtCave_5.asset.meta │ │ │ ├── PrtCave_50.asset │ │ │ ├── PrtCave_50.asset.meta │ │ │ ├── PrtCave_51.asset │ │ │ ├── PrtCave_51.asset.meta │ │ │ ├── PrtCave_52.asset │ │ │ ├── PrtCave_52.asset.meta │ │ │ ├── PrtCave_53.asset │ │ │ ├── PrtCave_53.asset.meta │ │ │ ├── PrtCave_54.asset │ │ │ ├── PrtCave_54.asset.meta │ │ │ ├── PrtCave_55.asset │ │ │ ├── PrtCave_55.asset.meta │ │ │ ├── PrtCave_56.asset │ │ │ ├── PrtCave_56.asset.meta │ │ │ ├── PrtCave_57.asset │ │ │ ├── PrtCave_57.asset.meta │ │ │ ├── PrtCave_58.asset │ │ │ ├── PrtCave_58.asset.meta │ │ │ ├── PrtCave_59.asset │ │ │ ├── PrtCave_59.asset.meta │ │ │ ├── PrtCave_6.asset │ │ │ ├── PrtCave_6.asset.meta │ │ │ ├── PrtCave_60.asset │ │ │ ├── PrtCave_60.asset.meta │ │ │ ├── PrtCave_61.asset │ │ │ ├── PrtCave_61.asset.meta │ │ │ ├── PrtCave_62.asset │ │ │ ├── PrtCave_62.asset.meta │ │ │ ├── PrtCave_63.asset │ │ │ ├── PrtCave_63.asset.meta │ │ │ ├── PrtCave_64.asset │ │ │ ├── PrtCave_64.asset.meta │ │ │ ├── PrtCave_65.asset │ │ │ ├── PrtCave_65.asset.meta │ │ │ ├── PrtCave_66.asset │ │ │ ├── PrtCave_66.asset.meta │ │ │ ├── PrtCave_67.asset │ │ │ ├── PrtCave_67.asset.meta │ │ │ ├── PrtCave_68.asset │ │ │ ├── PrtCave_68.asset.meta │ │ │ ├── PrtCave_69.asset │ │ │ ├── PrtCave_69.asset.meta │ │ │ ├── PrtCave_7.asset │ │ │ ├── PrtCave_7.asset.meta │ │ │ ├── PrtCave_70.asset │ │ │ ├── PrtCave_70.asset.meta │ │ │ ├── PrtCave_71.asset │ │ │ ├── PrtCave_71.asset.meta │ │ │ ├── PrtCave_72.asset │ │ │ ├── PrtCave_72.asset.meta │ │ │ ├── PrtCave_8.asset │ │ │ ├── PrtCave_8.asset.meta │ │ │ ├── PrtCave_9.asset │ │ │ └── PrtCave_9.asset.meta │ │ │ ├── PrtJail.meta │ │ │ └── PrtJail │ │ │ ├── PrtJail_0.asset │ │ │ ├── PrtJail_0.asset.meta │ │ │ ├── PrtJail_1.asset │ │ │ ├── PrtJail_1.asset.meta │ │ │ ├── PrtJail_10.asset │ │ │ ├── PrtJail_10.asset.meta │ │ │ ├── PrtJail_100.asset │ │ │ ├── PrtJail_100.asset.meta │ │ │ ├── PrtJail_101.asset │ │ │ ├── PrtJail_101.asset.meta │ │ │ ├── PrtJail_102.asset │ │ │ ├── PrtJail_102.asset.meta │ │ │ ├── PrtJail_103.asset │ │ │ ├── PrtJail_103.asset.meta │ │ │ ├── PrtJail_104.asset │ │ │ ├── PrtJail_104.asset.meta │ │ │ ├── PrtJail_105.asset │ │ │ ├── PrtJail_105.asset.meta │ │ │ ├── PrtJail_106.asset │ │ │ ├── PrtJail_106.asset.meta │ │ │ ├── PrtJail_107.asset │ │ │ ├── PrtJail_107.asset.meta │ │ │ ├── PrtJail_108.asset │ │ │ ├── PrtJail_108.asset.meta │ │ │ ├── PrtJail_109.asset │ │ │ ├── PrtJail_109.asset.meta │ │ │ ├── PrtJail_11.asset │ │ │ ├── PrtJail_11.asset.meta │ │ │ ├── PrtJail_110.asset │ │ │ ├── PrtJail_110.asset.meta │ │ │ ├── PrtJail_12.asset │ │ │ ├── PrtJail_12.asset.meta │ │ │ ├── PrtJail_13.asset │ │ │ ├── PrtJail_13.asset.meta │ │ │ ├── PrtJail_14.asset │ │ │ ├── PrtJail_14.asset.meta │ │ │ ├── PrtJail_15.asset │ │ │ ├── PrtJail_15.asset.meta │ │ │ ├── PrtJail_16.asset │ │ │ ├── PrtJail_16.asset.meta │ │ │ ├── PrtJail_17.asset │ │ │ ├── PrtJail_17.asset.meta │ │ │ ├── PrtJail_18.asset │ │ │ ├── PrtJail_18.asset.meta │ │ │ ├── PrtJail_19.asset │ │ │ ├── PrtJail_19.asset.meta │ │ │ ├── PrtJail_2.asset │ │ │ ├── PrtJail_2.asset.meta │ │ │ ├── PrtJail_20.asset │ │ │ ├── PrtJail_20.asset.meta │ │ │ ├── PrtJail_21.asset │ │ │ ├── PrtJail_21.asset.meta │ │ │ ├── PrtJail_22.asset │ │ │ ├── PrtJail_22.asset.meta │ │ │ ├── PrtJail_23.asset │ │ │ ├── PrtJail_23.asset.meta │ │ │ ├── PrtJail_24.asset │ │ │ ├── PrtJail_24.asset.meta │ │ │ ├── PrtJail_25.asset │ │ │ ├── PrtJail_25.asset.meta │ │ │ ├── PrtJail_26.asset │ │ │ ├── PrtJail_26.asset.meta │ │ │ ├── PrtJail_27.asset │ │ │ ├── PrtJail_27.asset.meta │ │ │ ├── PrtJail_28.asset │ │ │ ├── PrtJail_28.asset.meta │ │ │ ├── PrtJail_29.asset │ │ │ ├── PrtJail_29.asset.meta │ │ │ ├── PrtJail_3.asset │ │ │ ├── PrtJail_3.asset.meta │ │ │ ├── PrtJail_30.asset │ │ │ ├── PrtJail_30.asset.meta │ │ │ ├── PrtJail_31.asset │ │ │ ├── PrtJail_31.asset.meta │ │ │ ├── PrtJail_32.asset │ │ │ ├── PrtJail_32.asset.meta │ │ │ ├── PrtJail_33.asset │ │ │ ├── PrtJail_33.asset.meta │ │ │ ├── PrtJail_34.asset │ │ │ ├── PrtJail_34.asset.meta │ │ │ ├── PrtJail_35.asset │ │ │ ├── PrtJail_35.asset.meta │ │ │ ├── PrtJail_36.asset │ │ │ ├── PrtJail_36.asset.meta │ │ │ ├── PrtJail_37.asset │ │ │ ├── PrtJail_37.asset.meta │ │ │ ├── PrtJail_38.asset │ │ │ ├── PrtJail_38.asset.meta │ │ │ ├── PrtJail_39.asset │ │ │ ├── PrtJail_39.asset.meta │ │ │ ├── PrtJail_4.asset │ │ │ ├── PrtJail_4.asset.meta │ │ │ ├── PrtJail_40.asset │ │ │ ├── PrtJail_40.asset.meta │ │ │ ├── PrtJail_41.asset │ │ │ ├── PrtJail_41.asset.meta │ │ │ ├── PrtJail_42.asset │ │ │ ├── PrtJail_42.asset.meta │ │ │ ├── PrtJail_43.asset │ │ │ ├── PrtJail_43.asset.meta │ │ │ ├── PrtJail_44.asset │ │ │ ├── PrtJail_44.asset.meta │ │ │ ├── PrtJail_45.asset │ │ │ ├── PrtJail_45.asset.meta │ │ │ ├── PrtJail_46.asset │ │ │ ├── PrtJail_46.asset.meta │ │ │ ├── PrtJail_47.asset │ │ │ ├── PrtJail_47.asset.meta │ │ │ ├── PrtJail_48.asset │ │ │ ├── PrtJail_48.asset.meta │ │ │ ├── PrtJail_49.asset │ │ │ ├── PrtJail_49.asset.meta │ │ │ ├── PrtJail_5.asset │ │ │ ├── PrtJail_5.asset.meta │ │ │ ├── PrtJail_50.asset │ │ │ ├── PrtJail_50.asset.meta │ │ │ ├── PrtJail_51.asset │ │ │ ├── PrtJail_51.asset.meta │ │ │ ├── PrtJail_52.asset │ │ │ ├── PrtJail_52.asset.meta │ │ │ ├── PrtJail_53.asset │ │ │ ├── PrtJail_53.asset.meta │ │ │ ├── PrtJail_54.asset │ │ │ ├── PrtJail_54.asset.meta │ │ │ ├── PrtJail_55.asset │ │ │ ├── PrtJail_55.asset.meta │ │ │ ├── PrtJail_56.asset │ │ │ ├── PrtJail_56.asset.meta │ │ │ ├── PrtJail_57.asset │ │ │ ├── PrtJail_57.asset.meta │ │ │ ├── PrtJail_58.asset │ │ │ ├── PrtJail_58.asset.meta │ │ │ ├── PrtJail_59.asset │ │ │ ├── PrtJail_59.asset.meta │ │ │ ├── PrtJail_6.asset │ │ │ ├── PrtJail_6.asset.meta │ │ │ ├── PrtJail_60.asset │ │ │ ├── PrtJail_60.asset.meta │ │ │ ├── PrtJail_61.asset │ │ │ ├── PrtJail_61.asset.meta │ │ │ ├── PrtJail_62.asset │ │ │ ├── PrtJail_62.asset.meta │ │ │ ├── PrtJail_63.asset │ │ │ ├── PrtJail_63.asset.meta │ │ │ ├── PrtJail_64.asset │ │ │ ├── PrtJail_64.asset.meta │ │ │ ├── PrtJail_65.asset │ │ │ ├── PrtJail_65.asset.meta │ │ │ ├── PrtJail_66.asset │ │ │ ├── PrtJail_66.asset.meta │ │ │ ├── PrtJail_67.asset │ │ │ ├── PrtJail_67.asset.meta │ │ │ ├── PrtJail_68.asset │ │ │ ├── PrtJail_68.asset.meta │ │ │ ├── PrtJail_69.asset │ │ │ ├── PrtJail_69.asset.meta │ │ │ ├── PrtJail_7.asset │ │ │ ├── PrtJail_7.asset.meta │ │ │ ├── PrtJail_70.asset │ │ │ ├── PrtJail_70.asset.meta │ │ │ ├── PrtJail_71.asset │ │ │ ├── PrtJail_71.asset.meta │ │ │ ├── PrtJail_72.asset │ │ │ ├── PrtJail_72.asset.meta │ │ │ ├── PrtJail_73.asset │ │ │ ├── PrtJail_73.asset.meta │ │ │ ├── PrtJail_74.asset │ │ │ ├── PrtJail_74.asset.meta │ │ │ ├── PrtJail_75.asset │ │ │ ├── PrtJail_75.asset.meta │ │ │ ├── PrtJail_76.asset │ │ │ ├── PrtJail_76.asset.meta │ │ │ ├── PrtJail_77.asset │ │ │ ├── PrtJail_77.asset.meta │ │ │ ├── PrtJail_78.asset │ │ │ ├── PrtJail_78.asset.meta │ │ │ ├── PrtJail_79.asset │ │ │ ├── PrtJail_79.asset.meta │ │ │ ├── PrtJail_8.asset │ │ │ ├── PrtJail_8.asset.meta │ │ │ ├── PrtJail_80.asset │ │ │ ├── PrtJail_80.asset.meta │ │ │ ├── PrtJail_81.asset │ │ │ ├── PrtJail_81.asset.meta │ │ │ ├── PrtJail_82.asset │ │ │ ├── PrtJail_82.asset.meta │ │ │ ├── PrtJail_83.asset │ │ │ ├── PrtJail_83.asset.meta │ │ │ ├── PrtJail_84.asset │ │ │ ├── PrtJail_84.asset.meta │ │ │ ├── PrtJail_85.asset │ │ │ ├── PrtJail_85.asset.meta │ │ │ ├── PrtJail_86.asset │ │ │ ├── PrtJail_86.asset.meta │ │ │ ├── PrtJail_87.asset │ │ │ ├── PrtJail_87.asset.meta │ │ │ ├── PrtJail_88.asset │ │ │ ├── PrtJail_88.asset.meta │ │ │ ├── PrtJail_89.asset │ │ │ ├── PrtJail_89.asset.meta │ │ │ ├── PrtJail_9.asset │ │ │ ├── PrtJail_9.asset.meta │ │ │ ├── PrtJail_90.asset │ │ │ ├── PrtJail_90.asset.meta │ │ │ ├── PrtJail_91.asset │ │ │ ├── PrtJail_91.asset.meta │ │ │ ├── PrtJail_92.asset │ │ │ ├── PrtJail_92.asset.meta │ │ │ ├── PrtJail_93.asset │ │ │ ├── PrtJail_93.asset.meta │ │ │ ├── PrtJail_94.asset │ │ │ ├── PrtJail_94.asset.meta │ │ │ ├── PrtJail_95.asset │ │ │ ├── PrtJail_95.asset.meta │ │ │ ├── PrtJail_96.asset │ │ │ ├── PrtJail_96.asset.meta │ │ │ ├── PrtJail_97.asset │ │ │ ├── PrtJail_97.asset.meta │ │ │ ├── PrtJail_98.asset │ │ │ ├── PrtJail_98.asset.meta │ │ │ ├── PrtJail_99.asset │ │ │ └── PrtJail_99.asset.meta │ ├── Prefabs.meta │ ├── Prefabs │ │ ├── Enemies.meta │ │ ├── Enemies │ │ │ ├── Bat.meta │ │ │ └── Bat │ │ │ │ ├── BatAnimatorController.controller │ │ │ │ ├── BatAnimatorController.controller.meta │ │ │ │ ├── Idle.anim │ │ │ │ └── Idle.anim.meta │ │ ├── Particles.meta │ │ ├── Particles │ │ │ ├── BloodParticles.prefab │ │ │ ├── BloodParticles.prefab.meta │ │ │ ├── SurfaceHitParticles.prefab │ │ │ └── SurfaceHitParticles.prefab.meta │ │ ├── Player.meta │ │ ├── Player │ │ │ ├── Fall.anim │ │ │ ├── Fall.anim.meta │ │ │ ├── FallLookingUp.anim │ │ │ ├── FallLookingUp.anim.meta │ │ │ ├── Idle.anim │ │ │ ├── Idle.anim.meta │ │ │ ├── IdleLookingDown.anim │ │ │ ├── IdleLookingDown.anim.meta │ │ │ ├── IdleLookingUp.anim │ │ │ ├── IdleLookingUp.anim.meta │ │ │ ├── Jump.anim │ │ │ ├── Jump.anim.meta │ │ │ ├── JumpLookingUp.anim │ │ │ ├── JumpLookingUp.anim.meta │ │ │ ├── Player.prefab │ │ │ ├── Player.prefab.meta │ │ │ ├── PlayerAnimatorController.controller │ │ │ ├── PlayerAnimatorController.controller.meta │ │ │ ├── Run.anim │ │ │ ├── Run.anim.meta │ │ │ ├── RunLookingUp.anim │ │ │ └── RunLookingUp.anim.meta │ │ ├── Projectiles.meta │ │ └── Projectiles │ │ │ ├── PolarStar.meta │ │ │ └── PolarStar │ │ │ ├── PolarStarBullet_01.prefab │ │ │ └── PolarStarBullet_01.prefab.meta │ ├── Scenes.meta │ ├── Scenes │ │ ├── SampleScene.unity │ │ └── SampleScene.unity.meta │ ├── Scripts.meta │ ├── Scripts │ │ ├── AI.meta │ │ ├── AI │ │ │ ├── BatBehaviour.cs │ │ │ └── BatBehaviour.cs.meta │ │ ├── Camera.meta │ │ ├── Camera │ │ │ ├── CameraBehaviour.cs │ │ │ ├── CameraBehaviour.cs.meta │ │ │ ├── CameraTargetBehaviour.cs │ │ │ ├── CameraTargetBehaviour.cs.meta │ │ │ ├── Editor.meta │ │ │ ├── Editor │ │ │ │ ├── PixelPerfectMainCameraEditor.cs │ │ │ │ └── PixelPerfectMainCameraEditor.cs.meta │ │ │ ├── PixelPerfectMainCamera.cs │ │ │ ├── PixelPerfectMainCamera.cs.meta │ │ │ ├── RenderTextureToScreen.cs │ │ │ └── RenderTextureToScreen.cs.meta │ │ ├── Guns.meta │ │ ├── Guns │ │ │ ├── Gun.cs │ │ │ ├── Gun.cs.meta │ │ │ ├── GunController.cs │ │ │ ├── GunController.cs.meta │ │ │ ├── IShootable.cs │ │ │ ├── IShootable.cs.meta │ │ │ ├── Projectile.cs │ │ │ └── Projectile.cs.meta │ │ ├── Misc.meta │ │ ├── Misc │ │ │ ├── General.cs │ │ │ └── General.cs.meta │ │ ├── Player.meta │ │ ├── Player │ │ │ ├── Controller2D.cs │ │ │ ├── Controller2D.cs.meta │ │ │ ├── Player.cs │ │ │ └── Player.cs.meta │ │ ├── Shaders.meta │ │ ├── Shaders │ │ │ ├── ScrollingShader.meta │ │ │ └── ScrollingShader │ │ │ │ ├── MoonBackgroundScroller.tif │ │ │ │ ├── MoonBackgroundScroller.tif.meta │ │ │ │ ├── ScrollingMaterial.mat │ │ │ │ ├── ScrollingMaterial.mat.meta │ │ │ │ ├── ScrollingShader.shader │ │ │ │ └── ScrollingShader.shader.meta │ │ ├── World.meta │ │ └── World │ │ │ ├── ContactHazard.cs │ │ │ ├── ContactHazard.cs.meta │ │ │ ├── IHittable.cs │ │ │ ├── IHittable.cs.meta │ │ │ ├── Surface.cs │ │ │ └── Surface.cs.meta │ ├── Textures.meta │ └── Textures │ │ ├── RenderTextures.meta │ │ ├── RenderTextures │ │ ├── PixelPerfectRenderTexture.renderTexture │ │ └── PixelPerfectRenderTexture.renderTexture.meta │ │ ├── Sprites.meta │ │ └── Sprites │ │ ├── Backgrounds.meta │ │ ├── Backgrounds │ │ ├── bk0.png │ │ ├── bk0.png.meta │ │ ├── bkBlack.png │ │ ├── bkBlack.png.meta │ │ ├── bkBlue.png │ │ ├── bkBlue.png.meta │ │ ├── bkFall.png │ │ ├── bkFall.png.meta │ │ ├── bkFog.png │ │ ├── bkFog.png.meta │ │ ├── bkGard.png │ │ ├── bkGard.png.meta │ │ ├── bkGray.png │ │ ├── bkGray.png.meta │ │ ├── bkGreen.png │ │ ├── bkGreen.png.meta │ │ ├── bkMaze.png │ │ ├── bkMaze.png.meta │ │ ├── bkMoon.png │ │ ├── bkMoon.png.meta │ │ ├── bkRed.png │ │ ├── bkRed.png.meta │ │ ├── bkWater.png │ │ └── bkWater.png.meta │ │ ├── Credits.meta │ │ ├── Credits │ │ ├── .DS_Store │ │ ├── CREDIT01.png │ │ ├── CREDIT01.png.meta │ │ ├── CREDIT02.png │ │ ├── CREDIT02.png.meta │ │ ├── CREDIT03.png │ │ ├── CREDIT03.png.meta │ │ ├── CREDIT04.png │ │ ├── CREDIT04.png.meta │ │ ├── CREDIT05.png │ │ ├── CREDIT05.png.meta │ │ ├── CREDIT06.png │ │ ├── CREDIT06.png.meta │ │ ├── CREDIT07.png │ │ ├── CREDIT07.png.meta │ │ ├── CREDIT08.png │ │ ├── CREDIT08.png.meta │ │ ├── CREDIT09.png │ │ ├── CREDIT09.png.meta │ │ ├── CREDIT10.png │ │ ├── CREDIT10.png.meta │ │ ├── CREDIT11.png │ │ ├── CREDIT11.png.meta │ │ ├── CREDIT12.png │ │ ├── CREDIT12.png.meta │ │ ├── CREDIT14.png │ │ ├── CREDIT14.png.meta │ │ ├── CREDIT15.png │ │ ├── CREDIT15.png.meta │ │ ├── CREDIT16.png │ │ ├── CREDIT16.png.meta │ │ ├── CREDIT17.png │ │ ├── CREDIT17.png.meta │ │ ├── CREDIT18.png │ │ └── CREDIT18.png.meta │ │ ├── Maps.meta │ │ ├── Maps │ │ ├── .DS_Store │ │ ├── Prt0.png │ │ ├── Prt0.png.meta │ │ ├── PrtAlmond.png │ │ ├── PrtAlmond.png.meta │ │ ├── PrtBarr.png │ │ ├── PrtBarr.png.meta │ │ ├── PrtCave.png │ │ ├── PrtCave.png.meta │ │ ├── PrtCent.png │ │ ├── PrtCent.png.meta │ │ ├── PrtEggIn.png │ │ ├── PrtEggIn.png.meta │ │ ├── PrtEggX.png │ │ ├── PrtEggX.png.meta │ │ ├── PrtEggs.png │ │ ├── PrtEggs.png.meta │ │ ├── PrtFall.png │ │ ├── PrtFall.png.meta │ │ ├── PrtGard.png │ │ ├── PrtGard.png.meta │ │ ├── PrtHell.png │ │ ├── PrtHell.png.meta │ │ ├── PrtJail.png │ │ ├── PrtJail.png.meta │ │ ├── PrtLabo.png │ │ ├── PrtLabo.png.meta │ │ ├── PrtMaze.png │ │ ├── PrtMaze.png.meta │ │ ├── PrtMimi.png │ │ ├── PrtMimi.png.meta │ │ ├── PrtOside.png │ │ ├── PrtOside.png.meta │ │ ├── PrtPens.png │ │ ├── PrtPens.png.meta │ │ ├── PrtRiver.png │ │ ├── PrtRiver.png.meta │ │ ├── PrtSand.png │ │ ├── PrtSand.png.meta │ │ ├── PrtStore.png │ │ ├── PrtStore.png.meta │ │ ├── PrtWeed.png │ │ ├── PrtWeed.png.meta │ │ ├── PrtWhite.png │ │ └── PrtWhite.png.meta │ │ ├── NPC.meta │ │ ├── NPC │ │ ├── Npc0.png │ │ ├── Npc0.png.meta │ │ ├── NpcAlmo1.png │ │ ├── NpcAlmo1.png.meta │ │ ├── NpcAlmo2.png │ │ ├── NpcAlmo2.png.meta │ │ ├── NpcBallos.png │ │ ├── NpcBallos.png.meta │ │ ├── NpcBllg.png │ │ ├── NpcBllg.png.meta │ │ ├── NpcCemet.png │ │ ├── NpcCemet.png.meta │ │ ├── NpcCent.png │ │ ├── NpcCent.png.meta │ │ ├── NpcCurly.png │ │ ├── NpcCurly.png.meta │ │ ├── NpcDark.png │ │ ├── NpcDark.png.meta │ │ ├── NpcDr.png │ │ ├── NpcDr.png.meta │ │ ├── NpcEggs1.png │ │ ├── NpcEggs1.png.meta │ │ ├── NpcEggs2.png │ │ ├── NpcEggs2.png.meta │ │ ├── NpcFrog.png │ │ ├── NpcFrog.png.meta │ │ ├── NpcGuest.png │ │ ├── NpcGuest.png.meta │ │ ├── NpcHell.png │ │ ├── NpcHell.png.meta │ │ ├── NpcHeri.png │ │ ├── NpcHeri.png.meta │ │ ├── NpcIronH.png │ │ ├── NpcIronH.png.meta │ │ ├── NpcIsland.png │ │ ├── NpcIsland.png.meta │ │ ├── NpcKings.png │ │ ├── NpcKings.png.meta │ │ ├── NpcMaze.png │ │ ├── NpcMaze.png.meta │ │ ├── NpcMiza.png │ │ ├── NpcMiza.png.meta │ │ ├── NpcMoon.png │ │ ├── NpcMoon.png.meta │ │ ├── NpcOmg.png │ │ ├── NpcOmg.png.meta │ │ ├── NpcPlant.png │ │ ├── NpcPlant.png.meta │ │ ├── NpcPress.png │ │ ├── NpcPress.png.meta │ │ ├── NpcPriest.png │ │ ├── NpcPriest.png.meta │ │ ├── NpcRavil.png │ │ ├── NpcRavil.png.meta │ │ ├── NpcRed.png │ │ ├── NpcRed.png.meta │ │ ├── NpcRegu.png │ │ ├── NpcRegu.png.meta │ │ ├── NpcSand.png │ │ ├── NpcSand.png.meta │ │ ├── NpcStream.png │ │ ├── NpcStream.png.meta │ │ ├── NpcSym.png │ │ ├── NpcSym.png.meta │ │ ├── NpcToro.png │ │ ├── NpcToro.png.meta │ │ ├── NpcTwinD.png │ │ ├── NpcTwinD.png.meta │ │ ├── NpcWeed.png │ │ ├── NpcWeed.png.meta │ │ ├── NpcX.png │ │ └── NpcX.png.meta │ │ ├── Others.meta │ │ ├── Others │ │ ├── .DS_Store │ │ ├── cavestoryIcon.png │ │ └── cavestoryIcon.png.meta │ │ ├── Player.meta │ │ ├── Player │ │ ├── MyChar.png │ │ └── MyChar.png.meta │ │ ├── UI.meta │ │ ├── UI │ │ ├── ArmsImage.png │ │ ├── ArmsImage.png.meta │ │ ├── Face.png │ │ ├── Face.png.meta │ │ ├── Fade.png │ │ ├── Fade.png.meta │ │ ├── ItemImage.png │ │ ├── ItemImage.png.meta │ │ ├── Loading.png │ │ ├── Loading.png.meta │ │ ├── PIXEL.png │ │ ├── PIXEL.png.meta │ │ ├── StageImage.png │ │ ├── StageImage.png.meta │ │ ├── TextBox.png │ │ ├── TextBox.png.meta │ │ ├── Title.png │ │ ├── Title.png.meta │ │ ├── casts.png │ │ └── casts.png.meta │ │ ├── Weapons.meta │ │ └── Weapons │ │ ├── Arms.png │ │ ├── Arms.png.meta │ │ ├── Bullet.png │ │ ├── Bullet.png.meta │ │ ├── Caret.png │ │ └── Caret.png.meta ├── Packages │ └── manifest.json └── ProjectSettings │ ├── AudioManager.asset │ ├── ClusterInputManager.asset │ ├── DynamicsManager.asset │ ├── EditorBuildSettings.asset │ ├── EditorSettings.asset │ ├── GraphicsSettings.asset │ ├── InputManager.asset │ ├── NavMeshAreas.asset │ ├── NetworkManager.asset │ ├── Physics2DSettings.asset │ ├── PresetManager.asset │ ├── ProjectSettings.asset │ ├── ProjectVersion.txt │ ├── QualitySettings.asset │ ├── TagManager.asset │ ├── TimeManager.asset │ └── UnityConnectSettings.asset ├── CaveStoryTutorial E08 ├── Assets │ ├── Data.meta │ ├── Data │ │ ├── Guns.meta │ │ ├── Guns │ │ │ ├── Bubbler.asset │ │ │ ├── Bubbler.asset.meta │ │ │ ├── Fireball.asset │ │ │ ├── Fireball.asset.meta │ │ │ ├── MachineGun.asset │ │ │ ├── MachineGun.asset.meta │ │ │ ├── MissileLauncher.asset │ │ │ ├── MissileLauncher.asset.meta │ │ │ ├── Nemesis.asset │ │ │ ├── Nemesis.asset.meta │ │ │ ├── PolarStar.asset │ │ │ ├── PolarStar.asset.meta │ │ │ ├── Snake.asset │ │ │ └── Snake.asset.meta │ │ ├── Maps.meta │ │ └── Maps │ │ │ ├── Palettes.meta │ │ │ ├── Palettes │ │ │ ├── CavePalette.prefab │ │ │ └── CavePalette.prefab.meta │ │ │ ├── Tilesets.meta │ │ │ └── Tilesets │ │ │ ├── PrtCave.meta │ │ │ ├── PrtCave │ │ │ ├── PrtCave_0.asset │ │ │ ├── PrtCave_0.asset.meta │ │ │ ├── PrtCave_1.asset │ │ │ ├── PrtCave_1.asset.meta │ │ │ ├── PrtCave_10.asset │ │ │ ├── PrtCave_10.asset.meta │ │ │ ├── PrtCave_11.asset │ │ │ ├── PrtCave_11.asset.meta │ │ │ ├── PrtCave_12.asset │ │ │ ├── PrtCave_12.asset.meta │ │ │ ├── PrtCave_13.asset │ │ │ ├── PrtCave_13.asset.meta │ │ │ ├── PrtCave_14.asset │ │ │ ├── PrtCave_14.asset.meta │ │ │ ├── PrtCave_15.asset │ │ │ ├── PrtCave_15.asset.meta │ │ │ ├── PrtCave_16.asset │ │ │ ├── PrtCave_16.asset.meta │ │ │ ├── PrtCave_17.asset │ │ │ ├── PrtCave_17.asset.meta │ │ │ ├── PrtCave_18.asset │ │ │ ├── PrtCave_18.asset.meta │ │ │ ├── PrtCave_19.asset │ │ │ ├── PrtCave_19.asset.meta │ │ │ ├── PrtCave_2.asset │ │ │ ├── PrtCave_2.asset.meta │ │ │ ├── PrtCave_20.asset │ │ │ ├── PrtCave_20.asset.meta │ │ │ ├── PrtCave_21.asset │ │ │ ├── PrtCave_21.asset.meta │ │ │ ├── PrtCave_22.asset │ │ │ ├── PrtCave_22.asset.meta │ │ │ ├── PrtCave_23.asset │ │ │ ├── PrtCave_23.asset.meta │ │ │ ├── PrtCave_24.asset │ │ │ ├── PrtCave_24.asset.meta │ │ │ ├── PrtCave_25.asset │ │ │ ├── PrtCave_25.asset.meta │ │ │ ├── PrtCave_26.asset │ │ │ ├── PrtCave_26.asset.meta │ │ │ ├── PrtCave_27.asset │ │ │ ├── PrtCave_27.asset.meta │ │ │ ├── PrtCave_28.asset │ │ │ ├── PrtCave_28.asset.meta │ │ │ ├── PrtCave_29.asset │ │ │ ├── PrtCave_29.asset.meta │ │ │ ├── PrtCave_3.asset │ │ │ ├── PrtCave_3.asset.meta │ │ │ ├── PrtCave_30.asset │ │ │ ├── PrtCave_30.asset.meta │ │ │ ├── PrtCave_31.asset │ │ │ ├── PrtCave_31.asset.meta │ │ │ ├── PrtCave_32.asset │ │ │ ├── PrtCave_32.asset.meta │ │ │ ├── PrtCave_33.asset │ │ │ ├── PrtCave_33.asset.meta │ │ │ ├── PrtCave_34.asset │ │ │ ├── PrtCave_34.asset.meta │ │ │ ├── PrtCave_35.asset │ │ │ ├── PrtCave_35.asset.meta │ │ │ ├── PrtCave_36.asset │ │ │ ├── PrtCave_36.asset.meta │ │ │ ├── PrtCave_37.asset │ │ │ ├── PrtCave_37.asset.meta │ │ │ ├── PrtCave_38.asset │ │ │ ├── PrtCave_38.asset.meta │ │ │ ├── PrtCave_39.asset │ │ │ ├── PrtCave_39.asset.meta │ │ │ ├── PrtCave_4.asset │ │ │ ├── PrtCave_4.asset.meta │ │ │ ├── PrtCave_40.asset │ │ │ ├── PrtCave_40.asset.meta │ │ │ ├── PrtCave_41.asset │ │ │ ├── PrtCave_41.asset.meta │ │ │ ├── PrtCave_42.asset │ │ │ ├── PrtCave_42.asset.meta │ │ │ ├── PrtCave_43.asset │ │ │ ├── PrtCave_43.asset.meta │ │ │ ├── PrtCave_44.asset │ │ │ ├── PrtCave_44.asset.meta │ │ │ ├── PrtCave_45.asset │ │ │ ├── PrtCave_45.asset.meta │ │ │ ├── PrtCave_46.asset │ │ │ ├── PrtCave_46.asset.meta │ │ │ ├── PrtCave_47.asset │ │ │ ├── PrtCave_47.asset.meta │ │ │ ├── PrtCave_48.asset │ │ │ ├── PrtCave_48.asset.meta │ │ │ ├── PrtCave_49.asset │ │ │ ├── PrtCave_49.asset.meta │ │ │ ├── PrtCave_5.asset │ │ │ ├── PrtCave_5.asset.meta │ │ │ ├── PrtCave_50.asset │ │ │ ├── PrtCave_50.asset.meta │ │ │ ├── PrtCave_51.asset │ │ │ ├── PrtCave_51.asset.meta │ │ │ ├── PrtCave_52.asset │ │ │ ├── PrtCave_52.asset.meta │ │ │ ├── PrtCave_53.asset │ │ │ ├── PrtCave_53.asset.meta │ │ │ ├── PrtCave_54.asset │ │ │ ├── PrtCave_54.asset.meta │ │ │ ├── PrtCave_55.asset │ │ │ ├── PrtCave_55.asset.meta │ │ │ ├── PrtCave_56.asset │ │ │ ├── PrtCave_56.asset.meta │ │ │ ├── PrtCave_57.asset │ │ │ ├── PrtCave_57.asset.meta │ │ │ ├── PrtCave_58.asset │ │ │ ├── PrtCave_58.asset.meta │ │ │ ├── PrtCave_59.asset │ │ │ ├── PrtCave_59.asset.meta │ │ │ ├── PrtCave_6.asset │ │ │ ├── PrtCave_6.asset.meta │ │ │ ├── PrtCave_60.asset │ │ │ ├── PrtCave_60.asset.meta │ │ │ ├── PrtCave_61.asset │ │ │ ├── PrtCave_61.asset.meta │ │ │ ├── PrtCave_62.asset │ │ │ ├── PrtCave_62.asset.meta │ │ │ ├── PrtCave_63.asset │ │ │ ├── PrtCave_63.asset.meta │ │ │ ├── PrtCave_64.asset │ │ │ ├── PrtCave_64.asset.meta │ │ │ ├── PrtCave_65.asset │ │ │ ├── PrtCave_65.asset.meta │ │ │ ├── PrtCave_66.asset │ │ │ ├── PrtCave_66.asset.meta │ │ │ ├── PrtCave_67.asset │ │ │ ├── PrtCave_67.asset.meta │ │ │ ├── PrtCave_68.asset │ │ │ ├── PrtCave_68.asset.meta │ │ │ ├── PrtCave_69.asset │ │ │ ├── PrtCave_69.asset.meta │ │ │ ├── PrtCave_7.asset │ │ │ ├── PrtCave_7.asset.meta │ │ │ ├── PrtCave_70.asset │ │ │ ├── PrtCave_70.asset.meta │ │ │ ├── PrtCave_71.asset │ │ │ ├── PrtCave_71.asset.meta │ │ │ ├── PrtCave_72.asset │ │ │ ├── PrtCave_72.asset.meta │ │ │ ├── PrtCave_8.asset │ │ │ ├── PrtCave_8.asset.meta │ │ │ ├── PrtCave_9.asset │ │ │ └── PrtCave_9.asset.meta │ │ │ ├── PrtJail.meta │ │ │ └── PrtJail │ │ │ ├── PrtJail_0.asset │ │ │ ├── PrtJail_0.asset.meta │ │ │ ├── PrtJail_1.asset │ │ │ ├── PrtJail_1.asset.meta │ │ │ ├── PrtJail_10.asset │ │ │ ├── PrtJail_10.asset.meta │ │ │ ├── PrtJail_100.asset │ │ │ ├── PrtJail_100.asset.meta │ │ │ ├── PrtJail_101.asset │ │ │ ├── PrtJail_101.asset.meta │ │ │ ├── PrtJail_102.asset │ │ │ ├── PrtJail_102.asset.meta │ │ │ ├── PrtJail_103.asset │ │ │ ├── PrtJail_103.asset.meta │ │ │ ├── PrtJail_104.asset │ │ │ ├── PrtJail_104.asset.meta │ │ │ ├── PrtJail_105.asset │ │ │ ├── PrtJail_105.asset.meta │ │ │ ├── PrtJail_106.asset │ │ │ ├── PrtJail_106.asset.meta │ │ │ ├── PrtJail_107.asset │ │ │ ├── PrtJail_107.asset.meta │ │ │ ├── PrtJail_108.asset │ │ │ ├── PrtJail_108.asset.meta │ │ │ ├── PrtJail_109.asset │ │ │ ├── PrtJail_109.asset.meta │ │ │ ├── PrtJail_11.asset │ │ │ ├── PrtJail_11.asset.meta │ │ │ ├── PrtJail_110.asset │ │ │ ├── PrtJail_110.asset.meta │ │ │ ├── PrtJail_12.asset │ │ │ ├── PrtJail_12.asset.meta │ │ │ ├── PrtJail_13.asset │ │ │ ├── PrtJail_13.asset.meta │ │ │ ├── PrtJail_14.asset │ │ │ ├── PrtJail_14.asset.meta │ │ │ ├── PrtJail_15.asset │ │ │ ├── PrtJail_15.asset.meta │ │ │ ├── PrtJail_16.asset │ │ │ ├── PrtJail_16.asset.meta │ │ │ ├── PrtJail_17.asset │ │ │ ├── PrtJail_17.asset.meta │ │ │ ├── PrtJail_18.asset │ │ │ ├── PrtJail_18.asset.meta │ │ │ ├── PrtJail_19.asset │ │ │ ├── PrtJail_19.asset.meta │ │ │ ├── PrtJail_2.asset │ │ │ ├── PrtJail_2.asset.meta │ │ │ ├── PrtJail_20.asset │ │ │ ├── PrtJail_20.asset.meta │ │ │ ├── PrtJail_21.asset │ │ │ ├── PrtJail_21.asset.meta │ │ │ ├── PrtJail_22.asset │ │ │ ├── PrtJail_22.asset.meta │ │ │ ├── PrtJail_23.asset │ │ │ ├── PrtJail_23.asset.meta │ │ │ ├── PrtJail_24.asset │ │ │ ├── PrtJail_24.asset.meta │ │ │ ├── PrtJail_25.asset │ │ │ ├── PrtJail_25.asset.meta │ │ │ ├── PrtJail_26.asset │ │ │ ├── PrtJail_26.asset.meta │ │ │ ├── PrtJail_27.asset │ │ │ ├── PrtJail_27.asset.meta │ │ │ ├── PrtJail_28.asset │ │ │ ├── PrtJail_28.asset.meta │ │ │ ├── PrtJail_29.asset │ │ │ ├── PrtJail_29.asset.meta │ │ │ ├── PrtJail_3.asset │ │ │ ├── PrtJail_3.asset.meta │ │ │ ├── PrtJail_30.asset │ │ │ ├── PrtJail_30.asset.meta │ │ │ ├── PrtJail_31.asset │ │ │ ├── PrtJail_31.asset.meta │ │ │ ├── PrtJail_32.asset │ │ │ ├── PrtJail_32.asset.meta │ │ │ ├── PrtJail_33.asset │ │ │ ├── PrtJail_33.asset.meta │ │ │ ├── PrtJail_34.asset │ │ │ ├── PrtJail_34.asset.meta │ │ │ ├── PrtJail_35.asset │ │ │ ├── PrtJail_35.asset.meta │ │ │ ├── PrtJail_36.asset │ │ │ ├── PrtJail_36.asset.meta │ │ │ ├── PrtJail_37.asset │ │ │ ├── PrtJail_37.asset.meta │ │ │ ├── PrtJail_38.asset │ │ │ ├── PrtJail_38.asset.meta │ │ │ ├── PrtJail_39.asset │ │ │ ├── PrtJail_39.asset.meta │ │ │ ├── PrtJail_4.asset │ │ │ ├── PrtJail_4.asset.meta │ │ │ ├── PrtJail_40.asset │ │ │ ├── PrtJail_40.asset.meta │ │ │ ├── PrtJail_41.asset │ │ │ ├── PrtJail_41.asset.meta │ │ │ ├── PrtJail_42.asset │ │ │ ├── PrtJail_42.asset.meta │ │ │ ├── PrtJail_43.asset │ │ │ ├── PrtJail_43.asset.meta │ │ │ ├── PrtJail_44.asset │ │ │ ├── PrtJail_44.asset.meta │ │ │ ├── PrtJail_45.asset │ │ │ ├── PrtJail_45.asset.meta │ │ │ ├── PrtJail_46.asset │ │ │ ├── PrtJail_46.asset.meta │ │ │ ├── PrtJail_47.asset │ │ │ ├── PrtJail_47.asset.meta │ │ │ ├── PrtJail_48.asset │ │ │ ├── PrtJail_48.asset.meta │ │ │ ├── PrtJail_49.asset │ │ │ ├── PrtJail_49.asset.meta │ │ │ ├── PrtJail_5.asset │ │ │ ├── PrtJail_5.asset.meta │ │ │ ├── PrtJail_50.asset │ │ │ ├── PrtJail_50.asset.meta │ │ │ ├── PrtJail_51.asset │ │ │ ├── PrtJail_51.asset.meta │ │ │ ├── PrtJail_52.asset │ │ │ ├── PrtJail_52.asset.meta │ │ │ ├── PrtJail_53.asset │ │ │ ├── PrtJail_53.asset.meta │ │ │ ├── PrtJail_54.asset │ │ │ ├── PrtJail_54.asset.meta │ │ │ ├── PrtJail_55.asset │ │ │ ├── PrtJail_55.asset.meta │ │ │ ├── PrtJail_56.asset │ │ │ ├── PrtJail_56.asset.meta │ │ │ ├── PrtJail_57.asset │ │ │ ├── PrtJail_57.asset.meta │ │ │ ├── PrtJail_58.asset │ │ │ ├── PrtJail_58.asset.meta │ │ │ ├── PrtJail_59.asset │ │ │ ├── PrtJail_59.asset.meta │ │ │ ├── PrtJail_6.asset │ │ │ ├── PrtJail_6.asset.meta │ │ │ ├── PrtJail_60.asset │ │ │ ├── PrtJail_60.asset.meta │ │ │ ├── PrtJail_61.asset │ │ │ ├── PrtJail_61.asset.meta │ │ │ ├── PrtJail_62.asset │ │ │ ├── PrtJail_62.asset.meta │ │ │ ├── PrtJail_63.asset │ │ │ ├── PrtJail_63.asset.meta │ │ │ ├── PrtJail_64.asset │ │ │ ├── PrtJail_64.asset.meta │ │ │ ├── PrtJail_65.asset │ │ │ ├── PrtJail_65.asset.meta │ │ │ ├── PrtJail_66.asset │ │ │ ├── PrtJail_66.asset.meta │ │ │ ├── PrtJail_67.asset │ │ │ ├── PrtJail_67.asset.meta │ │ │ ├── PrtJail_68.asset │ │ │ ├── PrtJail_68.asset.meta │ │ │ ├── PrtJail_69.asset │ │ │ ├── PrtJail_69.asset.meta │ │ │ ├── PrtJail_7.asset │ │ │ ├── PrtJail_7.asset.meta │ │ │ ├── PrtJail_70.asset │ │ │ ├── PrtJail_70.asset.meta │ │ │ ├── PrtJail_71.asset │ │ │ ├── PrtJail_71.asset.meta │ │ │ ├── PrtJail_72.asset │ │ │ ├── PrtJail_72.asset.meta │ │ │ ├── PrtJail_73.asset │ │ │ ├── PrtJail_73.asset.meta │ │ │ ├── PrtJail_74.asset │ │ │ ├── PrtJail_74.asset.meta │ │ │ ├── PrtJail_75.asset │ │ │ ├── PrtJail_75.asset.meta │ │ │ ├── PrtJail_76.asset │ │ │ ├── PrtJail_76.asset.meta │ │ │ ├── PrtJail_77.asset │ │ │ ├── PrtJail_77.asset.meta │ │ │ ├── PrtJail_78.asset │ │ │ ├── PrtJail_78.asset.meta │ │ │ ├── PrtJail_79.asset │ │ │ ├── PrtJail_79.asset.meta │ │ │ ├── PrtJail_8.asset │ │ │ ├── PrtJail_8.asset.meta │ │ │ ├── PrtJail_80.asset │ │ │ ├── PrtJail_80.asset.meta │ │ │ ├── PrtJail_81.asset │ │ │ ├── PrtJail_81.asset.meta │ │ │ ├── PrtJail_82.asset │ │ │ ├── PrtJail_82.asset.meta │ │ │ ├── PrtJail_83.asset │ │ │ ├── PrtJail_83.asset.meta │ │ │ ├── PrtJail_84.asset │ │ │ ├── PrtJail_84.asset.meta │ │ │ ├── PrtJail_85.asset │ │ │ ├── PrtJail_85.asset.meta │ │ │ ├── PrtJail_86.asset │ │ │ ├── PrtJail_86.asset.meta │ │ │ ├── PrtJail_87.asset │ │ │ ├── PrtJail_87.asset.meta │ │ │ ├── PrtJail_88.asset │ │ │ ├── PrtJail_88.asset.meta │ │ │ ├── PrtJail_89.asset │ │ │ ├── PrtJail_89.asset.meta │ │ │ ├── PrtJail_9.asset │ │ │ ├── PrtJail_9.asset.meta │ │ │ ├── PrtJail_90.asset │ │ │ ├── PrtJail_90.asset.meta │ │ │ ├── PrtJail_91.asset │ │ │ ├── PrtJail_91.asset.meta │ │ │ ├── PrtJail_92.asset │ │ │ ├── PrtJail_92.asset.meta │ │ │ ├── PrtJail_93.asset │ │ │ ├── PrtJail_93.asset.meta │ │ │ ├── PrtJail_94.asset │ │ │ ├── PrtJail_94.asset.meta │ │ │ ├── PrtJail_95.asset │ │ │ ├── PrtJail_95.asset.meta │ │ │ ├── PrtJail_96.asset │ │ │ ├── PrtJail_96.asset.meta │ │ │ ├── PrtJail_97.asset │ │ │ ├── PrtJail_97.asset.meta │ │ │ ├── PrtJail_98.asset │ │ │ ├── PrtJail_98.asset.meta │ │ │ ├── PrtJail_99.asset │ │ │ └── PrtJail_99.asset.meta │ ├── Prefabs.meta │ ├── Prefabs │ │ ├── Enemies.meta │ │ ├── Enemies │ │ │ ├── Bat.meta │ │ │ └── Bat │ │ │ │ ├── BatAnimatorController.controller │ │ │ │ ├── BatAnimatorController.controller.meta │ │ │ │ ├── Idle.anim │ │ │ │ └── Idle.anim.meta │ │ ├── Particles.meta │ │ ├── Particles │ │ │ ├── BloodParticles.prefab │ │ │ ├── BloodParticles.prefab.meta │ │ │ ├── SurfaceHitParticles.prefab │ │ │ └── SurfaceHitParticles.prefab.meta │ │ ├── Player.meta │ │ ├── Player │ │ │ ├── Fall.anim │ │ │ ├── Fall.anim.meta │ │ │ ├── FallLookingUp.anim │ │ │ ├── FallLookingUp.anim.meta │ │ │ ├── Idle.anim │ │ │ ├── Idle.anim.meta │ │ │ ├── IdleLookingDown.anim │ │ │ ├── IdleLookingDown.anim.meta │ │ │ ├── IdleLookingUp.anim │ │ │ ├── IdleLookingUp.anim.meta │ │ │ ├── Jump.anim │ │ │ ├── Jump.anim.meta │ │ │ ├── JumpLookingUp.anim │ │ │ ├── JumpLookingUp.anim.meta │ │ │ ├── Player.prefab │ │ │ ├── Player.prefab.meta │ │ │ ├── PlayerAnimatorController.controller │ │ │ ├── PlayerAnimatorController.controller.meta │ │ │ ├── Run.anim │ │ │ ├── Run.anim.meta │ │ │ ├── RunLookingUp.anim │ │ │ └── RunLookingUp.anim.meta │ │ ├── Projectiles.meta │ │ └── Projectiles │ │ │ ├── PolarStar.meta │ │ │ └── PolarStar │ │ │ ├── PolarStarBullet_01.prefab │ │ │ └── PolarStarBullet_01.prefab.meta │ ├── Scenes.meta │ ├── Scenes │ │ ├── SampleScene.unity │ │ └── SampleScene.unity.meta │ ├── Scripts.meta │ ├── Scripts │ │ ├── AI.meta │ │ ├── AI │ │ │ ├── BatBehaviour.cs │ │ │ ├── BatBehaviour.cs.meta │ │ │ ├── Enemy.cs │ │ │ ├── Enemy.cs.meta │ │ │ ├── Entity.cs │ │ │ └── Entity.cs.meta │ │ ├── Camera.meta │ │ ├── Camera │ │ │ ├── CameraBehaviour.cs │ │ │ ├── CameraBehaviour.cs.meta │ │ │ ├── CameraTargetBehaviour.cs │ │ │ ├── CameraTargetBehaviour.cs.meta │ │ │ ├── Editor.meta │ │ │ ├── Editor │ │ │ │ ├── PixelPerfectMainCameraEditor.cs │ │ │ │ └── PixelPerfectMainCameraEditor.cs.meta │ │ │ ├── PixelPerfectMainCamera.cs │ │ │ ├── PixelPerfectMainCamera.cs.meta │ │ │ ├── RenderTextureToScreen.cs │ │ │ └── RenderTextureToScreen.cs.meta │ │ ├── Guns.meta │ │ ├── Guns │ │ │ ├── Gun.cs │ │ │ ├── Gun.cs.meta │ │ │ ├── GunController.cs │ │ │ ├── GunController.cs.meta │ │ │ ├── IShootable.cs │ │ │ ├── IShootable.cs.meta │ │ │ ├── Projectile.cs │ │ │ └── Projectile.cs.meta │ │ ├── Misc.meta │ │ ├── Misc │ │ │ ├── General.cs │ │ │ └── General.cs.meta │ │ ├── Player.meta │ │ ├── Player │ │ │ ├── Controller2D.cs │ │ │ ├── Controller2D.cs.meta │ │ │ ├── Player.cs │ │ │ └── Player.cs.meta │ │ ├── Shaders.meta │ │ ├── Shaders │ │ │ ├── ScrollingShader.meta │ │ │ └── ScrollingShader │ │ │ │ ├── MoonBackgroundScroller.tif │ │ │ │ ├── MoonBackgroundScroller.tif.meta │ │ │ │ ├── ScrollingMaterial.mat │ │ │ │ ├── ScrollingMaterial.mat.meta │ │ │ │ ├── ScrollingShader.shader │ │ │ │ └── ScrollingShader.shader.meta │ │ ├── World.meta │ │ └── World │ │ │ ├── ContactHazard.cs │ │ │ ├── ContactHazard.cs.meta │ │ │ ├── IHittable.cs │ │ │ ├── IHittable.cs.meta │ │ │ ├── Surface.cs │ │ │ └── Surface.cs.meta │ ├── Textures.meta │ └── Textures │ │ ├── RenderTextures.meta │ │ ├── RenderTextures │ │ ├── PixelPerfectRenderTexture.renderTexture │ │ └── PixelPerfectRenderTexture.renderTexture.meta │ │ ├── Sprites.meta │ │ └── Sprites │ │ ├── Backgrounds.meta │ │ ├── Backgrounds │ │ ├── bk0.png │ │ ├── bk0.png.meta │ │ ├── bkBlack.png │ │ ├── bkBlack.png.meta │ │ ├── bkBlue.png │ │ ├── bkBlue.png.meta │ │ ├── bkFall.png │ │ ├── bkFall.png.meta │ │ ├── bkFog.png │ │ ├── bkFog.png.meta │ │ ├── bkGard.png │ │ ├── bkGard.png.meta │ │ ├── bkGray.png │ │ ├── bkGray.png.meta │ │ ├── bkGreen.png │ │ ├── bkGreen.png.meta │ │ ├── bkMaze.png │ │ ├── bkMaze.png.meta │ │ ├── bkMoon.png │ │ ├── bkMoon.png.meta │ │ ├── bkRed.png │ │ ├── bkRed.png.meta │ │ ├── bkWater.png │ │ └── bkWater.png.meta │ │ ├── Credits.meta │ │ ├── Credits │ │ ├── .DS_Store │ │ ├── CREDIT01.png │ │ ├── CREDIT01.png.meta │ │ ├── CREDIT02.png │ │ ├── CREDIT02.png.meta │ │ ├── CREDIT03.png │ │ ├── CREDIT03.png.meta │ │ ├── CREDIT04.png │ │ ├── CREDIT04.png.meta │ │ ├── CREDIT05.png │ │ ├── CREDIT05.png.meta │ │ ├── CREDIT06.png │ │ ├── CREDIT06.png.meta │ │ ├── CREDIT07.png │ │ ├── CREDIT07.png.meta │ │ ├── CREDIT08.png │ │ ├── CREDIT08.png.meta │ │ ├── CREDIT09.png │ │ ├── CREDIT09.png.meta │ │ ├── CREDIT10.png │ │ ├── CREDIT10.png.meta │ │ ├── CREDIT11.png │ │ ├── CREDIT11.png.meta │ │ ├── CREDIT12.png │ │ ├── CREDIT12.png.meta │ │ ├── CREDIT14.png │ │ ├── CREDIT14.png.meta │ │ ├── CREDIT15.png │ │ ├── CREDIT15.png.meta │ │ ├── CREDIT16.png │ │ ├── CREDIT16.png.meta │ │ ├── CREDIT17.png │ │ ├── CREDIT17.png.meta │ │ ├── CREDIT18.png │ │ └── CREDIT18.png.meta │ │ ├── Maps.meta │ │ ├── Maps │ │ ├── .DS_Store │ │ ├── Prt0.png │ │ ├── Prt0.png.meta │ │ ├── PrtAlmond.png │ │ ├── PrtAlmond.png.meta │ │ ├── PrtBarr.png │ │ ├── PrtBarr.png.meta │ │ ├── PrtCave.png │ │ ├── PrtCave.png.meta │ │ ├── PrtCent.png │ │ ├── PrtCent.png.meta │ │ ├── PrtEggIn.png │ │ ├── PrtEggIn.png.meta │ │ ├── PrtEggX.png │ │ ├── PrtEggX.png.meta │ │ ├── PrtEggs.png │ │ ├── PrtEggs.png.meta │ │ ├── PrtFall.png │ │ ├── PrtFall.png.meta │ │ ├── PrtGard.png │ │ ├── PrtGard.png.meta │ │ ├── PrtHell.png │ │ ├── PrtHell.png.meta │ │ ├── PrtJail.png │ │ ├── PrtJail.png.meta │ │ ├── PrtLabo.png │ │ ├── PrtLabo.png.meta │ │ ├── PrtMaze.png │ │ ├── PrtMaze.png.meta │ │ ├── PrtMimi.png │ │ ├── PrtMimi.png.meta │ │ ├── PrtOside.png │ │ ├── PrtOside.png.meta │ │ ├── PrtPens.png │ │ ├── PrtPens.png.meta │ │ ├── PrtRiver.png │ │ ├── PrtRiver.png.meta │ │ ├── PrtSand.png │ │ ├── PrtSand.png.meta │ │ ├── PrtStore.png │ │ ├── PrtStore.png.meta │ │ ├── PrtWeed.png │ │ ├── PrtWeed.png.meta │ │ ├── PrtWhite.png │ │ └── PrtWhite.png.meta │ │ ├── NPC.meta │ │ ├── NPC │ │ ├── Npc0.png │ │ ├── Npc0.png.meta │ │ ├── NpcAlmo1.png │ │ ├── NpcAlmo1.png.meta │ │ ├── NpcAlmo2.png │ │ ├── NpcAlmo2.png.meta │ │ ├── NpcBallos.png │ │ ├── NpcBallos.png.meta │ │ ├── NpcBllg.png │ │ ├── NpcBllg.png.meta │ │ ├── NpcCemet.png │ │ ├── NpcCemet.png.meta │ │ ├── NpcCent.png │ │ ├── NpcCent.png.meta │ │ ├── NpcCurly.png │ │ ├── NpcCurly.png.meta │ │ ├── NpcDark.png │ │ ├── NpcDark.png.meta │ │ ├── NpcDr.png │ │ ├── NpcDr.png.meta │ │ ├── NpcEggs1.png │ │ ├── NpcEggs1.png.meta │ │ ├── NpcEggs2.png │ │ ├── NpcEggs2.png.meta │ │ ├── NpcFrog.png │ │ ├── NpcFrog.png.meta │ │ ├── NpcGuest.png │ │ ├── NpcGuest.png.meta │ │ ├── NpcHell.png │ │ ├── NpcHell.png.meta │ │ ├── NpcHeri.png │ │ ├── NpcHeri.png.meta │ │ ├── NpcIronH.png │ │ ├── NpcIronH.png.meta │ │ ├── NpcIsland.png │ │ ├── NpcIsland.png.meta │ │ ├── NpcKings.png │ │ ├── NpcKings.png.meta │ │ ├── NpcMaze.png │ │ ├── NpcMaze.png.meta │ │ ├── NpcMiza.png │ │ ├── NpcMiza.png.meta │ │ ├── NpcMoon.png │ │ ├── NpcMoon.png.meta │ │ ├── NpcOmg.png │ │ ├── NpcOmg.png.meta │ │ ├── NpcPlant.png │ │ ├── NpcPlant.png.meta │ │ ├── NpcPress.png │ │ ├── NpcPress.png.meta │ │ ├── NpcPriest.png │ │ ├── NpcPriest.png.meta │ │ ├── NpcRavil.png │ │ ├── NpcRavil.png.meta │ │ ├── NpcRed.png │ │ ├── NpcRed.png.meta │ │ ├── NpcRegu.png │ │ ├── NpcRegu.png.meta │ │ ├── NpcSand.png │ │ ├── NpcSand.png.meta │ │ ├── NpcStream.png │ │ ├── NpcStream.png.meta │ │ ├── NpcSym.png │ │ ├── NpcSym.png.meta │ │ ├── NpcToro.png │ │ ├── NpcToro.png.meta │ │ ├── NpcTwinD.png │ │ ├── NpcTwinD.png.meta │ │ ├── NpcWeed.png │ │ ├── NpcWeed.png.meta │ │ ├── NpcX.png │ │ └── NpcX.png.meta │ │ ├── Others.meta │ │ ├── Others │ │ ├── .DS_Store │ │ ├── cavestoryIcon.png │ │ └── cavestoryIcon.png.meta │ │ ├── Player.meta │ │ ├── Player │ │ ├── MyChar.png │ │ └── MyChar.png.meta │ │ ├── UI.meta │ │ ├── UI │ │ ├── ArmsImage.png │ │ ├── ArmsImage.png.meta │ │ ├── Face.png │ │ ├── Face.png.meta │ │ ├── Fade.png │ │ ├── Fade.png.meta │ │ ├── ItemImage.png │ │ ├── ItemImage.png.meta │ │ ├── Loading.png │ │ ├── Loading.png.meta │ │ ├── PIXEL.png │ │ ├── PIXEL.png.meta │ │ ├── StageImage.png │ │ ├── StageImage.png.meta │ │ ├── TextBox.png │ │ ├── TextBox.png.meta │ │ ├── Title.png │ │ ├── Title.png.meta │ │ ├── casts.png │ │ └── casts.png.meta │ │ ├── Weapons.meta │ │ └── Weapons │ │ ├── Arms.png │ │ ├── Arms.png.meta │ │ ├── Bullet.png │ │ ├── Bullet.png.meta │ │ ├── Caret.png │ │ └── Caret.png.meta ├── Packages │ └── manifest.json └── ProjectSettings │ ├── AudioManager.asset │ ├── ClusterInputManager.asset │ ├── DynamicsManager.asset │ ├── EditorBuildSettings.asset │ ├── EditorSettings.asset │ ├── GraphicsSettings.asset │ ├── InputManager.asset │ ├── NavMeshAreas.asset │ ├── NetworkManager.asset │ ├── Physics2DSettings.asset │ ├── PresetManager.asset │ ├── ProjectSettings.asset │ ├── ProjectVersion.txt │ ├── QualitySettings.asset │ ├── TagManager.asset │ ├── TimeManager.asset │ └── UnityConnectSettings.asset ├── CaveStoryTutorial E09 ├── Assets │ ├── Data.meta │ ├── Data │ │ ├── Guns.meta │ │ ├── Guns │ │ │ ├── Bubbler.asset │ │ │ ├── Bubbler.asset.meta │ │ │ ├── Fireball.asset │ │ │ ├── Fireball.asset.meta │ │ │ ├── MachineGun.asset │ │ │ ├── MachineGun.asset.meta │ │ │ ├── MissileLauncher.asset │ │ │ ├── MissileLauncher.asset.meta │ │ │ ├── Nemesis.asset │ │ │ ├── Nemesis.asset.meta │ │ │ ├── PolarStar.asset │ │ │ ├── PolarStar.asset.meta │ │ │ ├── Snake.asset │ │ │ └── Snake.asset.meta │ │ ├── Maps.meta │ │ └── Maps │ │ │ ├── Palettes.meta │ │ │ ├── Palettes │ │ │ ├── CavePalette.prefab │ │ │ └── CavePalette.prefab.meta │ │ │ ├── Tilesets.meta │ │ │ └── Tilesets │ │ │ ├── PrtCave.meta │ │ │ ├── PrtCave │ │ │ ├── PrtCave_0.asset │ │ │ ├── PrtCave_0.asset.meta │ │ │ ├── PrtCave_1.asset │ │ │ ├── PrtCave_1.asset.meta │ │ │ ├── PrtCave_10.asset │ │ │ ├── PrtCave_10.asset.meta │ │ │ ├── PrtCave_11.asset │ │ │ ├── PrtCave_11.asset.meta │ │ │ ├── PrtCave_12.asset │ │ │ ├── PrtCave_12.asset.meta │ │ │ ├── PrtCave_13.asset │ │ │ ├── PrtCave_13.asset.meta │ │ │ ├── PrtCave_14.asset │ │ │ ├── PrtCave_14.asset.meta │ │ │ ├── PrtCave_15.asset │ │ │ ├── PrtCave_15.asset.meta │ │ │ ├── PrtCave_16.asset │ │ │ ├── PrtCave_16.asset.meta │ │ │ ├── PrtCave_17.asset │ │ │ ├── PrtCave_17.asset.meta │ │ │ ├── PrtCave_18.asset │ │ │ ├── PrtCave_18.asset.meta │ │ │ ├── PrtCave_19.asset │ │ │ ├── PrtCave_19.asset.meta │ │ │ ├── PrtCave_2.asset │ │ │ ├── PrtCave_2.asset.meta │ │ │ ├── PrtCave_20.asset │ │ │ ├── PrtCave_20.asset.meta │ │ │ ├── PrtCave_21.asset │ │ │ ├── PrtCave_21.asset.meta │ │ │ ├── PrtCave_22.asset │ │ │ ├── PrtCave_22.asset.meta │ │ │ ├── PrtCave_23.asset │ │ │ ├── PrtCave_23.asset.meta │ │ │ ├── PrtCave_24.asset │ │ │ ├── PrtCave_24.asset.meta │ │ │ ├── PrtCave_25.asset │ │ │ ├── PrtCave_25.asset.meta │ │ │ ├── PrtCave_26.asset │ │ │ ├── PrtCave_26.asset.meta │ │ │ ├── PrtCave_27.asset │ │ │ ├── PrtCave_27.asset.meta │ │ │ ├── PrtCave_28.asset │ │ │ ├── PrtCave_28.asset.meta │ │ │ ├── PrtCave_29.asset │ │ │ ├── PrtCave_29.asset.meta │ │ │ ├── PrtCave_3.asset │ │ │ ├── PrtCave_3.asset.meta │ │ │ ├── PrtCave_30.asset │ │ │ ├── PrtCave_30.asset.meta │ │ │ ├── PrtCave_31.asset │ │ │ ├── PrtCave_31.asset.meta │ │ │ ├── PrtCave_32.asset │ │ │ ├── PrtCave_32.asset.meta │ │ │ ├── PrtCave_33.asset │ │ │ ├── PrtCave_33.asset.meta │ │ │ ├── PrtCave_34.asset │ │ │ ├── PrtCave_34.asset.meta │ │ │ ├── PrtCave_35.asset │ │ │ ├── PrtCave_35.asset.meta │ │ │ ├── PrtCave_36.asset │ │ │ ├── PrtCave_36.asset.meta │ │ │ ├── PrtCave_37.asset │ │ │ ├── PrtCave_37.asset.meta │ │ │ ├── PrtCave_38.asset │ │ │ ├── PrtCave_38.asset.meta │ │ │ ├── PrtCave_39.asset │ │ │ ├── PrtCave_39.asset.meta │ │ │ ├── PrtCave_4.asset │ │ │ ├── PrtCave_4.asset.meta │ │ │ ├── PrtCave_40.asset │ │ │ ├── PrtCave_40.asset.meta │ │ │ ├── PrtCave_41.asset │ │ │ ├── PrtCave_41.asset.meta │ │ │ ├── PrtCave_42.asset │ │ │ ├── PrtCave_42.asset.meta │ │ │ ├── PrtCave_43.asset │ │ │ ├── PrtCave_43.asset.meta │ │ │ ├── PrtCave_44.asset │ │ │ ├── PrtCave_44.asset.meta │ │ │ ├── PrtCave_45.asset │ │ │ ├── PrtCave_45.asset.meta │ │ │ ├── PrtCave_46.asset │ │ │ ├── PrtCave_46.asset.meta │ │ │ ├── PrtCave_47.asset │ │ │ ├── PrtCave_47.asset.meta │ │ │ ├── PrtCave_48.asset │ │ │ ├── PrtCave_48.asset.meta │ │ │ ├── PrtCave_49.asset │ │ │ ├── PrtCave_49.asset.meta │ │ │ ├── PrtCave_5.asset │ │ │ ├── PrtCave_5.asset.meta │ │ │ ├── PrtCave_50.asset │ │ │ ├── PrtCave_50.asset.meta │ │ │ ├── PrtCave_51.asset │ │ │ ├── PrtCave_51.asset.meta │ │ │ ├── PrtCave_52.asset │ │ │ ├── PrtCave_52.asset.meta │ │ │ ├── PrtCave_53.asset │ │ │ ├── PrtCave_53.asset.meta │ │ │ ├── PrtCave_54.asset │ │ │ ├── PrtCave_54.asset.meta │ │ │ ├── PrtCave_55.asset │ │ │ ├── PrtCave_55.asset.meta │ │ │ ├── PrtCave_56.asset │ │ │ ├── PrtCave_56.asset.meta │ │ │ ├── PrtCave_57.asset │ │ │ ├── PrtCave_57.asset.meta │ │ │ ├── PrtCave_58.asset │ │ │ ├── PrtCave_58.asset.meta │ │ │ ├── PrtCave_59.asset │ │ │ ├── PrtCave_59.asset.meta │ │ │ ├── PrtCave_6.asset │ │ │ ├── PrtCave_6.asset.meta │ │ │ ├── PrtCave_60.asset │ │ │ ├── PrtCave_60.asset.meta │ │ │ ├── PrtCave_61.asset │ │ │ ├── PrtCave_61.asset.meta │ │ │ ├── PrtCave_62.asset │ │ │ ├── PrtCave_62.asset.meta │ │ │ ├── PrtCave_63.asset │ │ │ ├── PrtCave_63.asset.meta │ │ │ ├── PrtCave_64.asset │ │ │ ├── PrtCave_64.asset.meta │ │ │ ├── PrtCave_65.asset │ │ │ ├── PrtCave_65.asset.meta │ │ │ ├── PrtCave_66.asset │ │ │ ├── PrtCave_66.asset.meta │ │ │ ├── PrtCave_67.asset │ │ │ ├── PrtCave_67.asset.meta │ │ │ ├── PrtCave_68.asset │ │ │ ├── PrtCave_68.asset.meta │ │ │ ├── PrtCave_69.asset │ │ │ ├── PrtCave_69.asset.meta │ │ │ ├── PrtCave_7.asset │ │ │ ├── PrtCave_7.asset.meta │ │ │ ├── PrtCave_70.asset │ │ │ ├── PrtCave_70.asset.meta │ │ │ ├── PrtCave_71.asset │ │ │ ├── PrtCave_71.asset.meta │ │ │ ├── PrtCave_72.asset │ │ │ ├── PrtCave_72.asset.meta │ │ │ ├── PrtCave_8.asset │ │ │ ├── PrtCave_8.asset.meta │ │ │ ├── PrtCave_9.asset │ │ │ └── PrtCave_9.asset.meta │ │ │ ├── PrtJail.meta │ │ │ └── PrtJail │ │ │ ├── PrtJail_0.asset │ │ │ ├── PrtJail_0.asset.meta │ │ │ ├── PrtJail_1.asset │ │ │ ├── PrtJail_1.asset.meta │ │ │ ├── PrtJail_10.asset │ │ │ ├── PrtJail_10.asset.meta │ │ │ ├── PrtJail_100.asset │ │ │ ├── PrtJail_100.asset.meta │ │ │ ├── PrtJail_101.asset │ │ │ ├── PrtJail_101.asset.meta │ │ │ ├── PrtJail_102.asset │ │ │ ├── PrtJail_102.asset.meta │ │ │ ├── PrtJail_103.asset │ │ │ ├── PrtJail_103.asset.meta │ │ │ ├── PrtJail_104.asset │ │ │ ├── PrtJail_104.asset.meta │ │ │ ├── PrtJail_105.asset │ │ │ ├── PrtJail_105.asset.meta │ │ │ ├── PrtJail_106.asset │ │ │ ├── PrtJail_106.asset.meta │ │ │ ├── PrtJail_107.asset │ │ │ ├── PrtJail_107.asset.meta │ │ │ ├── PrtJail_108.asset │ │ │ ├── PrtJail_108.asset.meta │ │ │ ├── PrtJail_109.asset │ │ │ ├── PrtJail_109.asset.meta │ │ │ ├── PrtJail_11.asset │ │ │ ├── PrtJail_11.asset.meta │ │ │ ├── PrtJail_110.asset │ │ │ ├── PrtJail_110.asset.meta │ │ │ ├── PrtJail_12.asset │ │ │ ├── PrtJail_12.asset.meta │ │ │ ├── PrtJail_13.asset │ │ │ ├── PrtJail_13.asset.meta │ │ │ ├── PrtJail_14.asset │ │ │ ├── PrtJail_14.asset.meta │ │ │ ├── PrtJail_15.asset │ │ │ ├── PrtJail_15.asset.meta │ │ │ ├── PrtJail_16.asset │ │ │ ├── PrtJail_16.asset.meta │ │ │ ├── PrtJail_17.asset │ │ │ ├── PrtJail_17.asset.meta │ │ │ ├── PrtJail_18.asset │ │ │ ├── PrtJail_18.asset.meta │ │ │ ├── PrtJail_19.asset │ │ │ ├── PrtJail_19.asset.meta │ │ │ ├── PrtJail_2.asset │ │ │ ├── PrtJail_2.asset.meta │ │ │ ├── PrtJail_20.asset │ │ │ ├── PrtJail_20.asset.meta │ │ │ ├── PrtJail_21.asset │ │ │ ├── PrtJail_21.asset.meta │ │ │ ├── PrtJail_22.asset │ │ │ ├── PrtJail_22.asset.meta │ │ │ ├── PrtJail_23.asset │ │ │ ├── PrtJail_23.asset.meta │ │ │ ├── PrtJail_24.asset │ │ │ ├── PrtJail_24.asset.meta │ │ │ ├── PrtJail_25.asset │ │ │ ├── PrtJail_25.asset.meta │ │ │ ├── PrtJail_26.asset │ │ │ ├── PrtJail_26.asset.meta │ │ │ ├── PrtJail_27.asset │ │ │ ├── PrtJail_27.asset.meta │ │ │ ├── PrtJail_28.asset │ │ │ ├── PrtJail_28.asset.meta │ │ │ ├── PrtJail_29.asset │ │ │ ├── PrtJail_29.asset.meta │ │ │ ├── PrtJail_3.asset │ │ │ ├── PrtJail_3.asset.meta │ │ │ ├── PrtJail_30.asset │ │ │ ├── PrtJail_30.asset.meta │ │ │ ├── PrtJail_31.asset │ │ │ ├── PrtJail_31.asset.meta │ │ │ ├── PrtJail_32.asset │ │ │ ├── PrtJail_32.asset.meta │ │ │ ├── PrtJail_33.asset │ │ │ ├── PrtJail_33.asset.meta │ │ │ ├── PrtJail_34.asset │ │ │ ├── PrtJail_34.asset.meta │ │ │ ├── PrtJail_35.asset │ │ │ ├── PrtJail_35.asset.meta │ │ │ ├── PrtJail_36.asset │ │ │ ├── PrtJail_36.asset.meta │ │ │ ├── PrtJail_37.asset │ │ │ ├── PrtJail_37.asset.meta │ │ │ ├── PrtJail_38.asset │ │ │ ├── PrtJail_38.asset.meta │ │ │ ├── PrtJail_39.asset │ │ │ ├── PrtJail_39.asset.meta │ │ │ ├── PrtJail_4.asset │ │ │ ├── PrtJail_4.asset.meta │ │ │ ├── PrtJail_40.asset │ │ │ ├── PrtJail_40.asset.meta │ │ │ ├── PrtJail_41.asset │ │ │ ├── PrtJail_41.asset.meta │ │ │ ├── PrtJail_42.asset │ │ │ ├── PrtJail_42.asset.meta │ │ │ ├── PrtJail_43.asset │ │ │ ├── PrtJail_43.asset.meta │ │ │ ├── PrtJail_44.asset │ │ │ ├── PrtJail_44.asset.meta │ │ │ ├── PrtJail_45.asset │ │ │ ├── PrtJail_45.asset.meta │ │ │ ├── PrtJail_46.asset │ │ │ ├── PrtJail_46.asset.meta │ │ │ ├── PrtJail_47.asset │ │ │ ├── PrtJail_47.asset.meta │ │ │ ├── PrtJail_48.asset │ │ │ ├── PrtJail_48.asset.meta │ │ │ ├── PrtJail_49.asset │ │ │ ├── PrtJail_49.asset.meta │ │ │ ├── PrtJail_5.asset │ │ │ ├── PrtJail_5.asset.meta │ │ │ ├── PrtJail_50.asset │ │ │ ├── PrtJail_50.asset.meta │ │ │ ├── PrtJail_51.asset │ │ │ ├── PrtJail_51.asset.meta │ │ │ ├── PrtJail_52.asset │ │ │ ├── PrtJail_52.asset.meta │ │ │ ├── PrtJail_53.asset │ │ │ ├── PrtJail_53.asset.meta │ │ │ ├── PrtJail_54.asset │ │ │ ├── PrtJail_54.asset.meta │ │ │ ├── PrtJail_55.asset │ │ │ ├── PrtJail_55.asset.meta │ │ │ ├── PrtJail_56.asset │ │ │ ├── PrtJail_56.asset.meta │ │ │ ├── PrtJail_57.asset │ │ │ ├── PrtJail_57.asset.meta │ │ │ ├── PrtJail_58.asset │ │ │ ├── PrtJail_58.asset.meta │ │ │ ├── PrtJail_59.asset │ │ │ ├── PrtJail_59.asset.meta │ │ │ ├── PrtJail_6.asset │ │ │ ├── PrtJail_6.asset.meta │ │ │ ├── PrtJail_60.asset │ │ │ ├── PrtJail_60.asset.meta │ │ │ ├── PrtJail_61.asset │ │ │ ├── PrtJail_61.asset.meta │ │ │ ├── PrtJail_62.asset │ │ │ ├── PrtJail_62.asset.meta │ │ │ ├── PrtJail_63.asset │ │ │ ├── PrtJail_63.asset.meta │ │ │ ├── PrtJail_64.asset │ │ │ ├── PrtJail_64.asset.meta │ │ │ ├── PrtJail_65.asset │ │ │ ├── PrtJail_65.asset.meta │ │ │ ├── PrtJail_66.asset │ │ │ ├── PrtJail_66.asset.meta │ │ │ ├── PrtJail_67.asset │ │ │ ├── PrtJail_67.asset.meta │ │ │ ├── PrtJail_68.asset │ │ │ ├── PrtJail_68.asset.meta │ │ │ ├── PrtJail_69.asset │ │ │ ├── PrtJail_69.asset.meta │ │ │ ├── PrtJail_7.asset │ │ │ ├── PrtJail_7.asset.meta │ │ │ ├── PrtJail_70.asset │ │ │ ├── PrtJail_70.asset.meta │ │ │ ├── PrtJail_71.asset │ │ │ ├── PrtJail_71.asset.meta │ │ │ ├── PrtJail_72.asset │ │ │ ├── PrtJail_72.asset.meta │ │ │ ├── PrtJail_73.asset │ │ │ ├── PrtJail_73.asset.meta │ │ │ ├── PrtJail_74.asset │ │ │ ├── PrtJail_74.asset.meta │ │ │ ├── PrtJail_75.asset │ │ │ ├── PrtJail_75.asset.meta │ │ │ ├── PrtJail_76.asset │ │ │ ├── PrtJail_76.asset.meta │ │ │ ├── PrtJail_77.asset │ │ │ ├── PrtJail_77.asset.meta │ │ │ ├── PrtJail_78.asset │ │ │ ├── PrtJail_78.asset.meta │ │ │ ├── PrtJail_79.asset │ │ │ ├── PrtJail_79.asset.meta │ │ │ ├── PrtJail_8.asset │ │ │ ├── PrtJail_8.asset.meta │ │ │ ├── PrtJail_80.asset │ │ │ ├── PrtJail_80.asset.meta │ │ │ ├── PrtJail_81.asset │ │ │ ├── PrtJail_81.asset.meta │ │ │ ├── PrtJail_82.asset │ │ │ ├── PrtJail_82.asset.meta │ │ │ ├── PrtJail_83.asset │ │ │ ├── PrtJail_83.asset.meta │ │ │ ├── PrtJail_84.asset │ │ │ ├── PrtJail_84.asset.meta │ │ │ ├── PrtJail_85.asset │ │ │ ├── PrtJail_85.asset.meta │ │ │ ├── PrtJail_86.asset │ │ │ ├── PrtJail_86.asset.meta │ │ │ ├── PrtJail_87.asset │ │ │ ├── PrtJail_87.asset.meta │ │ │ ├── PrtJail_88.asset │ │ │ ├── PrtJail_88.asset.meta │ │ │ ├── PrtJail_89.asset │ │ │ ├── PrtJail_89.asset.meta │ │ │ ├── PrtJail_9.asset │ │ │ ├── PrtJail_9.asset.meta │ │ │ ├── PrtJail_90.asset │ │ │ ├── PrtJail_90.asset.meta │ │ │ ├── PrtJail_91.asset │ │ │ ├── PrtJail_91.asset.meta │ │ │ ├── PrtJail_92.asset │ │ │ ├── PrtJail_92.asset.meta │ │ │ ├── PrtJail_93.asset │ │ │ ├── PrtJail_93.asset.meta │ │ │ ├── PrtJail_94.asset │ │ │ ├── PrtJail_94.asset.meta │ │ │ ├── PrtJail_95.asset │ │ │ ├── PrtJail_95.asset.meta │ │ │ ├── PrtJail_96.asset │ │ │ ├── PrtJail_96.asset.meta │ │ │ ├── PrtJail_97.asset │ │ │ ├── PrtJail_97.asset.meta │ │ │ ├── PrtJail_98.asset │ │ │ ├── PrtJail_98.asset.meta │ │ │ ├── PrtJail_99.asset │ │ │ └── PrtJail_99.asset.meta │ ├── Prefabs.meta │ ├── Prefabs │ │ ├── Enemies.meta │ │ ├── Enemies │ │ │ ├── Bat.meta │ │ │ └── Bat │ │ │ │ ├── BatAnimatorController.controller │ │ │ │ ├── BatAnimatorController.controller.meta │ │ │ │ ├── Idle.anim │ │ │ │ └── Idle.anim.meta │ │ ├── Particles.meta │ │ ├── Particles │ │ │ ├── BloodParticles.prefab │ │ │ ├── BloodParticles.prefab.meta │ │ │ ├── MuzzleFlashParticles.prefab │ │ │ ├── MuzzleFlashParticles.prefab.meta │ │ │ ├── SurfaceHitParticles.prefab │ │ │ └── SurfaceHitParticles.prefab.meta │ │ ├── Player.meta │ │ ├── Player │ │ │ ├── Fall.anim │ │ │ ├── Fall.anim.meta │ │ │ ├── FallLookingUp.anim │ │ │ ├── FallLookingUp.anim.meta │ │ │ ├── Idle.anim │ │ │ ├── Idle.anim.meta │ │ │ ├── IdleLookingDown.anim │ │ │ ├── IdleLookingDown.anim.meta │ │ │ ├── IdleLookingUp.anim │ │ │ ├── IdleLookingUp.anim.meta │ │ │ ├── Jump.anim │ │ │ ├── Jump.anim.meta │ │ │ ├── JumpLookingUp.anim │ │ │ ├── JumpLookingUp.anim.meta │ │ │ ├── Player.prefab │ │ │ ├── Player.prefab.meta │ │ │ ├── PlayerAnimatorController.controller │ │ │ ├── PlayerAnimatorController.controller.meta │ │ │ ├── Run.anim │ │ │ ├── Run.anim.meta │ │ │ ├── RunLookingUp.anim │ │ │ └── RunLookingUp.anim.meta │ │ ├── Projectiles.meta │ │ └── Projectiles │ │ │ ├── PolarStar.meta │ │ │ └── PolarStar │ │ │ ├── PolarStarBullet_01.prefab │ │ │ └── PolarStarBullet_01.prefab.meta │ ├── Scenes.meta │ ├── Scenes │ │ ├── SampleScene.unity │ │ └── SampleScene.unity.meta │ ├── Scripts.meta │ ├── Scripts │ │ ├── AI.meta │ │ ├── AI │ │ │ ├── BatBehaviour.cs │ │ │ ├── BatBehaviour.cs.meta │ │ │ ├── Enemy.cs │ │ │ ├── Enemy.cs.meta │ │ │ ├── Entity.cs │ │ │ └── Entity.cs.meta │ │ ├── Camera.meta │ │ ├── Camera │ │ │ ├── CameraBehaviour.cs │ │ │ ├── CameraBehaviour.cs.meta │ │ │ ├── CameraTargetBehaviour.cs │ │ │ ├── CameraTargetBehaviour.cs.meta │ │ │ ├── Editor.meta │ │ │ ├── Editor │ │ │ │ ├── PixelPerfectMainCameraEditor.cs │ │ │ │ └── PixelPerfectMainCameraEditor.cs.meta │ │ │ ├── PixelPerfectMainCamera.cs │ │ │ ├── PixelPerfectMainCamera.cs.meta │ │ │ ├── RenderTextureToScreen.cs │ │ │ └── RenderTextureToScreen.cs.meta │ │ ├── Guns.meta │ │ ├── Guns │ │ │ ├── Gun.cs │ │ │ ├── Gun.cs.meta │ │ │ ├── GunController.cs │ │ │ ├── GunController.cs.meta │ │ │ ├── Projectile.cs │ │ │ └── Projectile.cs.meta │ │ ├── Misc.meta │ │ ├── Misc │ │ │ ├── General.cs │ │ │ ├── General.cs.meta │ │ │ ├── ObjectPoolManager.cs │ │ │ ├── ObjectPoolManager.cs.meta │ │ │ ├── PoolableParticleSystem.cs │ │ │ └── PoolableParticleSystem.cs.meta │ │ ├── Player.meta │ │ ├── Player │ │ │ ├── Controller2D.cs │ │ │ ├── Controller2D.cs.meta │ │ │ ├── Player.cs │ │ │ └── Player.cs.meta │ │ ├── Shaders.meta │ │ ├── Shaders │ │ │ ├── ScrollingShader.meta │ │ │ └── ScrollingShader │ │ │ │ ├── MoonBackgroundScroller.tif │ │ │ │ ├── MoonBackgroundScroller.tif.meta │ │ │ │ ├── ScrollingMaterial.mat │ │ │ │ ├── ScrollingMaterial.mat.meta │ │ │ │ ├── ScrollingShader.shader │ │ │ │ └── ScrollingShader.shader.meta │ │ ├── World.meta │ │ └── World │ │ │ ├── ContactHazard.cs │ │ │ ├── ContactHazard.cs.meta │ │ │ ├── IHittable.cs │ │ │ ├── IHittable.cs.meta │ │ │ ├── Surface.cs │ │ │ └── Surface.cs.meta │ ├── Textures.meta │ └── Textures │ │ ├── RenderTextures.meta │ │ ├── RenderTextures │ │ ├── PixelPerfectRenderTexture.renderTexture │ │ └── PixelPerfectRenderTexture.renderTexture.meta │ │ ├── Sprites.meta │ │ └── Sprites │ │ ├── Backgrounds.meta │ │ ├── Backgrounds │ │ ├── bk0.png │ │ ├── bk0.png.meta │ │ ├── bkBlack.png │ │ ├── bkBlack.png.meta │ │ ├── bkBlue.png │ │ ├── bkBlue.png.meta │ │ ├── bkFall.png │ │ ├── bkFall.png.meta │ │ ├── bkFog.png │ │ ├── bkFog.png.meta │ │ ├── bkGard.png │ │ ├── bkGard.png.meta │ │ ├── bkGray.png │ │ ├── bkGray.png.meta │ │ ├── bkGreen.png │ │ ├── bkGreen.png.meta │ │ ├── bkMaze.png │ │ ├── bkMaze.png.meta │ │ ├── bkMoon.png │ │ ├── bkMoon.png.meta │ │ ├── bkRed.png │ │ ├── bkRed.png.meta │ │ ├── bkWater.png │ │ └── bkWater.png.meta │ │ ├── Credits.meta │ │ ├── Credits │ │ ├── .DS_Store │ │ ├── CREDIT01.png │ │ ├── CREDIT01.png.meta │ │ ├── CREDIT02.png │ │ ├── CREDIT02.png.meta │ │ ├── CREDIT03.png │ │ ├── CREDIT03.png.meta │ │ ├── CREDIT04.png │ │ ├── CREDIT04.png.meta │ │ ├── CREDIT05.png │ │ ├── CREDIT05.png.meta │ │ ├── CREDIT06.png │ │ ├── CREDIT06.png.meta │ │ ├── CREDIT07.png │ │ ├── CREDIT07.png.meta │ │ ├── CREDIT08.png │ │ ├── CREDIT08.png.meta │ │ ├── CREDIT09.png │ │ ├── CREDIT09.png.meta │ │ ├── CREDIT10.png │ │ ├── CREDIT10.png.meta │ │ ├── CREDIT11.png │ │ ├── CREDIT11.png.meta │ │ ├── CREDIT12.png │ │ ├── CREDIT12.png.meta │ │ ├── CREDIT14.png │ │ ├── CREDIT14.png.meta │ │ ├── CREDIT15.png │ │ ├── CREDIT15.png.meta │ │ ├── CREDIT16.png │ │ ├── CREDIT16.png.meta │ │ ├── CREDIT17.png │ │ ├── CREDIT17.png.meta │ │ ├── CREDIT18.png │ │ └── CREDIT18.png.meta │ │ ├── Maps.meta │ │ ├── Maps │ │ ├── .DS_Store │ │ ├── Prt0.png │ │ ├── Prt0.png.meta │ │ ├── PrtAlmond.png │ │ ├── PrtAlmond.png.meta │ │ ├── PrtBarr.png │ │ ├── PrtBarr.png.meta │ │ ├── PrtCave.png │ │ ├── PrtCave.png.meta │ │ ├── PrtCent.png │ │ ├── PrtCent.png.meta │ │ ├── PrtEggIn.png │ │ ├── PrtEggIn.png.meta │ │ ├── PrtEggX.png │ │ ├── PrtEggX.png.meta │ │ ├── PrtEggs.png │ │ ├── PrtEggs.png.meta │ │ ├── PrtFall.png │ │ ├── PrtFall.png.meta │ │ ├── PrtGard.png │ │ ├── PrtGard.png.meta │ │ ├── PrtHell.png │ │ ├── PrtHell.png.meta │ │ ├── PrtJail.png │ │ ├── PrtJail.png.meta │ │ ├── PrtLabo.png │ │ ├── PrtLabo.png.meta │ │ ├── PrtMaze.png │ │ ├── PrtMaze.png.meta │ │ ├── PrtMimi.png │ │ ├── PrtMimi.png.meta │ │ ├── PrtOside.png │ │ ├── PrtOside.png.meta │ │ ├── PrtPens.png │ │ ├── PrtPens.png.meta │ │ ├── PrtRiver.png │ │ ├── PrtRiver.png.meta │ │ ├── PrtSand.png │ │ ├── PrtSand.png.meta │ │ ├── PrtStore.png │ │ ├── PrtStore.png.meta │ │ ├── PrtWeed.png │ │ ├── PrtWeed.png.meta │ │ ├── PrtWhite.png │ │ └── PrtWhite.png.meta │ │ ├── NPC.meta │ │ ├── NPC │ │ ├── Npc0.png │ │ ├── Npc0.png.meta │ │ ├── NpcAlmo1.png │ │ ├── NpcAlmo1.png.meta │ │ ├── NpcAlmo2.png │ │ ├── NpcAlmo2.png.meta │ │ ├── NpcBallos.png │ │ ├── NpcBallos.png.meta │ │ ├── NpcBllg.png │ │ ├── NpcBllg.png.meta │ │ ├── NpcCemet.png │ │ ├── NpcCemet.png.meta │ │ ├── NpcCent.png │ │ ├── NpcCent.png.meta │ │ ├── NpcCurly.png │ │ ├── NpcCurly.png.meta │ │ ├── NpcDark.png │ │ ├── NpcDark.png.meta │ │ ├── NpcDr.png │ │ ├── NpcDr.png.meta │ │ ├── NpcEggs1.png │ │ ├── NpcEggs1.png.meta │ │ ├── NpcEggs2.png │ │ ├── NpcEggs2.png.meta │ │ ├── NpcFrog.png │ │ ├── NpcFrog.png.meta │ │ ├── NpcGuest.png │ │ ├── NpcGuest.png.meta │ │ ├── NpcHell.png │ │ ├── NpcHell.png.meta │ │ ├── NpcHeri.png │ │ ├── NpcHeri.png.meta │ │ ├── NpcIronH.png │ │ ├── NpcIronH.png.meta │ │ ├── NpcIsland.png │ │ ├── NpcIsland.png.meta │ │ ├── NpcKings.png │ │ ├── NpcKings.png.meta │ │ ├── NpcMaze.png │ │ ├── NpcMaze.png.meta │ │ ├── NpcMiza.png │ │ ├── NpcMiza.png.meta │ │ ├── NpcMoon.png │ │ ├── NpcMoon.png.meta │ │ ├── NpcOmg.png │ │ ├── NpcOmg.png.meta │ │ ├── NpcPlant.png │ │ ├── NpcPlant.png.meta │ │ ├── NpcPress.png │ │ ├── NpcPress.png.meta │ │ ├── NpcPriest.png │ │ ├── NpcPriest.png.meta │ │ ├── NpcRavil.png │ │ ├── NpcRavil.png.meta │ │ ├── NpcRed.png │ │ ├── NpcRed.png.meta │ │ ├── NpcRegu.png │ │ ├── NpcRegu.png.meta │ │ ├── NpcSand.png │ │ ├── NpcSand.png.meta │ │ ├── NpcStream.png │ │ ├── NpcStream.png.meta │ │ ├── NpcSym.png │ │ ├── NpcSym.png.meta │ │ ├── NpcToro.png │ │ ├── NpcToro.png.meta │ │ ├── NpcTwinD.png │ │ ├── NpcTwinD.png.meta │ │ ├── NpcWeed.png │ │ ├── NpcWeed.png.meta │ │ ├── NpcX.png │ │ └── NpcX.png.meta │ │ ├── Others.meta │ │ ├── Others │ │ ├── .DS_Store │ │ ├── cavestoryIcon.png │ │ └── cavestoryIcon.png.meta │ │ ├── Player.meta │ │ ├── Player │ │ ├── MyChar.png │ │ └── MyChar.png.meta │ │ ├── UI.meta │ │ ├── UI │ │ ├── ArmsImage.png │ │ ├── ArmsImage.png.meta │ │ ├── Face.png │ │ ├── Face.png.meta │ │ ├── Fade.png │ │ ├── Fade.png.meta │ │ ├── ItemImage.png │ │ ├── ItemImage.png.meta │ │ ├── Loading.png │ │ ├── Loading.png.meta │ │ ├── PIXEL.png │ │ ├── PIXEL.png.meta │ │ ├── StageImage.png │ │ ├── StageImage.png.meta │ │ ├── TextBox.png │ │ ├── TextBox.png.meta │ │ ├── Title.png │ │ ├── Title.png.meta │ │ ├── casts.png │ │ └── casts.png.meta │ │ ├── Weapons.meta │ │ └── Weapons │ │ ├── Arms.png │ │ ├── Arms.png.meta │ │ ├── Bullet.png │ │ ├── Bullet.png.meta │ │ ├── Caret.png │ │ └── Caret.png.meta ├── Packages │ └── manifest.json └── ProjectSettings │ ├── AudioManager.asset │ ├── ClusterInputManager.asset │ ├── DynamicsManager.asset │ ├── EditorBuildSettings.asset │ ├── EditorSettings.asset │ ├── GraphicsSettings.asset │ ├── InputManager.asset │ ├── NavMeshAreas.asset │ ├── NetworkManager.asset │ ├── Physics2DSettings.asset │ ├── PresetManager.asset │ ├── ProjectSettings.asset │ ├── ProjectVersion.txt │ ├── QualitySettings.asset │ ├── TagManager.asset │ ├── TimeManager.asset │ └── UnityConnectSettings.asset ├── CaveStoryTutorial E10 ├── Assets │ ├── Data.meta │ ├── Data │ │ ├── Guns.meta │ │ ├── Guns │ │ │ ├── Bubbler.asset │ │ │ ├── Bubbler.asset.meta │ │ │ ├── Fireball.asset │ │ │ ├── Fireball.asset.meta │ │ │ ├── MachineGun.asset │ │ │ ├── MachineGun.asset.meta │ │ │ ├── MissileLauncher.asset │ │ │ ├── MissileLauncher.asset.meta │ │ │ ├── Nemesis.asset │ │ │ ├── Nemesis.asset.meta │ │ │ ├── PolarStar.asset │ │ │ ├── PolarStar.asset.meta │ │ │ ├── Snake.asset │ │ │ └── Snake.asset.meta │ │ ├── Maps.meta │ │ └── Maps │ │ │ ├── Palettes.meta │ │ │ ├── Palettes │ │ │ ├── CavePalette.prefab │ │ │ └── CavePalette.prefab.meta │ │ │ ├── Tilesets.meta │ │ │ └── Tilesets │ │ │ ├── PrtCave.meta │ │ │ ├── PrtCave │ │ │ ├── PrtCave_0.asset │ │ │ ├── PrtCave_0.asset.meta │ │ │ ├── PrtCave_1.asset │ │ │ ├── PrtCave_1.asset.meta │ │ │ ├── PrtCave_10.asset │ │ │ ├── PrtCave_10.asset.meta │ │ │ ├── PrtCave_11.asset │ │ │ ├── PrtCave_11.asset.meta │ │ │ ├── PrtCave_12.asset │ │ │ ├── PrtCave_12.asset.meta │ │ │ ├── PrtCave_13.asset │ │ │ ├── PrtCave_13.asset.meta │ │ │ ├── PrtCave_14.asset │ │ │ ├── PrtCave_14.asset.meta │ │ │ ├── PrtCave_15.asset │ │ │ ├── PrtCave_15.asset.meta │ │ │ ├── PrtCave_16.asset │ │ │ ├── PrtCave_16.asset.meta │ │ │ ├── PrtCave_17.asset │ │ │ ├── PrtCave_17.asset.meta │ │ │ ├── PrtCave_18.asset │ │ │ ├── PrtCave_18.asset.meta │ │ │ ├── PrtCave_19.asset │ │ │ ├── PrtCave_19.asset.meta │ │ │ ├── PrtCave_2.asset │ │ │ ├── PrtCave_2.asset.meta │ │ │ ├── PrtCave_20.asset │ │ │ ├── PrtCave_20.asset.meta │ │ │ ├── PrtCave_21.asset │ │ │ ├── PrtCave_21.asset.meta │ │ │ ├── PrtCave_22.asset │ │ │ ├── PrtCave_22.asset.meta │ │ │ ├── PrtCave_23.asset │ │ │ ├── PrtCave_23.asset.meta │ │ │ ├── PrtCave_24.asset │ │ │ ├── PrtCave_24.asset.meta │ │ │ ├── PrtCave_25.asset │ │ │ ├── PrtCave_25.asset.meta │ │ │ ├── PrtCave_26.asset │ │ │ ├── PrtCave_26.asset.meta │ │ │ ├── PrtCave_27.asset │ │ │ ├── PrtCave_27.asset.meta │ │ │ ├── PrtCave_28.asset │ │ │ ├── PrtCave_28.asset.meta │ │ │ ├── PrtCave_29.asset │ │ │ ├── PrtCave_29.asset.meta │ │ │ ├── PrtCave_3.asset │ │ │ ├── PrtCave_3.asset.meta │ │ │ ├── PrtCave_30.asset │ │ │ ├── PrtCave_30.asset.meta │ │ │ ├── PrtCave_31.asset │ │ │ ├── PrtCave_31.asset.meta │ │ │ ├── PrtCave_32.asset │ │ │ ├── PrtCave_32.asset.meta │ │ │ ├── PrtCave_33.asset │ │ │ ├── PrtCave_33.asset.meta │ │ │ ├── PrtCave_34.asset │ │ │ ├── PrtCave_34.asset.meta │ │ │ ├── PrtCave_35.asset │ │ │ ├── PrtCave_35.asset.meta │ │ │ ├── PrtCave_36.asset │ │ │ ├── PrtCave_36.asset.meta │ │ │ ├── PrtCave_37.asset │ │ │ ├── PrtCave_37.asset.meta │ │ │ ├── PrtCave_38.asset │ │ │ ├── PrtCave_38.asset.meta │ │ │ ├── PrtCave_39.asset │ │ │ ├── PrtCave_39.asset.meta │ │ │ ├── PrtCave_4.asset │ │ │ ├── PrtCave_4.asset.meta │ │ │ ├── PrtCave_40.asset │ │ │ ├── PrtCave_40.asset.meta │ │ │ ├── PrtCave_41.asset │ │ │ ├── PrtCave_41.asset.meta │ │ │ ├── PrtCave_42.asset │ │ │ ├── PrtCave_42.asset.meta │ │ │ ├── PrtCave_43.asset │ │ │ ├── PrtCave_43.asset.meta │ │ │ ├── PrtCave_44.asset │ │ │ ├── PrtCave_44.asset.meta │ │ │ ├── PrtCave_45.asset │ │ │ ├── PrtCave_45.asset.meta │ │ │ ├── PrtCave_46.asset │ │ │ ├── PrtCave_46.asset.meta │ │ │ ├── PrtCave_47.asset │ │ │ ├── PrtCave_47.asset.meta │ │ │ ├── PrtCave_48.asset │ │ │ ├── PrtCave_48.asset.meta │ │ │ ├── PrtCave_49.asset │ │ │ ├── PrtCave_49.asset.meta │ │ │ ├── PrtCave_5.asset │ │ │ ├── PrtCave_5.asset.meta │ │ │ ├── PrtCave_50.asset │ │ │ ├── PrtCave_50.asset.meta │ │ │ ├── PrtCave_51.asset │ │ │ ├── PrtCave_51.asset.meta │ │ │ ├── PrtCave_52.asset │ │ │ ├── PrtCave_52.asset.meta │ │ │ ├── PrtCave_53.asset │ │ │ ├── PrtCave_53.asset.meta │ │ │ ├── PrtCave_54.asset │ │ │ ├── PrtCave_54.asset.meta │ │ │ ├── PrtCave_55.asset │ │ │ ├── PrtCave_55.asset.meta │ │ │ ├── PrtCave_56.asset │ │ │ ├── PrtCave_56.asset.meta │ │ │ ├── PrtCave_57.asset │ │ │ ├── PrtCave_57.asset.meta │ │ │ ├── PrtCave_58.asset │ │ │ ├── PrtCave_58.asset.meta │ │ │ ├── PrtCave_59.asset │ │ │ ├── PrtCave_59.asset.meta │ │ │ ├── PrtCave_6.asset │ │ │ ├── PrtCave_6.asset.meta │ │ │ ├── PrtCave_60.asset │ │ │ ├── PrtCave_60.asset.meta │ │ │ ├── PrtCave_61.asset │ │ │ ├── PrtCave_61.asset.meta │ │ │ ├── PrtCave_62.asset │ │ │ ├── PrtCave_62.asset.meta │ │ │ ├── PrtCave_63.asset │ │ │ ├── PrtCave_63.asset.meta │ │ │ ├── PrtCave_64.asset │ │ │ ├── PrtCave_64.asset.meta │ │ │ ├── PrtCave_65.asset │ │ │ ├── PrtCave_65.asset.meta │ │ │ ├── PrtCave_66.asset │ │ │ ├── PrtCave_66.asset.meta │ │ │ ├── PrtCave_67.asset │ │ │ ├── PrtCave_67.asset.meta │ │ │ ├── PrtCave_68.asset │ │ │ ├── PrtCave_68.asset.meta │ │ │ ├── PrtCave_69.asset │ │ │ ├── PrtCave_69.asset.meta │ │ │ ├── PrtCave_7.asset │ │ │ ├── PrtCave_7.asset.meta │ │ │ ├── PrtCave_70.asset │ │ │ ├── PrtCave_70.asset.meta │ │ │ ├── PrtCave_71.asset │ │ │ ├── PrtCave_71.asset.meta │ │ │ ├── PrtCave_72.asset │ │ │ ├── PrtCave_72.asset.meta │ │ │ ├── PrtCave_8.asset │ │ │ ├── PrtCave_8.asset.meta │ │ │ ├── PrtCave_9.asset │ │ │ └── PrtCave_9.asset.meta │ │ │ ├── PrtJail.meta │ │ │ └── PrtJail │ │ │ ├── PrtJail_0.asset │ │ │ ├── PrtJail_0.asset.meta │ │ │ ├── PrtJail_1.asset │ │ │ ├── PrtJail_1.asset.meta │ │ │ ├── PrtJail_10.asset │ │ │ ├── PrtJail_10.asset.meta │ │ │ ├── PrtJail_100.asset │ │ │ ├── PrtJail_100.asset.meta │ │ │ ├── PrtJail_101.asset │ │ │ ├── PrtJail_101.asset.meta │ │ │ ├── PrtJail_102.asset │ │ │ ├── PrtJail_102.asset.meta │ │ │ ├── PrtJail_103.asset │ │ │ ├── PrtJail_103.asset.meta │ │ │ ├── PrtJail_104.asset │ │ │ ├── PrtJail_104.asset.meta │ │ │ ├── PrtJail_105.asset │ │ │ ├── PrtJail_105.asset.meta │ │ │ ├── PrtJail_106.asset │ │ │ ├── PrtJail_106.asset.meta │ │ │ ├── PrtJail_107.asset │ │ │ ├── PrtJail_107.asset.meta │ │ │ ├── PrtJail_108.asset │ │ │ ├── PrtJail_108.asset.meta │ │ │ ├── PrtJail_109.asset │ │ │ ├── PrtJail_109.asset.meta │ │ │ ├── PrtJail_11.asset │ │ │ ├── PrtJail_11.asset.meta │ │ │ ├── PrtJail_110.asset │ │ │ ├── PrtJail_110.asset.meta │ │ │ ├── PrtJail_12.asset │ │ │ ├── PrtJail_12.asset.meta │ │ │ ├── PrtJail_13.asset │ │ │ ├── PrtJail_13.asset.meta │ │ │ ├── PrtJail_14.asset │ │ │ ├── PrtJail_14.asset.meta │ │ │ ├── PrtJail_15.asset │ │ │ ├── PrtJail_15.asset.meta │ │ │ ├── PrtJail_16.asset │ │ │ ├── PrtJail_16.asset.meta │ │ │ ├── PrtJail_17.asset │ │ │ ├── PrtJail_17.asset.meta │ │ │ ├── PrtJail_18.asset │ │ │ ├── PrtJail_18.asset.meta │ │ │ ├── PrtJail_19.asset │ │ │ ├── PrtJail_19.asset.meta │ │ │ ├── PrtJail_2.asset │ │ │ ├── PrtJail_2.asset.meta │ │ │ ├── PrtJail_20.asset │ │ │ ├── PrtJail_20.asset.meta │ │ │ ├── PrtJail_21.asset │ │ │ ├── PrtJail_21.asset.meta │ │ │ ├── PrtJail_22.asset │ │ │ ├── PrtJail_22.asset.meta │ │ │ ├── PrtJail_23.asset │ │ │ ├── PrtJail_23.asset.meta │ │ │ ├── PrtJail_24.asset │ │ │ ├── PrtJail_24.asset.meta │ │ │ ├── PrtJail_25.asset │ │ │ ├── PrtJail_25.asset.meta │ │ │ ├── PrtJail_26.asset │ │ │ ├── PrtJail_26.asset.meta │ │ │ ├── PrtJail_27.asset │ │ │ ├── PrtJail_27.asset.meta │ │ │ ├── PrtJail_28.asset │ │ │ ├── PrtJail_28.asset.meta │ │ │ ├── PrtJail_29.asset │ │ │ ├── PrtJail_29.asset.meta │ │ │ ├── PrtJail_3.asset │ │ │ ├── PrtJail_3.asset.meta │ │ │ ├── PrtJail_30.asset │ │ │ ├── PrtJail_30.asset.meta │ │ │ ├── PrtJail_31.asset │ │ │ ├── PrtJail_31.asset.meta │ │ │ ├── PrtJail_32.asset │ │ │ ├── PrtJail_32.asset.meta │ │ │ ├── PrtJail_33.asset │ │ │ ├── PrtJail_33.asset.meta │ │ │ ├── PrtJail_34.asset │ │ │ ├── PrtJail_34.asset.meta │ │ │ ├── PrtJail_35.asset │ │ │ ├── PrtJail_35.asset.meta │ │ │ ├── PrtJail_36.asset │ │ │ ├── PrtJail_36.asset.meta │ │ │ ├── PrtJail_37.asset │ │ │ ├── PrtJail_37.asset.meta │ │ │ ├── PrtJail_38.asset │ │ │ ├── PrtJail_38.asset.meta │ │ │ ├── PrtJail_39.asset │ │ │ ├── PrtJail_39.asset.meta │ │ │ ├── PrtJail_4.asset │ │ │ ├── PrtJail_4.asset.meta │ │ │ ├── PrtJail_40.asset │ │ │ ├── PrtJail_40.asset.meta │ │ │ ├── PrtJail_41.asset │ │ │ ├── PrtJail_41.asset.meta │ │ │ ├── PrtJail_42.asset │ │ │ ├── PrtJail_42.asset.meta │ │ │ ├── PrtJail_43.asset │ │ │ ├── PrtJail_43.asset.meta │ │ │ ├── PrtJail_44.asset │ │ │ ├── PrtJail_44.asset.meta │ │ │ ├── PrtJail_45.asset │ │ │ ├── PrtJail_45.asset.meta │ │ │ ├── PrtJail_46.asset │ │ │ ├── PrtJail_46.asset.meta │ │ │ ├── PrtJail_47.asset │ │ │ ├── PrtJail_47.asset.meta │ │ │ ├── PrtJail_48.asset │ │ │ ├── PrtJail_48.asset.meta │ │ │ ├── PrtJail_49.asset │ │ │ ├── PrtJail_49.asset.meta │ │ │ ├── PrtJail_5.asset │ │ │ ├── PrtJail_5.asset.meta │ │ │ ├── PrtJail_50.asset │ │ │ ├── PrtJail_50.asset.meta │ │ │ ├── PrtJail_51.asset │ │ │ ├── PrtJail_51.asset.meta │ │ │ ├── PrtJail_52.asset │ │ │ ├── PrtJail_52.asset.meta │ │ │ ├── PrtJail_53.asset │ │ │ ├── PrtJail_53.asset.meta │ │ │ ├── PrtJail_54.asset │ │ │ ├── PrtJail_54.asset.meta │ │ │ ├── PrtJail_55.asset │ │ │ ├── PrtJail_55.asset.meta │ │ │ ├── PrtJail_56.asset │ │ │ ├── PrtJail_56.asset.meta │ │ │ ├── PrtJail_57.asset │ │ │ ├── PrtJail_57.asset.meta │ │ │ ├── PrtJail_58.asset │ │ │ ├── PrtJail_58.asset.meta │ │ │ ├── PrtJail_59.asset │ │ │ ├── PrtJail_59.asset.meta │ │ │ ├── PrtJail_6.asset │ │ │ ├── PrtJail_6.asset.meta │ │ │ ├── PrtJail_60.asset │ │ │ ├── PrtJail_60.asset.meta │ │ │ ├── PrtJail_61.asset │ │ │ ├── PrtJail_61.asset.meta │ │ │ ├── PrtJail_62.asset │ │ │ ├── PrtJail_62.asset.meta │ │ │ ├── PrtJail_63.asset │ │ │ ├── PrtJail_63.asset.meta │ │ │ ├── PrtJail_64.asset │ │ │ ├── PrtJail_64.asset.meta │ │ │ ├── PrtJail_65.asset │ │ │ ├── PrtJail_65.asset.meta │ │ │ ├── PrtJail_66.asset │ │ │ ├── PrtJail_66.asset.meta │ │ │ ├── PrtJail_67.asset │ │ │ ├── PrtJail_67.asset.meta │ │ │ ├── PrtJail_68.asset │ │ │ ├── PrtJail_68.asset.meta │ │ │ ├── PrtJail_69.asset │ │ │ ├── PrtJail_69.asset.meta │ │ │ ├── PrtJail_7.asset │ │ │ ├── PrtJail_7.asset.meta │ │ │ ├── PrtJail_70.asset │ │ │ ├── PrtJail_70.asset.meta │ │ │ ├── PrtJail_71.asset │ │ │ ├── PrtJail_71.asset.meta │ │ │ ├── PrtJail_72.asset │ │ │ ├── PrtJail_72.asset.meta │ │ │ ├── PrtJail_73.asset │ │ │ ├── PrtJail_73.asset.meta │ │ │ ├── PrtJail_74.asset │ │ │ ├── PrtJail_74.asset.meta │ │ │ ├── PrtJail_75.asset │ │ │ ├── PrtJail_75.asset.meta │ │ │ ├── PrtJail_76.asset │ │ │ ├── PrtJail_76.asset.meta │ │ │ ├── PrtJail_77.asset │ │ │ ├── PrtJail_77.asset.meta │ │ │ ├── PrtJail_78.asset │ │ │ ├── PrtJail_78.asset.meta │ │ │ ├── PrtJail_79.asset │ │ │ ├── PrtJail_79.asset.meta │ │ │ ├── PrtJail_8.asset │ │ │ ├── PrtJail_8.asset.meta │ │ │ ├── PrtJail_80.asset │ │ │ ├── PrtJail_80.asset.meta │ │ │ ├── PrtJail_81.asset │ │ │ ├── PrtJail_81.asset.meta │ │ │ ├── PrtJail_82.asset │ │ │ ├── PrtJail_82.asset.meta │ │ │ ├── PrtJail_83.asset │ │ │ ├── PrtJail_83.asset.meta │ │ │ ├── PrtJail_84.asset │ │ │ ├── PrtJail_84.asset.meta │ │ │ ├── PrtJail_85.asset │ │ │ ├── PrtJail_85.asset.meta │ │ │ ├── PrtJail_86.asset │ │ │ ├── PrtJail_86.asset.meta │ │ │ ├── PrtJail_87.asset │ │ │ ├── PrtJail_87.asset.meta │ │ │ ├── PrtJail_88.asset │ │ │ ├── PrtJail_88.asset.meta │ │ │ ├── PrtJail_89.asset │ │ │ ├── PrtJail_89.asset.meta │ │ │ ├── PrtJail_9.asset │ │ │ ├── PrtJail_9.asset.meta │ │ │ ├── PrtJail_90.asset │ │ │ ├── PrtJail_90.asset.meta │ │ │ ├── PrtJail_91.asset │ │ │ ├── PrtJail_91.asset.meta │ │ │ ├── PrtJail_92.asset │ │ │ ├── PrtJail_92.asset.meta │ │ │ ├── PrtJail_93.asset │ │ │ ├── PrtJail_93.asset.meta │ │ │ ├── PrtJail_94.asset │ │ │ ├── PrtJail_94.asset.meta │ │ │ ├── PrtJail_95.asset │ │ │ ├── PrtJail_95.asset.meta │ │ │ ├── PrtJail_96.asset │ │ │ ├── PrtJail_96.asset.meta │ │ │ ├── PrtJail_97.asset │ │ │ ├── PrtJail_97.asset.meta │ │ │ ├── PrtJail_98.asset │ │ │ ├── PrtJail_98.asset.meta │ │ │ ├── PrtJail_99.asset │ │ │ └── PrtJail_99.asset.meta │ ├── Prefabs.meta │ ├── Prefabs │ │ ├── Enemies.meta │ │ ├── Enemies │ │ │ ├── Bat.meta │ │ │ └── Bat │ │ │ │ ├── BatAnimatorController.controller │ │ │ │ ├── BatAnimatorController.controller.meta │ │ │ │ ├── Idle.anim │ │ │ │ └── Idle.anim.meta │ │ ├── Particles.meta │ │ ├── Particles │ │ │ ├── BloodParticles.prefab │ │ │ ├── BloodParticles.prefab.meta │ │ │ ├── ExplosionParticles.prefab │ │ │ ├── ExplosionParticles.prefab.meta │ │ │ ├── MuzzleFlashParticles.prefab │ │ │ ├── MuzzleFlashParticles.prefab.meta │ │ │ ├── SurfaceHitParticles.prefab │ │ │ └── SurfaceHitParticles.prefab.meta │ │ ├── Player.meta │ │ ├── Player │ │ │ ├── Fall.anim │ │ │ ├── Fall.anim.meta │ │ │ ├── FallLookingUp.anim │ │ │ ├── FallLookingUp.anim.meta │ │ │ ├── Idle.anim │ │ │ ├── Idle.anim.meta │ │ │ ├── IdleLookingDown.anim │ │ │ ├── IdleLookingDown.anim.meta │ │ │ ├── IdleLookingUp.anim │ │ │ ├── IdleLookingUp.anim.meta │ │ │ ├── Jump.anim │ │ │ ├── Jump.anim.meta │ │ │ ├── JumpLookingUp.anim │ │ │ ├── JumpLookingUp.anim.meta │ │ │ ├── Player.prefab │ │ │ ├── Player.prefab.meta │ │ │ ├── PlayerAnimatorController.controller │ │ │ ├── PlayerAnimatorController.controller.meta │ │ │ ├── Run.anim │ │ │ ├── Run.anim.meta │ │ │ ├── RunLookingUp.anim │ │ │ └── RunLookingUp.anim.meta │ │ ├── Projectiles.meta │ │ └── Projectiles │ │ │ ├── Missiles.meta │ │ │ ├── Missiles │ │ │ ├── Missile_01.prefab │ │ │ └── Missile_01.prefab.meta │ │ │ ├── PolarStar.meta │ │ │ └── PolarStar │ │ │ ├── PolarStarBullet_01.prefab │ │ │ └── PolarStarBullet_01.prefab.meta │ ├── Scenes.meta │ ├── Scenes │ │ ├── SampleScene.unity │ │ └── SampleScene.unity.meta │ ├── Scripts.meta │ ├── Scripts │ │ ├── AI.meta │ │ ├── AI │ │ │ ├── BatBehaviour.cs │ │ │ ├── BatBehaviour.cs.meta │ │ │ ├── Enemy.cs │ │ │ ├── Enemy.cs.meta │ │ │ ├── Entity.cs │ │ │ └── Entity.cs.meta │ │ ├── Camera.meta │ │ ├── Camera │ │ │ ├── CameraBehaviour.cs │ │ │ ├── CameraBehaviour.cs.meta │ │ │ ├── CameraTargetBehaviour.cs │ │ │ ├── CameraTargetBehaviour.cs.meta │ │ │ ├── Editor.meta │ │ │ ├── Editor │ │ │ │ ├── PixelPerfectMainCameraEditor.cs │ │ │ │ └── PixelPerfectMainCameraEditor.cs.meta │ │ │ ├── PixelPerfectMainCamera.cs │ │ │ ├── PixelPerfectMainCamera.cs.meta │ │ │ ├── RenderTextureToScreen.cs │ │ │ └── RenderTextureToScreen.cs.meta │ │ ├── Guns.meta │ │ ├── Guns │ │ │ ├── Gun.cs │ │ │ ├── Gun.cs.meta │ │ │ ├── GunController.cs │ │ │ ├── GunController.cs.meta │ │ │ ├── Missile.cs │ │ │ ├── Missile.cs.meta │ │ │ ├── Projectile.cs │ │ │ └── Projectile.cs.meta │ │ ├── Misc.meta │ │ ├── Misc │ │ │ ├── General.cs │ │ │ ├── General.cs.meta │ │ │ ├── ObjectPoolManager.cs │ │ │ ├── ObjectPoolManager.cs.meta │ │ │ ├── PoolableParticleSystem.cs │ │ │ └── PoolableParticleSystem.cs.meta │ │ ├── Player.meta │ │ ├── Player │ │ │ ├── Controller2D.cs │ │ │ ├── Controller2D.cs.meta │ │ │ ├── Player.cs │ │ │ └── Player.cs.meta │ │ ├── Shaders.meta │ │ ├── Shaders │ │ │ ├── ScrollingShader.meta │ │ │ └── ScrollingShader │ │ │ │ ├── MoonBackgroundScroller.tif │ │ │ │ ├── MoonBackgroundScroller.tif.meta │ │ │ │ ├── ScrollingMaterial.mat │ │ │ │ ├── ScrollingMaterial.mat.meta │ │ │ │ ├── ScrollingShader.shader │ │ │ │ └── ScrollingShader.shader.meta │ │ ├── World.meta │ │ └── World │ │ │ ├── ContactHazard.cs │ │ │ ├── ContactHazard.cs.meta │ │ │ ├── IHittable.cs │ │ │ ├── IHittable.cs.meta │ │ │ ├── Surface.cs │ │ │ └── Surface.cs.meta │ ├── Textures.meta │ └── Textures │ │ ├── RenderTextures.meta │ │ ├── RenderTextures │ │ ├── PixelPerfectRenderTexture.renderTexture │ │ └── PixelPerfectRenderTexture.renderTexture.meta │ │ ├── Sprites.meta │ │ └── Sprites │ │ ├── Backgrounds.meta │ │ ├── Backgrounds │ │ ├── bk0.png │ │ ├── bk0.png.meta │ │ ├── bkBlack.png │ │ ├── bkBlack.png.meta │ │ ├── bkBlue.png │ │ ├── bkBlue.png.meta │ │ ├── bkFall.png │ │ ├── bkFall.png.meta │ │ ├── bkFog.png │ │ ├── bkFog.png.meta │ │ ├── bkGard.png │ │ ├── bkGard.png.meta │ │ ├── bkGray.png │ │ ├── bkGray.png.meta │ │ ├── bkGreen.png │ │ ├── bkGreen.png.meta │ │ ├── bkMaze.png │ │ ├── bkMaze.png.meta │ │ ├── bkMoon.png │ │ ├── bkMoon.png.meta │ │ ├── bkRed.png │ │ ├── bkRed.png.meta │ │ ├── bkWater.png │ │ └── bkWater.png.meta │ │ ├── Credits.meta │ │ ├── Credits │ │ ├── .DS_Store │ │ ├── CREDIT01.png │ │ ├── CREDIT01.png.meta │ │ ├── CREDIT02.png │ │ ├── CREDIT02.png.meta │ │ ├── CREDIT03.png │ │ ├── CREDIT03.png.meta │ │ ├── CREDIT04.png │ │ ├── CREDIT04.png.meta │ │ ├── CREDIT05.png │ │ ├── CREDIT05.png.meta │ │ ├── CREDIT06.png │ │ ├── CREDIT06.png.meta │ │ ├── CREDIT07.png │ │ ├── CREDIT07.png.meta │ │ ├── CREDIT08.png │ │ ├── CREDIT08.png.meta │ │ ├── CREDIT09.png │ │ ├── CREDIT09.png.meta │ │ ├── CREDIT10.png │ │ ├── CREDIT10.png.meta │ │ ├── CREDIT11.png │ │ ├── CREDIT11.png.meta │ │ ├── CREDIT12.png │ │ ├── CREDIT12.png.meta │ │ ├── CREDIT14.png │ │ ├── CREDIT14.png.meta │ │ ├── CREDIT15.png │ │ ├── CREDIT15.png.meta │ │ ├── CREDIT16.png │ │ ├── CREDIT16.png.meta │ │ ├── CREDIT17.png │ │ ├── CREDIT17.png.meta │ │ ├── CREDIT18.png │ │ └── CREDIT18.png.meta │ │ ├── Maps.meta │ │ ├── Maps │ │ ├── .DS_Store │ │ ├── Prt0.png │ │ ├── Prt0.png.meta │ │ ├── PrtAlmond.png │ │ ├── PrtAlmond.png.meta │ │ ├── PrtBarr.png │ │ ├── PrtBarr.png.meta │ │ ├── PrtCave.png │ │ ├── PrtCave.png.meta │ │ ├── PrtCent.png │ │ ├── PrtCent.png.meta │ │ ├── PrtEggIn.png │ │ ├── PrtEggIn.png.meta │ │ ├── PrtEggX.png │ │ ├── PrtEggX.png.meta │ │ ├── PrtEggs.png │ │ ├── PrtEggs.png.meta │ │ ├── PrtFall.png │ │ ├── PrtFall.png.meta │ │ ├── PrtGard.png │ │ ├── PrtGard.png.meta │ │ ├── PrtHell.png │ │ ├── PrtHell.png.meta │ │ ├── PrtJail.png │ │ ├── PrtJail.png.meta │ │ ├── PrtLabo.png │ │ ├── PrtLabo.png.meta │ │ ├── PrtMaze.png │ │ ├── PrtMaze.png.meta │ │ ├── PrtMimi.png │ │ ├── PrtMimi.png.meta │ │ ├── PrtOside.png │ │ ├── PrtOside.png.meta │ │ ├── PrtPens.png │ │ ├── PrtPens.png.meta │ │ ├── PrtRiver.png │ │ ├── PrtRiver.png.meta │ │ ├── PrtSand.png │ │ ├── PrtSand.png.meta │ │ ├── PrtStore.png │ │ ├── PrtStore.png.meta │ │ ├── PrtWeed.png │ │ ├── PrtWeed.png.meta │ │ ├── PrtWhite.png │ │ └── PrtWhite.png.meta │ │ ├── NPC.meta │ │ ├── NPC │ │ ├── Npc0.png │ │ ├── Npc0.png.meta │ │ ├── NpcAlmo1.png │ │ ├── NpcAlmo1.png.meta │ │ ├── NpcAlmo2.png │ │ ├── NpcAlmo2.png.meta │ │ ├── NpcBallos.png │ │ ├── NpcBallos.png.meta │ │ ├── NpcBllg.png │ │ ├── NpcBllg.png.meta │ │ ├── NpcCemet.png │ │ ├── NpcCemet.png.meta │ │ ├── NpcCent.png │ │ ├── NpcCent.png.meta │ │ ├── NpcCurly.png │ │ ├── NpcCurly.png.meta │ │ ├── NpcDark.png │ │ ├── NpcDark.png.meta │ │ ├── NpcDr.png │ │ ├── NpcDr.png.meta │ │ ├── NpcEggs1.png │ │ ├── NpcEggs1.png.meta │ │ ├── NpcEggs2.png │ │ ├── NpcEggs2.png.meta │ │ ├── NpcFrog.png │ │ ├── NpcFrog.png.meta │ │ ├── NpcGuest.png │ │ ├── NpcGuest.png.meta │ │ ├── NpcHell.png │ │ ├── NpcHell.png.meta │ │ ├── NpcHeri.png │ │ ├── NpcHeri.png.meta │ │ ├── NpcIronH.png │ │ ├── NpcIronH.png.meta │ │ ├── NpcIsland.png │ │ ├── NpcIsland.png.meta │ │ ├── NpcKings.png │ │ ├── NpcKings.png.meta │ │ ├── NpcMaze.png │ │ ├── NpcMaze.png.meta │ │ ├── NpcMiza.png │ │ ├── NpcMiza.png.meta │ │ ├── NpcMoon.png │ │ ├── NpcMoon.png.meta │ │ ├── NpcOmg.png │ │ ├── NpcOmg.png.meta │ │ ├── NpcPlant.png │ │ ├── NpcPlant.png.meta │ │ ├── NpcPress.png │ │ ├── NpcPress.png.meta │ │ ├── NpcPriest.png │ │ ├── NpcPriest.png.meta │ │ ├── NpcRavil.png │ │ ├── NpcRavil.png.meta │ │ ├── NpcRed.png │ │ ├── NpcRed.png.meta │ │ ├── NpcRegu.png │ │ ├── NpcRegu.png.meta │ │ ├── NpcSand.png │ │ ├── NpcSand.png.meta │ │ ├── NpcStream.png │ │ ├── NpcStream.png.meta │ │ ├── NpcSym.png │ │ ├── NpcSym.png.meta │ │ ├── NpcToro.png │ │ ├── NpcToro.png.meta │ │ ├── NpcTwinD.png │ │ ├── NpcTwinD.png.meta │ │ ├── NpcWeed.png │ │ ├── NpcWeed.png.meta │ │ ├── NpcX.png │ │ └── NpcX.png.meta │ │ ├── Others.meta │ │ ├── Others │ │ ├── .DS_Store │ │ ├── cavestoryIcon.png │ │ └── cavestoryIcon.png.meta │ │ ├── Player.meta │ │ ├── Player │ │ ├── MyChar.png │ │ └── MyChar.png.meta │ │ ├── UI.meta │ │ ├── UI │ │ ├── ArmsImage.png │ │ ├── ArmsImage.png.meta │ │ ├── Face.png │ │ ├── Face.png.meta │ │ ├── Fade.png │ │ ├── Fade.png.meta │ │ ├── ItemImage.png │ │ ├── ItemImage.png.meta │ │ ├── Loading.png │ │ ├── Loading.png.meta │ │ ├── PIXEL.png │ │ ├── PIXEL.png.meta │ │ ├── StageImage.png │ │ ├── StageImage.png.meta │ │ ├── TextBox.png │ │ ├── TextBox.png.meta │ │ ├── Title.png │ │ ├── Title.png.meta │ │ ├── casts.png │ │ └── casts.png.meta │ │ ├── Weapons.meta │ │ └── Weapons │ │ ├── Arms.png │ │ ├── Arms.png.meta │ │ ├── Bullet.png │ │ ├── Bullet.png.meta │ │ ├── Caret.png │ │ └── Caret.png.meta ├── Packages │ └── manifest.json └── ProjectSettings │ ├── AudioManager.asset │ ├── ClusterInputManager.asset │ ├── DynamicsManager.asset │ ├── EditorBuildSettings.asset │ ├── EditorSettings.asset │ ├── GraphicsSettings.asset │ ├── InputManager.asset │ ├── NavMeshAreas.asset │ ├── NetworkManager.asset │ ├── Physics2DSettings.asset │ ├── PresetManager.asset │ ├── ProjectSettings.asset │ ├── ProjectVersion.txt │ ├── QualitySettings.asset │ ├── TagManager.asset │ ├── TimeManager.asset │ └── UnityConnectSettings.asset ├── LICENSE └── README.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/.gitignore -------------------------------------------------------------------------------- /CaveStoryTutorial E00/Assets/Scenes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E00/Assets/Scenes.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E00/Assets/Scenes/SampleScene.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E00/Assets/Scenes/SampleScene.unity -------------------------------------------------------------------------------- /CaveStoryTutorial E00/Assets/Scenes/SampleScene.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E00/Assets/Scenes/SampleScene.unity.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E00/Assets/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E00/Assets/Scripts.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E00/Assets/Scripts/Camera.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E00/Assets/Scripts/Camera.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E00/Assets/Scripts/Camera/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E00/Assets/Scripts/Camera/Editor.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E00/Assets/Scripts/Player.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E00/Assets/Scripts/Player.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E00/Assets/Scripts/Player/Controller2D.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E00/Assets/Scripts/Player/Controller2D.cs -------------------------------------------------------------------------------- /CaveStoryTutorial E00/Assets/Scripts/Player/Player.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E00/Assets/Scripts/Player/Player.cs -------------------------------------------------------------------------------- /CaveStoryTutorial E00/Assets/Scripts/Player/Player.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E00/Assets/Scripts/Player/Player.cs.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E00/Assets/Scripts/Shaders.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E00/Assets/Scripts/Shaders.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E00/Assets/Textures.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E00/Assets/Textures.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E00/Assets/Textures/RenderTextures.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E00/Assets/Textures/RenderTextures.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E00/Assets/Textures/Sprites.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E00/Assets/Textures/Sprites.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E00/Assets/Textures/Sprites/Credits.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E00/Assets/Textures/Sprites/Credits.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E00/Assets/Textures/Sprites/Maps.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E00/Assets/Textures/Sprites/Maps.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E00/Assets/Textures/Sprites/Maps/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E00/Assets/Textures/Sprites/Maps/.DS_Store -------------------------------------------------------------------------------- /CaveStoryTutorial E00/Assets/Textures/Sprites/Maps/Prt0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E00/Assets/Textures/Sprites/Maps/Prt0.png -------------------------------------------------------------------------------- /CaveStoryTutorial E00/Assets/Textures/Sprites/NPC.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E00/Assets/Textures/Sprites/NPC.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E00/Assets/Textures/Sprites/NPC/Npc0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E00/Assets/Textures/Sprites/NPC/Npc0.png -------------------------------------------------------------------------------- /CaveStoryTutorial E00/Assets/Textures/Sprites/NPC/NpcDr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E00/Assets/Textures/Sprites/NPC/NpcDr.png -------------------------------------------------------------------------------- /CaveStoryTutorial E00/Assets/Textures/Sprites/NPC/NpcOmg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E00/Assets/Textures/Sprites/NPC/NpcOmg.png -------------------------------------------------------------------------------- /CaveStoryTutorial E00/Assets/Textures/Sprites/NPC/NpcRed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E00/Assets/Textures/Sprites/NPC/NpcRed.png -------------------------------------------------------------------------------- /CaveStoryTutorial E00/Assets/Textures/Sprites/NPC/NpcSym.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E00/Assets/Textures/Sprites/NPC/NpcSym.png -------------------------------------------------------------------------------- /CaveStoryTutorial E00/Assets/Textures/Sprites/NPC/NpcX.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E00/Assets/Textures/Sprites/NPC/NpcX.png -------------------------------------------------------------------------------- /CaveStoryTutorial E00/Assets/Textures/Sprites/Others.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E00/Assets/Textures/Sprites/Others.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E00/Assets/Textures/Sprites/Player.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E00/Assets/Textures/Sprites/Player.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E00/Assets/Textures/Sprites/UI.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E00/Assets/Textures/Sprites/UI.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E00/Assets/Textures/Sprites/UI/Face.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E00/Assets/Textures/Sprites/UI/Face.png -------------------------------------------------------------------------------- /CaveStoryTutorial E00/Assets/Textures/Sprites/UI/Fade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E00/Assets/Textures/Sprites/UI/Fade.png -------------------------------------------------------------------------------- /CaveStoryTutorial E00/Assets/Textures/Sprites/UI/Loading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E00/Assets/Textures/Sprites/UI/Loading.png -------------------------------------------------------------------------------- /CaveStoryTutorial E00/Assets/Textures/Sprites/UI/PIXEL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E00/Assets/Textures/Sprites/UI/PIXEL.png -------------------------------------------------------------------------------- /CaveStoryTutorial E00/Assets/Textures/Sprites/UI/Title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E00/Assets/Textures/Sprites/UI/Title.png -------------------------------------------------------------------------------- /CaveStoryTutorial E00/Assets/Textures/Sprites/UI/casts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E00/Assets/Textures/Sprites/UI/casts.png -------------------------------------------------------------------------------- /CaveStoryTutorial E00/Assets/Textures/Sprites/Weapons.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E00/Assets/Textures/Sprites/Weapons.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E00/Packages/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E00/Packages/manifest.json -------------------------------------------------------------------------------- /CaveStoryTutorial E00/ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E00/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E00/ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E00/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E00/ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E00/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E00/ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E00/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E00/ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E00/ProjectSettings/NetworkManager.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E00/ProjectSettings/PresetManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E00/ProjectSettings/PresetManager.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E00/ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 2018.2.17f1 2 | -------------------------------------------------------------------------------- /CaveStoryTutorial E00/ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E00/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E00/ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E00/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E01/Assets/Prefabs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E01/Assets/Prefabs.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E01/Assets/Prefabs/Player.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E01/Assets/Prefabs/Player.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E01/Assets/Prefabs/Player/Fall.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E01/Assets/Prefabs/Player/Fall.anim -------------------------------------------------------------------------------- /CaveStoryTutorial E01/Assets/Prefabs/Player/Fall.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E01/Assets/Prefabs/Player/Fall.anim.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E01/Assets/Prefabs/Player/Idle.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E01/Assets/Prefabs/Player/Idle.anim -------------------------------------------------------------------------------- /CaveStoryTutorial E01/Assets/Prefabs/Player/Idle.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E01/Assets/Prefabs/Player/Idle.anim.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E01/Assets/Prefabs/Player/Jump.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E01/Assets/Prefabs/Player/Jump.anim -------------------------------------------------------------------------------- /CaveStoryTutorial E01/Assets/Prefabs/Player/Jump.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E01/Assets/Prefabs/Player/Jump.anim.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E01/Assets/Prefabs/Player/Player.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E01/Assets/Prefabs/Player/Player.prefab -------------------------------------------------------------------------------- /CaveStoryTutorial E01/Assets/Prefabs/Player/Run.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E01/Assets/Prefabs/Player/Run.anim -------------------------------------------------------------------------------- /CaveStoryTutorial E01/Assets/Prefabs/Player/Run.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E01/Assets/Prefabs/Player/Run.anim.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E01/Assets/Scenes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E01/Assets/Scenes.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E01/Assets/Scenes/SampleScene.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E01/Assets/Scenes/SampleScene.unity -------------------------------------------------------------------------------- /CaveStoryTutorial E01/Assets/Scenes/SampleScene.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E01/Assets/Scenes/SampleScene.unity.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E01/Assets/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E01/Assets/Scripts.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E01/Assets/Scripts/Camera.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E01/Assets/Scripts/Camera.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E01/Assets/Scripts/Camera/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E01/Assets/Scripts/Camera/Editor.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E01/Assets/Scripts/Misc.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E01/Assets/Scripts/Misc.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E01/Assets/Scripts/Misc/General.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E01/Assets/Scripts/Misc/General.cs -------------------------------------------------------------------------------- /CaveStoryTutorial E01/Assets/Scripts/Misc/General.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E01/Assets/Scripts/Misc/General.cs.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E01/Assets/Scripts/Player.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E01/Assets/Scripts/Player.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E01/Assets/Scripts/Player/Player.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E01/Assets/Scripts/Player/Player.cs -------------------------------------------------------------------------------- /CaveStoryTutorial E01/Assets/Scripts/Player/Player.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E01/Assets/Scripts/Player/Player.cs.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E01/Assets/Scripts/Shaders.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E01/Assets/Scripts/Shaders.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E01/Assets/Textures.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E01/Assets/Textures.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E01/Assets/Textures/RenderTextures.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E01/Assets/Textures/RenderTextures.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E01/Assets/Textures/Sprites.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E01/Assets/Textures/Sprites.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E01/Assets/Textures/Sprites/Credits.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E01/Assets/Textures/Sprites/Credits.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E01/Assets/Textures/Sprites/Maps.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E01/Assets/Textures/Sprites/Maps.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E01/Assets/Textures/Sprites/NPC.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E01/Assets/Textures/Sprites/NPC.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E01/Assets/Textures/Sprites/NPC/Npc0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E01/Assets/Textures/Sprites/NPC/Npc0.png -------------------------------------------------------------------------------- /CaveStoryTutorial E01/Assets/Textures/Sprites/NPC/NpcX.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E01/Assets/Textures/Sprites/NPC/NpcX.png -------------------------------------------------------------------------------- /CaveStoryTutorial E01/Assets/Textures/Sprites/Others.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E01/Assets/Textures/Sprites/Others.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E01/Assets/Textures/Sprites/Player.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E01/Assets/Textures/Sprites/Player.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E01/Assets/Textures/Sprites/UI.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E01/Assets/Textures/Sprites/UI.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E01/Assets/Textures/Sprites/UI/Face.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E01/Assets/Textures/Sprites/UI/Face.png -------------------------------------------------------------------------------- /CaveStoryTutorial E01/Assets/Textures/Sprites/UI/Fade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E01/Assets/Textures/Sprites/UI/Fade.png -------------------------------------------------------------------------------- /CaveStoryTutorial E01/Assets/Textures/Sprites/UI/PIXEL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E01/Assets/Textures/Sprites/UI/PIXEL.png -------------------------------------------------------------------------------- /CaveStoryTutorial E01/Assets/Textures/Sprites/UI/Title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E01/Assets/Textures/Sprites/UI/Title.png -------------------------------------------------------------------------------- /CaveStoryTutorial E01/Assets/Textures/Sprites/UI/casts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E01/Assets/Textures/Sprites/UI/casts.png -------------------------------------------------------------------------------- /CaveStoryTutorial E01/Assets/Textures/Sprites/Weapons.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E01/Assets/Textures/Sprites/Weapons.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E01/Packages/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E01/Packages/manifest.json -------------------------------------------------------------------------------- /CaveStoryTutorial E01/ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E01/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E01/ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E01/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E01/ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E01/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E01/ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E01/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E01/ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E01/ProjectSettings/NetworkManager.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E01/ProjectSettings/PresetManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E01/ProjectSettings/PresetManager.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E01/ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 2018.2.17f1 2 | -------------------------------------------------------------------------------- /CaveStoryTutorial E01/ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E01/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E01/ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E01/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E02/Assets/Prefabs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E02/Assets/Prefabs.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E02/Assets/Prefabs/Player.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E02/Assets/Prefabs/Player.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E02/Assets/Prefabs/Player/Fall.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E02/Assets/Prefabs/Player/Fall.anim -------------------------------------------------------------------------------- /CaveStoryTutorial E02/Assets/Prefabs/Player/Fall.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E02/Assets/Prefabs/Player/Fall.anim.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E02/Assets/Prefabs/Player/Idle.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E02/Assets/Prefabs/Player/Idle.anim -------------------------------------------------------------------------------- /CaveStoryTutorial E02/Assets/Prefabs/Player/Idle.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E02/Assets/Prefabs/Player/Idle.anim.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E02/Assets/Prefabs/Player/Jump.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E02/Assets/Prefabs/Player/Jump.anim -------------------------------------------------------------------------------- /CaveStoryTutorial E02/Assets/Prefabs/Player/Jump.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E02/Assets/Prefabs/Player/Jump.anim.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E02/Assets/Prefabs/Player/Player.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E02/Assets/Prefabs/Player/Player.prefab -------------------------------------------------------------------------------- /CaveStoryTutorial E02/Assets/Prefabs/Player/Run.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E02/Assets/Prefabs/Player/Run.anim -------------------------------------------------------------------------------- /CaveStoryTutorial E02/Assets/Prefabs/Player/Run.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E02/Assets/Prefabs/Player/Run.anim.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E02/Assets/Scenes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E02/Assets/Scenes.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E02/Assets/Scenes/SampleScene.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E02/Assets/Scenes/SampleScene.unity -------------------------------------------------------------------------------- /CaveStoryTutorial E02/Assets/Scenes/SampleScene.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E02/Assets/Scenes/SampleScene.unity.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E02/Assets/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E02/Assets/Scripts.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E02/Assets/Scripts/Camera.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E02/Assets/Scripts/Camera.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E02/Assets/Scripts/Camera/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E02/Assets/Scripts/Camera/Editor.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E02/Assets/Scripts/Misc.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E02/Assets/Scripts/Misc.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E02/Assets/Scripts/Misc/General.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E02/Assets/Scripts/Misc/General.cs -------------------------------------------------------------------------------- /CaveStoryTutorial E02/Assets/Scripts/Misc/General.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E02/Assets/Scripts/Misc/General.cs.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E02/Assets/Scripts/Player.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E02/Assets/Scripts/Player.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E02/Assets/Scripts/Player/Player.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E02/Assets/Scripts/Player/Player.cs -------------------------------------------------------------------------------- /CaveStoryTutorial E02/Assets/Scripts/Player/Player.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E02/Assets/Scripts/Player/Player.cs.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E02/Assets/Scripts/Shaders.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E02/Assets/Scripts/Shaders.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E02/Assets/Textures.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E02/Assets/Textures.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E02/Assets/Textures/RenderTextures.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E02/Assets/Textures/RenderTextures.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E02/Assets/Textures/Sprites.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E02/Assets/Textures/Sprites.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E02/Assets/Textures/Sprites/Credits.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E02/Assets/Textures/Sprites/Credits.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E02/Assets/Textures/Sprites/Maps.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E02/Assets/Textures/Sprites/Maps.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E02/Assets/Textures/Sprites/NPC.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E02/Assets/Textures/Sprites/NPC.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E02/Assets/Textures/Sprites/NPC/Npc0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E02/Assets/Textures/Sprites/NPC/Npc0.png -------------------------------------------------------------------------------- /CaveStoryTutorial E02/Assets/Textures/Sprites/NPC/NpcX.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E02/Assets/Textures/Sprites/NPC/NpcX.png -------------------------------------------------------------------------------- /CaveStoryTutorial E02/Assets/Textures/Sprites/Others.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E02/Assets/Textures/Sprites/Others.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E02/Assets/Textures/Sprites/Player.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E02/Assets/Textures/Sprites/Player.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E02/Assets/Textures/Sprites/UI.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E02/Assets/Textures/Sprites/UI.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E02/Assets/Textures/Sprites/UI/Face.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E02/Assets/Textures/Sprites/UI/Face.png -------------------------------------------------------------------------------- /CaveStoryTutorial E02/Assets/Textures/Sprites/UI/Fade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E02/Assets/Textures/Sprites/UI/Fade.png -------------------------------------------------------------------------------- /CaveStoryTutorial E02/Assets/Textures/Sprites/UI/PIXEL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E02/Assets/Textures/Sprites/UI/PIXEL.png -------------------------------------------------------------------------------- /CaveStoryTutorial E02/Assets/Textures/Sprites/UI/Title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E02/Assets/Textures/Sprites/UI/Title.png -------------------------------------------------------------------------------- /CaveStoryTutorial E02/Assets/Textures/Sprites/UI/casts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E02/Assets/Textures/Sprites/UI/casts.png -------------------------------------------------------------------------------- /CaveStoryTutorial E02/Assets/Textures/Sprites/Weapons.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E02/Assets/Textures/Sprites/Weapons.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E02/Packages/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E02/Packages/manifest.json -------------------------------------------------------------------------------- /CaveStoryTutorial E02/ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E02/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E02/ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E02/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E02/ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E02/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E02/ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E02/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E02/ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E02/ProjectSettings/NetworkManager.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E02/ProjectSettings/PresetManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E02/ProjectSettings/PresetManager.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E02/ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 2018.2.17f1 2 | -------------------------------------------------------------------------------- /CaveStoryTutorial E02/ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E02/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E02/ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E02/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E03/Assets/Data.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E03/Assets/Data.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E03/Assets/Data/Maps.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E03/Assets/Data/Maps.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E03/Assets/Data/Maps/Palettes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E03/Assets/Data/Maps/Palettes.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E03/Assets/Data/Maps/Tilesets.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E03/Assets/Data/Maps/Tilesets.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E03/Assets/Prefabs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E03/Assets/Prefabs.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E03/Assets/Prefabs/Player.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E03/Assets/Prefabs/Player.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E03/Assets/Prefabs/Player/Fall.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E03/Assets/Prefabs/Player/Fall.anim -------------------------------------------------------------------------------- /CaveStoryTutorial E03/Assets/Prefabs/Player/Fall.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E03/Assets/Prefabs/Player/Fall.anim.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E03/Assets/Prefabs/Player/Idle.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E03/Assets/Prefabs/Player/Idle.anim -------------------------------------------------------------------------------- /CaveStoryTutorial E03/Assets/Prefabs/Player/Idle.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E03/Assets/Prefabs/Player/Idle.anim.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E03/Assets/Prefabs/Player/Jump.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E03/Assets/Prefabs/Player/Jump.anim -------------------------------------------------------------------------------- /CaveStoryTutorial E03/Assets/Prefabs/Player/Jump.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E03/Assets/Prefabs/Player/Jump.anim.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E03/Assets/Prefabs/Player/Player.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E03/Assets/Prefabs/Player/Player.prefab -------------------------------------------------------------------------------- /CaveStoryTutorial E03/Assets/Prefabs/Player/Run.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E03/Assets/Prefabs/Player/Run.anim -------------------------------------------------------------------------------- /CaveStoryTutorial E03/Assets/Prefabs/Player/Run.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E03/Assets/Prefabs/Player/Run.anim.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E03/Assets/Scenes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E03/Assets/Scenes.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E03/Assets/Scenes/SampleScene.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E03/Assets/Scenes/SampleScene.unity -------------------------------------------------------------------------------- /CaveStoryTutorial E03/Assets/Scenes/SampleScene.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E03/Assets/Scenes/SampleScene.unity.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E03/Assets/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E03/Assets/Scripts.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E03/Assets/Scripts/Camera.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E03/Assets/Scripts/Camera.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E03/Assets/Scripts/Camera/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E03/Assets/Scripts/Camera/Editor.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E03/Assets/Scripts/Misc.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E03/Assets/Scripts/Misc.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E03/Assets/Scripts/Misc/General.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E03/Assets/Scripts/Misc/General.cs -------------------------------------------------------------------------------- /CaveStoryTutorial E03/Assets/Scripts/Misc/General.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E03/Assets/Scripts/Misc/General.cs.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E03/Assets/Scripts/Player.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E03/Assets/Scripts/Player.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E03/Assets/Scripts/Player/Player.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E03/Assets/Scripts/Player/Player.cs -------------------------------------------------------------------------------- /CaveStoryTutorial E03/Assets/Scripts/Player/Player.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E03/Assets/Scripts/Player/Player.cs.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E03/Assets/Scripts/Shaders.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E03/Assets/Scripts/Shaders.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E03/Assets/Textures.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E03/Assets/Textures.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E03/Assets/Textures/RenderTextures.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E03/Assets/Textures/RenderTextures.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E03/Assets/Textures/Sprites.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E03/Assets/Textures/Sprites.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E03/Assets/Textures/Sprites/Credits.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E03/Assets/Textures/Sprites/Credits.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E03/Assets/Textures/Sprites/Maps.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E03/Assets/Textures/Sprites/Maps.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E03/Assets/Textures/Sprites/NPC.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E03/Assets/Textures/Sprites/NPC.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E03/Assets/Textures/Sprites/NPC/Npc0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E03/Assets/Textures/Sprites/NPC/Npc0.png -------------------------------------------------------------------------------- /CaveStoryTutorial E03/Assets/Textures/Sprites/NPC/NpcX.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E03/Assets/Textures/Sprites/NPC/NpcX.png -------------------------------------------------------------------------------- /CaveStoryTutorial E03/Assets/Textures/Sprites/Others.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E03/Assets/Textures/Sprites/Others.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E03/Assets/Textures/Sprites/Player.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E03/Assets/Textures/Sprites/Player.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E03/Assets/Textures/Sprites/UI.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E03/Assets/Textures/Sprites/UI.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E03/Assets/Textures/Sprites/UI/Face.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E03/Assets/Textures/Sprites/UI/Face.png -------------------------------------------------------------------------------- /CaveStoryTutorial E03/Assets/Textures/Sprites/UI/Fade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E03/Assets/Textures/Sprites/UI/Fade.png -------------------------------------------------------------------------------- /CaveStoryTutorial E03/Assets/Textures/Sprites/UI/PIXEL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E03/Assets/Textures/Sprites/UI/PIXEL.png -------------------------------------------------------------------------------- /CaveStoryTutorial E03/Assets/Textures/Sprites/UI/Title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E03/Assets/Textures/Sprites/UI/Title.png -------------------------------------------------------------------------------- /CaveStoryTutorial E03/Assets/Textures/Sprites/UI/casts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E03/Assets/Textures/Sprites/UI/casts.png -------------------------------------------------------------------------------- /CaveStoryTutorial E03/Assets/Textures/Sprites/Weapons.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E03/Assets/Textures/Sprites/Weapons.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E03/Packages/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E03/Packages/manifest.json -------------------------------------------------------------------------------- /CaveStoryTutorial E03/ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E03/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E03/ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E03/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E03/ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E03/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E03/ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E03/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E03/ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E03/ProjectSettings/NetworkManager.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E03/ProjectSettings/PresetManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E03/ProjectSettings/PresetManager.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E03/ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 2018.2.17f1 2 | -------------------------------------------------------------------------------- /CaveStoryTutorial E03/ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E03/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E03/ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E03/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E04/Assets/Data.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E04/Assets/Data.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E04/Assets/Data/Maps.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E04/Assets/Data/Maps.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E04/Assets/Data/Maps/Palettes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E04/Assets/Data/Maps/Palettes.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E04/Assets/Data/Maps/Tilesets.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E04/Assets/Data/Maps/Tilesets.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E04/Assets/Prefabs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E04/Assets/Prefabs.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E04/Assets/Prefabs/Player.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E04/Assets/Prefabs/Player.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E04/Assets/Prefabs/Player/Fall.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E04/Assets/Prefabs/Player/Fall.anim -------------------------------------------------------------------------------- /CaveStoryTutorial E04/Assets/Prefabs/Player/Fall.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E04/Assets/Prefabs/Player/Fall.anim.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E04/Assets/Prefabs/Player/Idle.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E04/Assets/Prefabs/Player/Idle.anim -------------------------------------------------------------------------------- /CaveStoryTutorial E04/Assets/Prefabs/Player/Idle.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E04/Assets/Prefabs/Player/Idle.anim.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E04/Assets/Prefabs/Player/Jump.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E04/Assets/Prefabs/Player/Jump.anim -------------------------------------------------------------------------------- /CaveStoryTutorial E04/Assets/Prefabs/Player/Jump.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E04/Assets/Prefabs/Player/Jump.anim.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E04/Assets/Prefabs/Player/Player.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E04/Assets/Prefabs/Player/Player.prefab -------------------------------------------------------------------------------- /CaveStoryTutorial E04/Assets/Prefabs/Player/Run.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E04/Assets/Prefabs/Player/Run.anim -------------------------------------------------------------------------------- /CaveStoryTutorial E04/Assets/Prefabs/Player/Run.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E04/Assets/Prefabs/Player/Run.anim.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E04/Assets/Scenes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E04/Assets/Scenes.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E04/Assets/Scenes/SampleScene.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E04/Assets/Scenes/SampleScene.unity -------------------------------------------------------------------------------- /CaveStoryTutorial E04/Assets/Scenes/SampleScene.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E04/Assets/Scenes/SampleScene.unity.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E04/Assets/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E04/Assets/Scripts.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E04/Assets/Scripts/Camera.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E04/Assets/Scripts/Camera.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E04/Assets/Scripts/Camera/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E04/Assets/Scripts/Camera/Editor.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E04/Assets/Scripts/Misc.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E04/Assets/Scripts/Misc.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E04/Assets/Scripts/Misc/General.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E04/Assets/Scripts/Misc/General.cs -------------------------------------------------------------------------------- /CaveStoryTutorial E04/Assets/Scripts/Misc/General.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E04/Assets/Scripts/Misc/General.cs.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E04/Assets/Scripts/Player.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E04/Assets/Scripts/Player.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E04/Assets/Scripts/Player/Player.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E04/Assets/Scripts/Player/Player.cs -------------------------------------------------------------------------------- /CaveStoryTutorial E04/Assets/Scripts/Player/Player.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E04/Assets/Scripts/Player/Player.cs.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E04/Assets/Scripts/Shaders.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E04/Assets/Scripts/Shaders.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E04/Assets/Scripts/World.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E04/Assets/Scripts/World.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E04/Assets/Textures.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E04/Assets/Textures.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E04/Assets/Textures/RenderTextures.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E04/Assets/Textures/RenderTextures.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E04/Assets/Textures/Sprites.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E04/Assets/Textures/Sprites.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E04/Assets/Textures/Sprites/Credits.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E04/Assets/Textures/Sprites/Credits.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E04/Assets/Textures/Sprites/Maps.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E04/Assets/Textures/Sprites/Maps.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E04/Assets/Textures/Sprites/NPC.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E04/Assets/Textures/Sprites/NPC.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E04/Assets/Textures/Sprites/NPC/Npc0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E04/Assets/Textures/Sprites/NPC/Npc0.png -------------------------------------------------------------------------------- /CaveStoryTutorial E04/Assets/Textures/Sprites/NPC/NpcX.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E04/Assets/Textures/Sprites/NPC/NpcX.png -------------------------------------------------------------------------------- /CaveStoryTutorial E04/Assets/Textures/Sprites/Others.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E04/Assets/Textures/Sprites/Others.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E04/Assets/Textures/Sprites/Player.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E04/Assets/Textures/Sprites/Player.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E04/Assets/Textures/Sprites/UI.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E04/Assets/Textures/Sprites/UI.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E04/Assets/Textures/Sprites/UI/Face.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E04/Assets/Textures/Sprites/UI/Face.png -------------------------------------------------------------------------------- /CaveStoryTutorial E04/Assets/Textures/Sprites/UI/Fade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E04/Assets/Textures/Sprites/UI/Fade.png -------------------------------------------------------------------------------- /CaveStoryTutorial E04/Assets/Textures/Sprites/UI/PIXEL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E04/Assets/Textures/Sprites/UI/PIXEL.png -------------------------------------------------------------------------------- /CaveStoryTutorial E04/Assets/Textures/Sprites/UI/Title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E04/Assets/Textures/Sprites/UI/Title.png -------------------------------------------------------------------------------- /CaveStoryTutorial E04/Assets/Textures/Sprites/UI/casts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E04/Assets/Textures/Sprites/UI/casts.png -------------------------------------------------------------------------------- /CaveStoryTutorial E04/Assets/Textures/Sprites/Weapons.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E04/Assets/Textures/Sprites/Weapons.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E04/Packages/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E04/Packages/manifest.json -------------------------------------------------------------------------------- /CaveStoryTutorial E04/ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E04/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E04/ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E04/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E04/ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E04/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E04/ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E04/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E04/ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E04/ProjectSettings/NetworkManager.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E04/ProjectSettings/PresetManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E04/ProjectSettings/PresetManager.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E04/ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 2018.2.17f1 2 | -------------------------------------------------------------------------------- /CaveStoryTutorial E04/ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E04/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E04/ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E04/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E05/Assets/Data.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E05/Assets/Data.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E05/Assets/Data/Maps.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E05/Assets/Data/Maps.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E05/Assets/Data/Maps/Palettes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E05/Assets/Data/Maps/Palettes.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E05/Assets/Data/Maps/Tilesets.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E05/Assets/Data/Maps/Tilesets.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E05/Assets/Prefabs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E05/Assets/Prefabs.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E05/Assets/Prefabs/Enemies.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E05/Assets/Prefabs/Enemies.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E05/Assets/Prefabs/Enemies/Bat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E05/Assets/Prefabs/Enemies/Bat.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E05/Assets/Prefabs/Enemies/Bat/Idle.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E05/Assets/Prefabs/Enemies/Bat/Idle.anim -------------------------------------------------------------------------------- /CaveStoryTutorial E05/Assets/Prefabs/Player.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E05/Assets/Prefabs/Player.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E05/Assets/Prefabs/Player/Fall.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E05/Assets/Prefabs/Player/Fall.anim -------------------------------------------------------------------------------- /CaveStoryTutorial E05/Assets/Prefabs/Player/Fall.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E05/Assets/Prefabs/Player/Fall.anim.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E05/Assets/Prefabs/Player/Idle.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E05/Assets/Prefabs/Player/Idle.anim -------------------------------------------------------------------------------- /CaveStoryTutorial E05/Assets/Prefabs/Player/Idle.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E05/Assets/Prefabs/Player/Idle.anim.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E05/Assets/Prefabs/Player/Jump.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E05/Assets/Prefabs/Player/Jump.anim -------------------------------------------------------------------------------- /CaveStoryTutorial E05/Assets/Prefabs/Player/Jump.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E05/Assets/Prefabs/Player/Jump.anim.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E05/Assets/Prefabs/Player/Player.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E05/Assets/Prefabs/Player/Player.prefab -------------------------------------------------------------------------------- /CaveStoryTutorial E05/Assets/Prefabs/Player/Run.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E05/Assets/Prefabs/Player/Run.anim -------------------------------------------------------------------------------- /CaveStoryTutorial E05/Assets/Prefabs/Player/Run.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E05/Assets/Prefabs/Player/Run.anim.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E05/Assets/Scenes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E05/Assets/Scenes.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E05/Assets/Scenes/SampleScene.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E05/Assets/Scenes/SampleScene.unity -------------------------------------------------------------------------------- /CaveStoryTutorial E05/Assets/Scenes/SampleScene.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E05/Assets/Scenes/SampleScene.unity.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E05/Assets/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E05/Assets/Scripts.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E05/Assets/Scripts/AI.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E05/Assets/Scripts/AI.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E05/Assets/Scripts/AI/BatBehaviour.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E05/Assets/Scripts/AI/BatBehaviour.cs -------------------------------------------------------------------------------- /CaveStoryTutorial E05/Assets/Scripts/Camera.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E05/Assets/Scripts/Camera.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E05/Assets/Scripts/Camera/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E05/Assets/Scripts/Camera/Editor.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E05/Assets/Scripts/Misc.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E05/Assets/Scripts/Misc.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E05/Assets/Scripts/Misc/General.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E05/Assets/Scripts/Misc/General.cs -------------------------------------------------------------------------------- /CaveStoryTutorial E05/Assets/Scripts/Misc/General.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E05/Assets/Scripts/Misc/General.cs.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E05/Assets/Scripts/Player.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E05/Assets/Scripts/Player.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E05/Assets/Scripts/Player/Player.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E05/Assets/Scripts/Player/Player.cs -------------------------------------------------------------------------------- /CaveStoryTutorial E05/Assets/Scripts/Player/Player.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E05/Assets/Scripts/Player/Player.cs.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E05/Assets/Scripts/Shaders.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E05/Assets/Scripts/Shaders.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E05/Assets/Scripts/World.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E05/Assets/Scripts/World.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E05/Assets/Textures.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E05/Assets/Textures.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E05/Assets/Textures/RenderTextures.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E05/Assets/Textures/RenderTextures.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E05/Assets/Textures/Sprites.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E05/Assets/Textures/Sprites.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E05/Assets/Textures/Sprites/Credits.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E05/Assets/Textures/Sprites/Credits.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E05/Assets/Textures/Sprites/Maps.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E05/Assets/Textures/Sprites/Maps.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E05/Assets/Textures/Sprites/NPC.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E05/Assets/Textures/Sprites/NPC.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E05/Assets/Textures/Sprites/NPC/Npc0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E05/Assets/Textures/Sprites/NPC/Npc0.png -------------------------------------------------------------------------------- /CaveStoryTutorial E05/Assets/Textures/Sprites/NPC/NpcX.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E05/Assets/Textures/Sprites/NPC/NpcX.png -------------------------------------------------------------------------------- /CaveStoryTutorial E05/Assets/Textures/Sprites/Others.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E05/Assets/Textures/Sprites/Others.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E05/Assets/Textures/Sprites/Player.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E05/Assets/Textures/Sprites/Player.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E05/Assets/Textures/Sprites/UI.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E05/Assets/Textures/Sprites/UI.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E05/Assets/Textures/Sprites/UI/Face.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E05/Assets/Textures/Sprites/UI/Face.png -------------------------------------------------------------------------------- /CaveStoryTutorial E05/Assets/Textures/Sprites/UI/Fade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E05/Assets/Textures/Sprites/UI/Fade.png -------------------------------------------------------------------------------- /CaveStoryTutorial E05/Assets/Textures/Sprites/UI/PIXEL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E05/Assets/Textures/Sprites/UI/PIXEL.png -------------------------------------------------------------------------------- /CaveStoryTutorial E05/Assets/Textures/Sprites/UI/Title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E05/Assets/Textures/Sprites/UI/Title.png -------------------------------------------------------------------------------- /CaveStoryTutorial E05/Assets/Textures/Sprites/UI/casts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E05/Assets/Textures/Sprites/UI/casts.png -------------------------------------------------------------------------------- /CaveStoryTutorial E05/Assets/Textures/Sprites/Weapons.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E05/Assets/Textures/Sprites/Weapons.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E05/Packages/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E05/Packages/manifest.json -------------------------------------------------------------------------------- /CaveStoryTutorial E05/ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E05/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E05/ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E05/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E05/ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E05/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E05/ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E05/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E05/ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E05/ProjectSettings/NetworkManager.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E05/ProjectSettings/PresetManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E05/ProjectSettings/PresetManager.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E05/ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 2018.2.20f1 2 | -------------------------------------------------------------------------------- /CaveStoryTutorial E05/ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E05/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E05/ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E05/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E06/Assets/Data.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E06/Assets/Data.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E06/Assets/Data/Guns.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E06/Assets/Data/Guns.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E06/Assets/Data/Guns/PolarStar.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E06/Assets/Data/Guns/PolarStar.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E06/Assets/Data/Maps.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E06/Assets/Data/Maps.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E06/Assets/Data/Maps/Palettes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E06/Assets/Data/Maps/Palettes.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E06/Assets/Data/Maps/Tilesets.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E06/Assets/Data/Maps/Tilesets.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E06/Assets/Prefabs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E06/Assets/Prefabs.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E06/Assets/Prefabs/Enemies.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E06/Assets/Prefabs/Enemies.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E06/Assets/Prefabs/Enemies/Bat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E06/Assets/Prefabs/Enemies/Bat.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E06/Assets/Prefabs/Enemies/Bat/Idle.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E06/Assets/Prefabs/Enemies/Bat/Idle.anim -------------------------------------------------------------------------------- /CaveStoryTutorial E06/Assets/Prefabs/Player.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E06/Assets/Prefabs/Player.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E06/Assets/Prefabs/Player/Fall.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E06/Assets/Prefabs/Player/Fall.anim -------------------------------------------------------------------------------- /CaveStoryTutorial E06/Assets/Prefabs/Player/Fall.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E06/Assets/Prefabs/Player/Fall.anim.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E06/Assets/Prefabs/Player/Idle.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E06/Assets/Prefabs/Player/Idle.anim -------------------------------------------------------------------------------- /CaveStoryTutorial E06/Assets/Prefabs/Player/Idle.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E06/Assets/Prefabs/Player/Idle.anim.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E06/Assets/Prefabs/Player/Jump.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E06/Assets/Prefabs/Player/Jump.anim -------------------------------------------------------------------------------- /CaveStoryTutorial E06/Assets/Prefabs/Player/Jump.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E06/Assets/Prefabs/Player/Jump.anim.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E06/Assets/Prefabs/Player/Player.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E06/Assets/Prefabs/Player/Player.prefab -------------------------------------------------------------------------------- /CaveStoryTutorial E06/Assets/Prefabs/Player/Run.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E06/Assets/Prefabs/Player/Run.anim -------------------------------------------------------------------------------- /CaveStoryTutorial E06/Assets/Prefabs/Player/Run.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E06/Assets/Prefabs/Player/Run.anim.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E06/Assets/Scenes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E06/Assets/Scenes.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E06/Assets/Scenes/SampleScene.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E06/Assets/Scenes/SampleScene.unity -------------------------------------------------------------------------------- /CaveStoryTutorial E06/Assets/Scenes/SampleScene.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E06/Assets/Scenes/SampleScene.unity.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E06/Assets/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E06/Assets/Scripts.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E06/Assets/Scripts/AI.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E06/Assets/Scripts/AI.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E06/Assets/Scripts/AI/BatBehaviour.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E06/Assets/Scripts/AI/BatBehaviour.cs -------------------------------------------------------------------------------- /CaveStoryTutorial E06/Assets/Scripts/Camera.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E06/Assets/Scripts/Camera.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E06/Assets/Scripts/Camera/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E06/Assets/Scripts/Camera/Editor.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E06/Assets/Scripts/Guns.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E06/Assets/Scripts/Guns.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E06/Assets/Scripts/Guns/Gun.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E06/Assets/Scripts/Guns/Gun.cs -------------------------------------------------------------------------------- /CaveStoryTutorial E06/Assets/Scripts/Guns/Gun.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E06/Assets/Scripts/Guns/Gun.cs.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E06/Assets/Scripts/Guns/GunController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E06/Assets/Scripts/Guns/GunController.cs -------------------------------------------------------------------------------- /CaveStoryTutorial E06/Assets/Scripts/Misc.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E06/Assets/Scripts/Misc.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E06/Assets/Scripts/Misc/General.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E06/Assets/Scripts/Misc/General.cs -------------------------------------------------------------------------------- /CaveStoryTutorial E06/Assets/Scripts/Misc/General.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E06/Assets/Scripts/Misc/General.cs.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E06/Assets/Scripts/Player.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E06/Assets/Scripts/Player.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E06/Assets/Scripts/Player/Player.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E06/Assets/Scripts/Player/Player.cs -------------------------------------------------------------------------------- /CaveStoryTutorial E06/Assets/Scripts/Player/Player.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E06/Assets/Scripts/Player/Player.cs.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E06/Assets/Scripts/Shaders.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E06/Assets/Scripts/Shaders.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E06/Assets/Scripts/World.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E06/Assets/Scripts/World.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E06/Assets/Textures.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E06/Assets/Textures.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E06/Assets/Textures/RenderTextures.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E06/Assets/Textures/RenderTextures.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E06/Assets/Textures/Sprites.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E06/Assets/Textures/Sprites.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E06/Assets/Textures/Sprites/Credits.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E06/Assets/Textures/Sprites/Credits.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E06/Assets/Textures/Sprites/Maps.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E06/Assets/Textures/Sprites/Maps.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E06/Assets/Textures/Sprites/NPC.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E06/Assets/Textures/Sprites/NPC.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E06/Assets/Textures/Sprites/NPC/Npc0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E06/Assets/Textures/Sprites/NPC/Npc0.png -------------------------------------------------------------------------------- /CaveStoryTutorial E06/Assets/Textures/Sprites/NPC/NpcX.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E06/Assets/Textures/Sprites/NPC/NpcX.png -------------------------------------------------------------------------------- /CaveStoryTutorial E06/Assets/Textures/Sprites/Others.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E06/Assets/Textures/Sprites/Others.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E06/Assets/Textures/Sprites/Player.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E06/Assets/Textures/Sprites/Player.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E06/Assets/Textures/Sprites/UI.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E06/Assets/Textures/Sprites/UI.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E06/Assets/Textures/Sprites/UI/Face.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E06/Assets/Textures/Sprites/UI/Face.png -------------------------------------------------------------------------------- /CaveStoryTutorial E06/Assets/Textures/Sprites/UI/Fade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E06/Assets/Textures/Sprites/UI/Fade.png -------------------------------------------------------------------------------- /CaveStoryTutorial E06/Assets/Textures/Sprites/UI/PIXEL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E06/Assets/Textures/Sprites/UI/PIXEL.png -------------------------------------------------------------------------------- /CaveStoryTutorial E06/Assets/Textures/Sprites/UI/Title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E06/Assets/Textures/Sprites/UI/Title.png -------------------------------------------------------------------------------- /CaveStoryTutorial E06/Assets/Textures/Sprites/UI/casts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E06/Assets/Textures/Sprites/UI/casts.png -------------------------------------------------------------------------------- /CaveStoryTutorial E06/Assets/Textures/Sprites/Weapons.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E06/Assets/Textures/Sprites/Weapons.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E06/Packages/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E06/Packages/manifest.json -------------------------------------------------------------------------------- /CaveStoryTutorial E06/ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E06/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E06/ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E06/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E06/ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E06/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E06/ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E06/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E06/ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E06/ProjectSettings/NetworkManager.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E06/ProjectSettings/PresetManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E06/ProjectSettings/PresetManager.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E06/ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 2018.2.20f1 2 | -------------------------------------------------------------------------------- /CaveStoryTutorial E06/ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E06/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E06/ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E06/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E07/Assets/Data.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/Assets/Data.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E07/Assets/Data/Guns.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/Assets/Data/Guns.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E07/Assets/Data/Guns/PolarStar.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/Assets/Data/Guns/PolarStar.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E07/Assets/Data/Maps.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/Assets/Data/Maps.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E07/Assets/Data/Maps/Palettes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/Assets/Data/Maps/Palettes.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E07/Assets/Data/Maps/Tilesets.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/Assets/Data/Maps/Tilesets.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E07/Assets/Prefabs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/Assets/Prefabs.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E07/Assets/Prefabs/Enemies.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/Assets/Prefabs/Enemies.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E07/Assets/Prefabs/Enemies/Bat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/Assets/Prefabs/Enemies/Bat.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E07/Assets/Prefabs/Enemies/Bat/Idle.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/Assets/Prefabs/Enemies/Bat/Idle.anim -------------------------------------------------------------------------------- /CaveStoryTutorial E07/Assets/Prefabs/Particles.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/Assets/Prefabs/Particles.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E07/Assets/Prefabs/Player.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/Assets/Prefabs/Player.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E07/Assets/Prefabs/Player/Fall.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/Assets/Prefabs/Player/Fall.anim -------------------------------------------------------------------------------- /CaveStoryTutorial E07/Assets/Prefabs/Player/Fall.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/Assets/Prefabs/Player/Fall.anim.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E07/Assets/Prefabs/Player/Idle.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/Assets/Prefabs/Player/Idle.anim -------------------------------------------------------------------------------- /CaveStoryTutorial E07/Assets/Prefabs/Player/Idle.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/Assets/Prefabs/Player/Idle.anim.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E07/Assets/Prefabs/Player/Jump.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/Assets/Prefabs/Player/Jump.anim -------------------------------------------------------------------------------- /CaveStoryTutorial E07/Assets/Prefabs/Player/Jump.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/Assets/Prefabs/Player/Jump.anim.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E07/Assets/Prefabs/Player/Player.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/Assets/Prefabs/Player/Player.prefab -------------------------------------------------------------------------------- /CaveStoryTutorial E07/Assets/Prefabs/Player/Run.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/Assets/Prefabs/Player/Run.anim -------------------------------------------------------------------------------- /CaveStoryTutorial E07/Assets/Prefabs/Player/Run.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/Assets/Prefabs/Player/Run.anim.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E07/Assets/Prefabs/Projectiles.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/Assets/Prefabs/Projectiles.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E07/Assets/Scenes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/Assets/Scenes.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E07/Assets/Scenes/SampleScene.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/Assets/Scenes/SampleScene.unity -------------------------------------------------------------------------------- /CaveStoryTutorial E07/Assets/Scenes/SampleScene.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/Assets/Scenes/SampleScene.unity.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E07/Assets/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/Assets/Scripts.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E07/Assets/Scripts/AI.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/Assets/Scripts/AI.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E07/Assets/Scripts/AI/BatBehaviour.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/Assets/Scripts/AI/BatBehaviour.cs -------------------------------------------------------------------------------- /CaveStoryTutorial E07/Assets/Scripts/Camera.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/Assets/Scripts/Camera.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E07/Assets/Scripts/Camera/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/Assets/Scripts/Camera/Editor.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E07/Assets/Scripts/Guns.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/Assets/Scripts/Guns.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E07/Assets/Scripts/Guns/Gun.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/Assets/Scripts/Guns/Gun.cs -------------------------------------------------------------------------------- /CaveStoryTutorial E07/Assets/Scripts/Guns/Gun.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/Assets/Scripts/Guns/Gun.cs.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E07/Assets/Scripts/Guns/GunController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/Assets/Scripts/Guns/GunController.cs -------------------------------------------------------------------------------- /CaveStoryTutorial E07/Assets/Scripts/Guns/IShootable.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/Assets/Scripts/Guns/IShootable.cs -------------------------------------------------------------------------------- /CaveStoryTutorial E07/Assets/Scripts/Guns/Projectile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/Assets/Scripts/Guns/Projectile.cs -------------------------------------------------------------------------------- /CaveStoryTutorial E07/Assets/Scripts/Misc.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/Assets/Scripts/Misc.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E07/Assets/Scripts/Misc/General.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/Assets/Scripts/Misc/General.cs -------------------------------------------------------------------------------- /CaveStoryTutorial E07/Assets/Scripts/Misc/General.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/Assets/Scripts/Misc/General.cs.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E07/Assets/Scripts/Player.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/Assets/Scripts/Player.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E07/Assets/Scripts/Player/Player.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/Assets/Scripts/Player/Player.cs -------------------------------------------------------------------------------- /CaveStoryTutorial E07/Assets/Scripts/Player/Player.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/Assets/Scripts/Player/Player.cs.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E07/Assets/Scripts/Shaders.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/Assets/Scripts/Shaders.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E07/Assets/Scripts/World.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/Assets/Scripts/World.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E07/Assets/Scripts/World/IHittable.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/Assets/Scripts/World/IHittable.cs -------------------------------------------------------------------------------- /CaveStoryTutorial E07/Assets/Scripts/World/Surface.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/Assets/Scripts/World/Surface.cs -------------------------------------------------------------------------------- /CaveStoryTutorial E07/Assets/Scripts/World/Surface.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/Assets/Scripts/World/Surface.cs.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E07/Assets/Textures.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/Assets/Textures.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E07/Assets/Textures/RenderTextures.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/Assets/Textures/RenderTextures.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E07/Assets/Textures/Sprites.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/Assets/Textures/Sprites.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E07/Assets/Textures/Sprites/Credits.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/Assets/Textures/Sprites/Credits.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E07/Assets/Textures/Sprites/Maps.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/Assets/Textures/Sprites/Maps.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E07/Assets/Textures/Sprites/NPC.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/Assets/Textures/Sprites/NPC.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E07/Assets/Textures/Sprites/NPC/Npc0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/Assets/Textures/Sprites/NPC/Npc0.png -------------------------------------------------------------------------------- /CaveStoryTutorial E07/Assets/Textures/Sprites/NPC/NpcX.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/Assets/Textures/Sprites/NPC/NpcX.png -------------------------------------------------------------------------------- /CaveStoryTutorial E07/Assets/Textures/Sprites/Others.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/Assets/Textures/Sprites/Others.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E07/Assets/Textures/Sprites/Player.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/Assets/Textures/Sprites/Player.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E07/Assets/Textures/Sprites/UI.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/Assets/Textures/Sprites/UI.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E07/Assets/Textures/Sprites/UI/Face.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/Assets/Textures/Sprites/UI/Face.png -------------------------------------------------------------------------------- /CaveStoryTutorial E07/Assets/Textures/Sprites/UI/Fade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/Assets/Textures/Sprites/UI/Fade.png -------------------------------------------------------------------------------- /CaveStoryTutorial E07/Assets/Textures/Sprites/UI/PIXEL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/Assets/Textures/Sprites/UI/PIXEL.png -------------------------------------------------------------------------------- /CaveStoryTutorial E07/Assets/Textures/Sprites/UI/Title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/Assets/Textures/Sprites/UI/Title.png -------------------------------------------------------------------------------- /CaveStoryTutorial E07/Assets/Textures/Sprites/UI/casts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/Assets/Textures/Sprites/UI/casts.png -------------------------------------------------------------------------------- /CaveStoryTutorial E07/Assets/Textures/Sprites/Weapons.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/Assets/Textures/Sprites/Weapons.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E07/Packages/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/Packages/manifest.json -------------------------------------------------------------------------------- /CaveStoryTutorial E07/ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E07/ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E07/ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E07/ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E07/ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/ProjectSettings/NetworkManager.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E07/ProjectSettings/PresetManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/ProjectSettings/PresetManager.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E07/ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 2018.2.20f1 2 | -------------------------------------------------------------------------------- /CaveStoryTutorial E07/ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E07/ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E07/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Data.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Data.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Data/Guns.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Data/Guns.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Data/Guns/Bubbler.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Data/Guns/Bubbler.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Data/Guns/Bubbler.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Data/Guns/Bubbler.asset.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Data/Guns/Fireball.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Data/Guns/Fireball.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Data/Guns/Fireball.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Data/Guns/Fireball.asset.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Data/Guns/MachineGun.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Data/Guns/MachineGun.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Data/Guns/Nemesis.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Data/Guns/Nemesis.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Data/Guns/Nemesis.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Data/Guns/Nemesis.asset.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Data/Guns/PolarStar.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Data/Guns/PolarStar.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Data/Guns/Snake.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Data/Guns/Snake.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Data/Guns/Snake.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Data/Guns/Snake.asset.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Data/Maps.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Data/Maps.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Data/Maps/Palettes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Data/Maps/Palettes.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Data/Maps/Tilesets.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Data/Maps/Tilesets.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Prefabs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Prefabs.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Prefabs/Enemies.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Prefabs/Enemies.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Prefabs/Enemies/Bat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Prefabs/Enemies/Bat.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Prefabs/Enemies/Bat/Idle.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Prefabs/Enemies/Bat/Idle.anim -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Prefabs/Particles.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Prefabs/Particles.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Prefabs/Player.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Prefabs/Player.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Prefabs/Player/Fall.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Prefabs/Player/Fall.anim -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Prefabs/Player/Fall.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Prefabs/Player/Fall.anim.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Prefabs/Player/Idle.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Prefabs/Player/Idle.anim -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Prefabs/Player/Idle.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Prefabs/Player/Idle.anim.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Prefabs/Player/Jump.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Prefabs/Player/Jump.anim -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Prefabs/Player/Jump.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Prefabs/Player/Jump.anim.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Prefabs/Player/Player.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Prefabs/Player/Player.prefab -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Prefabs/Player/Run.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Prefabs/Player/Run.anim -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Prefabs/Player/Run.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Prefabs/Player/Run.anim.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Prefabs/Projectiles.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Prefabs/Projectiles.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Scenes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Scenes.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Scenes/SampleScene.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Scenes/SampleScene.unity -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Scenes/SampleScene.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Scenes/SampleScene.unity.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Scripts.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Scripts/AI.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Scripts/AI.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Scripts/AI/BatBehaviour.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Scripts/AI/BatBehaviour.cs -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Scripts/AI/Enemy.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Scripts/AI/Enemy.cs -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Scripts/AI/Enemy.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Scripts/AI/Enemy.cs.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Scripts/AI/Entity.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Scripts/AI/Entity.cs -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Scripts/AI/Entity.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Scripts/AI/Entity.cs.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Scripts/Camera.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Scripts/Camera.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Scripts/Camera/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Scripts/Camera/Editor.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Scripts/Guns.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Scripts/Guns.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Scripts/Guns/Gun.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Scripts/Guns/Gun.cs -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Scripts/Guns/Gun.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Scripts/Guns/Gun.cs.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Scripts/Guns/GunController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Scripts/Guns/GunController.cs -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Scripts/Guns/IShootable.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Scripts/Guns/IShootable.cs -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Scripts/Guns/Projectile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Scripts/Guns/Projectile.cs -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Scripts/Misc.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Scripts/Misc.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Scripts/Misc/General.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Scripts/Misc/General.cs -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Scripts/Misc/General.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Scripts/Misc/General.cs.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Scripts/Player.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Scripts/Player.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Scripts/Player/Player.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Scripts/Player/Player.cs -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Scripts/Player/Player.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Scripts/Player/Player.cs.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Scripts/Shaders.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Scripts/Shaders.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Scripts/World.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Scripts/World.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Scripts/World/IHittable.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Scripts/World/IHittable.cs -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Scripts/World/Surface.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Scripts/World/Surface.cs -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Scripts/World/Surface.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Scripts/World/Surface.cs.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Textures.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Textures.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Textures/RenderTextures.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Textures/RenderTextures.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Textures/Sprites.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Textures/Sprites.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Textures/Sprites/Credits.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Textures/Sprites/Credits.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Textures/Sprites/Maps.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Textures/Sprites/Maps.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Textures/Sprites/NPC.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Textures/Sprites/NPC.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Textures/Sprites/NPC/Npc0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Textures/Sprites/NPC/Npc0.png -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Textures/Sprites/NPC/NpcX.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Textures/Sprites/NPC/NpcX.png -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Textures/Sprites/Others.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Textures/Sprites/Others.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Textures/Sprites/Player.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Textures/Sprites/Player.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Textures/Sprites/UI.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Textures/Sprites/UI.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Textures/Sprites/UI/Face.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Textures/Sprites/UI/Face.png -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Textures/Sprites/UI/Fade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Textures/Sprites/UI/Fade.png -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Textures/Sprites/UI/PIXEL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Textures/Sprites/UI/PIXEL.png -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Textures/Sprites/UI/Title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Textures/Sprites/UI/Title.png -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Textures/Sprites/UI/casts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Textures/Sprites/UI/casts.png -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Assets/Textures/Sprites/Weapons.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Assets/Textures/Sprites/Weapons.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E08/Packages/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/Packages/manifest.json -------------------------------------------------------------------------------- /CaveStoryTutorial E08/ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E08/ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E08/ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E08/ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E08/ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/ProjectSettings/NetworkManager.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E08/ProjectSettings/PresetManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/ProjectSettings/PresetManager.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E08/ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 2018.2.20f1 2 | -------------------------------------------------------------------------------- /CaveStoryTutorial E08/ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E08/ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E08/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Data.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Data.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Data/Guns.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Data/Guns.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Data/Guns/Bubbler.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Data/Guns/Bubbler.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Data/Guns/Bubbler.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Data/Guns/Bubbler.asset.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Data/Guns/Fireball.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Data/Guns/Fireball.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Data/Guns/Fireball.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Data/Guns/Fireball.asset.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Data/Guns/MachineGun.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Data/Guns/MachineGun.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Data/Guns/Nemesis.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Data/Guns/Nemesis.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Data/Guns/Nemesis.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Data/Guns/Nemesis.asset.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Data/Guns/PolarStar.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Data/Guns/PolarStar.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Data/Guns/Snake.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Data/Guns/Snake.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Data/Guns/Snake.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Data/Guns/Snake.asset.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Data/Maps.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Data/Maps.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Data/Maps/Palettes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Data/Maps/Palettes.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Data/Maps/Tilesets.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Data/Maps/Tilesets.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Prefabs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Prefabs.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Prefabs/Enemies.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Prefabs/Enemies.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Prefabs/Enemies/Bat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Prefabs/Enemies/Bat.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Prefabs/Enemies/Bat/Idle.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Prefabs/Enemies/Bat/Idle.anim -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Prefabs/Particles.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Prefabs/Particles.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Prefabs/Player.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Prefabs/Player.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Prefabs/Player/Fall.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Prefabs/Player/Fall.anim -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Prefabs/Player/Fall.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Prefabs/Player/Fall.anim.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Prefabs/Player/Idle.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Prefabs/Player/Idle.anim -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Prefabs/Player/Idle.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Prefabs/Player/Idle.anim.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Prefabs/Player/Jump.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Prefabs/Player/Jump.anim -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Prefabs/Player/Jump.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Prefabs/Player/Jump.anim.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Prefabs/Player/Player.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Prefabs/Player/Player.prefab -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Prefabs/Player/Run.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Prefabs/Player/Run.anim -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Prefabs/Player/Run.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Prefabs/Player/Run.anim.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Prefabs/Projectiles.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Prefabs/Projectiles.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Scenes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Scenes.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Scenes/SampleScene.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Scenes/SampleScene.unity -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Scenes/SampleScene.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Scenes/SampleScene.unity.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Scripts.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Scripts/AI.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Scripts/AI.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Scripts/AI/BatBehaviour.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Scripts/AI/BatBehaviour.cs -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Scripts/AI/Enemy.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Scripts/AI/Enemy.cs -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Scripts/AI/Enemy.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Scripts/AI/Enemy.cs.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Scripts/AI/Entity.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Scripts/AI/Entity.cs -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Scripts/AI/Entity.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Scripts/AI/Entity.cs.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Scripts/Camera.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Scripts/Camera.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Scripts/Camera/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Scripts/Camera/Editor.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Scripts/Guns.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Scripts/Guns.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Scripts/Guns/Gun.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Scripts/Guns/Gun.cs -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Scripts/Guns/Gun.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Scripts/Guns/Gun.cs.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Scripts/Guns/GunController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Scripts/Guns/GunController.cs -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Scripts/Guns/Projectile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Scripts/Guns/Projectile.cs -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Scripts/Misc.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Scripts/Misc.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Scripts/Misc/General.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Scripts/Misc/General.cs -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Scripts/Misc/General.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Scripts/Misc/General.cs.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Scripts/Player.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Scripts/Player.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Scripts/Player/Player.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Scripts/Player/Player.cs -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Scripts/Player/Player.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Scripts/Player/Player.cs.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Scripts/Shaders.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Scripts/Shaders.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Scripts/World.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Scripts/World.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Scripts/World/IHittable.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Scripts/World/IHittable.cs -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Scripts/World/Surface.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Scripts/World/Surface.cs -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Scripts/World/Surface.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Scripts/World/Surface.cs.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Textures.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Textures.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Textures/RenderTextures.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Textures/RenderTextures.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Textures/Sprites.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Textures/Sprites.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Textures/Sprites/Credits.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Textures/Sprites/Credits.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Textures/Sprites/Maps.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Textures/Sprites/Maps.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Textures/Sprites/NPC.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Textures/Sprites/NPC.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Textures/Sprites/NPC/Npc0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Textures/Sprites/NPC/Npc0.png -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Textures/Sprites/NPC/NpcX.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Textures/Sprites/NPC/NpcX.png -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Textures/Sprites/Others.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Textures/Sprites/Others.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Textures/Sprites/Player.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Textures/Sprites/Player.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Textures/Sprites/UI.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Textures/Sprites/UI.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Textures/Sprites/UI/Face.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Textures/Sprites/UI/Face.png -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Textures/Sprites/UI/Fade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Textures/Sprites/UI/Fade.png -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Textures/Sprites/UI/PIXEL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Textures/Sprites/UI/PIXEL.png -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Textures/Sprites/UI/Title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Textures/Sprites/UI/Title.png -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Textures/Sprites/UI/casts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Textures/Sprites/UI/casts.png -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Assets/Textures/Sprites/Weapons.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Assets/Textures/Sprites/Weapons.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E09/Packages/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/Packages/manifest.json -------------------------------------------------------------------------------- /CaveStoryTutorial E09/ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E09/ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E09/ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E09/ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E09/ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/ProjectSettings/NetworkManager.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E09/ProjectSettings/PresetManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/ProjectSettings/PresetManager.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E09/ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 2018.2.20f1 2 | -------------------------------------------------------------------------------- /CaveStoryTutorial E09/ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E09/ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E09/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Data.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Data.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Data/Guns.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Data/Guns.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Data/Guns/Bubbler.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Data/Guns/Bubbler.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Data/Guns/Bubbler.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Data/Guns/Bubbler.asset.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Data/Guns/Fireball.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Data/Guns/Fireball.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Data/Guns/Fireball.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Data/Guns/Fireball.asset.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Data/Guns/MachineGun.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Data/Guns/MachineGun.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Data/Guns/Nemesis.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Data/Guns/Nemesis.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Data/Guns/Nemesis.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Data/Guns/Nemesis.asset.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Data/Guns/PolarStar.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Data/Guns/PolarStar.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Data/Guns/Snake.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Data/Guns/Snake.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Data/Guns/Snake.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Data/Guns/Snake.asset.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Data/Maps.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Data/Maps.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Data/Maps/Palettes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Data/Maps/Palettes.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Data/Maps/Tilesets.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Data/Maps/Tilesets.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Prefabs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Prefabs.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Prefabs/Enemies.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Prefabs/Enemies.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Prefabs/Enemies/Bat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Prefabs/Enemies/Bat.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Prefabs/Enemies/Bat/Idle.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Prefabs/Enemies/Bat/Idle.anim -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Prefabs/Particles.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Prefabs/Particles.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Prefabs/Player.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Prefabs/Player.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Prefabs/Player/Fall.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Prefabs/Player/Fall.anim -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Prefabs/Player/Fall.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Prefabs/Player/Fall.anim.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Prefabs/Player/Idle.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Prefabs/Player/Idle.anim -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Prefabs/Player/Idle.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Prefabs/Player/Idle.anim.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Prefabs/Player/Jump.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Prefabs/Player/Jump.anim -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Prefabs/Player/Jump.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Prefabs/Player/Jump.anim.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Prefabs/Player/Player.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Prefabs/Player/Player.prefab -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Prefabs/Player/Run.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Prefabs/Player/Run.anim -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Prefabs/Player/Run.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Prefabs/Player/Run.anim.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Prefabs/Projectiles.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Prefabs/Projectiles.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Scenes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Scenes.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Scenes/SampleScene.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Scenes/SampleScene.unity -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Scenes/SampleScene.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Scenes/SampleScene.unity.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Scripts.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Scripts/AI.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Scripts/AI.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Scripts/AI/BatBehaviour.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Scripts/AI/BatBehaviour.cs -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Scripts/AI/Enemy.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Scripts/AI/Enemy.cs -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Scripts/AI/Enemy.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Scripts/AI/Enemy.cs.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Scripts/AI/Entity.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Scripts/AI/Entity.cs -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Scripts/AI/Entity.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Scripts/AI/Entity.cs.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Scripts/Camera.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Scripts/Camera.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Scripts/Camera/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Scripts/Camera/Editor.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Scripts/Guns.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Scripts/Guns.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Scripts/Guns/Gun.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Scripts/Guns/Gun.cs -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Scripts/Guns/Gun.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Scripts/Guns/Gun.cs.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Scripts/Guns/GunController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Scripts/Guns/GunController.cs -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Scripts/Guns/Missile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Scripts/Guns/Missile.cs -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Scripts/Guns/Missile.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Scripts/Guns/Missile.cs.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Scripts/Guns/Projectile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Scripts/Guns/Projectile.cs -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Scripts/Misc.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Scripts/Misc.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Scripts/Misc/General.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Scripts/Misc/General.cs -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Scripts/Misc/General.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Scripts/Misc/General.cs.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Scripts/Player.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Scripts/Player.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Scripts/Player/Player.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Scripts/Player/Player.cs -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Scripts/Player/Player.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Scripts/Player/Player.cs.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Scripts/Shaders.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Scripts/Shaders.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Scripts/World.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Scripts/World.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Scripts/World/IHittable.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Scripts/World/IHittable.cs -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Scripts/World/Surface.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Scripts/World/Surface.cs -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Scripts/World/Surface.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Scripts/World/Surface.cs.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Textures.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Textures.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Textures/RenderTextures.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Textures/RenderTextures.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Textures/Sprites.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Textures/Sprites.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Textures/Sprites/Credits.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Textures/Sprites/Credits.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Textures/Sprites/Maps.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Textures/Sprites/Maps.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Textures/Sprites/NPC.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Textures/Sprites/NPC.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Textures/Sprites/NPC/Npc0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Textures/Sprites/NPC/Npc0.png -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Textures/Sprites/NPC/NpcX.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Textures/Sprites/NPC/NpcX.png -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Textures/Sprites/Others.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Textures/Sprites/Others.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Textures/Sprites/Player.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Textures/Sprites/Player.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Textures/Sprites/UI.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Textures/Sprites/UI.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Textures/Sprites/UI/Face.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Textures/Sprites/UI/Face.png -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Textures/Sprites/UI/Fade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Textures/Sprites/UI/Fade.png -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Textures/Sprites/UI/PIXEL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Textures/Sprites/UI/PIXEL.png -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Textures/Sprites/UI/Title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Textures/Sprites/UI/Title.png -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Textures/Sprites/UI/casts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Textures/Sprites/UI/casts.png -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Assets/Textures/Sprites/Weapons.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Assets/Textures/Sprites/Weapons.meta -------------------------------------------------------------------------------- /CaveStoryTutorial E10/Packages/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/Packages/manifest.json -------------------------------------------------------------------------------- /CaveStoryTutorial E10/ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E10/ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E10/ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E10/ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E10/ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/ProjectSettings/NetworkManager.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E10/ProjectSettings/PresetManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/ProjectSettings/PresetManager.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E10/ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 2018.2.20f1 2 | -------------------------------------------------------------------------------- /CaveStoryTutorial E10/ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /CaveStoryTutorial E10/ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/CaveStoryTutorial E10/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahmed19/CaveStoryUnityTutorial/HEAD/README.md --------------------------------------------------------------------------------