Hello! I've upgraded my project to the latest Unity 2019.2 release. I'm using Unity IAP and there's an error...
Error: Could not load signature of UnityEngine.Purchasing.UIFakeStore:GetOkayButton due to: Could not load file or assembly 'UnityEngine.UI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. assembly:UnityEngine.UI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null type: member:(null) signature:
I'm aware that Unity extracted UI to a package. This error shows when Cloud Build tries to compile the project, but also shows sometimes in-project. Does anyone know about this error?
↧