World Space canvas issues in 5.2.1

I believe that world-space canvas no longer gives a damn about Dynamic Pixels Per Unit or Reference Pixels Per Unit when rendering Text UI in the world space.

The density of texture changes, BUT text size is determined by world space. 1 point = 1 meter. And you can’t enter fractions there.

Now, I could probably manually rescale my canvases with that in mind, but is there a sort of workaround (to get old behavior) or should I file that as a bug?

On the screen you can see text with size of 1 on unscaled world space canvas with DynamicPixelsPerUnit and ReferencePixelsPerUnit set to 100. The cube is 1 unit big.

So, nobody knows or nobody cares?

We have the same problem in Unity 5.2.0.
5.1.3 works fine

I downgraded to 5.1.3 and reported that as a bug.

https://fogbugz.unity3d.com/default.asp?730184_df95e6ut9vd6oo49

I decided to avoid version 5.2.x completely and wait for 5.3 then see how that one goes.

1 Like

I know this is a slightly old post, but I’m seeing the same issue in the PS4 version of 5.2.1p3 - it makes using text in world space pretty tricky!

My solution:
Set the canvas size to a large one (800x600 etc) and scale down the whole canvas to a proper look instead of setting the Dynamic Pixels Per Unit to some huge value.