Before proceeding, please use the forum search feature at the top of the page to check if your question has already been answered.
How do I…
I am trying to make a flexible splitscreen system in my game but the camera isn’t even moving and before anyone says it, i already have gone through the example
What is the expected result
it should show two different povs of players and they can interact with the world without trouble.
my game also works for Online so i had 4 players on scene and setted the owner to 1,2,3 and 4. the game sets the ownership of the players to the correct person
then it checks if they are NOT playing online and then check if offline and splitscreen
if no splitscreen it just sets the players ownership to player 0 (offline host) and does some more ownership changes
but if splitscreen is on, the game deletes extra players and sets all remaining players ownership (of behaviour) to 0 so every player can be controlled by one device.
REMOVED LAST LINE. ik i tested and it did absolutely nothing