Hello Guest

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - benj11

Pages: [1]
1
Support / Re: Still working with new version of Unity?
« on: October 11, 2018, 07:56:33 pm »
I'm using 2d tookit and I'm on 2018.2.11f1 version, it works great for me still. What errors are you seeing? You might have to comment out a couple of lines of code where it's showing an error, if it is, but it's been working fine for me.

2
Support / Re: Icon within Textmesh
« on: August 01, 2017, 05:17:32 am »
Awesome thanks! Was going to do something similar but wasn't sure if there was a way to anchor it :D thanks!

3
Support / Icon within Textmesh
« on: July 31, 2017, 08:21:51 pm »
I have text to the right of a button that is anchored "Lower Right". I'd like to have an icon to the left of the text. however. the icon doesn't move with the text which causes the text to overlap the icon. Is there a way to anchor the text with the button?

It looks fine when positioned with just two chars: http://imgur.com/6RTP20b
Problems occur with more than two chars (icon needs to move to the left with text): http://imgur.com/wfrJ4mF

4
Support / Re: Inline Styling
« on: June 25, 2017, 08:24:32 am »
ha wow yep, had the same exact problem. Just created some new text and now it's working. It still doesn't work on the previously created text but at least I have a solution now.

Thanks :D

5
Support / Re: Inline Styling
« on: June 22, 2017, 05:15:53 pm »
Is there anyway to do this in code for now since it doesn't work in the editor? I'm struggling with finding a solution. I tried to combine 2 text meshes but that didn't work.

6
Support / Inline Styling
« on: June 20, 2017, 06:27:48 pm »
I'm using a Tk 2d Text Mesh and within the text field I have "Hi, my name is Ben". I'd like to have "Hi, my name is" in black and "Ben" in green. I'm attempting to do that with an inline style, however, can't figure out how to do it. Here's one of my attempts:

Hi, my name is ^cRGBA(255, 0, 0, 0.2) Ben"

I can't find anywhere the correct syntax for it. Hopefully someone can help.

Pages: [1]