A phenomenon where multiple UI Trackers are not displayed.
Posted: Thu Oct 14, 2021 2:28 pm
Hello, Tony!
This time, I'm working on a quest, but I went back to the forum because there was a problem that could not be solved by watching a video tutorial or searching for a forum.
<MissionManager : UnityUIQuestTracker> ItemMission I watched the video tutorial for Quest and the Quest-Tracker-Templet, attached the Quest Tracker Component to the Quest Manager, and attached the Quest TrackTemplet to the Item_MissionList.
And for the test, I put the script in the Lua Code as follows. (My game quests need to be registered at the end of the scene loading.)
SetQuestState("Check_Engine","active")
SetQuestState("Check_AiRoom","active")
The quest for the first Check_Engine is displayed normally as follows, but the quest for the second Check_AIROOM is not displayed. May I know the reason?
[+] Also, we will make the following UI feedback according to the quest status. In order to handle this function, should we write a custom script that inherits the UnityUIQuestTracker?
Thank you in advance for your help!
This time, I'm working on a quest, but I went back to the forum because there was a problem that could not be solved by watching a video tutorial or searching for a forum.
<MissionManager : UnityUIQuestTracker> ItemMission I watched the video tutorial for Quest and the Quest-Tracker-Templet, attached the Quest Tracker Component to the Quest Manager, and attached the Quest TrackTemplet to the Item_MissionList.
And for the test, I put the script in the Lua Code as follows. (My game quests need to be registered at the end of the scene loading.)
SetQuestState("Check_Engine","active")
SetQuestState("Check_AiRoom","active")
The quest for the first Check_Engine is displayed normally as follows, but the quest for the second Check_AIROOM is not displayed. May I know the reason?
[+] Also, we will make the following UI feedback according to the quest status. In order to handle this function, should we write a custom script that inherits the UnityUIQuestTracker?
Thank you in advance for your help!