2.1 Getting Started
This guide will help you quickly set up and test the Upstairs Studio Ledge System in Unity.
Requirements
- Unity 2022 LTS or newer (tested on Unity 6)
- Basic understanding of the Unity Editor and its components
- Basic C# skills if you intend to extend the system
Quick Setup with the Example Scene
Some example scenes use optional Unity packages.
- Install Input System if you want to run the example character controller.
- URP users may need to upgrade example materials after import.
- The core runtime system works independently of these examples.
Then proceed to:
- Open any of the example scenes.
- Press play and approach a ledge.
- Jump towards the ledge and let the system do the rest.
- If you notice unexpected behavior, see the next chapter (Installation) — you may be missing some required setup data.
What’s Next?
- Continue to Installation for a more detailed setup
- Learn how detection works in Core System
- Explore the Examples to see full implementations