When using SmoothSync Component on Characters, they fly up in air while staying in downward moving elevator. With standard “replicate movement” there is no levitation. Maybe you can point me in the right direction how to prevent it?
On horizontally moving elevator client is sliding off platform visually, and teleports to it’s location inside elevator after it stops movement;
InterpolationBackTime decreased to 0.02 not helped;
Attaching Characters to Elevator (“Attach Actor to Actor”) not working: upon attaching, client character teleports to (0,0,0) world location on server-side;
Video made on 250 ping emulation. On 10 ping levitation is much smaller on vertically moving elevator, but falling off upon horizontal movement persists.
We are using UE5.4.3 and SmoothSync. SmoothSync crashes when a second player joins the server. It has worked for a long time but recently moved to a large world.
Hello everyone, I bought smooth sync to use in my VR project, local multiplayer, I’m having problems with the replications, could anyone give me some insight?
I’m a host and my friend joins my session, when I pick things up the interactions work ,my friend who joins my session doesn’t show me anything, his hands don’t move or any object he picks up… I’m dragging the smooth sync plugin to VRPAWN and objects in the scene but nothing happens
Greetings, I have Enable Smooth Sync set to True on Event BeginPlay on my vehicle. If you spawn in as a vehicle it works fine and will accelerate as intended. However, when you possess the vehicle manually it just won’t accelerate at all. Some insight or guidance would be helpful, thanks.
Additional details:
I already have it set to not replicate movement
hi ,i found when enable this plugin ,the BP event on component hit will only work in client , server will not perform this event anymore,Did I forget to set something ?