Alexander Vornam 8bcff04302 Initial Commit 3 năm trước cách đây
..
Documentation~ 8bcff04302 Initial Commit 3 năm trước cách đây
Editor 8bcff04302 Initial Commit 3 năm trước cách đây
Tests 8bcff04302 Initial Commit 3 năm trước cách đây
.npmignore 8bcff04302 Initial Commit 3 năm trước cách đây
CHANGELOG.md 8bcff04302 Initial Commit 3 năm trước cách đây
CHANGELOG.md.meta 8bcff04302 Initial Commit 3 năm trước cách đây
DEPENDENCIES.md 8bcff04302 Initial Commit 3 năm trước cách đây
DEPENDENCIES.md.meta 8bcff04302 Initial Commit 3 năm trước cách đây
Editor.meta 8bcff04302 Initial Commit 3 năm trước cách đây
LICENSE.md 8bcff04302 Initial Commit 3 năm trước cách đây
LICENSE.md.meta 8bcff04302 Initial Commit 3 năm trước cách đây
README.md 8bcff04302 Initial Commit 3 năm trước cách đây
README.md.meta 8bcff04302 Initial Commit 3 năm trước cách đây
Tests.meta 8bcff04302 Initial Commit 3 năm trước cách đây
package.json 8bcff04302 Initial Commit 3 năm trước cách đây
package.json.meta 8bcff04302 Initial Commit 3 năm trước cách đây

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.