Search Unity

NewUI bug or feature?

Discussion in 'UGUI & TextMesh Pro' started by Woolf, Aug 31, 2014.

  1. Woolf

    Woolf

    Joined:
    Dec 4, 2012
    Posts:
    35
  2. Woolf

    Woolf

    Joined:
    Dec 4, 2012
    Posts:
    35
    Spawncode:

    public void PlayerSpawn() {
    Transform pos = locConfig.getSpawnPoint();
    GameObject mainUser = PhotonNetwork.Instantiate("UserShip", pos.position, pos.rotation, 0);
    }
     
  3. Tim-C

    Tim-C

    Unity Technologies

    Joined:
    Feb 6, 2010
    Posts:
    2,225
    Looks like a bug, can you make a simple repro and raise the bug (help -> Report a bug).