Search Unity

3D Text Shows Through My Walls

Discussion in 'Shaders' started by hotdogchainsaw, Jun 17, 2017.

  1. hotdogchainsaw

    hotdogchainsaw

    Joined:
    Jun 17, 2017
    Posts:
    3
    When I use 3D text in my game, it shows through the walls. When I tried http://wiki.unity3d.com/index.php?title=3DText my text turned into a bunch of squares, and I cant find the "Font" shader for the other solution I've seen. Can someone help me?
     
  2. hotdogchainsaw

    hotdogchainsaw

    Joined:
    Jun 17, 2017
    Posts:
    3
    Never mind, I found a video on youtube that works.
     
  3. LaneFox

    LaneFox

    Joined:
    Jun 29, 2011
    Posts:
    7,508
    That is very old. The way to do world space text is to just use a canvas with text on it.

    This was the old way of doing it when there wasn't a proper solution built in.