com.unity.cinemachine 2.1.12

com.unity.cinemachine

Notes: processedReleased April 3, 2019

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2018.1

Package Dependencies

  • com.unity.modules.timeline (1.0.0)

🔄 Changes

  • Project restructure: Removed Base, Timeline, and PostFX folders from project root. PostProcessing code must now be manually imported from Cinemachine menu. No more dependencies on scripting defines.
  • New Storyboard extension, to display images over the vcams. Comes with a Waveform monitor window for color grading
  • New option to specify vcam position blend style: linear, spherical, or cylindrical, based on LookAt target
  • Added API to support seamless position warping of target objects: OnTargetObjectWarped().
  • Added support for custom blend curves
  • Lookahead: added Ignore Y Axis Movement option
  • Added support for cascading blends (i.e. blending from mid-blend looks better)
  • POV/Orbital/FreeLook axis: exposed Min, Max, and Wrap in the UI, for customized axis range
  • FreeLook: added Y Axis recentering
  • POV: Added recentering feature to both axes
  • Path: Added Normalized Path units option: 0 is start of path, 1 is end.
  • Path: added length display in inspector
  • Timeline Clip Editor: vcam sections are now collapsible
  • API enhancement: added Finalize to Pipeline stages, called even for manager-style vcams
  • Bugfix: PostProcessing V2 DoF blending works better
  • Bugfix: OrbitalTransposer works better with WorldUp overrides
  • Bugfix: Remove StateDrivenCamera "not playing a controller" warning
  • Bugfix: Handle exceptions thrown by assemblies that don't want to be introspected
  • Bugfix: vcams following physics objects incorrectly snapped to origin after exiting play mode
  • Bugfix: predictor now supports time pause
  • Bugfix: Moved StartCoroutine in Brain to OnEnable()
  • Bugfix: Collider was causing problems in Physics on Android platforms
  • Bugfix: dragging a vcam's position updtaes prefabs properly
  • Bugfix: All extension now respect the "enabled" checkbox
  • Bugfix: Undo for Extasion add will no longer generate null references