Hi,
I would like to create a tilesheet sytem like on Windows 10.
The tiles will have to be resizable (small 1*1, medium 2*2 and large 3*3) and dragable (so if I drag a tile and drop it the others tiles will be rearranged )
UIgrid and UITable doesn't work as expected with sprites with different sizes. Indeed I can't have for example a square of 4 small tiles (so 4 1*1 tiles) next to a tile of 2*2.
Could you please guide me on the best way to do it? Is there a way to do it with Ngui or will have I to do it by myself?
Thank you in advance.
Regards