Hi there, i am trying to make a game in which you can control one Object with multiple players.
At the moment i am fighting with Unitys Unet to achive that. But no success so far. Does anybody know if it is possible to do so.
This is not the real game, its just a very basic test.
I have a PlayerController sitting on the Player Prefab (it is a Camera)
After Player Spawn each gets a unique name (this is done in a PlayerSetup script)
How to make a gunner - driver coop game
At the moment i am fighting with Unitys Unet to achive that. But no success so far. Does anybody know if it is possible to do so.
This is not the real game, its just a very basic test.
I have a PlayerController sitting on the Player Prefab (it is a Camera)
After Player Spawn each gets a unique name (this is done in a PlayerSetup script)
Code (CSharp):
- using UnityEngine;
- using System.Collections;...