Skip to content

logo guide

Cheeseness edited this page May 1, 2017 · 1 revision

To add a new logo to the logo switcher:

  1. Place your new logo in Assets/entities/ui/
  2. Set its Texture Type to Sprite and its Sprite Mode to Single
  3. Create a new Image in the MainMenu scene and add it as a child to Canvas/MenuPanel/LogoButton
  4. Adjust scale and positioning of the Image as desired and then uncheck the box at the top left of the Inspector panel (next to the object's name) to hide it
  5. Find the Logo Switcher script on the ScriptHolder object in the root of the MainMenu scene
  6. Increase the size of the Logo Array.
  7. Drag your Image object from the scene into the new element slot.

You're done!

Clone this wiki locally