- Home /
Including Google Apis to Unity .Net and C#
Ive got GData.dll Libraries, that works fine, but i need newest Google.Apis libraries. They are avalible only thru NuGet, but when Mono see and can use them - Unity itself - not. How to Use NuGet libraries in Unity? If i just copy dll's in plugins folder i get
Unhandled Exception: System.Reflection.ReflectionTypeLoadException: The classes in the module cannot be loaded
Ok, i get it - Unity can't understand anything that requare .Net higher than 3.5.
Your answer

Follow this Question
Related Questions
Why is there an option to choose full or subset .Net 2.0 library ? 1 Answer
Is it possible to reference .NET references and give up cross-platform? 1 Answer
How to create a library from my C# project that runs on Android 1 Answer
Multiple Cars not working 1 Answer
Distribute terrain in zones 3 Answers