Search Unity

Unsolved Error

Discussion in 'Getting Started' started by aliayman14, Jun 1, 2019.

  1. aliayman14

    aliayman14

    Joined:
    Jun 1, 2019
    Posts:
    10
    Library\PackageCache\com.unity.cinemachine@2.3.3\Runtime\Behaviours\CinemachineStoryboard.cs(68,32): error CS0234: The type or namespace name 'UI' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?)
    What is the problem, and how to solve it?
     
    Last edited: Jun 1, 2019
  2. Deleted User

    Deleted User

    Guest

    Update Cinemachine (and all the other packages that need to be updated) in the Package Manager.
     
  3. aliayman14

    aliayman14

    Joined:
    Jun 1, 2019
    Posts:
    10
    How to do this?
     
  4. Deleted User

    Deleted User

    Guest

    JoeStrout likes this.
  5. aliayman14

    aliayman14

    Joined:
    Jun 1, 2019
    Posts:
    10
    Thank you! I will try and then answer you.
     
  6. aliayman14

    aliayman14

    Joined:
    Jun 1, 2019
    Posts:
    10
    It worked!! thank you very much:):)
     
  7. aliayman14

    aliayman14

    Joined:
    Jun 1, 2019
    Posts:
    10
    A new error appeared for me.
     
  8. aliayman14

    aliayman14

    Joined:
    Jun 1, 2019
    Posts:
    10
  9. aliayman14

    aliayman14

    Joined:
    Jun 1, 2019
    Posts:
    10
    That's the whole code.


    Ping Pong - Microsoft Visual Studio 10_29_2019 5_11_39 PM - Copy.png
     
  10. JeffDUnity3D

    JeffDUnity3D

    Joined:
    May 2, 2017
    Posts:
    14,446
    Please open a new thread for a new issue, thanks. And please don't post screenshots, instead post the actual code, using Code tags, and the exact error text with the line number as it shows in the code that you post, so we can identify which line is throwing the error.