Theme Manager
Allow game maker to customize appearance of UI [DVTL-UTW-06]
This page includes everything needed to use this tool window with the "Beamable SDK for Unity". Or watch this video.
The purpose of this Tool WindowTool Window - A group of related Beamable editing functionality for game makers is to allow the game maker to customize the appearance of Beamable UI. This includes complete control over colors, fonts, sounds, and more!
Related Guides
A common use case for the tool window is covered in the guides.
- See Skinning Account Management Flow for more info
The User Interface
Here is the user interface of the Beamable "Theme Manager" tool window.


The Beamable "Theme Manager"
Beamable High-Level Theme Concepts
For simplicity, some Beamable data structures may be omitted from this diagram.
Steps
Follow these steps to get started.
Step | Detail |
---|---|
| • Unity → Window → Beamable → Open Theme Manager |
Here is the "Beamable" menu as seen in Unity.


The “Beamable” Menu
Or, click the "Skinning" Button in the Beamable Toolbox Window


The "Skinning" Button in the Beamable Toolbox Window
Detail
The steps above open the Beamable "Theme Manager" Window.
The following table and image refer provide more info.
Name | Detail |
---|---|
| This is selected in the Unity Hierarchy Window and has a Component of type |
| This is clickable to aid navigation |
| Of type string |
| This is either an absolute value (of type string, color, int, float, etc...) or a binded reference to another absolute value. |
| This is a reusable style property |


The Beamable "Theme Manager" in detail
Advanced
This section contains any advanced configuration options and workflows.
Create a Consistent Look
Beamable's Skinning feature allows game makers create a consistent look across multiple game titles.
Here is the process for a fictitious company called "Animals Interactive" to create a consistent look across two of its games; "Dog Game" and "Cat Game"
.
Step | Detail |
---|---|
| • Customize the look within the "Dog Game" game project using Beamable's Theme Manager |
| Within the "Dog Game" game project... |
| Within the "Dog Game" game project... |
| • Copy the file from "Dog Game" into "Cat Game" |
| Inside the "Cat Game" game project... Result: Now the 2 games can be styled individually while sharing the key similarities of the parent theme |
Gotchas
Here are hints to help explain some of the trickier concepts.
• Making a change to a style (e.g. ButtonPrimary) will change every skinnable object using that style throughout your game
• The Theme Manager system does not use Unity'sAddressables
• AStyleBehaviour
Component can be found on each skinnable object. It is not recommended to edit this Component or to manually add it to any UnityGameObject
FAQ
Here are highlights from the Beamable FAQ. See FAQ for more info.
• Skinning
Updated 4 months ago