-
Notifications
You must be signed in to change notification settings - Fork 39
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
Windows 10 Universal Platform build compatibility #232
Comments
@demonixis Sounds like a good change. Are you going to open a PR for this repo? How would I be able to test this? |
I can create a pull request last week, I'm just back from vacancy and I've an important update to push quicky. |
go ahead and create a PR, I don't know if the other PRs will be merged this week or not. |
Great, I prepare the PR today! The second step if you're OK this with could be to centralize all DLLImport into a native or a set of natives file(s). This way we can use an uniq I read that the Windows Mixed Reality HMD will be useable from the Unity Editor! I think that we can create a driver for OSVR as well. This could be awesome because for now, those HMD are limited to the Windows Store. |
I just opened #233 with all changes ;) |
Hi,
OSVR is not yet compatible with the Windows 10 Universal Platform. This platform has a new API with some missing functions, such as
DLLImport
. It's a real problem for a lot of SDK so we just have to patch sources with[I already patched and submited a pull request] on the ’Managed-OSVR’ repository, my work allows you to generate a placeholder DLL (which must be used in Unity by example).
For my game which is already compatible with the Vive, Rift and of course OSVR, I had to patch all the OSVR SDK. Today I want to know if you're interested by this work. It changes some files, but it changes no behaviours, or anything.
The first step could be to merge my work, but a second step could be to move all ’DLLImport’ into separate files to have the native call and the SDK separated.
If you're OK with that, I can update my repository last week.
The text was updated successfully, but these errors were encountered: