MonoTickSmoother

MonoTickSmoother smooths a child graphical object over frames between each network tick. This component can be used on non-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