Search found 23 matches

by EatAllTheGames
Thu May 20, 2021 11:39 am
Forum: Dialogue System for Unity
Topic: [Solved] Bubble Subtitle: Small bubble appears before resizing
Replies: 13
Views: 640

Re: [Solved] Bubble Subtitle: Small bubble appears before resizing

Tony Li wrote: Thu May 20, 2021 11:29 am You could change the animations to grow and shrink the bubble if you like that better than fading in/out. To grow, animate the bubble panel's local scale from (0,0,0) to (1,1,1).
Sounds very cool - I'm going to try that now
by EatAllTheGames
Thu May 20, 2021 11:26 am
Forum: Dialogue System for Unity
Topic: [Solved] Bubble Subtitle: Small bubble appears before resizing
Replies: 13
Views: 640

Re: Bubble Subtitle: Small bubble appears before resizing

Tony Li wrote: Thu May 20, 2021 11:16 am Hi,

Try unticking the Standard UI Subtitle Panel component's Clear Text On Close checkbox.
That did it! It's actually difficult to tell what looks better, the small bubble as the bubble disappears, or the fading out.... one to consider

Thanks for all the help
by EatAllTheGames
Thu May 20, 2021 11:11 am
Forum: Dialogue System for Unity
Topic: [Solved] Bubble Subtitle: Small bubble appears before resizing
Replies: 13
Views: 640

Re: Bubble Subtitle: Small bubble appears before resizing

Hi, If you untick Delay Typewriter Until Open, does the small bubble issue go away? Hi Tony! Crazy to think that one checkbox was the source of all my tinkering. The small bubble issue goes away at the start. However, it's still there at the end. Is that intended? I'm direct messaging you a video t...
by EatAllTheGames
Thu May 20, 2021 6:58 am
Forum: Dialogue System for Unity
Topic: [Solved] Bubble Subtitle: Small bubble appears before resizing
Replies: 13
Views: 640

Re: Bubble Subtitle: Small bubble appears before resizing

I don't understand the animations much, but if I set the Speed for the "Show" node to 0.1, I see the small bubble fade in slowly, and then jarringly switch to the bigger bubble ready for the typewriter.

Going to stop tinkering now because I'm out my depth! Please let me know when you can
by EatAllTheGames
Thu May 20, 2021 6:18 am
Forum: Dialogue System for Unity
Topic: [Solved] Bubble Subtitle: Small bubble appears before resizing
Replies: 13
Views: 640

Re: Bubble Subtitle: Small bubble appears before resizing

Inspector view from one of my Bubble Panels (note that it's using a Sliced image, although changing to Simple didn't resolve it, the bubble that appears first is just larger)
by EatAllTheGames
Thu May 20, 2021 5:57 am
Forum: Dialogue System for Unity
Topic: [Solved] Bubble Subtitle: Small bubble appears before resizing
Replies: 13
Views: 640

Re: Bubble Subtitle: Small bubble appears before resizing

I've also attached the inspector view for the "Bubble Template Standard UI Subtitle Panel"'s "Standard UI Subtitle Panel" within one of my Actors. If it matters - I'm using Text Mesh Pro (and typewriter)! EDIT: I replaced Unity Text with TextMeshPro Text in the sample scene you p...
by EatAllTheGames
Thu May 20, 2021 5:51 am
Forum: Dialogue System for Unity
Topic: [Solved] Bubble Subtitle: Small bubble appears before resizing
Replies: 13
Views: 640

Re: Bubble Subtitle: Small bubble appears before resizing

Does the "BubbleSubtitleExample" scene on the Extras page show the same issue? Can you post screenshots of your Dialogue Manager's Subtitle Settings inspector section and the Dialogue Actor component on the character? Hi! The BubbleSubtitleExample doesn't do it. I've attached both of the ...
by EatAllTheGames
Wed May 19, 2021 7:39 pm
Forum: Dialogue System for Unity
Topic: [Solved] Bubble Subtitle: Small bubble appears before resizing
Replies: 13
Views: 640

Re: Bubble Subtitle: Small bubble appears before resizing

Hi, Could that small empty bubble be the same as the regular text bubble, just resized small because its content children aren't active yet? If so, check your animators. If it happens with the Bubble Template Standard UI Subtitle Panel prefab included in the Dialogue System's Prefabs / Standard UI ...
by EatAllTheGames
Wed May 19, 2021 3:15 pm
Forum: Dialogue System for Unity
Topic: [Solved] Bubble Subtitle: Small bubble appears before resizing
Replies: 13
Views: 640

[Solved] Bubble Subtitle: Small bubble appears before resizing

Hi! I've searched around but failed to find the solution. I'm using the bubble subtitle, typewriter, and TextMesh pro. Before every line of dialogue, a small empty bubble appears... here it is in a short video https://www.youtube.com/watch?v=80KdVIVK2Qc How can I avoid this? Thank you for your time!
by EatAllTheGames
Tue May 18, 2021 11:10 am
Forum: Dialogue System for Unity
Topic: Dialogue disappearing and continuing before typewriter finishes
Replies: 5
Views: 318

Re: Dialogue disappearing and continuing before typewriter finishes

I did try your suggestion: Subtitle Settings > Subtitle Chars Per Second: 9 (i.e., take longer than the typewriter). and that makes it look almost right, perhaps it's moving to the next one at the exact time it finishes. Is this how it's supposed to work? I thought the typewriter chars per second w...