-
Notifications
You must be signed in to change notification settings - Fork 2
DataOutput
ExplodingThings edited this page Feb 18, 2023
·
4 revisions
Placeholder
Placeholder
The text that goes before the value of the key
The text that goes after the value of the key
Placeholder
Start()
If an error happens, such as DS or key being null, this script gets disabled
Sets text to the component returned by GetComponent()
LateUpdate()
If text is not null, and data in DS contains the key, which is the string variable key in this script, the text of text gets set to the prefix + the value of the key from data in DS + the suffix.
Otherwise the text of text says that the key does not exist