├── .gitignore ├── .gitmodules ├── Assets ├── Audio.meta ├── Audio │ ├── Ambiance.meta │ ├── Ambiance │ │ ├── Atmosphere Drone.meta │ │ ├── Atmosphere Drone │ │ │ ├── 620666__szegvari__myst-temple-mystery-cave-atmo-atmosphere-sound-design-sound-cinematic.wav │ │ │ ├── 620666__szegvari__myst-temple-mystery-cave-atmo-atmosphere-sound-design-sound-cinematic.wav.meta │ │ │ ├── 674735__nox_sound__atmosphere_drone_dark_loop_stereo.wav │ │ │ └── 674735__nox_sound__atmosphere_drone_dark_loop_stereo.wav.meta │ │ ├── Water.meta │ │ ├── Water │ │ │ ├── 422873__ipaddeh__water_dripping_loop v2.wav │ │ │ └── 422873__ipaddeh__water_dripping_loop v2.wav.meta │ │ ├── Wind.meta │ │ └── Wind │ │ │ ├── 396533__pavelvon__wind-whistling-window-frame.wav │ │ │ └── 396533__pavelvon__wind-whistling-window-frame.wav.meta │ ├── Musique.meta │ ├── SFX.meta │ └── SFX │ │ ├── Player.meta │ │ └── Player │ │ ├── Dash.meta │ │ ├── Dash │ │ ├── dash v5.wav │ │ └── dash v5.wav.meta │ │ ├── Footstep.meta │ │ ├── Footstep │ │ ├── 151232__owlstorm__hard-female-footstep-1 v2.wav │ │ ├── 151232__owlstorm__hard-female-footstep-1 v2.wav.meta │ │ ├── 151237__owlstorm__hard-female-footstep-3 v2.wav │ │ ├── 151237__owlstorm__hard-female-footstep-3 v2.wav.meta │ │ ├── 151238__owlstorm__hard-female-footstep-2 v2.wav │ │ └── 151238__owlstorm__hard-female-footstep-2 v2.wav.meta │ │ ├── Jump.meta │ │ ├── Jump │ │ ├── Jump v2.1.wav │ │ └── Jump v2.1.wav.meta │ │ ├── WallSlide.meta │ │ └── WallSlide │ │ ├── WallSlide v2.1.wav │ │ └── WallSlide v2.1.wav.meta ├── DefaultVolumeProfile.asset ├── DefaultVolumeProfile.asset.meta ├── Graphics.meta ├── Graphics │ ├── Animation.meta │ ├── Animation │ │ ├── Effetcs.meta │ │ ├── Enemies.meta │ │ ├── Player.meta │ │ └── Player │ │ │ ├── Player v3 NoSword Animations.meta │ │ │ ├── Player v3 NoSword Animations │ │ │ ├── Dash v3.1.1 NoSword.anim │ │ │ ├── Dash v3.1.1 NoSword.anim.meta │ │ │ ├── Fall v3 NoSword.anim │ │ │ ├── Fall v3 NoSword.anim.meta │ │ │ ├── Idle v3 NoSword.anim │ │ │ ├── Idle v3 NoSword.anim.meta │ │ │ ├── Jump v3 NoSword.anim │ │ │ ├── Jump v3 NoSword.anim.meta │ │ │ ├── LedgeClimb v3 NoSword.anim │ │ │ ├── LedgeClimb v3 NoSword.anim.meta │ │ │ ├── LookBehind v3 NoSword.anim │ │ │ ├── LookBehind v3 NoSword.anim.meta │ │ │ ├── Pushing v3 NoSword.anim │ │ │ ├── Pushing v3 NoSword.anim.meta │ │ │ ├── Run v3 NoSword.anim │ │ │ ├── Run v3 NoSword.anim.meta │ │ │ ├── WallGrabClimb v3 NoSword.anim │ │ │ ├── WallGrabClimb v3 NoSword.anim.meta │ │ │ ├── WallGrabIdle v3 NoSword.anim │ │ │ └── WallGrabIdle v3 NoSword.anim.meta │ │ │ ├── PlayerAnimatorController.controller │ │ │ └── PlayerAnimatorController.controller.meta │ ├── Materials.meta │ ├── Materials │ │ ├── Particles.meta │ │ ├── Particles │ │ │ ├── Movment.meta │ │ │ └── Movment │ │ │ │ ├── JumpParticleMaterial.mat │ │ │ │ └── JumpParticleMaterial.mat.meta │ │ └── Shaders.meta │ ├── Particles.meta │ ├── Particles │ │ ├── Fire.meta │ │ ├── Movment.meta │ │ ├── Movment │ │ │ ├── GrabParticles.prefab │ │ │ ├── GrabParticles.prefab.meta │ │ │ ├── JumpParticles.prefab │ │ │ ├── JumpParticles.prefab.meta │ │ │ ├── LandParticles.prefab │ │ │ ├── LandParticles.prefab.meta │ │ │ ├── LaunchParticles.prefab │ │ │ ├── LaunchParticles.prefab.meta │ │ │ ├── MoveParticles.prefab │ │ │ ├── MoveParticles.prefab.meta │ │ │ ├── SlideParticles.prefab │ │ │ └── SlideParticles.prefab.meta │ │ └── Smoke.meta │ ├── RenderPipeline.meta │ ├── RenderPipeline │ │ ├── 2DURPAsset.asset │ │ ├── 2DURPAsset.asset.meta │ │ ├── 2DURPAsset_Renderer.asset │ │ └── 2DURPAsset_Renderer.asset.meta │ ├── Shaders.meta │ ├── Sprites.meta │ ├── Sprites │ │ ├── Enemies.meta │ │ ├── Items.meta │ │ └── Player.meta │ ├── Textures.meta │ ├── Textures │ │ ├── Environment.meta │ │ ├── Particles.meta │ │ ├── Particles │ │ │ ├── Movment.meta │ │ │ └── Movment │ │ │ │ ├── JumpParticleTexture-1.png │ │ │ │ └── JumpParticleTexture-1.png.meta │ │ └── Props.meta │ ├── UI.meta │ └── UI │ │ ├── Buttons.meta │ │ ├── HUD.meta │ │ └── Icons.meta ├── InputSystem_Actions.inputactions ├── InputSystem_Actions.inputactions.meta ├── Prefabs.meta ├── Prefabs │ ├── Characters.meta │ ├── Environment.meta │ └── Items.meta ├── Private.meta ├── Resources.meta ├── Samples.meta ├── Scenes.meta ├── Scenes │ ├── SampleScene.unity │ └── SampleScene.unity.meta ├── Scripts.meta ├── Scripts │ ├── Audio.meta │ ├── Audio │ │ ├── MasterMixer.mixer │ │ ├── MasterMixer.mixer.meta │ │ ├── PlayOneShotSound.cs │ │ └── PlayOneShotSound.cs.meta │ ├── Camera.meta │ ├── Camera │ │ ├── CameraManager.cs │ │ ├── CameraManager.cs.meta │ │ ├── CameraOffsetController.cs │ │ └── CameraOffsetController.cs.meta │ ├── Environment.meta │ ├── Lantern.meta │ ├── Lantern │ │ ├── LanternController.cs │ │ ├── LanternController.cs.meta │ │ ├── LanternState.cs │ │ ├── LanternState.cs.meta │ │ ├── LanternState.meta │ │ ├── LanternState │ │ │ ├── LanternIdleState.cs │ │ │ ├── LanternIdleState.cs.meta │ │ │ ├── LanternMoveState.cs │ │ │ ├── LanternMoveState.cs.meta │ │ │ ├── LanternOffState.cs │ │ │ ├── LanternOffState.cs.meta │ │ │ ├── LanternTurningOffState.cs │ │ │ ├── LanternTurningOffState.cs.meta │ │ │ ├── LanternTurningOnState.cs │ │ │ └── LanternTurningOnState.cs.meta │ │ ├── LanternZoneController.cs │ │ └── LanternZoneController.cs.meta │ ├── Materials.meta │ ├── Materials │ │ ├── FrictionMaterial.physicsMaterial2D │ │ ├── FrictionMaterial.physicsMaterial2D.meta │ │ ├── zeroFrictionMaterial.physicsMaterial2D │ │ └── zeroFrictionMaterial.physicsMaterial2D.meta │ ├── Player.meta │ ├── Player │ │ ├── LedgeDetection.cs │ │ ├── LedgeDetection.cs.meta │ │ ├── PlayerAnimator.cs │ │ ├── PlayerAnimator.cs.meta │ │ ├── PlayerController.cs │ │ ├── PlayerController.cs.meta │ │ ├── PlayerSoundManager.cs │ │ └── PlayerSoundManager.cs.meta │ ├── ScriptableObjects.meta │ └── ScriptableObjects │ │ ├── PlayerStatsInstance.asset │ │ ├── PlayerStatsInstance.asset.meta │ │ ├── ScriptableStats.cs │ │ └── ScriptableStats.cs.meta ├── Settings.meta ├── Settings │ ├── Lit2DSceneTemplate.scenetemplate │ ├── Lit2DSceneTemplate.scenetemplate.meta │ ├── Renderer2D.asset │ ├── Renderer2D.asset.meta │ ├── Scenes.meta │ ├── Scenes │ │ ├── URP2DSceneTemplate.unity │ │ └── URP2DSceneTemplate.unity.meta │ ├── UniversalRP.asset │ └── UniversalRP.asset.meta ├── UniversalRenderPipelineGlobalSettings.asset └── UniversalRenderPipelineGlobalSettings.asset.meta ├── Demo ├── Platformer_2D_XBObnUPEsC.gif └── Platformer_2D_nFybnMiu1R.gif ├── Factorial. cpp ├── LICENSE.md ├── Packages ├── manifest.json └── packages-lock.json ├── ProjectSettings ├── AudioManager.asset ├── ClusterInputManager.asset ├── DynamicsManager.asset ├── EditorBuildSettings.asset ├── EditorSettings.asset ├── GraphicsSettings.asset ├── InputManager.asset ├── MemorySettings.asset ├── MultiplayerManager.asset ├── NavMeshAreas.asset ├── NetworkManager.asset ├── PackageManagerSettings.asset ├── Physics2DSettings.asset ├── PresetManager.asset ├── ProjectSettings.asset ├── ProjectVersion.txt ├── QualitySettings.asset ├── SceneTemplateSettings.json ├── ShaderGraphSettings.asset ├── TagManager.asset ├── TimeManager.asset ├── URPProjectSettings.asset ├── UnityConnectSettings.asset ├── VFXManager.asset ├── VersionControlSettings.asset └── XRSettings.asset └── README.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/.gitmodules -------------------------------------------------------------------------------- /Assets/Audio.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Audio.meta -------------------------------------------------------------------------------- /Assets/Audio/Ambiance.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Audio/Ambiance.meta -------------------------------------------------------------------------------- /Assets/Audio/Ambiance/Atmosphere Drone.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Audio/Ambiance/Atmosphere Drone.meta -------------------------------------------------------------------------------- /Assets/Audio/Ambiance/Atmosphere Drone/620666__szegvari__myst-temple-mystery-cave-atmo-atmosphere-sound-design-sound-cinematic.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Audio/Ambiance/Atmosphere Drone/620666__szegvari__myst-temple-mystery-cave-atmo-atmosphere-sound-design-sound-cinematic.wav -------------------------------------------------------------------------------- /Assets/Audio/Ambiance/Atmosphere Drone/620666__szegvari__myst-temple-mystery-cave-atmo-atmosphere-sound-design-sound-cinematic.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Audio/Ambiance/Atmosphere Drone/620666__szegvari__myst-temple-mystery-cave-atmo-atmosphere-sound-design-sound-cinematic.wav.meta -------------------------------------------------------------------------------- /Assets/Audio/Ambiance/Atmosphere Drone/674735__nox_sound__atmosphere_drone_dark_loop_stereo.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Audio/Ambiance/Atmosphere Drone/674735__nox_sound__atmosphere_drone_dark_loop_stereo.wav -------------------------------------------------------------------------------- /Assets/Audio/Ambiance/Atmosphere Drone/674735__nox_sound__atmosphere_drone_dark_loop_stereo.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Audio/Ambiance/Atmosphere Drone/674735__nox_sound__atmosphere_drone_dark_loop_stereo.wav.meta -------------------------------------------------------------------------------- /Assets/Audio/Ambiance/Water.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Audio/Ambiance/Water.meta -------------------------------------------------------------------------------- /Assets/Audio/Ambiance/Water/422873__ipaddeh__water_dripping_loop v2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Audio/Ambiance/Water/422873__ipaddeh__water_dripping_loop v2.wav -------------------------------------------------------------------------------- /Assets/Audio/Ambiance/Water/422873__ipaddeh__water_dripping_loop v2.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Audio/Ambiance/Water/422873__ipaddeh__water_dripping_loop v2.wav.meta -------------------------------------------------------------------------------- /Assets/Audio/Ambiance/Wind.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Audio/Ambiance/Wind.meta -------------------------------------------------------------------------------- /Assets/Audio/Ambiance/Wind/396533__pavelvon__wind-whistling-window-frame.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Audio/Ambiance/Wind/396533__pavelvon__wind-whistling-window-frame.wav -------------------------------------------------------------------------------- /Assets/Audio/Ambiance/Wind/396533__pavelvon__wind-whistling-window-frame.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Audio/Ambiance/Wind/396533__pavelvon__wind-whistling-window-frame.wav.meta -------------------------------------------------------------------------------- /Assets/Audio/Musique.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Audio/Musique.meta -------------------------------------------------------------------------------- /Assets/Audio/SFX.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Audio/SFX.meta -------------------------------------------------------------------------------- /Assets/Audio/SFX/Player.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Audio/SFX/Player.meta -------------------------------------------------------------------------------- /Assets/Audio/SFX/Player/Dash.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Audio/SFX/Player/Dash.meta -------------------------------------------------------------------------------- /Assets/Audio/SFX/Player/Dash/dash v5.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Audio/SFX/Player/Dash/dash v5.wav -------------------------------------------------------------------------------- /Assets/Audio/SFX/Player/Dash/dash v5.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Audio/SFX/Player/Dash/dash v5.wav.meta -------------------------------------------------------------------------------- /Assets/Audio/SFX/Player/Footstep.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Audio/SFX/Player/Footstep.meta -------------------------------------------------------------------------------- /Assets/Audio/SFX/Player/Footstep/151232__owlstorm__hard-female-footstep-1 v2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Audio/SFX/Player/Footstep/151232__owlstorm__hard-female-footstep-1 v2.wav -------------------------------------------------------------------------------- /Assets/Audio/SFX/Player/Footstep/151232__owlstorm__hard-female-footstep-1 v2.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Audio/SFX/Player/Footstep/151232__owlstorm__hard-female-footstep-1 v2.wav.meta -------------------------------------------------------------------------------- /Assets/Audio/SFX/Player/Footstep/151237__owlstorm__hard-female-footstep-3 v2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Audio/SFX/Player/Footstep/151237__owlstorm__hard-female-footstep-3 v2.wav -------------------------------------------------------------------------------- /Assets/Audio/SFX/Player/Footstep/151237__owlstorm__hard-female-footstep-3 v2.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Audio/SFX/Player/Footstep/151237__owlstorm__hard-female-footstep-3 v2.wav.meta -------------------------------------------------------------------------------- /Assets/Audio/SFX/Player/Footstep/151238__owlstorm__hard-female-footstep-2 v2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Audio/SFX/Player/Footstep/151238__owlstorm__hard-female-footstep-2 v2.wav -------------------------------------------------------------------------------- /Assets/Audio/SFX/Player/Footstep/151238__owlstorm__hard-female-footstep-2 v2.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Audio/SFX/Player/Footstep/151238__owlstorm__hard-female-footstep-2 v2.wav.meta -------------------------------------------------------------------------------- /Assets/Audio/SFX/Player/Jump.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Audio/SFX/Player/Jump.meta -------------------------------------------------------------------------------- /Assets/Audio/SFX/Player/Jump/Jump v2.1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Audio/SFX/Player/Jump/Jump v2.1.wav -------------------------------------------------------------------------------- /Assets/Audio/SFX/Player/Jump/Jump v2.1.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Audio/SFX/Player/Jump/Jump v2.1.wav.meta -------------------------------------------------------------------------------- /Assets/Audio/SFX/Player/WallSlide.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Audio/SFX/Player/WallSlide.meta -------------------------------------------------------------------------------- /Assets/Audio/SFX/Player/WallSlide/WallSlide v2.1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Audio/SFX/Player/WallSlide/WallSlide v2.1.wav -------------------------------------------------------------------------------- /Assets/Audio/SFX/Player/WallSlide/WallSlide v2.1.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Audio/SFX/Player/WallSlide/WallSlide v2.1.wav.meta -------------------------------------------------------------------------------- /Assets/DefaultVolumeProfile.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/DefaultVolumeProfile.asset -------------------------------------------------------------------------------- /Assets/DefaultVolumeProfile.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/DefaultVolumeProfile.asset.meta -------------------------------------------------------------------------------- /Assets/Graphics.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Graphics.meta -------------------------------------------------------------------------------- /Assets/Graphics/Animation.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Graphics/Animation.meta -------------------------------------------------------------------------------- /Assets/Graphics/Animation/Effetcs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Graphics/Animation/Effetcs.meta -------------------------------------------------------------------------------- /Assets/Graphics/Animation/Enemies.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Graphics/Animation/Enemies.meta -------------------------------------------------------------------------------- /Assets/Graphics/Animation/Player.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Graphics/Animation/Player.meta -------------------------------------------------------------------------------- /Assets/Graphics/Animation/Player/Player v3 NoSword Animations.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Graphics/Animation/Player/Player v3 NoSword Animations.meta -------------------------------------------------------------------------------- /Assets/Graphics/Animation/Player/Player v3 NoSword Animations/Dash v3.1.1 NoSword.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Graphics/Animation/Player/Player v3 NoSword Animations/Dash v3.1.1 NoSword.anim -------------------------------------------------------------------------------- /Assets/Graphics/Animation/Player/Player v3 NoSword Animations/Dash v3.1.1 NoSword.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Graphics/Animation/Player/Player v3 NoSword Animations/Dash v3.1.1 NoSword.anim.meta -------------------------------------------------------------------------------- /Assets/Graphics/Animation/Player/Player v3 NoSword Animations/Fall v3 NoSword.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Graphics/Animation/Player/Player v3 NoSword Animations/Fall v3 NoSword.anim -------------------------------------------------------------------------------- /Assets/Graphics/Animation/Player/Player v3 NoSword Animations/Fall v3 NoSword.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Graphics/Animation/Player/Player v3 NoSword Animations/Fall v3 NoSword.anim.meta -------------------------------------------------------------------------------- /Assets/Graphics/Animation/Player/Player v3 NoSword Animations/Idle v3 NoSword.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Graphics/Animation/Player/Player v3 NoSword Animations/Idle v3 NoSword.anim -------------------------------------------------------------------------------- /Assets/Graphics/Animation/Player/Player v3 NoSword Animations/Idle v3 NoSword.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Graphics/Animation/Player/Player v3 NoSword Animations/Idle v3 NoSword.anim.meta -------------------------------------------------------------------------------- /Assets/Graphics/Animation/Player/Player v3 NoSword Animations/Jump v3 NoSword.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Graphics/Animation/Player/Player v3 NoSword Animations/Jump v3 NoSword.anim -------------------------------------------------------------------------------- /Assets/Graphics/Animation/Player/Player v3 NoSword Animations/Jump v3 NoSword.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Graphics/Animation/Player/Player v3 NoSword Animations/Jump v3 NoSword.anim.meta -------------------------------------------------------------------------------- /Assets/Graphics/Animation/Player/Player v3 NoSword Animations/LedgeClimb v3 NoSword.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Graphics/Animation/Player/Player v3 NoSword Animations/LedgeClimb v3 NoSword.anim -------------------------------------------------------------------------------- /Assets/Graphics/Animation/Player/Player v3 NoSword Animations/LedgeClimb v3 NoSword.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Graphics/Animation/Player/Player v3 NoSword Animations/LedgeClimb v3 NoSword.anim.meta -------------------------------------------------------------------------------- /Assets/Graphics/Animation/Player/Player v3 NoSword Animations/LookBehind v3 NoSword.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Graphics/Animation/Player/Player v3 NoSword Animations/LookBehind v3 NoSword.anim -------------------------------------------------------------------------------- /Assets/Graphics/Animation/Player/Player v3 NoSword Animations/LookBehind v3 NoSword.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Graphics/Animation/Player/Player v3 NoSword Animations/LookBehind v3 NoSword.anim.meta -------------------------------------------------------------------------------- /Assets/Graphics/Animation/Player/Player v3 NoSword Animations/Pushing v3 NoSword.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Graphics/Animation/Player/Player v3 NoSword Animations/Pushing v3 NoSword.anim -------------------------------------------------------------------------------- /Assets/Graphics/Animation/Player/Player v3 NoSword Animations/Pushing v3 NoSword.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Graphics/Animation/Player/Player v3 NoSword Animations/Pushing v3 NoSword.anim.meta -------------------------------------------------------------------------------- /Assets/Graphics/Animation/Player/Player v3 NoSword Animations/Run v3 NoSword.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Graphics/Animation/Player/Player v3 NoSword Animations/Run v3 NoSword.anim -------------------------------------------------------------------------------- /Assets/Graphics/Animation/Player/Player v3 NoSword Animations/Run v3 NoSword.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Graphics/Animation/Player/Player v3 NoSword Animations/Run v3 NoSword.anim.meta -------------------------------------------------------------------------------- /Assets/Graphics/Animation/Player/Player v3 NoSword Animations/WallGrabClimb v3 NoSword.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Graphics/Animation/Player/Player v3 NoSword Animations/WallGrabClimb v3 NoSword.anim -------------------------------------------------------------------------------- /Assets/Graphics/Animation/Player/Player v3 NoSword Animations/WallGrabClimb v3 NoSword.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Graphics/Animation/Player/Player v3 NoSword Animations/WallGrabClimb v3 NoSword.anim.meta -------------------------------------------------------------------------------- /Assets/Graphics/Animation/Player/Player v3 NoSword Animations/WallGrabIdle v3 NoSword.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Graphics/Animation/Player/Player v3 NoSword Animations/WallGrabIdle v3 NoSword.anim -------------------------------------------------------------------------------- /Assets/Graphics/Animation/Player/Player v3 NoSword Animations/WallGrabIdle v3 NoSword.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Graphics/Animation/Player/Player v3 NoSword Animations/WallGrabIdle v3 NoSword.anim.meta -------------------------------------------------------------------------------- /Assets/Graphics/Animation/Player/PlayerAnimatorController.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Graphics/Animation/Player/PlayerAnimatorController.controller -------------------------------------------------------------------------------- /Assets/Graphics/Animation/Player/PlayerAnimatorController.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Graphics/Animation/Player/PlayerAnimatorController.controller.meta -------------------------------------------------------------------------------- /Assets/Graphics/Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Graphics/Materials.meta -------------------------------------------------------------------------------- /Assets/Graphics/Materials/Particles.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Graphics/Materials/Particles.meta -------------------------------------------------------------------------------- /Assets/Graphics/Materials/Particles/Movment.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Graphics/Materials/Particles/Movment.meta -------------------------------------------------------------------------------- /Assets/Graphics/Materials/Particles/Movment/JumpParticleMaterial.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Graphics/Materials/Particles/Movment/JumpParticleMaterial.mat -------------------------------------------------------------------------------- /Assets/Graphics/Materials/Particles/Movment/JumpParticleMaterial.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Graphics/Materials/Particles/Movment/JumpParticleMaterial.mat.meta -------------------------------------------------------------------------------- /Assets/Graphics/Materials/Shaders.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Graphics/Materials/Shaders.meta -------------------------------------------------------------------------------- /Assets/Graphics/Particles.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Graphics/Particles.meta -------------------------------------------------------------------------------- /Assets/Graphics/Particles/Fire.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Graphics/Particles/Fire.meta -------------------------------------------------------------------------------- /Assets/Graphics/Particles/Movment.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Graphics/Particles/Movment.meta -------------------------------------------------------------------------------- /Assets/Graphics/Particles/Movment/GrabParticles.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Graphics/Particles/Movment/GrabParticles.prefab -------------------------------------------------------------------------------- /Assets/Graphics/Particles/Movment/GrabParticles.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Graphics/Particles/Movment/GrabParticles.prefab.meta -------------------------------------------------------------------------------- /Assets/Graphics/Particles/Movment/JumpParticles.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Graphics/Particles/Movment/JumpParticles.prefab -------------------------------------------------------------------------------- /Assets/Graphics/Particles/Movment/JumpParticles.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Graphics/Particles/Movment/JumpParticles.prefab.meta -------------------------------------------------------------------------------- /Assets/Graphics/Particles/Movment/LandParticles.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Graphics/Particles/Movment/LandParticles.prefab -------------------------------------------------------------------------------- /Assets/Graphics/Particles/Movment/LandParticles.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Graphics/Particles/Movment/LandParticles.prefab.meta -------------------------------------------------------------------------------- /Assets/Graphics/Particles/Movment/LaunchParticles.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Graphics/Particles/Movment/LaunchParticles.prefab -------------------------------------------------------------------------------- /Assets/Graphics/Particles/Movment/LaunchParticles.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Graphics/Particles/Movment/LaunchParticles.prefab.meta -------------------------------------------------------------------------------- /Assets/Graphics/Particles/Movment/MoveParticles.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Graphics/Particles/Movment/MoveParticles.prefab -------------------------------------------------------------------------------- /Assets/Graphics/Particles/Movment/MoveParticles.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Graphics/Particles/Movment/MoveParticles.prefab.meta -------------------------------------------------------------------------------- /Assets/Graphics/Particles/Movment/SlideParticles.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Graphics/Particles/Movment/SlideParticles.prefab -------------------------------------------------------------------------------- /Assets/Graphics/Particles/Movment/SlideParticles.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Graphics/Particles/Movment/SlideParticles.prefab.meta -------------------------------------------------------------------------------- /Assets/Graphics/Particles/Smoke.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Graphics/Particles/Smoke.meta -------------------------------------------------------------------------------- /Assets/Graphics/RenderPipeline.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Graphics/RenderPipeline.meta -------------------------------------------------------------------------------- /Assets/Graphics/RenderPipeline/2DURPAsset.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Graphics/RenderPipeline/2DURPAsset.asset -------------------------------------------------------------------------------- /Assets/Graphics/RenderPipeline/2DURPAsset.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Graphics/RenderPipeline/2DURPAsset.asset.meta -------------------------------------------------------------------------------- /Assets/Graphics/RenderPipeline/2DURPAsset_Renderer.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Graphics/RenderPipeline/2DURPAsset_Renderer.asset -------------------------------------------------------------------------------- /Assets/Graphics/RenderPipeline/2DURPAsset_Renderer.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Graphics/RenderPipeline/2DURPAsset_Renderer.asset.meta -------------------------------------------------------------------------------- /Assets/Graphics/Shaders.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Graphics/Shaders.meta -------------------------------------------------------------------------------- /Assets/Graphics/Sprites.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Graphics/Sprites.meta -------------------------------------------------------------------------------- /Assets/Graphics/Sprites/Enemies.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Graphics/Sprites/Enemies.meta -------------------------------------------------------------------------------- /Assets/Graphics/Sprites/Items.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Graphics/Sprites/Items.meta -------------------------------------------------------------------------------- /Assets/Graphics/Sprites/Player.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Graphics/Sprites/Player.meta -------------------------------------------------------------------------------- /Assets/Graphics/Textures.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Graphics/Textures.meta -------------------------------------------------------------------------------- /Assets/Graphics/Textures/Environment.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Graphics/Textures/Environment.meta -------------------------------------------------------------------------------- /Assets/Graphics/Textures/Particles.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Graphics/Textures/Particles.meta -------------------------------------------------------------------------------- /Assets/Graphics/Textures/Particles/Movment.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Graphics/Textures/Particles/Movment.meta -------------------------------------------------------------------------------- /Assets/Graphics/Textures/Particles/Movment/JumpParticleTexture-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Graphics/Textures/Particles/Movment/JumpParticleTexture-1.png -------------------------------------------------------------------------------- /Assets/Graphics/Textures/Particles/Movment/JumpParticleTexture-1.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Graphics/Textures/Particles/Movment/JumpParticleTexture-1.png.meta -------------------------------------------------------------------------------- /Assets/Graphics/Textures/Props.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Graphics/Textures/Props.meta -------------------------------------------------------------------------------- /Assets/Graphics/UI.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Graphics/UI.meta -------------------------------------------------------------------------------- /Assets/Graphics/UI/Buttons.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Graphics/UI/Buttons.meta -------------------------------------------------------------------------------- /Assets/Graphics/UI/HUD.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Graphics/UI/HUD.meta -------------------------------------------------------------------------------- /Assets/Graphics/UI/Icons.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Graphics/UI/Icons.meta -------------------------------------------------------------------------------- /Assets/InputSystem_Actions.inputactions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/InputSystem_Actions.inputactions -------------------------------------------------------------------------------- /Assets/InputSystem_Actions.inputactions.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/InputSystem_Actions.inputactions.meta -------------------------------------------------------------------------------- /Assets/Prefabs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Prefabs.meta -------------------------------------------------------------------------------- /Assets/Prefabs/Characters.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Prefabs/Characters.meta -------------------------------------------------------------------------------- /Assets/Prefabs/Environment.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Prefabs/Environment.meta -------------------------------------------------------------------------------- /Assets/Prefabs/Items.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Prefabs/Items.meta -------------------------------------------------------------------------------- /Assets/Private.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Private.meta -------------------------------------------------------------------------------- /Assets/Resources.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Resources.meta -------------------------------------------------------------------------------- /Assets/Samples.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Samples.meta -------------------------------------------------------------------------------- /Assets/Scenes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Scenes.meta -------------------------------------------------------------------------------- /Assets/Scenes/SampleScene.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Scenes/SampleScene.unity -------------------------------------------------------------------------------- /Assets/Scenes/SampleScene.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Scenes/SampleScene.unity.meta -------------------------------------------------------------------------------- /Assets/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Scripts.meta -------------------------------------------------------------------------------- /Assets/Scripts/Audio.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Scripts/Audio.meta -------------------------------------------------------------------------------- /Assets/Scripts/Audio/MasterMixer.mixer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Scripts/Audio/MasterMixer.mixer -------------------------------------------------------------------------------- /Assets/Scripts/Audio/MasterMixer.mixer.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Scripts/Audio/MasterMixer.mixer.meta -------------------------------------------------------------------------------- /Assets/Scripts/Audio/PlayOneShotSound.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Scripts/Audio/PlayOneShotSound.cs -------------------------------------------------------------------------------- /Assets/Scripts/Audio/PlayOneShotSound.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 22e0e70395b47744d80aa0cb09c90413 -------------------------------------------------------------------------------- /Assets/Scripts/Camera.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Scripts/Camera.meta -------------------------------------------------------------------------------- /Assets/Scripts/Camera/CameraManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Scripts/Camera/CameraManager.cs -------------------------------------------------------------------------------- /Assets/Scripts/Camera/CameraManager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3d0772286f1a6004fa83c7689ea3c645 -------------------------------------------------------------------------------- /Assets/Scripts/Camera/CameraOffsetController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Scripts/Camera/CameraOffsetController.cs -------------------------------------------------------------------------------- /Assets/Scripts/Camera/CameraOffsetController.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ca4954672ce096d43a8a720832bd0a46 -------------------------------------------------------------------------------- /Assets/Scripts/Environment.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Scripts/Environment.meta -------------------------------------------------------------------------------- /Assets/Scripts/Lantern.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Scripts/Lantern.meta -------------------------------------------------------------------------------- /Assets/Scripts/Lantern/LanternController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Scripts/Lantern/LanternController.cs -------------------------------------------------------------------------------- /Assets/Scripts/Lantern/LanternController.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 20193e0230507d6478e8bfecb972b132 -------------------------------------------------------------------------------- /Assets/Scripts/Lantern/LanternState.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Scripts/Lantern/LanternState.cs -------------------------------------------------------------------------------- /Assets/Scripts/Lantern/LanternState.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2691a2b5dbae37744894df2f232ec252 -------------------------------------------------------------------------------- /Assets/Scripts/Lantern/LanternState.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Scripts/Lantern/LanternState.meta -------------------------------------------------------------------------------- /Assets/Scripts/Lantern/LanternState/LanternIdleState.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Scripts/Lantern/LanternState/LanternIdleState.cs -------------------------------------------------------------------------------- /Assets/Scripts/Lantern/LanternState/LanternIdleState.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ca5da2fcdd9dc3d4082a73b4f9344294 -------------------------------------------------------------------------------- /Assets/Scripts/Lantern/LanternState/LanternMoveState.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Scripts/Lantern/LanternState/LanternMoveState.cs -------------------------------------------------------------------------------- /Assets/Scripts/Lantern/LanternState/LanternMoveState.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 156d3f60847e6e84e8d8a97f913cf030 -------------------------------------------------------------------------------- /Assets/Scripts/Lantern/LanternState/LanternOffState.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Scripts/Lantern/LanternState/LanternOffState.cs -------------------------------------------------------------------------------- /Assets/Scripts/Lantern/LanternState/LanternOffState.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e9b490cac430ca540a7c22ef9a72108c -------------------------------------------------------------------------------- /Assets/Scripts/Lantern/LanternState/LanternTurningOffState.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Scripts/Lantern/LanternState/LanternTurningOffState.cs -------------------------------------------------------------------------------- /Assets/Scripts/Lantern/LanternState/LanternTurningOffState.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ecf3a42977e37654a9b62c3b7ca9bc5b -------------------------------------------------------------------------------- /Assets/Scripts/Lantern/LanternState/LanternTurningOnState.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Scripts/Lantern/LanternState/LanternTurningOnState.cs -------------------------------------------------------------------------------- /Assets/Scripts/Lantern/LanternState/LanternTurningOnState.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 140c2597450d03a418349aedfbd4dc6f -------------------------------------------------------------------------------- /Assets/Scripts/Lantern/LanternZoneController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Scripts/Lantern/LanternZoneController.cs -------------------------------------------------------------------------------- /Assets/Scripts/Lantern/LanternZoneController.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d7b8094a58f705c478bb3feb403a29e5 -------------------------------------------------------------------------------- /Assets/Scripts/Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Scripts/Materials.meta -------------------------------------------------------------------------------- /Assets/Scripts/Materials/FrictionMaterial.physicsMaterial2D: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Scripts/Materials/FrictionMaterial.physicsMaterial2D -------------------------------------------------------------------------------- /Assets/Scripts/Materials/FrictionMaterial.physicsMaterial2D.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Scripts/Materials/FrictionMaterial.physicsMaterial2D.meta -------------------------------------------------------------------------------- /Assets/Scripts/Materials/zeroFrictionMaterial.physicsMaterial2D: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Scripts/Materials/zeroFrictionMaterial.physicsMaterial2D -------------------------------------------------------------------------------- /Assets/Scripts/Materials/zeroFrictionMaterial.physicsMaterial2D.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Scripts/Materials/zeroFrictionMaterial.physicsMaterial2D.meta -------------------------------------------------------------------------------- /Assets/Scripts/Player.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Scripts/Player.meta -------------------------------------------------------------------------------- /Assets/Scripts/Player/LedgeDetection.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Scripts/Player/LedgeDetection.cs -------------------------------------------------------------------------------- /Assets/Scripts/Player/LedgeDetection.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7696e7dd6dbfc1846a04a1e9cb85087a -------------------------------------------------------------------------------- /Assets/Scripts/Player/PlayerAnimator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Scripts/Player/PlayerAnimator.cs -------------------------------------------------------------------------------- /Assets/Scripts/Player/PlayerAnimator.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fc86b1760bfdbd84e8e75b9e533bf0a8 -------------------------------------------------------------------------------- /Assets/Scripts/Player/PlayerController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Scripts/Player/PlayerController.cs -------------------------------------------------------------------------------- /Assets/Scripts/Player/PlayerController.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dc94ba604ea571b488fc3824737ba79a -------------------------------------------------------------------------------- /Assets/Scripts/Player/PlayerSoundManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Scripts/Player/PlayerSoundManager.cs -------------------------------------------------------------------------------- /Assets/Scripts/Player/PlayerSoundManager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9ba4778aa6c0a5a489070504c40d2a52 -------------------------------------------------------------------------------- /Assets/Scripts/ScriptableObjects.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Scripts/ScriptableObjects.meta -------------------------------------------------------------------------------- /Assets/Scripts/ScriptableObjects/PlayerStatsInstance.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Scripts/ScriptableObjects/PlayerStatsInstance.asset -------------------------------------------------------------------------------- /Assets/Scripts/ScriptableObjects/PlayerStatsInstance.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Scripts/ScriptableObjects/PlayerStatsInstance.asset.meta -------------------------------------------------------------------------------- /Assets/Scripts/ScriptableObjects/ScriptableStats.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Scripts/ScriptableObjects/ScriptableStats.cs -------------------------------------------------------------------------------- /Assets/Scripts/ScriptableObjects/ScriptableStats.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3a4dfb802c8cfd245afc3155b13341ff -------------------------------------------------------------------------------- /Assets/Settings.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Settings.meta -------------------------------------------------------------------------------- /Assets/Settings/Lit2DSceneTemplate.scenetemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Settings/Lit2DSceneTemplate.scenetemplate -------------------------------------------------------------------------------- /Assets/Settings/Lit2DSceneTemplate.scenetemplate.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Settings/Lit2DSceneTemplate.scenetemplate.meta -------------------------------------------------------------------------------- /Assets/Settings/Renderer2D.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Settings/Renderer2D.asset -------------------------------------------------------------------------------- /Assets/Settings/Renderer2D.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Settings/Renderer2D.asset.meta -------------------------------------------------------------------------------- /Assets/Settings/Scenes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Settings/Scenes.meta -------------------------------------------------------------------------------- /Assets/Settings/Scenes/URP2DSceneTemplate.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Settings/Scenes/URP2DSceneTemplate.unity -------------------------------------------------------------------------------- /Assets/Settings/Scenes/URP2DSceneTemplate.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Settings/Scenes/URP2DSceneTemplate.unity.meta -------------------------------------------------------------------------------- /Assets/Settings/UniversalRP.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Settings/UniversalRP.asset -------------------------------------------------------------------------------- /Assets/Settings/UniversalRP.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/Settings/UniversalRP.asset.meta -------------------------------------------------------------------------------- /Assets/UniversalRenderPipelineGlobalSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/UniversalRenderPipelineGlobalSettings.asset -------------------------------------------------------------------------------- /Assets/UniversalRenderPipelineGlobalSettings.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Assets/UniversalRenderPipelineGlobalSettings.asset.meta -------------------------------------------------------------------------------- /Demo/Platformer_2D_XBObnUPEsC.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Demo/Platformer_2D_XBObnUPEsC.gif -------------------------------------------------------------------------------- /Demo/Platformer_2D_nFybnMiu1R.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Demo/Platformer_2D_nFybnMiu1R.gif -------------------------------------------------------------------------------- /Factorial. cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Factorial. cpp -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/LICENSE.md -------------------------------------------------------------------------------- /Packages/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Packages/manifest.json -------------------------------------------------------------------------------- /Packages/packages-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/Packages/packages-lock.json -------------------------------------------------------------------------------- /ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/ProjectSettings/ClusterInputManager.asset -------------------------------------------------------------------------------- /ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/ProjectSettings/DynamicsManager.asset -------------------------------------------------------------------------------- /ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/ProjectSettings/EditorBuildSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/GraphicsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/ProjectSettings/GraphicsSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /ProjectSettings/MemorySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/ProjectSettings/MemorySettings.asset -------------------------------------------------------------------------------- /ProjectSettings/MultiplayerManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/ProjectSettings/MultiplayerManager.asset -------------------------------------------------------------------------------- /ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/ProjectSettings/NetworkManager.asset -------------------------------------------------------------------------------- /ProjectSettings/PackageManagerSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/ProjectSettings/PackageManagerSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/ProjectSettings/Physics2DSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/PresetManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/ProjectSettings/PresetManager.asset -------------------------------------------------------------------------------- /ProjectSettings/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/ProjectSettings/ProjectSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/ProjectSettings/ProjectVersion.txt -------------------------------------------------------------------------------- /ProjectSettings/QualitySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/ProjectSettings/QualitySettings.asset -------------------------------------------------------------------------------- /ProjectSettings/SceneTemplateSettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/ProjectSettings/SceneTemplateSettings.json -------------------------------------------------------------------------------- /ProjectSettings/ShaderGraphSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/ProjectSettings/ShaderGraphSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /ProjectSettings/URPProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/ProjectSettings/URPProjectSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/UnityConnectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/ProjectSettings/UnityConnectSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/VFXManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/ProjectSettings/VFXManager.asset -------------------------------------------------------------------------------- /ProjectSettings/VersionControlSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/ProjectSettings/VersionControlSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/XRSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/ProjectSettings/XRSettings.asset -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/Platformer_2D/HEAD/README.md --------------------------------------------------------------------------------