Google unity游戏云平台

Google cloud platform for unity games

我计划在我的 unity 游戏中使用 Google Cloud Platform 功能,例如 Cloud Speech-to-Text、Cloud Text-to-Speech、Cloud Video Intelligence、Cloud Sentiment Analysis 和 Cloud Vision。是否有任何UNITY SDK 可用于上述功能。

如果不是,在我的 Unity 游戏中使用上述功能的其他方法是什么?

谢谢

关于Unity,可以看看下面list of integration tools与Google云产品相关的

如果您不愿意购买或想提出自己的解决方案,您可以 API calls 到所需的 Google 云服务。

也可以使用 C# 客户端库,因为 Google Cloud Video Intelligence, Google Cloud Vision, Google Cloud Natural Language, Google Cloud Speech-to-Text (there is no C# client library for Google Cloud Text-to-Speech yet, therefore API calls 是目前唯一的选择)。

你也可以看看这个资产:Frostweep Games - Google Cloud Machine Learning Plugins