Quick Start
beginner quick startSplit Screen Pro · Quick Start
Quick Start — First result in 5 minutes
Follow these steps to set up Split Screen Pro in your project. No scripting required.
Step 1 — Import the package
Open Window > Package Manager, locate Split Screen Pro in My Assets and click Import. If you downloaded the .unitypackage manually, double-click it and import all files.
Step 2 — Add the Split Screen Manager
From the Unity top menu, select GameObject > Split Screen Manager. A SplitScreenManager GameObject appears in your scene hierarchy, ready to configure.
Step 3 — Assign players and camera
Select the SplitScreenManager and assign the three required fields in the Inspector:
| Field | Description |
|---|---|
| Player 1 | Transform of the first player or target |
| Player 2 | Transform of the second player or target |
| Main Camera | The camera following Player 1 (uses MainCamera tag by default) |
Step 4 — Configure split mode
Set Split Screen Mode to Split Screen Automatic. This enables dynamic splitting when players move apart.
Step 5 — Press Play
Enter Play Mode and move the players apart. The screen should split automatically when they are far enough. Move them together and the view merges back.
Demo Scenes
Inside the Demo/ folder you will find a sample scene with a small island and two pirates. Move each pirate to see the split system in action. Select the SplitScreenManager to explore the Inspector options.
Checklist
- ☑ Package imported successfully
- ☑ SplitScreenManager added to scene
- ☑ Player 1, Player 2, and Main Camera assigned
- ☑ Split Screen Mode set to Automatic
- ☑ Dynamic split visible in Game view
Next steps
Now that you have split-screen running, check the Settings page for the full parameter reference, or learn about Audio Splitting for multiplayer audio.
Suggest an improvement
Help us improve this documentation page.