Tony Li wrote: ↑Mon Jul 24, 2023 8:32 pm
Use a Vertical Layout Group:
What if I only want the response button activate, but not the subtitle text? Using a vertical layout group will display the response button and the subtitle text together.
Are there anyway to clear the subtitle text before the response menu activate?
Tony Li wrote: ↑Mon Jul 24, 2023 8:32 pmCan you verify that "Include Invalid Entries" is still the problem? Try turning it off. Does the problem still occur?
No, this bug only occurs if "Include Invalid Entries" is on. It does not occur if it is turned off.
No errors in the console windows.
Does the conversation still progress, even with the response menu visible, or does it not seem to do anything when you click a response button? If it doesn't seem to do anything, check if the response button(s) have anything at all assigned to their Button components' OnClick() UnityEvents. If they do, you must also assign StandardUIResponseButton.OnClick to the OnClick() UnityEvent.
The conversation ended but the response menu is still visible. Clicking on the button doesn't do anything until I reactivate the conversation again.
My response button OnClick() has StandardUIResponseButton.OnClick and ActivateOnResponseHover.OnUnhover, that's it. It also has several Event triggers for ActivateOnResponseHover. I am not sure if that is causing problems.
