Problems with Unity Networking Item Spawn
I’m working on a multiplayer game in Unity using Netcode for GameObjects, and I’ve encountered an issue when dropping items from the player’s inventory. When the player drops an item, the newly spawned item in the world receives a different NetworkObjectId (or HashID), even though it’s the same item that was in the inventory.