Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v3.12.0-beta2 Setting the "text" property on a "Text" GO, doesn't update the text properly #3919

Closed
hackhat opened this issue Aug 12, 2018 · 2 comments

Comments

@hackhat
Copy link

hackhat commented Aug 12, 2018

For example if I create a new text game object with the text "bye", then I set myText.text = '' it will remove all text, if I do myText.text = 'hello', it will not show 'hello', it will show "bye"

@hackhat hackhat changed the title Setting the "text" property on a "Text" GO, doesn't update the text properly v3.12.0-beta2 Setting the "text" property on a "Text" GO, doesn't update the text properly Aug 12, 2018
@samid737
Copy link
Contributor

samid737 commented Aug 19, 2018

reproducable:

http://jsfiddle.net/axu4Lqfk/3/

using .setText() works.

@photonstorm
Copy link
Collaborator

Thank you for submitting this issue. We have fixed this and the fix has been pushed to the master branch. It will be part of the next release. If you get time to build and test it for yourself we would appreciate that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants