You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since models in the player's inventory are spawned in as normal game objects, they appear at 0,0,0 since being visible is the default behavior. This can be potentially mitigated by setting the object layer to hidden when loading and adding inventory items.