Question by
jjfellers · Jul 22, 2019 at 09:40 AM ·
troubleshooting
How to fix reference to UnityEngine.Timeline for Cinemachine,Added a library by adding the dll to Assets/Plugins and then lost reference to UnityEngine.Timeline
I copied the library for Microsoft.IdentityModel.Tokens to Assets/Plugins and after Unity recompiled, Cinemachine lost all its references UnityEngine.Timeline. The reference is listed in manifest.json as "com.unity.timeline": "1.0.0". Any idea how to fix the reference? I do not see the reference in Visual Studio. ,I copied libraries for Microsoft.IdentityModel.Tokens to Assets/Plugins, and after it recompiled Cinemachine lost library references to UnityEngine.Timeline. The reference to it is listed in manifest.json as "com.unity.timeline": "1.0.0". Any idea how to fix the reference?
Comment