RVR Gaming
  • Rapid Template - RPG
    • Requirements
    • Installation
    • Contents
      • RPG
        • Characters
          • Player
      • Save
        • Checkpoint
        • Save Point
      • Basic
      • General
  • Easy Template Kit - RPG
    • Requirements
    • Installation
      • Using URP
    • Contents
    • Custom Scripts
      • Skills System
      • Throwable System
      • Growth System
      • Breakables
      • ViewCone
      • Hand IK
      • Graphics Settings Manager
      • Character Customization
      • Water System
      • Custom Instructions
        • Instruction: Property Air Jump
        • Instruction: Run Random Actions
        • Instruction: RPG Damage
        • Instruction: Set Depth of Field
        • Instruction: Set Date Time
        • Instruction: UI Canvas Group
        • Instruction: UI Set Time Stamp
      • Custom Conditions
        • Condition: Canvas Group Alpha
        • Condition: Has Active Target
        • Condition: Skill Unlocked
      • Custom Triggers
        • Trigger: Event Skill Unlocked
  • Character VFX - GC2
    • Requirements
    • Installation
    • Content
      • Ghost Trail
Powered by GitBook
On this page
  1. Easy Template Kit - RPG
  2. Custom Scripts

Skills System

PreviousCustom ScriptsNextThrowable System

Last updated 1 year ago

The Skills System consists of the following scripts:

  • Skills Manager

    • Setup all your skills in the skill manager

  • Skill

    • Passive Script: Runs in the backend

  • Skill Button UI

    • Add this to a UI Button prefab to have it be assigned to a skill for unlock

  • Skill Popup UI

    • Automated popup for the Skill Button UI containing all information about the skill

  • Hotbar

    • Assign active skills to the hotbar by dragging them in Hotbar Slots

  • Hotbar Slot

    • UI Button script to assign active skills

  • Hotbar Mirror

    • Mirrors the hotbar in the menu for other places (like the HUD)

  • Skills Save Data

    • Save Skill data

  • Save Load Manager Skills

    • Manage Skill save data