[Unity] Display the Text Without Canvas
Last Updated on 2021-11-02 by Clay
I always use Text component to display text in Unity. But after a while, I discovered that the default Text component was created under the Canvas component, and the text moved with the camera position, which is more suitable for displaying UI text.
Read More »[Unity] Display the Text Without Canvas