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
Was this helpful?