Multiple SMS interface
Re: Multiple SMS interface
Hi !
Now it's doing the opposite :/ if i'm outside the conversation and open it after the triggers, it only show the first message, but if i'm in the conversation, it work just fine (the message are send when the player collide with the trigger)It look like it dosn't read the continue() when the conversation is not oppened ?
I don't think it's issue #1 cause the scene is just player and 3 triggers (and sms ui)
Now it's doing the opposite :/ if i'm outside the conversation and open it after the triggers, it only show the first message, but if i'm in the conversation, it work just fine (the message are send when the player collide with the trigger)It look like it dosn't read the continue() when the conversation is not oppened ?
I don't think it's issue #1 cause the scene is just player and 3 triggers (and sms ui)
Re: Multiple SMS interface
Thanks for sending the reproduction project. I replied to your email. I believe the only change that was really necessary was to tick the SMS Dialogue UI's "Use Conversation Variable" checkbox.
Re: Multiple SMS interface
Hi ! thnak you, i've install the package you send me with you're modified scene, but even with this scene it's still doing the same thing :/ if i'm outside a conversation and i open it after the triggers, only the first message is send :/
Re: Multiple SMS interface
Isn't that what you asked for it to do?
In the example scene I sent you, if you start the conversation first, it looks like this:
Then it waits for the player GameObject passes through the trigger. When it passes through the trigger, it shows an alert message (in green) and continues the conversation:
Howver, if you wait for the player to pass through the trigger before starting the conversation, it shows an alert:
and when you start the conversation it goes automatically to this:
In the example scene I sent you, if you start the conversation first, it looks like this:
Then it waits for the player GameObject passes through the trigger. When it passes through the trigger, it shows an alert message (in green) and continues the conversation:
Howver, if you wait for the player to pass through the trigger before starting the conversation, it shows an alert:
and when you start the conversation it goes automatically to this:
Re: Multiple SMS interface
Well i would like it to work like this :
Each trigger send a message (so i can controll exactly when and where the player receive it) But the player may not be inside the conversation all the time, so if he collide with the trigger "Mom message 3" for exemple, But he is in another conversation (or in the selection menu), i'd like the message to still be send so he can read it later. Right now If the player is not inside the "mom" conversatin when he collide with a trigger, the message is not send and he cannot read it later :/
Each trigger send a message (so i can controll exactly when and where the player receive it) But the player may not be inside the conversation all the time, so if he collide with the trigger "Mom message 3" for exemple, But he is in another conversation (or in the selection menu), i'd like the message to still be send so he can read it later. Right now If the player is not inside the "mom" conversatin when he collide with a trigger, the message is not send and he cannot read it later :/
Re: Multiple SMS interface
The third image image (lony2a.png) shows that the player entered MomTrigger01 while the player was not in the conversation. This causes MomTrigger01 to set a variable that the conversation can check when it does start. This way it doesn't need to listen for the message, since the variable has recorded that the player already entered the trigger.
Re: Multiple SMS interface
Hi !
Well yes that work like this, but it work only with the first message :/ if the player is outside the conversation when triggerring the "MomTrigger02 " or "MomTrigger03" the messages are not send.
Well yes that work like this, but it work only with the first message :/ if the player is outside the conversation when triggerring the "MomTrigger02 " or "MomTrigger03" the messages are not send.
Re: Multiple SMS interface
Just do the same thing with triggers 02 and 03 using two additional variables.
Re: Multiple SMS interface
Hi ! really sorry for the time i take to respond >< the triggers work great thank you ! but when i'm stting up all my conversation like that I've comme across another issue :/
When i open the conversation "Mom" for example everything wrk fine, i can go back then open it again and all. But if i want to open another conversation "Boss" or any other, it show me the "Mom" conversation. and it does that with the first conversation i open. (if i open Boss first, all other conversation will show me the "boss" conversation) and i have no idea why, mayby something with the OnApplyPersistentData() ?
When i open the conversation "Mom" for example everything wrk fine, i can go back then open it again and all. But if i want to open another conversation "Boss" or any other, it show me the "Mom" conversation. and it does that with the first conversation i open. (if i open Boss first, all other conversation will show me the "boss" conversation) and i have no idea why, mayby something with the OnApplyPersistentData() ?