'Upload an image to Unity, but it change color, how do i fix it?

enter image description here The left one is the image I upload to Unity, I open it in Sprite Editor. The right one is the image I draw in Aseprite.



Solution 1:[1]

To use an image in unity it needs to be a sprite.

To create a sprite in Unity, we must supply the engine with a texture.

Get a standard image file such as a PNG or JPG that you want to use, save it, and then drag the image into the Assets region of Unity.

Next, drag the image from the Assets into the Scene Hierarchy. You will notice that as soon as you let go of the mouse button, a new GameObject with your texture’s name shows up in the list.

For a more concise explanation visit this site and follow the steps!

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Officialyenum