Problem with actor/conversants changing by themselves
Posted: Fri Mar 24, 2017 2:17 pm
Hi again,
This time I'm having a weird bug... Might not be easy to actually explain properly... let me know if you dont understand what I mean
I go into conversations, write a full conversations between 1 actor and 1 conversant.
(A conversation between "YOU" (which means the player) and "Mysterious Girl" (no portrait, name unknown))
However, when playing back the conversation, "one" of the 2 (sometimes the player, sometimes the conversant) changes name/portrait by itself...
I kinda figured out how and why it happens, but after trying for a while I still have no clue how to fix it!
What happens is that I created an empty gameobject to hold my "OnConversationsScript"
This script is the one that the dialoguemanager connects to (transform) when starting a new conversation...
Its also the script that enables me to use
The problem is that the one set as "Actor" in the actual Conversation Tree gets replaced by whatever name that gameobject has when the actual conversation occurs...
Any help on how to fix this one?
Thanks a LOT! as always!!
This time I'm having a weird bug... Might not be easy to actually explain properly... let me know if you dont understand what I mean
I go into conversations, write a full conversations between 1 actor and 1 conversant.
(A conversation between "YOU" (which means the player) and "Mysterious Girl" (no portrait, name unknown))
However, when playing back the conversation, "one" of the 2 (sometimes the player, sometimes the conversant) changes name/portrait by itself...
I kinda figured out how and why it happens, but after trying for a while I still have no clue how to fix it!
What happens is that I created an empty gameobject to hold my "OnConversationsScript"
This script is the one that the dialoguemanager connects to (transform) when starting a new conversation...
Its also the script that enables me to use
Code: Select all
public void OnConversationStart (Transform gm)
Any help on how to fix this one?
Thanks a LOT! as always!!