Search Unity

[SOLVED] Timeline upgrade issues with 201910b8

Discussion in 'Cinemachine' started by sstrong, Mar 23, 2019.

  1. sstrong

    sstrong

    Joined:
    Oct 16, 2013
    Posts:
    2,251
    I've upgraded a project with lots of assets from U201820 to 201910b8. I had some initial problems with cinemachine and these were (mostly) resolved using this thread.

    However, if I attempt to add "com.unity.timeline": "0.0.0-builtin", into the manifest, I get this in the Unity console:

    Code (CSharp):
    1. An error occurred while resolving packages:
    2.   Project has invalid dependencies:
    3.     com.unity.timeline: Package [com.unity.timeline@0.0.0-builtin] cannot be found
    4.  
    5. A re-import of the project may be required to fix the issue or a manual modification of D:/Projects/myproject.../Packages/manifest.json file.
    How can I resolve this?
     
  2. sstrong

    sstrong

    Joined:
    Oct 16, 2013
    Posts:
    2,251
    upload_2019-3-24_8-47-25.png

    I tried "Reimport All" but still get the same result
     
  3. Gregoryl

    Gregoryl

    Unity Technologies

    Joined:
    Dec 22, 2016
    Posts:
    7,717
    Use "com.unity.timeline": "1.0.0" instead
     
    sstrong likes this.
  4. sstrong

    sstrong

    Joined:
    Oct 16, 2013
    Posts:
    2,251
    Thank you - this fixed my problem.
     
    Gregoryl likes this.