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!

Last updated