TutorialsMenschlich
Simple Multiplayer Game
Networking basics in just 4 steps.
Networking basics in just 4 steps.
Starting with an empty game project:
- Create a Player Controller in the Scene Hierarchy
- Right Click onto your controller game object => Create Prefab
- Create an empty GameObject
- Add Component "Network Helper"
- Move your player controller prefab into the Network Helper inspector field
- Delete your player controller from your **scene hierachy.**Now if you hit play, you can join via second instance via the networking icon in the top right and have a basic functioning multiplayer!