[quote=“Nostrildumbass, post:2654, topic:30020”]
Hi, the Steam subsystem doesn’t work if you use the play button from the editor. It only works if you use the Launch button (which from what I understand is just like packaging on the fly and running) or run your packaged game. It sucks and I think it’s a UE bug Epic know about. Why can’t you open the game after you package it? Any errors?
I thought I’d help here by explaining he can’t (or at least can’t offer more of his time) help with “development issues”, his plugin doesn’t handle replication itself, it just provides us more access to session info essentially. What you’re seeing that looks like a collision is most likely client/server lag or some conflicting logic where the server is telling the client he can’t move, then allows him to (likely alternating quickly between the two). If you have any sort of booleans on your character like CanWalk, make sure it’s not being updated to False or something while replicating the problem.
There’s a setting in UE that I recommend disabling that might help, search for “Use less CPU when in background”. Disabling that helped with several performance issues I was having when testing (client loading in and seeing everything start sync took up to 10 seconds, and movign around was choppy pretty similar to your video).
Thank you very much for answering me, I have reviewed the code of the ThirdPersonCharacter and I have some Booleans, however none affects the movement of the player walking, the curious thing about that error, is that it happens when moving to the sides and back, if it walks straight if it works, how it said above is as which one brings it by default ThirdPersonCharacter.
I see that if I give it to launch in effect a kind of packaging, I have given it but I skip an error of online subsystem
LogPlayLevel: Error: LogPluginManager: Error: Unable to load plugin 'OnlineSubsystemSteam'. Aborting.
LogPlayLevel: Error: ERROR: Client exited with error code: 1
PackagingResults: Error: Launch failed! Unknown Error
Follow everything activated both advanced sessions + advanced steam sessions and online subsystem + online subsystem steam
I don’t get any errors when running the packaged game, it directly doesn’t open me or open the epic games launcher.
I have disabled the CPU option, but I do not see any improvement effect, however it only works poorly in Standlone, in viewport there is no delay.
Thank you