{"id":13729609,"url":"https://github.com/CloudOnce/CloudOnce","last_synced_at":"2025-05-08T02:30:42.234Z","repository":{"id":39411250,"uuid":"60176507","full_name":"CloudOnce/CloudOnce","owner":"CloudOnce","description":"Unified Game Services API for Unity","archived":false,"fork":false,"pushed_at":"2023-07-16T16:21:55.000Z","size":291279,"stargazers_count":251,"open_issues_count":0,"forks_count":47,"subscribers_count":21,"default_branch":"main","last_synced_at":"2024-11-14T20:38:18.171Z","etag":null,"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"],"latest_commit_sha":null,"homepage":"https://cloudonce.github.io/","language":"C#","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CloudOnce.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.txt","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-06-01T12:50:01.000Z","updated_at":"2024-11-05T09:42:09.000Z","dependencies_parsed_at":"2024-01-06T14:52:14.952Z","dependency_job_id":null,"html_url":"https://github.com/CloudOnce/CloudOnce","commit_stats":null,"previous_names":[],"tags_count":37,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CloudOnce%2FCloudOnce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CloudOnce%2FCloudOnce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CloudOnce%2FCloudOnce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CloudOnce%2FCloudOnce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CloudOnce","download_url":"https://codeload.github.com/CloudOnce/CloudOnce/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252986566,"owners_count":21836184,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["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"],"created_at":"2024-08-03T02:01:02.902Z","updated_at":"2025-05-08T02:30:38.760Z","avatar_url":"https://github.com/CloudOnce.png","language":"C#","funding_links":[],"categories":["C#"],"sub_categories":[],"readme":"![logo_small.png](.github/logo_small.png)\n\n# CloudOnce - Unified Game Services API\nCloudOnce 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 \u0026 tvOS). Ease of use is the primary focus for the plug-in, but it also attempts to satisfy the needs of power users.\n\n## Getting Started\nDownload 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.\n\n## API Documentation\nIf 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).\n\n## Building\nIf you want to modify CloudOnce and build your own unitypackage, there are a few required steps.\n\nFor 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).\n\nBecause 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.\n\n**Windows example:**\n1. Download the latest [EDM4U](https://github.com/googlesamples/unity-jar-resolver) unitypackage\n2. Open cmd\n3. 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`\n4. 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`\n5. 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`\n\n## History\nThis 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.\n\nIn 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.\n\nCloudOnce 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.\n\n## Trollpants Game Studio games\nAll 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.\n* [Trollpants GitHub](https://github.com/Trollpants)\n* [Trollpants WebGL builds](https://trollpants.github.io)\n\n## License\nThe 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.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCloudOnce%2FCloudOnce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FCloudOnce%2FCloudOnce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCloudOnce%2FCloudOnce/lists"}