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 (this package has been tested on Unity 6 to ensure its working)
- Basic Understanding of Unity Editor and its components
- C# skills if you intend to extend the system
Quick Setup with the example scene
- 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 witness faulty behaviour, go to the next chapter (Installation) since you might be missing 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