NetworkTickSmoother

NetworkTickSmoother smooths a child graphical object over frames between each network tick. This component can only be used on networked objects.

The main difference between NetworkTickSmoother and MonoTickSmoother is that MonoTickSmoother does not need to be placed on a networked object, and initializes by default using InstanceFinder; NetworkTickSmoother initializes using NetworkBehaviour callbacks.

Last updated