Reputation: 57
I was working on Google API and in that link, it says that it supports .NET Framework 4.0 but not Unity.
To my knowledge, Unity runs on .NET 4.x equivalent.
How can the API support .NET Framework 4.0 but not support Unity?
Is this related to Android support in Unity, which is used when apps are built for Android?
It's very confusing for me.
Upvotes: 1
Views: 439
Reputation: 10137
From these FAQ:
At a team discussion in October 2018 we made the decision to not proceed with support for these platforms. We don't see evidence that there would be enough usage to justify the technical work and infrastructure required for us to fully support these extra platforms.
We will revisit this decision on a regular basis, in case the situation changes.
In a nutshell this means they won't be testing or improving support.
But despite the above, I have successfully managed to integrate YouTube API from that repository.
Upvotes: 1