This repository has been archived on 2025-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
unity-cube-game/Library/PackageCache/com.unity.collab-proxy@1.2.16
Luca Conte 99ed6b34e7 initial commit 2025-03-18 22:33:04 +01:00
..
Documentation~ initial commit 2025-03-18 22:33:04 +01:00
Editor initial commit 2025-03-18 22:33:04 +01:00
Tests initial commit 2025-03-18 22:33:04 +01:00
.npmignore initial commit 2025-03-18 22:33:04 +01:00
CHANGELOG.md initial commit 2025-03-18 22:33:04 +01:00
CHANGELOG.md.meta initial commit 2025-03-18 22:33:04 +01:00
DEPENDENCIES.md initial commit 2025-03-18 22:33:04 +01:00
DEPENDENCIES.md.meta initial commit 2025-03-18 22:33:04 +01:00
Editor.meta initial commit 2025-03-18 22:33:04 +01:00
LICENSE.md initial commit 2025-03-18 22:33:04 +01:00
LICENSE.md.meta initial commit 2025-03-18 22:33:04 +01:00
README.md initial commit 2025-03-18 22:33:04 +01:00
README.md.meta initial commit 2025-03-18 22:33:04 +01:00
Tests.meta initial commit 2025-03-18 22:33:04 +01:00
package.json initial commit 2025-03-18 22:33:04 +01:00
package.json.meta initial commit 2025-03-18 22:33:04 +01:00

README.md

Collab Proxy UPM Package

This is the packaged version of Collab, currently limited to containing the History and Toolbar windows, along with supporting classes.

Development

Check this repository out in your {$PROJECT}/Packages/ folder, under the name com.unity.collab-proxy. The classes will be built by Unity.

Testing

In order to run the tests, you will need to add this project to the testables key in your manifest.json - once you have done this, the tests will be picked up by the Unity Test Runner window.

Building

You may build this project using msbuild. The commands to do so can be seen under .gitlab-ci.yml.

Deploying

Gitlab will automatically build your project when you deploy. You can download the resulting artifact, which will be a dll, and place it in your Editor/bin/ folder. Open the package in Unity to generate the meta files, and then you will be able to publish.

We're currently looking into a way to avoid this manual process.