NewUI bug or feature?

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))

Spawncode:

public void PlayerSpawn() {
Transform pos = locConfig.getSpawnPoint();
GameObject mainUser = PhotonNetwork.Instantiate(“UserShip”, pos.position, pos.rotation, 0);
}

Looks like a bug, can you make a simple repro and raise the bug (help → Report a bug).