-
Notifications
You must be signed in to change notification settings - Fork 24
Scripts.InventoryText
Wesley Haws edited this page Jan 2, 2017
·
2 revisions
##Scripts - InventoryText
###What does this do?
This will display the UIText element if the inventory slot has something in it.
###Who/What is this for?
This is for the GUI > Inventory > text > text# gameobject only.
###Setup
Parameter | Type | Description |
---|---|---|
Button To Show | Dropdown | Select the inventory slot this UIText component will control. The gameobject must hold a UIText component for this to work. |
The following is a list of github repositories that made all of this possible:
delta patches: https://github.com/OctopusDeploy/Octodiff
.net 4 implemented in Monodevelop: https://github.com/mono/mono
Tuples In Unity: https://gist.github.com/michaelbartnett/5652076
Octodiff: https://github.com/OctopusDeploy/Octodiff
Input Manager: https://github.com/daemon3000/InputManager