Hello all i need your help
Need add photon, others players for moment dont see spawn item ;(
Help me add photon please ;(
Need add photon, others players for moment dont see spawn item ;(
Code (CSharp):
- using System.Collections;
- using UnityEngine;
- //Spawn this object
- public GameObject spawnObject;
- public float maxTime = 5;
- public float minTime = 2;
- //current time
- private float time;
- //The time to spawn the object...