Search Issue Tracker
Fixed in 2.3.0
Votes
0
Found in [Package]
2.2.7
Issue ID
1104442
Regression
Yes
[Cinemachine] Missing Assembly Reference errors generated in the Console using Cinemachine Package
Steps to reproduce:
1) Open Unity and create a new project
2) Download Cinemachine package (v2.2.7)
Observe the Console: errors about missing an assembly reference:
/Library/PackageCache/com.unity.cinemachine@2.2.7/Runtime/Timeline/CinemachineShot.cs(3,19): error CS0234: The type or namespace name `Timeline' does not exist in the namespace `UnityEngine'. Are you missing an assembly reference?
/Library/PackageCache/com.unity.cinemachine@2.2.7/Runtime/Timeline/CinemachineTrack.cs(4,19): error CS0234: The type or namespace name `Timeline' does not exist in the namespace `UnityEngine'. Are you missing an assembly reference?
Expected result: No errors
Reproduced with:
2019.1.0a11
Not reproduced with:
2019.1.0a10
Regression since:
2019.1.0a11
Cinemachine package version 2.2.7
Comments (6)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
unity_SNgpR2ICf2y4Jw
Aug 29, 2019 08:59
Just in case if for anyone the issue is not resolved.
Try updating Cinemachine through Window>Package Manager>Cinemachine
poetoaster3006
Dec 27, 2018 20:58
Any updates?
poetoaster3006
Dec 27, 2018 20:58
Any updates?
drordoit
Dec 14, 2018 12:19
same thing + "The type or namespace name `Timeline' does not exist in the namespace `"
JCPhlux
Dec 07, 2018 15:32
I am also getting the same.
xiangshushu
Dec 07, 2018 00:05
I got the same result.