Hi Tony.
was hoping you could help out here.
During a conversation i use Dialogue system events in the start and end to display or hide my mobile UI controls.
I use the setactive.
When the conversation end and the MobileUI gets enabled, the last key that was pressed is still pressed, meaning that as soon as the conversations ends, player just moves in the direction of the last touch input.
Is there a way to when setactive that mobilecontrols are starting with no movement in joystick?
Hope you understand what i mean
Setactive back issue
Re: Setactive back issue
If you're using the SetActive() sequencer command for this, use Dialogue System Events instead. Under the OnConversationEnd() UnityEvent, tick "Run On Conversation End Events At End Of Frame".
Re: Setactive back issue
Yes I am actually using dialogue system event.
Re: Setactive back issue
Great. If that doesn't work for some reason, let me know.