Version 2.0 of the Modular Third-Person Framework upgrades traversal with a fully expanded Parkour System. Previously limited to vertical movements like vaults and jumps, V2.0 introduces the new Slide action, giving developers a complete toolkit for dynamic, cinematic movement — all built on a modular, state-driven architecture.
🔄 Seamless Integration with Core StatesParkour is fully unified with the framework’s movement system — no patchwork logic required.
Want cinematic traversal without building a custom system? This is ready to drop in.
↕️ From Vertical to Horizontal MovementBefore V2.0, parkour was limited to vertical actions:
Now, the new Slide action adds horizontal traversal — letting players move under obstacles with fluid motion. This expands gameplay possibilities and makes environments feel more interactive.Need stealth movement or fast-paced action? Slide adds instant depth.
🧱 Object-Driven Parkour LogicThe ParkourObject defines how players interact with obstacles:
Design parkour interactions visually — no coding required.
⚙️ Config Spotlight – ParkourConfigCustomize parkour behavior with the ParkourConfig ScriptableObject:
Want to add new parkour actions? Just extend the enum and config — no refactor needed.
🧠 Architecture Overview
✅ Quick Setup Checklist
🎞️ Notes on AnimationsThe framework is code-only. Developers should:
🧩 Final NotesThe Parkour System in V2.0 transforms traversal from vertical-only to full vertical + horizontal movement. With Slide added alongside Vault and Jumps — and the ability to extend the system with new actions — developers can craft environments that feel dynamic, immersive, and production-ready.Want to prototype stealth, action, or cinematic gameplay? This system saves weeks of setup and scales with your project.
👉 Get the Modular Third-Person Framework on the Unity Asset Store: https://assetstore.unity.com/packages/templates/systems/versatile-third-person-controller-system-281833
👉 Already using the framework? Share your experience — leave a review here: https://assetstore.unity.com/packages/templates/systems/versatile-third-person-controller-system-281833#reviews
👉 [Documentation Hub – High-Level Overview + System Architecture]: Unity Game Development Docs | True Tactical Studio