Hey there. How do I spawn a player prefab at a specific spawn location? I.e. player selects team blue/red before joining the server, then based on what the player has selected, it spawns the player at the associated spawn point.
I have two NetworkStartPositions setup in my scene, but I can only select Random or Round Robin for a spawn method. Custom logic to move the player location after spawning is a bit of a hacky approach and it is giving me a hard time.
Any advice would be apreciated 🙏