post processing
[WindSway-HDRP.git] / Library / PackageCache / com.unity.collab-proxy@1.2.15 / README.md
blob5cfbd88aca55090dbfa2962883f7445610f7d108
1 # Collab Proxy UPM Package
2 This is the packaged version of Collab, currently limited to containing the History and Toolbar windows, along with supporting classes.
4 ## Development
5 Check this repository out in your {$PROJECT}/Packages/ folder, under the name com.unity.collab-proxy. The classes will be built by Unity.
7 ## Testing
8 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.
10 ## Building
11 You may build this project using msbuild. The commands to do so can be seen under .gitlab-ci.yml.
13 ## Deploying
14 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.
16 We're currently looking into a way to avoid this manual process.