Posts

Showing posts from March, 2018

UI Pack - Floating Tiles - Unity3d Asset store

Image

How to customize UI?

Image
How to customize UI? This section describe the steps to change the back tile for the desired front tile. Back tile : All tiles in the "_SampleUI1" hierarchy with suffix "Back".                  Eg: MainBack, AboutBack, ShopBack, etc. Front tile : All tiles in the "_SampleUI1" hierarchy with suffix "Front".                  Eg: MainFront, AboutFront, ShopFront, etc. Step 1:  Open scene “CustomizeUI".                           Select the “Tile panel” of your choice from "CanvasBack" and copy it. Step 2: Open "SampleUI1" scene. S tep 3: Paste the copied “Tile” to the "Canvas" in “_SampleUI1” scene. Now further steps will decide the new back tile for the desired front tile. Lets suppose we have to change the back tile for the “MainFront” tile. Step 4: First disable the “MainB...