playerCamera = GameObject.FindWithTag(“Player”).transform;
i need to find away to generate terrain around a player currently i do it based on the location of the player but when a second connects it dosent generate around him, my theroy is you add new players to an array and generate the terrrain around the contents of the array is this correct? and if so how would i do it