This package contains fast lightweight solution for split screen It is developed with DOTS in mind, as result it takes advantage of Unity's latest technology stack like SIMD mathematics, Jobs and Burst compiler.
It is recommended for co-op style games. Especially if world is not small and players can be far away from each other.
This is novel solution of split screen based on voronoi diagrams. One can think of it as extension of traditional dynamic split screen for up to 4 players.
Key Behaviours
The package is designed to be easily customizable and approchable from artist's to developer's background.
There are 4 layers of API
Support Discord
Documentation linked in discord channel
Dependencies
Note: 4 player fairness comes with the cost of space continuity. Which will be improved in the future.