I have some problems with skins. On items and on entities too.
I tryed to change item(that already spawned) skin -> icon is changed, but item is still not skinned. (I tryed mark dirty)
I tryed to change entity skin (box) -> skin is set, but box is still not skinned. (I tryed network update)
Does someone have info about that? Relog helps, but its not a solution
Merged post
Example code:
I tryed to change item(that already spawned) skin -> icon is changed, but item is still not skinned. (I tryed mark dirty)
I tryed to change entity skin (box) -> skin is set, but box is still not skinned. (I tryed network update)
Does someone have info about that? Relog helps, but its not a solution
Merged post
Example code:
var newEntity = GameManager.server.CreateEntity("assets/prefabs/deployable/large wood storage/box.wooden.large.prefab");
newEntity.Spawn();
newEntity.skinID = 566336757;
newEntity.SendNetworkUpdate();item.skin = 504687841;
item.MarkDirty();