Search found 20 matches

by GREI
Fri Jul 14, 2023 10:04 am
Forum: Dialogue System for Unity
Topic: Hint shown when hovering
Replies: 16
Views: 925

Re: Hint shown when hovering

Hi, neither prefab works. I also tried to just start an empty scene and just add a dialogue trigger and the dialogue manager, the response text still did not scroll.
by GREI
Fri Jul 14, 2023 1:19 am
Forum: Dialogue System for Unity
Topic: Hint shown when hovering
Replies: 16
Views: 925

Re: Hint shown when hovering

Thank you, the error is gone now. But something went wrong with my autoscroll. I am using textmeshpro and the response text is not getting pushed into the screen. I have to manually scroll it. But the autoscroll seems to work on the continue button. The continue button would always stay at the butto...
by GREI
Fri Jul 14, 2023 12:01 am
Forum: Dialogue System for Unity
Topic: Hint shown when hovering
Replies: 16
Views: 925

Re: Hint shown when hovering

the version is 2.2.32 and "NoticedFamiliarityWith27" is a Boolean
by GREI
Thu Jul 13, 2023 10:43 pm
Forum: Dialogue System for Unity
Topic: Hint shown when hovering
Replies: 16
Views: 925

Re: Hint shown when hovering

That is what I missed! It works now, thank you!
But I am having trouble parsing Lua code.
Here is the Lua code
Lua Code.png
Lua Code.png (4.68 KiB) Viewed 552 times
Here is the error message.
Error Message.png
Error Message.png (78.05 KiB) Viewed 552 times
by GREI
Thu Jul 13, 2023 10:54 am
Forum: Dialogue System for Unity
Topic: Hint shown when hovering
Replies: 16
Views: 925

Re: Hint shown when hovering

the example scene works properly though
by GREI
Thu Jul 13, 2023 10:53 am
Forum: Dialogue System for Unity
Topic: Hint shown when hovering
Replies: 16
Views: 925

Re: Hint shown when hovering

No, the console does not say anything and the text in the tooltip text does not change. (i.e. it is always empty)
the code was not change except for the "hint" line of code.
Does ActivationOnResponseHover depend on any pre-requisites?
by GREI
Wed Jul 12, 2023 10:16 pm
Forum: Dialogue System for Unity
Topic: Hint shown when hovering
Replies: 16
Views: 925

Re: Hint shown when hovering

I think now the images should be showing.
Template.png
Template.png (30.06 KiB) Viewed 571 times
Inspector.png
Inspector.png (139.91 KiB) Viewed 571 times
Code.png
Code.png (63.84 KiB) Viewed 571 times
And I have looked through the example scene, it looks like I have the same setup.
by GREI
Wed Jul 12, 2023 11:17 am
Forum: Dialogue System for Unity
Topic: Hint shown when hovering
Replies: 16
Views: 925

Hint shown when hovering

Hi, I have followed the solution in the linked post to try to achieve showing hints when hovering the response text. https://www.pixelcrushers.com/phpbb/viewtopic.php?f=3&hilit=conditional&p=38970&t=7109&sid=16d272f0e09d605c570231a382615bb1 But so far the hint is not showing. Below i...
by GREI
Fri Oct 14, 2022 4:57 pm
Forum: Dialogue System for Unity
Topic: Really small fonts on Bark
Replies: 3
Views: 212

Re: Really small fonts on Bark

Thanks very much for your help!
by GREI
Fri Oct 14, 2022 2:49 pm
Forum: Dialogue System for Unity
Topic: Really small fonts on Bark
Replies: 3
Views: 212

Really small fonts on Bark

Hi,
When I tried to implement Bark from tutorial, I get really small bubbles.
Screenshot 2022-10-14 194010.png
Screenshot 2022-10-14 194010.png (15.43 KiB) Viewed 212 times
Screenshot 2022-10-14 193447.png
Screenshot 2022-10-14 193447.png (2.34 KiB) Viewed 212 times
As the screenshots show, they are barely legible.
What am I doing wrong here?

Thanks for the help in advance!