-
Notifications
You must be signed in to change notification settings - Fork 17
logo guide
Cheeseness edited this page May 1, 2017
·
1 revision
To add a new logo to the logo switcher:
- Place your new logo in
Assets/entities/ui/
- Set its Texture Type to
Sprite
and its Sprite Mode toSingle
- Create a new Image in the MainMenu scene and add it as a child to
Canvas/MenuPanel/LogoButton
- 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
- Find the Logo Switcher script on the ScriptHolder object in the root of the MainMenu scene
- Increase the size of the Logo Array.
- Drag your Image object from the scene into the new element slot.
You're done!