Google cloud mobile backend plugin for Unity3d - unity3d

I am trying to use a backend solution for a large game we developed in Unity3D. It's half way built in Parse but the communications are very slow in UK and EU.
I am checking https://developers.google.com/cloud/samples/mbs/. Does Google cloud mobile backend have a plugin or a starter for Unity3D?

Related

is google ml kit only front-end service?

is google ml kit only front-end service ? I mean it only detect objects in an image or it go to the database and get the similar products as the captured one in flutter app?

SCORM player in Flutter

How to play SCORM content in flutter mobile application.
Basically this is used to make online learning more interactive and used in online learning application.
Got reference for web application not for mobile application.
I have done google for this but not getting anything for flutter mobile application.

Google cloud platform for unity games

I am planning to use Google Cloud Platform features like Cloud Speech-to-Text, Cloud Text-to-Speech, Cloud Video Intelligence, Cloud Sentiment Analysis, and Cloud Vision in my unity games. Is there any UNITY SDK available for the above mentioned features.
If not what is the other way to use the above mentioned functions in my Unity games?
Thanks
With respect to Unity, you can look at the following list of integration tools related to Google Cloud products.
If you are not willing to purchase them or want to come up with your own solution, you can make API calls to the desired Google Cloud services.
Its is also possible to use C# client libraries for 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 are the only option right now).
you can also look at this assets: Frostweep Games - Google Cloud Machine Learning Plugins

How to integrate admob with google play services?

Can anyone please tell me how to integrate admob plugin with google play services plug in unity.I am struggle since long time to solve this problem .But, I am not able to solve it.
I am using Unity Ads and I have been more than satisfied with it. Unity provides ads so if you use their service, ads showen will be provided by Unity. It is very simple to implement. Really good explained in this video Ads tutorial unity.
You can show ad just with Advertisement.Show() which will show default ad which can be set here.
You could start using the AdMob for Unity.
The Google Mobile Ads SDK is the latest generation in Google mobile advertising featuring refined ad formats and streamlined APIs for access to mobile ad networks and advertising solutions. The SDK enables mobile app developers to maximize their monetization in native mobile apps.
This repository contains the source code for the Google Mobile Ads Unity plugin. This plugin enables Unity developers to easily serve Google Mobile Ads on Android and iOS apps without having to write Java or Objective-C code. The plugin provides a C# interface for requesting ads that is used by C# scripts in your Unity project.
As stated in the related SO post, Google has official support for AdMob on Unity game engine and this is the GitHub for Google Mobile Ads Unity plugin.
Hope this helps.

Google cloud storage integration in iPhone App

I'm developing an iPhone Application where I want to integrate google cloud storage so that I can store images. Please anyone can help me or provide me the link of sample. I tried searching but could not find.
Thanks
I recommend using the Google APIs Client Library for Objective-C. It uses the JSON API. You will need to enable the JSON API by visiting the Cloud Console, clicking APIs, and enabling the "Google Cloud Storage JSON API"
There is no specific library or sdk for Cloud integration but there is a web based interface you can integrate for google cloud. you'll have to read about it a little. here's the link
https://developers.google.com/storage/