Content - Overview
Create and manage your game's live content [PROF-Content-01]
The Content FeatureFeature - An individual aspect of the Beamable product used to create a great user experience allows game maker to store project-specific data objects.
Content Management
Content management is critical to keep the content in your game engaging and reactive, and Beamable provides a number of content management tools. This is a mixture of solutions within the “Beamable SDK for Unity” and Rest API calls. In addition Beamable provides some extended tools that integrate with Google Sheets as a plugin.
Beamable provides a streamlined Content Publishing pipeline. You can deploy your content across multiple environments that can be tailored to your own internal publishing workflow.
When you create your Beamable account, we automatically create a “Development to Production” pipeline of distinct environments for you. These environments are “Dev” → “Staging” → “Production”. This is how we enable you to publish your content to our servers for the development environment while allowing you the peace of mind to know that the “Production” environment has not been modified.
Then, once you have tested that the new content in your environment looks correct, you can go into the Portal to promote the "Dev" content to "Staging" and eventually "Production".
Content Live Refresh
One of the main benefits of our content system is that, when you hit publish and the content updates, we will automatically refresh that content on each of the game clients via a server-to-client message. This allows for the system to be incredibly interactive at development time as well as allowing for over the air updates to players who are playing in “Production” after a content promotion.
Content Data
Data Concepts
For simplicity, some Beamable data structures may be omitted from this diagram.
Data types
Content types are must extend Beamable.Common.Content.ContentObject
. All derive from Unity's ScriptableObject
.
The Beamable SDK for Unity ships with all content types needed for common use cases.
Class Name | Related Feature | Coding Required? |
---|---|---|
No | ||
-- | No | |
No | ||
No | ||
No | ||
No | ||
Optional. Game makers may add | ||
Optional. Game makers may add custom code for client-authoritative scoring | ||
Optional. Game makers may add custom code for custom listing rendering | ||
Optional. Game makers may add custom game types | ||
No | ||
No | ||
No | ||
-- | No |
FAQ
Here are highlights from the Beamable FAQ. See FAQ for more info.
• Content
Updated 4 months ago