Woolf
1
Hello.
I create worldcanvas model, put the model to resources and in the game is loaded from resources. all UI Components zeroed position RecTransform.
This is a bug or the way it should work?
Unity version 4.6.0b18
Sorry for my google translate))
Woolf
2
Spawncode:
public void PlayerSpawn() {
Transform pos = locConfig.getSpawnPoint();
GameObject mainUser = PhotonNetwork.Instantiate(“UserShip”, pos.position, pos.rotation, 0);
}
Tim-C
3
Looks like a bug, can you make a simple repro and raise the bug (help → Report a bug).