Cinemachine Update Method error

SlamDaBrakes

New member
I am getting this error with the Cinemachine integration spamming a lot of noise

CinemachineBrain.ManualUpdate was called from FixedUpdate

UnityEngine.Debug:LogError (object)

Unity.Cinemachine.CinemachineBrain:ManualUpdate () (at ./Library/PackageCache/com.unity.cinemachine@285f38545487/Runtime/Behaviours/CinemachineBrain.cs:575)

Opsive.UltimateCharacterController.Integrations.Cinemachine.CinemachineUpdater:FixedUpdate () (at Assets/Opsive/UltimateCharacterController/Integrations/Cinemachine/Scripts/CinemachineUpdater.cs:29)

Changing the Update Method on the Cinemachine Brain to Fixed, Manual, Smart or Late makes no difference.

Using Unity 6000.0.68f1
Cinemachine 3.1.6
UCC 3.3.2

Don't want to update UCC just yet as using a lot of custom abilities and tweaks.
 
Take a look at this post:


I haven't had a chance to reproduce this but that should fix it.
 
Back
Top