Generator Sys - Setup
Generator System - Video Setup
Generator Controller Main Setup
Make sure to have a "Generator_Canvas" object in your scene which will have all the UI elements. This will be a child of the "AK_CanvasContainer" if you've already imported it from the initial setup
Basic Steps
Inventory Controller Setup

Fuel Levels:
Current Fuel
The current amount of fuel you will have when the inventory canvas appears
Default: 0-100
Maximum Fuel
The maximum fuel your jerrycan can hold within the inventory
Default: 100
Has Jerrycan
Whether or not you actually have a jerrycan
FALSE
References:
Fuel Fill UI
Add the “Jerrycan_Fill” image from the inventory canvas to this slot
Current Fuel Text
Add the “CurrentFuel” text UI to this slot from the inventory canvas
Maximum Fuel Text
Add the “MaximumFuel” text UI to this slot from the inventory canvas
Item Controller

Item Type:
Item Type
Either drop this to: Generator / Fuel Barrel / Jerrycan
Item Parameters:
Item Name
The name of your object, can be anything you like
Icon Image
The UI Sprite of the item, I have provided a selection
Item Fuel Amount
How much fuel is in the item at the current time
Item Max Fuel Amount
The maximum amount of fuel that can be held in an object
UI On/Off:
Show UI
Do you want to show the pop out UI?
UI Elements - The World Space Canvas' attached to each object
Item Canvas
Item Name UI
The UI element for the name
Icon Image UI
The Icon Image UI Image
Fuel Amount UI
The Fuel Amount UI image
Max Fuel Amount UI
Max Fuel Amount UI Text
Fuel Gauge UI
The Gauge Image UI
Generator Controller - ONLY for the generator item
Generator Controller
This is only required for a "Generator" item - This is to set the red light to green
ActivateGenerator Event
Added a 3D AudioSource on an emtpy gameobject and a script to turn on lights so you can add custom events
Default Controls
Last updated
Was this helpful?