A Unity C# wrapper for the google.longrunning API.
This should work on any reasonably modern Unity version. Built and tested in Unity 2022.3.29f1.
- Open project settings
- Select
Package Manager
- Add the OpenUPM package registry:
- Name:
OpenUPM
- URL:
https://package.openupm.com
- Scope(s)
com.uralstech
- Name:
- Open the Unity Package Manager window (
Window
->Package Manager
) - Change the registry from
Unity
toMy Registries
- Add the
UCloud.Operations
package
- Open the Unity Package Manager window (
Window
->Package Manager
) - Select the
+
icon andAdd package from git URL...
- Paste the UPM branch URL and press enter:
https://github.com/Uralstech/UCloud.Operations.git#upm
- Check the instructions for
Utils.Singleton
to install the dependency.
- Clone or download the repository from the desired branch (master, preview/unstable)
- Drag the package folder
UCloud.Operations/UCloud.Operations/Packages/com.uralstech.ucloud.operations
into your Unity project'sPackages
folder - In the
Packages
folder of your project, add the following line to the list inmanifest.json
:"com.uralstech.ucloud.operations": "1.x.x",
- Check the instructions for
Utils.Singleton
to install the dependency.
Do not use preview versions (i.e. versions that end with "-preview") for production use as they are unstable and untested.
See https://uralstech.github.io/UCloud.Operations/DocSource/Documentation.html or APIReferenceManual.pdf
and Documentation.pdf
in the package documentation for the reference manual and tutorial.