Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

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 !