Search Unity

I want use Cinemachine Storyboard

Discussion in 'Cinemachine' started by promoos, Jun 15, 2019.

  1. promoos

    promoos

    Joined:
    Dec 17, 2015
    Posts:
    1
    If you use Cinemachine Storyboard and restart the unity project, Cinemachine Storyboard Component can not be loaded.

    Maybe, can't find GUID (probably com.unity.ugui) at 'com.unity.cinemachine.asmdef' in Cinemachine Package.

    I use Cinemachine version 2.3.4 with Unity 2019.1.6f1

    It tested fine on the Unity 2019.2.0b5 but, I can't upgrade project now.

    I need your help.

    Thank you.
     
    wlwl2 likes this.
  2. Gregoryl

    Gregoryl

    Unity Technologies

    Joined:
    Dec 22, 2016
    Posts:
    7,719
    Indeed there is a problem, and it's UGUI, as you surmised. There is a simple workaround for you, until you upgrade. You'll have to edit CinemachineStoryboard.cs. Change the first line from this:
    Code (CSharp):
    1. #if CINEMACHINE_UGUI
    to this:
    Code (CSharp):
    1. #if true || CINEMACHINE_UGUI