MorrisRF

joined 2 days ago
[–] MorrisRF@programming.dev 5 points 1 day ago

Update: I fixed it I just had a issue with the path when adding it as a child, I should have added it in the same place as my multiplayer spawner spawn location mb

[–] MorrisRF@programming.dev 3 points 2 days ago (1 children)

As I said in the post, the player that joins cannot see anything besides the default godot grey background and no inputs are detected from the player that joined.

He can't see and he can't walk

 

I am trying to Implement multiplayer into my relativly empty project but for some reason the player that joins doesnt get a camera assigned and cant walk/move their camera, I followid this tutorial: https://www.youtube.com/watch?v=G28bNlgICJg but it doesn’t seem to work properly. I am using a MultiplayerSpawner and MultiplayerSynchronizer

I put the code in this godot forums post: https://forum.godotengine.org/t/help-with-multiplayer-players-that-join-can-see-anything-or-walk/118322

Any help is Appreciated