Chat Bubble extension bubble color problem

Even in the official demo it’s like this:

I guess the latest update broke it, but does anyone have an idea how to fix this?

If i remember correctly it is just shape painter
So it should be as simple as going into extension and setting it to take proper color or just make static color for it

I tested SP alone and SP works just fine
So probably issue is from where it gets color info in extension

Yes, that’s the thing. In the extension code it just uses the shape painter, so it should be using color from the shape painter directly, and shape painter color is correctly set.

It “works” if I change text color, but the bubble is black :frowning:

Sooooooo

Even more SOOOO

Yeah, but I have multiple chat bubbles with different colors, I can’t hardcode the color like that.

I got it working by making color/outline properties of the extension visible in the editor, then setting colors in the behavior properties of the object, not in the shape painter.

Thank you for your help!

1 Like

I was just showing you where problem is
Not suggesting it is a solution
Glad you managed it

1 Like