Hey I am trying to change rotation of a prefab. But the prefab always faces north. anything I am doing wrong?
var test= GameManager.server.CreateEntity("assets/prefabs/player/player.prefab",pos,Quaternion.Euler(0f, 180f, 0f), true);
test.Spawn();