Example #1
0
 void Start()
 {
     inv     = GameObject.Find("InventoryObject").GetComponent <InventoryScript>();
     tooltip = inv.GetComponent <TooltipScript>();
 }
Example #2
0
 void Start()
 {
     inv = GameObject.Find("InventoryObject").GetComponent<InventoryScript>();
 }
Example #3
0
 void Start()
 {
     inventoryObject = GameObject.Find("InventoryObject").GetComponent <InventoryScript>();
 }