Hello EveryOne,
I’m a begginer on Unity Developpement and i should make a Menu with a pic .
For example :
I have this image, and i should make a menu for 4 players choose a character with a x360 Controler.
And i’m not sur wich method i need.
If Someone can help,
Thanks in advance
Hi, thanks for your reply,
i followed that before asking, my question was really precisly how to make a selection of character with this pics.
I have no idea how i should make. Should i split the pics on 4 part ? Can i use the pic like this and split with a tools on Unity for create my button ?
Thanks Iarku for your quick answer, i will review the tutorials.
The simplest way would be to cut each “tile” out and import them as separate textures/sprites and then use 4 buttons (unity UI buttons on a canvas) and then use each sprite as the Image (source image) of each button.