i get this error while importing levelplay sdk
Timeout while updating assemblies:Assets/MobileDependencyResolver/Editor/Google.VersionHandlerImpl.dll
Can we know the LevelPlay SDK version and the mediated adapters/SDK version please?
7.6.0 sdk version , it happens when importing mobile dependancies after importing the package
Hey, if you are using LevelPlay SDK v7.6.0 with com.unity3d.ads:unity-ads:4.9.2, try to manually configure EDM4U to explicitly use lifecycle-process 2.6.1 library resolves the issue.
Either adding a dependency node or an additional Dependency.xml in the Editor Assets folder () seems to solve it such as
<?xml version="1.0" encoding="utf-8"?>The XML file just needs to be under an Editor directory and match the name *Dependencies.xml. For example, Assets/UnityAdsFix/Editor/Dependencies.xml.
Let me know if it works.