New ui objects are really big (548650)

Hello there!

I’m trying to add some gui for game interactive objects. I use canvas in world space.
Generally, I add anyone ui element, and it looks really big.
I can resize image element, it looks fine and work.
But text and input field don’t work.

A sprite with a text:


( The canvas size’s small (0.01 X 0.01) )

And to be able to сompare, I added a new input field to the canvas:

What should I do?

Thank you!

Hi. Please grab the new beta 18 (Unity Editor Beta Releases) and read the new page in the bundled documentation called “Creating a World Space UI”.

Thank you very much, runevision.
We should use scale, it works fine!

NB. You have to read the 2nd page called “Creating a World Space UI”, not the first one, which just says ‘TODO’. :slight_smile: