socket.io-unity icon indicating copy to clipboard operation
socket.io-unity copied to clipboard

Error in Unity 2018.1.3f1

Open cristiancarli opened this issue 7 years ago • 5 comments

Hi this asset not work into unity 2018.1.3f1 it gives two error as follow.

C:/Users/utente/AppData/Local/Unity/cache/packages/packages.unity.com/[email protected]/Editor/Sources/Services/Packages/Package.cs(27,60): error CS0121: The call is ambiguous between the following methods or properties: System.Linq.LINQ.FirstOrDefault<UnityEditor.PackageManager.UI.PackageInfo>(this System.Collections.Generic.IEnumerable<UnityEditor.PackageManager.UI.PackageInfo>, System.Predicate<UnityEditor.PackageManager.UI.PackageInfo>)' and System.Linq.Enumerable.FirstOrDefault<UnityEditor.PackageManager.UI.PackageInfo>(this System.Collections.Generic.IEnumerable<UnityEditor.PackageManager.UI.PackageInfo>, System.Func<UnityEditor.PackageManager.UI.PackageInfo,bool>)'

cristiancarli avatar Jun 06 '18 15:06 cristiancarli

@floatinghotpot Will we have a fix for this problem? If yes, when?

ghost avatar Jun 23 '18 23:06 ghost

I have one solution for this problems: Head to file location: C:/Users/UserName/AppData/Local/Unity/cache/packages/ Delete the folder packages.unity.com Everything will works fine. Although every time you start the project, you need to delete it.

ltphy avatar Jun 28 '18 11:06 ltphy

Thanks @ltphy, that's working as a temp solution for me.

AugusDogus avatar Jul 16 '18 01:07 AugusDogus

@ltphy @floatinghotpot

Any permanent resolution to this problem. I am having same issue in 2018 edition.

sagar1garg avatar Sep 03 '18 05:09 sagar1garg

@ltphy 's solution did not work for me.

Using Unity 2018.1.9f1

JonathanPalmerGD avatar Oct 08 '18 17:10 JonathanPalmerGD