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.
  2. Join us on Thursday, June 8, for a Q&A with Unity's Content Pipeline group here on the forum, and on the Unity Discord, and discuss topics around Content Build, Import Workflows, Asset Database, and Addressables!
    Dismiss Notice

Different image colors in the Editor and Wasm Build

Discussion in 'Project Tiny' started by Fotal, Dec 23, 2020.

  1. Fotal

    Fotal

    Joined:
    Apr 9, 2019
    Posts:
    38
    In the editor we gave a picture like this:

    upload_2020-12-23_21-25-0.png

    In the Wasm assembly on different servers, we got the following result:

    upload_2020-12-23_21-25-22.png
     
  2. AbdulAlgharbi

    AbdulAlgharbi

    Unity Technologies

    Joined:
    Jul 27, 2018
    Posts:
    319
    Make sure the project color space is set to linear
    What browser are you using?
     
    Fotal likes this.
  3. Fotal

    Fotal

    Joined:
    Apr 9, 2019
    Posts:
    38
    We have solved this problem, just reimported the picture with the correct color space) Thanks