Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice
  2. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  3. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Unity Tiny Text Renderer Opacity also changes color.

Discussion in 'Project Tiny' started by Solal_, Feb 25, 2021.

  1. Solal_

    Solal_

    Joined:
    Jan 13, 2019
    Posts:
    13
    Hello I'm having trouble creating a translucent text with the text renderer in Unity Tiny 0.32. When I try to change the opacity of the text it looks normal in the editor, but in the build, the color suddenly becomes dark.

    Any solutions? I've embedded pictures below. Thanks!

    (Text in the editor)
    upload_2021-2-25_18-5-11.png

    (Text in the build)
    upload_2021-2-25_18-5-59.png

    (The Text's Gameobject)
    upload_2021-2-25_18-7-5.png
     
    aplusm and Dark_Horion like this.
  2. AbdulAlgharbi

    AbdulAlgharbi

    Unity Technologies

    Joined:
    Jul 27, 2018
    Posts:
    319
    Make sure the project color space is set to linear
     
  3. Solal_

    Solal_

    Joined:
    Jan 13, 2019
    Posts:
    13
    It worked ! I just had to change the color space to linear inside the Project Settings > Player > Other Settings.
    Thank you very much !