Smooth Sync
₫50,000Price
Smooth Sync will Sync your transforms Smoothly across the network using Unreal's networking.
What Smooth Sync Does
Provides simple, drop-in Syncing of transforms Smoothly across the network using customizable interpolation and extrapolation.
Owned Actors: Sends transform from owner to non-owners.
Unowned Actors: Sends transform from server to clients.
Works with physics Actors and non-physics Actors. Dedicated and Listen servers.
Features:
- Performs interpolation and extrapolation to compensate for lag.
- Full source code is provided so you can see everything with detailed comments.
- Highly Configurable so you choose what to send, when to send it, and what to do with it.
- Requires zero coding.
- Sends the transforms of Actors across the network.
- Optional float compression to half-floats.
Code Modules:
- SmoothSyncPlugin (RunTime)