I’ve been trying to design a card game, but whenever I attempt to call the card to be drawn on the client side, it doesnt go to the right position nor does it sprite generate, but it works fine on the host side.
8171564–1063484–PlayerManager.cs.txt (7.44 KB)
you can create empty gameobjects as spawn points for the right position without that complex math that you using also a bit of advice you should stop using GameObject.Find unless you have to you can use reference object or at least FindGameObjectsWithTag or FindGameObjectsByType.