Version: 2017.2
public bool grounded ;

Descripción

Le dice al NetworkTransform que está en una superficie (esto es lo predeterminado).

Object that are NOT grounded will not interpolate their vertical velocity. This avoid the problem of interpolation fighting with gravity on non-authoritative objects. This only works for RigidBody2D physics objects.