SW-Wiktor-Bombola/SW-Unity/Library/PackageCache/com.unity.collab-proxy@1.10.2
2021-12-04 15:15:29 +01:00
..
Documentation~ Unity Project 2021-12-04 15:15:29 +01:00
Editor Unity Project 2021-12-04 15:15:29 +01:00
Lib Unity Project 2021-12-04 15:15:29 +01:00
Tests Unity Project 2021-12-04 15:15:29 +01:00
CHANGELOG.md Unity Project 2021-12-04 15:15:29 +01:00
CHANGELOG.md.meta Unity Project 2021-12-04 15:15:29 +01:00
CollabProxy.csproj Unity Project 2021-12-04 15:15:29 +01:00
CollabProxy.csproj.meta Unity Project 2021-12-04 15:15:29 +01:00
CollabProxy.sln Unity Project 2021-12-04 15:15:29 +01:00
CollabProxy.sln.meta Unity Project 2021-12-04 15:15:29 +01:00
DEPENDENCIES.md Unity Project 2021-12-04 15:15:29 +01:00
DEPENDENCIES.md.meta Unity Project 2021-12-04 15:15:29 +01:00
Editor.meta Unity Project 2021-12-04 15:15:29 +01:00
Lib.meta Unity Project 2021-12-04 15:15:29 +01:00
LICENSE.md Unity Project 2021-12-04 15:15:29 +01:00
LICENSE.md.meta Unity Project 2021-12-04 15:15:29 +01:00
package.json Unity Project 2021-12-04 15:15:29 +01:00
package.json.meta Unity Project 2021-12-04 15:15:29 +01:00
README.md Unity Project 2021-12-04 15:15:29 +01:00
README.md.meta Unity Project 2021-12-04 15:15:29 +01:00
Tests.meta Unity Project 2021-12-04 15:15:29 +01:00
Third Party Notices.md Unity Project 2021-12-04 15:15:29 +01:00
Third Party Notices.md.meta Unity Project 2021-12-04 15:15:29 +01:00
ValidationConfig.json Unity Project 2021-12-04 15:15:29 +01:00
ValidationConfig.json.meta Unity Project 2021-12-04 15:15:29 +01:00
ValidationExceptions.json Unity Project 2021-12-04 15:15:29 +01:00
ValidationExceptions.json.meta Unity Project 2021-12-04 15:15:29 +01:00

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.