Fixing blurred text in Unity3D

Hi,

If you have worked with Unity3d  then you might be have faced situations where text appears blurred in game. Today in this post i will show you how to overcome this issue.

So let's check the screen shot below showing 3D text in Unity3d.



This is the default text that appears when a new 3D text objects is created, you can notice the text appearing blurred. There is a simple work around to overcome this.

First set the Font size of 3D text to a higher value, i have set to 50 for this example



You can notice that the text has lost it's blurriness, but it's size is more than we required. The next step is to reduce the 3D text Scale so that it meet's your game requirement.

Select the 3D text object in the hierarchy and when in scene mode press "R" to go to scaling mode and then uniformly reduce the object scale till you are satisfied with it. For this example i have reduced it to 0.25 in all the three axis. Now notice in the game view the text looking perfectly aligned.



This is a simple way to solve the blurred text in Unity. Hope this will be useful.

Comments