-
Notifications
You must be signed in to change notification settings - Fork 24
Scripts.ReplaceText
Wesley Haws edited this page Jan 2, 2017
·
2 revisions
##Scripts - ReplaceText
###What does this do?
Will replace the UIText components text with the selected player input button.
###Who/What is this for?
Specifically for GUI > Conditionals > ScrollUI > Close Button.
However this will work with any text element that you want to show a select button for.
##Setup
Parameter | Type | Description |
---|---|---|
Button To Show | Dropdown | Will replace the UIText components text with the selected player input button. |
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