public static void ResolveAllSceneHandles (Animator animator);

Parámetros

animatorThe Animator instance that calls this method.

Descripción

Newly created handles are always resolved lazily on the next access when the jobs are run. To avoid a cpu spike while evaluating the jobs you can manually resolve all handles from the main thread.