📘
Valve/Pipe System - Doc
  • Valve System - Introduction
  • ⭐Getting Started
    • Quick Setup
    • Detailed Setup
    • JSON Save System
  • ❓Support
    • FAQ
    • Text UI Missing?
    • Where are inputs located?
    • Adding More Valves
    • System Namespace
    • Adding Audioclips
  • 🌀Development
    • Patch Notes - V1.3
    • Roadmap
  • 📧Contacts
    • Contact Me
    • My Other Assets
Powered by GitBook
On this page

Was this helpful?

  1. Support

Adding More Valves

Adding Additional Objects

  • You can add additional valves, pipes and other items to your game if you add another scriptable object and duplicate the corresponding objects:

    • (Valve Pickup & Pipe Objects) – Then connect them up as before.

Creating more ScriptableObjects

  • Need to create more valves for your puzzle?

  • Just create a new “Valve” ScriptableObject, you can duplicate this from the ScriptableObject folder

  • Edit the "ValveUIManager" and add another slot to the “Inventory Slots” array in the inspector. This will allow you to add more than 4 valves to the system!

PreviousWhere are inputs located?NextSystem Namespace

Last updated 1 year ago

Was this helpful?

❓