{"id":16207410,"url":"https://github.com/uralstech/ucloud.operations","last_synced_at":"2026-05-04T05:36:58.659Z","repository":{"id":255665680,"uuid":"853263811","full_name":"Uralstech/UCloud.Operations","owner":"Uralstech","description":"A Unity C# wrapper for the google.longrunning API.","archived":false,"fork":false,"pushed_at":"2025-01-03T18:01:10.000Z","size":4833,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-07T20:14:30.469Z","etag":null,"topics":["api","gcloud","gcloud-api","google","google-cloud","google-cloud-api","google-longrunning","longrunning","openupm","unity","unity-integration","unity-package","unity-packages","unity-plugin","unity3d","unity3d-plugin"],"latest_commit_sha":null,"homepage":"https://uralstech.github.io/UCloud.Operations/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Uralstech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"buy_me_a_coffee":"udayshankar"}},"created_at":"2024-09-06T10:05:30.000Z","updated_at":"2025-01-03T18:00:45.000Z","dependencies_parsed_at":"2024-11-03T13:40:51.445Z","dependency_job_id":"7296fc22-f11b-4fbc-bd05-193852af524e","html_url":"https://github.com/Uralstech/UCloud.Operations","commit_stats":null,"previous_names":["uralstech/ucloud.operations"],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/Uralstech/UCloud.Operations","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Uralstech%2FUCloud.Operations","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Uralstech%2FUCloud.Operations/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Uralstech%2FUCloud.Operations/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Uralstech%2FUCloud.Operations/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Uralstech","download_url":"https://codeload.github.com/Uralstech/UCloud.Operations/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Uralstech%2FUCloud.Operations/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32596533,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"online","status_checked_at":"2026-05-04T02:00:06.625Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["api","gcloud","gcloud-api","google","google-cloud","google-cloud-api","google-longrunning","longrunning","openupm","unity","unity-integration","unity-package","unity-packages","unity-plugin","unity3d","unity3d-plugin"],"created_at":"2024-10-10T10:13:05.129Z","updated_at":"2026-05-04T05:36:58.631Z","avatar_url":"https://github.com/Uralstech.png","language":"C#","funding_links":["https://buymeacoffee.com/udayshankar"],"categories":[],"sub_categories":[],"readme":"# UCloud.Operations\n\nA Unity C# wrapper for the google.longrunning API.\n\n[![openupm](https://img.shields.io/npm/v/com.uralstech.ucloud.operations?label=openupm\u0026registry_uri=https://package.openupm.com)](https://openupm.com/packages/com.uralstech.ucloud.operations/)\n[![openupm](https://img.shields.io/badge/dynamic/json?color=brightgreen\u0026label=downloads\u0026query=%24.downloads\u0026suffix=%2Fmonth\u0026url=https%3A%2F%2Fpackage.openupm.com%2Fdownloads%2Fpoint%2Flast-month%2Fcom.uralstech.ucloud.operations)](https://openupm.com/packages/com.uralstech.ucloud.operations/)\n\n## Installation\n\nThis *should* work on any reasonably modern Unity version. Built and tested in Unity 6000.0.26f1 (Unity 6).\n\n### OpenUPM\n\n1. Open project settings\n2. Select `Package Manager`\n3. Add the OpenUPM package registry:\n    - Name: `OpenUPM`\n    - URL: `https://package.openupm.com`\n    - Scope(s)\n        - `com.uralstech`\n4. Open the Unity Package Manager window (`Window` -\u003e `Package Manager`)\n5. Change the registry from `Unity` to `My Registries`\n6. Add the `UCloud.Operations` package\n\n### Unity Package Manager\n\n1. Open the Unity Package Manager window (`Window` -\u003e `Package Manager`)\n2. Select the `+` icon and `Add package from git URL...`\n3. Paste the UPM branch URL and press enter:\n    - `https://github.com/Uralstech/UCloud.Operations.git#upm`\n4. Check the instructions for [`Utils.Singleton`](https://uralstech.github.io/Utils.Singleton) to install the dependency.\n\n### GitHub Clone\n\n1. Clone or download the repository from the desired branch (master, preview/unstable)\n2. Drag the package folder `UCloud.Operations/UCloud.Operations/Packages/com.uralstech.ucloud.operations` into your Unity project's `Packages` folder\n3. In the `Packages` folder of your project, add the following line to the list in `manifest.json`:\n    `\"com.uralstech.ucloud.operations\": \"1.x.x\",`\n4. Check the instructions for [`Utils.Singleton`](https://uralstech.github.io/Utils.Singleton) to install the dependency.\n\n## Preview Versions\n\nDo not use preview versions (i.e. versions that end with \"-preview\") for production use as they are unstable and untested.\n\n## Documentation\n\nSee \u003chttps://uralstech.github.io/UCloud.Operations/DocSource/Documentation.html\u003e or `APIReferenceManual.pdf` and `Documentation.pdf` in the package documentation for the reference manual and tutorial.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Furalstech%2Fucloud.operations","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Furalstech%2Fucloud.operations","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Furalstech%2Fucloud.operations/lists"}