SW 중심대학 OSS GIT 서버 박건태, 이승준, 고기완, 이준호 새로운 배포
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
ParkGeonTae 216cbe4b1b project 4 years ago
..
Documentation~ project 4 years ago
Editor project 4 years ago
Tests project 4 years ago
.npmignore project 4 years ago
CHANGELOG.md project 4 years ago
CHANGELOG.md.meta project 4 years ago
DEPENDENCIES.md project 4 years ago
DEPENDENCIES.md.meta project 4 years ago
Editor.meta project 4 years ago
LICENSE.md project 4 years ago
LICENSE.md.meta project 4 years ago
README.md project 4 years ago
README.md.meta project 4 years ago
Tests.meta project 4 years ago
package.json project 4 years ago
package.json.meta project 4 years ago

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.