Search Unity

SRGB and UI menu

Discussion in 'UGUI & TextMesh Pro' started by ron_packard, Apr 23, 2017.

  1. ron_packard

    ron_packard

    Joined:
    Oct 28, 2016
    Posts:
    7
    I want to display some sRGB jpgs and pngs for my menu system. Can someone explain how I go about setting up Unity for such a task? Or is it built in?

    Btw I'm new to Unity.

    Thanks,

    Ron jr.
     
    Last edited: Apr 23, 2017
  2. methos5k

    methos5k

    Joined:
    Aug 3, 2015
    Posts:
    8,712
    Add a canvas, and and inside the canvas, and an Image (UI->Image).
    When you look in the inspector, you will see a field where you can copy your image into that.

    Prior to that, just drag your jpg/png into the project (from there you'll assign it).