I have a game developed for me in Unity. The game pulls steps, blood pressure and glucose data. So far my developer have been able to pull health data from Apple Health Kit, but they are stuck with Google Fit. Does the Google Fit REST API work with Unity? Will I need my to create a plugin? Sorry, I have the code, but I would know what to show. I could ask my developer if that is needed. Thank you!
Google Fit REST API and Unity
1.1k Views Asked by Del-Metri Williams At
1
There are 1 best solutions below
Related Questions in UNITY-GAME-ENGINE
- Using arrow keys to rotate an object
- know object behind another object is fully visible
- Unity3d AudioSource not creatable
- Unity3d - Input.GetKey returns true more than once
- Flurry Ads on Unity3D with Prime31 plugin
- Make screenshot of DirectX window that is hidden and doesn't have focus
- Coroutine being detected as inactive despite being active
- Unity3D: Adding charged force in relation to position
- Unity - Particles emitting non-random
- 3d mouse aim camera 3rd person vertical C#
- Unity: How would I go about creating a power up system?
- Unity - Gui Button issues (Android)
- Unity3d strange Collider behaviour
- Start() function doesn't work properly after Application.LoadLevel
- Gravity works weird
Related Questions in GOOGLE-FIT
- Cannot access Workout Exercises on Google Fitness API
- How to retrieve daily running and walking steps from Google Fit API
- OnDataPointListener does not get callback if GoogleApiClient is disconnected
- How to remove a permission added because of Google Fitness API 7.5.0
- How to add nutrion information about consumed food to google fit history on android?
- Android: how to develop and debug using Google Fit?
- Is there a way to keep people from cheating a pedometer?
- Android: How to get Google Fit data from Wearable device?
- Using Google Fit APIs without Google Fit app
- How to get info from a Google API during a widget's onUpdate function?
- Getting Steps details with respect to fitness activities?
- calories for session - google fit
- How do I set the DataSource as Mi Band 2(or anything other than my phone) for finding the sensors for counting steps using Google Fit?
- Google Fit Credentials: works on Production, not on Development
- Update a session with Google Fit REST API
Related Questions in GOOGLE-FIT-API
- Fetch Google Fit history same way Google Fit app does (Google Fit auto recorded activities)
- Google fit not syncing properly to android app
- Cannot create Temperature Data Source?
- [google-fit]; write my blood sugar data to Google Fit, but something went wrong(REQUIRES_APP_WHITELISTING) during the test
- Add Nutrition Data response - invalidArgument "Mismatched value count"
- Integrating Google FIT API: Handling Multiple Scopes in Initial Authorization Request
- Fetch data from Google FIT API to crossplattform-App (using Xamarin,VisualStudios, C#)
- Google Fit get heart rate data
- Google Fit steps do not match with History Api response
- Google Fit REST API and Unity
- Google Fit API SleepSession returns empty sleep sessions array Kotlin
- Is it possible to write activity to my Google-fit account using Python?
- Expo - React Native: How to read User data from Google Fit API
- Google sign in "Choose an account to continue" loop
- Google Fit Authorization : AUTH_DENIED Authorization cancelled
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
This is a great feature to extend Google SDK to the Unity platform. The official libraries do not exist yet, but suggested workaround is to use REST API. You may start working around with Google Fit API on the official docs. You can opt to use OAuth Playground or any API platform to start with. Once you establish communication with Google Fit, try to make a call between a client and a server with the help of RESTful API in Unity.