consulo / consulo-unity3d

Frameworks: Unity3D
Apache License 2.0
103 stars 10 forks source link

Problems with Unity 2017.2's Ads & IAP libs #129

Closed TeorikDeli closed 7 years ago

TeorikDeli commented 7 years ago

Hi!

Consulo (up-to-date version) cannot find declarations for Unity Ads & Purchases after I update Unity to 2017.2. When I downgrade to 2017.1.2, everything works fine. But I have to use 2017.2 =) I attached some screenshots from Consulo.

Ads & IAP working proper on Unity. I also checked on MonoDevelop to see if it has the same problem, it can find declarations and I can use code completion. So, I think the problem is Consulo & Unity 2017.2.

By the way, I also tried with an empty project.

ekran resmi 2017-10-20 19 00 27 ekran resmi 2017-10-20 19 00 50 ekran resmi 2017-10-20 19 01 19 ekran resmi 2017-10-20 19 17 11
VISTALL commented 7 years ago

Hi. Looks like they changed library paths. I will check

Thanks

VISTALL commented 7 years ago
C:/Users/VISTALL/AppData/LocalLow/Unity/cache/packages/packages.unity.com/com.unity.analytics@1.0.1/UnityEngine.Analytics.dll

what the heck?

Unity again changed library paths. I will add support for that in near future (nightly channel busy for some rework)

Thanks

VISTALL commented 7 years ago

note for me:

/Users/vistall/Library/Unity/cache/packages/packages.unity.com/com.unity.analytics@1.0.1/UnityEngine.Analytics.dll

mac

VISTALL commented 7 years ago

/home/vistall/.config/unity3d/cache/packages/packages.unity.com/com.unity.analytics@1.0.1/UnityEngine.Analytics.dll

Linux

VISTALL commented 7 years ago

Fixed in nighlty channel

VISTALL commented 7 years ago

You can switch to it (https://github.com/consulo/consulo/wiki/Update-channels)

But be carefull nightly stable for this week (after update - go back to release channel)

Thanks

TeorikDeli commented 7 years ago

Wouw! Thank you! 🤘🏻