Welcome to Local Multiplayer
The Local Multiplayer module extends Game Creator 2's capabilities by adding robust support for local multiplayer experiences, including split-screen gameplay. Built on top of Unity's new Input System, this module seamlessly integrates with Game Creator's existing tools while providing powerful new features for creating local multiplayer games.
Overview
Local Multiplayer adds several key components and systems that allow you to:
- Create local multiplayer games with support for up to 4 local players
- Implement split-screen gameplay with customizable layouts
- Control multiple Game Creator 2 Characters using Unity's new Input System
- Manage players joining and leaving
Getting Started
Prerequisites
Before using the Local Multiplayer module, ensure you have:
- Unity 6
- Game Creator 2 installed (Installation Guide)
- Unity's new Input System package (1.13.0) installed in your project
- Input System backend configured to "Input System Package (New)"
- Basic understanding of Game Creator's Character and Camera systems (Documentation)
New Input System Required
The Local Multiplayer module requires the new Input System package. The old Input Manager is not supported.
Integration with Other Modules
While not fully tested, the Local Multiplayer module should work with other official Game Creator modules.