The top-down template is bugged in the sense that when creating a server where someone else joins, the player that joined moves extremely weird. At the root of the problem it may be the camera rotation that is being ignored for the player that is not the host.
To Reproduce
Open the editor and create a new project using the Top-Down template
Open the console type sv_lan 1 to allow local connections
Open a 2nd instance of sbox and in the console type sv_lan 1 for the same reason
Host a game from the 1st instance (editor instance)
Join the game from the 2nd instance (client instance) by typing connect localhost in the console
Move around once joined
Expected behavior
The player that joined the server is able to move around the same way the player hosting the server is.
Describe the bug
The top-down template is bugged in the sense that when creating a server where someone else joins, the player that joined moves extremely weird. At the root of the problem it may be the camera rotation that is being ignored for the player that is not the host.
To Reproduce
sv_lan 1
to allow local connectionssv_lan 1
for the same reasonconnect localhost
in the consoleExpected behavior
The player that joined the server is able to move around the same way the player hosting the server is.
Media/Files
No response
Additional context
No response