Skip to content

Commit 6a189b7

Browse files
committed
Script to do the copying of managed-osvr-unity
1 parent ac30860 commit 6a189b7

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ Note that if you're looking at the source, you'll need to download and import th
2323
### Managed-OSVR
2424
When the `build-for-unity.cmd` script is run (by the CI or a human) in Managed-OSVR, it generates a tree with `Managed-OSVR-Unity` as the root directory. The contents of that (which will be a `.dll`, and some additional subdirectories and files) should be moved to the `OSVR-Unity/Assets/Plugins` directory.
2525

26+
`install-managed-osvr.cmd` can do this if you place the `Managed-OSVR-Unity` in the root of this repository.
27+
2628
### OSVR-Unity
2729
This contains the source project used to generate `.unitypackage` files, since that seems more useful as "source" than a repo containing a `.unitypackage` file. Any one of the scenes should work to get you in there. There is an editor script to automate the bundling of a `.unitypackage` for the sake of CI.
2830

install-managed-osvr.cmd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
pushd "%~dp0"
2+
3+
robocopy Managed-OSVR-Unity OSVR-Unity\Assets\Plugins /E
4+
popd

0 commit comments

Comments
 (0)