Smooth Sync (5.0, 5.1, 5.2, 5.3, 5.4)

0
(0)

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.

Smooth Sync differs from Unreal’s Replicate Movement in two key ways:
1) Using custom interpolation and extrapolation, Smooth Sync can be set to your game’s specific needs.
2) Optionally allow clients to determine the position of any Actor. This can remove the need for client side prediction.

Technical Details
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)
Number of Blueprints: 0
Number of C++ Classes: 2
Network Replicated: Yes
Supported Development Platforms: Win64, Win32, Linux, Mac, Android, iOS, HTML5
Supported Target Build Platforms: Win64, Win32, Linux, Mac, Android, iOS, HTML5

Original_Link: https://www.unrealengine.com/marketplace/en-US/product/smooth-sync

Download Links:

Asset Version v1.45 (5.4)

Asset Version v1.41 (5.3)

Asset Version v1.41 (5.2)

Asset Version v1.39 (5.1)

Asset Version v1.38 (5.0)

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.

Leave a Reply