Hello,
i would like to know how can i change the no active quest message and the no completed quest message.
At the documentation there are field for that messages in the Unity GUIQuest Log Window(Script):
http://imgur.com/OA6mfTz
but at mine i dont have that 2 fields:
http://imgur.com/tLzhy6S
how can i change those messages? thank you!
Cant change no active/completed quest message
Re: Cant change no active/completed quest message
Sorry, that didn't get updated in the documentation. I'll update it for the next release.
It was changed to support language localization. Here are the steps:
1. Create a localized text table asset. Assign it to the quest log window.
2. Inspect the localized text table, and add two fields:
It was changed to support language localization. Here are the steps:
1. Create a localized text table asset. Assign it to the quest log window.
2. Inspect the localized text table, and add two fields:
- No Active Quests: The text to use for the no active quest message.
- No Completed Quests: The text to use for the no completed quest message.
Re: Cant change no active/completed quest message
it worked! thanks for the fast response