How to make bubbles of the Bubble Printer move when in Look mode?
Posted: 10 Mar 2022 15:50
by DargSodrag
Hi!
I have a scene where characters sit in the car and speak using Bubble printer. When the @look command is implemented, the player can move the mouse and look outside the windows. It works OK except the bubble. I know it's a part of UI, but I need it moving as well. What should I do? Of course, the backlog should be saving.
Re: How to make bubbles of the Bubble Printer move when in Look mode?
Posted: 11 Mar 2022 09:15
by idaot
The built-in text printer actor implementation are rendered onto a UI so it's not possible to make them move with the actors in world space. You can create a custom text printer actor that is adapted for use in world space. https://naninovel.com/guide/custom-acto ... mentations
Re: How to make bubbles of the Bubble Printer move when in Look mode?
Posted: 11 Mar 2022 14:55
by DargSodrag
I'm afraid it's too complex for me right now. I downloaded the Live2D project but I understood nothing. Where do I start? Should I create some C# script somewhere and a prefab and connect them somehow?
Re: How to make bubbles of the Bubble Printer move when in Look mode?
Posted: 11 Mar 2022 16:18
by idaot
The guide specifies how to create a custom actor implementation and it requires intermediate knowledge of C#. Live2D is an example of a custom actor implementation, implemented via Live2DCharacter.cs. If it feels too complicated, consider hiring a programmer: viewforum.php?f=16