Topic: Custom tooltip size too big

Hello.

I'm trying to crate a custom tooltip to show information of the marker, as the image used in the Asset Store:

https://d2ujflorbtfzji.cloudfront.net/p … scaled.jpg

I use  uGUICustomTooltipForAllMarkersExample.cs for this, but when I run the app and the tooltip appears, its size is too big and doesn't keep in the screen.

I try to resize in execution mode to see the values that my custom tooltip must have, but when I make the text smaller, it distorts and can't read.

I'm develoing for Android and IOs phones.

Thanks!

Re: Custom tooltip size too big

Never mind!

After set the position, I set localScale to (1,1,1).

Thank you!