💍
Luxus-1 Assets
  • 👋Welcome to Luxus-1 Assets
  • Animal Controller States
    • ☑️Push and Pull
      • PushPull Script
      • PushPullObject Script
      • Step-by-Step guide
        • Setting Up the Character
        • Setting Up the Object
        • Suggestions
        • Changes for 2.5D
      • ▶️Introduction Video
    • ▶️Zipline
    • 🛠️Rope Swing
    • 🛠️Boat Rowing
    • 🛠️Advanced Vaulting
    • ▶️Advanced Climbing
      • Setup Environment
      • Setup Detection
      • Setup Animation
      • State Variables
        • General Settings
        • Detection Settings Variables
        • Animation Settings
        • Input Settings
    • ☑️Pole Climb
    • 🛠️Pole Swing
    • ☑️Rope Hook
    • ☑️Balance
    • ☑️Walljump
Powered by GitBook
On this page
  1. Animal Controller States
  2. Advanced Climbing
  3. State Variables

Input Settings

  • bool automaticJumpInState

    • Enables automatic jumping between climb points without input.

  • bool preventFalseJump

    • Prevents jumps if no climb points are detected.

  • string jumpButton

    • Input button name for climbing jumps.

  • BoolReference jumpButtonPressed

    • Reference to track whether the jump button is pressed.

  • BoolReference jumpBehindButtonPressed

    • Reference to track whether the jump-behind button is pressed.

PreviousAnimation SettingsNextPole Climb

Last updated 4 months ago

▶️