Detailed Setup
Last updated
Last updated
When starting your new project please import an FPSController into your project. (Or add an FPSController prefab to your scene. (Unless you’re using the demo which will already have one added but the package will be required to be imported before use). You can add the CPInteractor script to either the main camera or the main player object.
Now drag the:
InputManager
UIManager
AudioManager
InventoryManager
Disable Manager
Power Manager from the Prefabs folder into the hierarchy.
Select the UIManager, which will have the CPUIManager script and make sure all the items are connected as below:
Select the CPInventory – This item shouldn’t need editing at all, just make sure it’s on an empty gameobject
Select the “CPInputManager” and make sure you choose button commands that you wish, from the dropdowns
Select the AudioManager and add the ScriptableObjects for sounds you will have created. (The ScriptableObjects folder will have some examples)
Select the DisableManager and add your player script and CPInteractor script to the slots available.
Select the "Power Manager" and set:
Max Fuse Box Count - to the amount of fuse boxes you have for this puzzle
Disable Interaction - This is disables the tags and interaction after the puzzle is complete
Fuse Box List - This is all the fuse box objects in the system, add these to disable the tags when the power up happens.
Power Up event - Choose an event to happen when the event is activated
Tag: InteractiveObject
Add a Box Collider
Add a CPItem script to the object and set the ItemType to Chess Fuse
Add a CPFuseCollectable script and add the appropriate ScriptableObjects and your desired ScriptableObjects audio clip. (Found in the ScriptableObjects folder)
Tag: InteractiveObject
Make sure to add a Box Collider
Add a CPItem script to the object and set the ItemType to Fusebox
Add a CPFuseBoxInteractable script and add the appropriate ScriptableObjects and settings:
Chess Piece Scriptable
This is the scriptable object that the fuse box will take as the CORRECT fuse when entering
Fuse Placed / Starter Fuse SO
Tick this and add a starter SO, if you want one to be inside the fuse box to start
Fuse Location
This is why the fuse will spawn as a visual aid, you can also set an offset if you add new fuses. More information on the support on the left hand bar of this document
Fuse Box Light
This is the fuse box light corresponding to the fuse box, it will be a child of this object
Power Manager
Add the power manager will controls this section. If you have multiple power managers, make sure to add the ones this is connected to
Insert Fuse Sound
This is the scriptable object sound that will play when you enter a fuse