我试图将Fabric安装到我的Unity项目中,但没有成功。
我遵循了Fabric.IO的步骤。
我导入了织物包,按了织物->准备并下载并导入了Crashlytics。
当完成crashlytics的导入时,Unity会引发以下异常:
SynchronizationLockException: Object synchronization method was called from an unsynchronized block of code.
Fabric.Internal.Editor.Update.Dependency.DependencyGraphManager.Continue () (at Assets/Fabric/Editor/Update/Dependency/DependencyGraphManager.cs:44)
和
NullReferenceException: Object reference not set to an instance of an object
Fabric.Internal.Editor.Editor.OnGUI ()
然后窗口保持空白,我无法继续安装。
我在Unity版本2018.2.11.f1和2018.2.17.f1(发布时为最新版本)中进行了尝试。