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 multiplayer games.
Overview
Local Multiplayer adds several key components and systems that allow you to:
- Create multiplayer games with support for up to 4 local players.
- Implement split-screen gameplay with customizable layouts.
- Control multiple characters' inputs using Unity's new Input System.
- Manage player joining and leaving seamlessly.
Getting Started
Prerequisites
Before using the Local Multiplayer module, ensure you have:
- Unity 6 or newer
- Game Creator 2 installed (Installation Guide)
- Unity's new Input System package (1.5.0 or newer) 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
The Local Multiplayer module is designed to work seamlessly with other Game Creator modules. For detailed integration guides, see: