Adaptive Split Screen
Split screen solution for co-op style games.

* This page contains affiliate links, meaning we may earn a small commission if you purchase something through them, at no extra cost. $28
- Category:
- Tools › Camera
- Developer:
- Lukas Chodosevicius
- Price:
- $28
- Favorites:
- 504
- Supported Unity Versions:
- 2021.3.35 or higher
- Current Version:
- 1.3.1
- Download Size:
- 10.27 MB
- Last Update:
- Jan 21, 2025
- Description:
- This package contains a fast and lightweight solution for split screen, developed with Unity's latest technology stack in mind. It takes advantage of Unity's SIMD mathematics, Jobs, and Burst compiler. It is recommended for co-op style games, especially if the world is not small and players can be far away from each other. This is a novel solution of split screen based on voronoi diagrams, extending traditional dynamic split screen for up to 4 players. The package is designed to be easily customizable and approachable from artist's to developer's background. It has 4 layers of API: SplitScreenEffect, Modifier, SplitScreen4, SplitScreen3, SplitScreen2, VoronoiBuilder, and VoronoiDiagram. The package is tested on Unity 2019.4 and has dependencies on com.unity.mathematics, com.unity.collections, and com.unity.burst. Note: 4 player fairness comes with the cost of space continuity, which will be improved in the future.
- Technical Details:
- Documentation, 5 Samples, SplitScreen API
- Continue »