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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
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.