Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate compilation to an assembly of the OSVR Unity source #38

Open
rpavlik opened this issue Mar 30, 2015 · 0 comments
Open

Separate compilation to an assembly of the OSVR Unity source #38

rpavlik opened this issue Mar 30, 2015 · 0 comments

Comments

@rpavlik
Copy link
Member

rpavlik commented Mar 30, 2015

What it says - don't ship the whole OSVR-Unity source in the binary .unitypackage but rather build and ship a compiled assembly. A few reasons:

  • User changes in that code at an individual project level are not recommended - if you want to contribute, the source is the way - because in case of updating to a new version, those changes would get overwritten.
  • Would allow us to replace the assembly in already compiled Unity applications (I think?) to fix bugs, etc, just as we can do with the rest of ClientKit native and its deps.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant