help changing the tank tutorial to 3rd person splitscreen

hey unity community I imported the assets for the tanks game tutorial and I decided I was going to make a Third person Split screen version of it so to do that I duplicated the tank prefab and made a separate screen for them to make it split screen. But I realised hat the game manager only import one tank prefab making the two player taking up the top half of the screen as it shows in the image I attached. Is there a way I can edit the game manager so it spawns a individual prefab for each spawn point.

Let me dig up my project on how I did this. Mine was a Player vs Computer game, but it was two ‘separate’ tanks (same tank, different names and scripts attached but you get the gist). I’ll post the code and help you figure this problem out tomorrow! If you haven’t figured it out yet that is.