Install Runtime Studio
Install the base package before adding any optional Runtime Studio plugin.
- Open Window > Package Manager.
- Change the package list to My Assets and search for Runtime Studio.
- Click Download, then click Import when Unity is ready.
- Wait for Unity to finish compiling before opening Runtime Studio.
Getting Started
The fastest way to test Runtime Studio is to install the package, add a host object to a scene, assign settings, and enter Play Mode.
- Install Runtime Studio through the Unity Package Manager.
- Create or open a scene that will host the runtime editor.
- Add
RuntimeStudioEditorto a GameObject. - Assign a
RuntimeStudioSettingsasset. - Assign the scene that players are allowed to edit in
Player Editable Scene. - Add both the overlay scene and the editable scene to Build Settings when you use separate scenes.
- Press Play to start Runtime Studio.
Runtime Studio can also open its editor UI from the gameplay scene. In that setup, keep the Runtime Studio object in the same scene and make sure the settings asset is assigned before entering Play Mode.
Update Runtime Studio
Before installing a newer release, uninstall the current Runtime Studio package and any installed Runtime Studio plugins. Then install the latest package versions from the Unity Package Manager. Keep a backup of important .rtstudio files before updating.
Uninstall Runtime Studio
Use Tools > Fullscreen > Runtime Studio > Uninstall in the Unity Editor. Remove optional plugin packages separately if they are no longer used.
Demo content
Core demo content is available at:
Assets/Plugins/Fullscreen/RuntimeStudio/Runtime/Demo
Game Creator 2 demo content is available at:
Assets/Plugins/Fullscreen/RuntimeStudio/Runtime/Plugins/GameCreator2/Demo