Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CloudOnce/CloudOnce
Unified Game Services API for Unity
https://github.com/CloudOnce/CloudOnce
achievements android cloud-save cloud-storage conflict-resolution game-center game-services google-play-game-services google-play-games ios leaderboards tvos unified-api unity unity3d
Last synced: 3 months ago
JSON representation
Unified Game Services API for Unity
- Host: GitHub
- URL: https://github.com/CloudOnce/CloudOnce
- Owner: CloudOnce
- License: mit
- Created: 2016-06-01T12:50:01.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2023-07-16T16:21:55.000Z (over 1 year ago)
- Last Synced: 2024-05-15T12:46:36.372Z (6 months ago)
- Topics: achievements, android, cloud-save, cloud-storage, conflict-resolution, game-center, game-services, google-play-game-services, google-play-games, ios, leaderboards, tvos, unified-api, unity, unity3d
- Language: C#
- Homepage: https://cloudonce.github.io/
- Size: 278 MB
- Stars: 249
- Watchers: 21
- Forks: 48
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.txt
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
![logo_small.png](.github/logo_small.png)
# CloudOnce - Unified Game Services API
CloudOnce is a [Unity](https://unity3d.com/) plug-in that provides a unified game services API for [Google Play Game Services](https://github.com/playgameservices/play-games-plugin-for-unity/) and Apple Game Center (iOS & tvOS). Ease of use is the primary focus for the plug-in, but it also attempts to satisfy the needs of power users.## Getting Started
Download the [latest release](https://github.com/CloudOnce/CloudOnce/releases/latest) and then check out the [Getting Started](https://cloudonce.github.io/gettingStarted.html) guide for an overview of available features and how to implement them.## API Documentation
If you need more technical or more complete documentation of the plug-in, you can check out the [API documentation](https://cloudonce.github.io/api-docs/index.html).## Building
If you want to modify CloudOnce and build your own unitypackage, there are a few required steps.For the PluginDev Unity project to compile you need to download and import [External Dependency Manager for Unity (EDM4U)](https://github.com/googlesamples/unity-jar-resolver).
Because CloudOnce includes EDM4U, building a new unitypackage needs to be done from command-line or with a build script ([more info](https://github.com/googlesamples/unity-jar-resolver#getting-started)). Below is an example of how to do it on Windows. Change the paths to fit your environment.
**Windows example:**
1. Download the latest [EDM4U](https://github.com/googlesamples/unity-jar-resolver) unitypackage
2. Open cmd
3. Enter `"C:\Program Files\2017.4.1f1\Editor\Unity.exe" -batchmode -upgrader_disable -projectPath "C:\GitHub\CloudOnce\source\PluginDev" -exportPackage Assets/Extensions Assets/Plugins "C:\GitHub\CloudOnce\build\source.unitypackage" -quit`
4. Enter `"C:\Program Files\2017.4.1f1\Editor\Unity.exe" -batchmode -upgrader_disable -gvh_disable -createProject ./CloudOnce -importPackage "C:\GitHub\CloudOnce\build\external-dependency-manager-1.2.167.unitypackage" -quit`
5. Enter `"C:\Program Files\2017.4.1f1\Editor\Unity.exe" -batchmode -upgrader_disable -gvh_disable -projectPath "C:\GitHub\CloudOnce\build\CloudOnce" -importPackage "C:\GitHub\CloudOnce\build\source.unitypackage" -exportPackage Assets "C:\GitHub\CloudOnce\current-build\CloudOnce-v2.7.4.unitypackage" -quit`## History
This plug-in was originally developed for internal use by Trollpants Game Studio. [Sindri Jóelsson](https://github.com/sindrijo) wrote most of the original code, and [Jan Ivar Z. Carlsen](https://github.com/jizc) assisted by writing the implementations for Google Play and iOS.In January 2015 work began to make it into a commercial product. From that point, [Jan Ivar](https://github.com/jizc) has been the sole developer on the project. The first commercial version was released on the Asset Store on May 6th 2015.
CloudOnce has evolved a lot since then, and on June 1st 2016 it was made open-source. This was done both due to time constraints (both creators have other full time jobs), and that the financial incentive wasn't large enough to justify the support responsibilities that comes from selling a commercial product.
## Trollpants Game Studio games
All the games created by Trollpants Game Studio have been released as open source. They all use CloudOnce and have been updated to run in Unity 2017.3. Check them out for examples of how CloudOnce can be used.
* [Trollpants GitHub](https://github.com/Trollpants)
* [Trollpants WebGL builds](https://trollpants.github.io)## License
The contents of this project is licensed under the MIT license, unless other is specified in file header. See [LICENSE](./LICENSE) file in the project root for full license information.