I’m making a simple lan multiplayer fps using a similar control scheme to doom. Anyway when I host a server on one window and then connect a client to the server. When the client connects it’s camera takes up both screens and the host loses it’s camera view (the client camera spawns over the host’s camera on both windows).
How do I fix that
Ok do I make this a seperate script or do I add it to an existing script in my player prefab
I realized I had the same issue. I had to make my object public since I originally had it private, and the I simply dropped it in the slot in the inspector using a similar scrip to the one posted above.
Ok do I make this a seperate script or do I add it to an existing script in my player prefab
– EliteHedgehog56Yes I get that, but so far I have been unable to get a bool to stay true for a duration of time that will be useful for what I need. :(
– KnightRiderGuy