You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried to install the Wrapper to get HoloLens Api vidéo stream into a Unity Project but I'can succeed to install it.
Can you help me ?
First try NuGet:
Install package
ERROR: .NetFramework v3.5 (too old)
Impossible to change into VS cause it's a unity project
Changing into Unity Framework target to 4.6 (in Edit>Project Settings>Player>Other Settings>Configuration)
Changing Nothing
Second Try DLL:
Compile into VS the dll
Add dll to assets
Impossible to add the reference to this ddl into VS
ERROR 1 : into DLL file on Unity " Plugin targets .NET 4.x ... incompatible with Editor
ERROR 2 : UnityException: Failed to run reference rewriter with command --target="Temp\StagingArea\WindowsDevicePortalWrapper.dll" --additionalreferences="Temp\StagingArea","Temp\StagingArea\Plugins\ARM" ...
Can you show me the way to add this library to my project ?
Thanks a lot
The text was updated successfully, but these errors were encountered:
This is something that @davidkline-ms would like as well, as Unity interplay with WDPW would be very nice for HoloLens development. At this time I don't think there's a way to do this - it would require Unity to support .NET 4.5 or for us to shift the library to use .NET 3.5 which would break many of the new features we're using.
Leaving this open as it is a good thing to have. I'd suggest talking to Unity and asking them to support .NET 4.5.
hpsin
changed the title
Unity HoloLens Project lnstall Impossible
Support Unity (.NET 3.5)
Jul 12, 2017
Unity 2017.1 has an experimental .NET 4.6 compatible runtime, so it should theoretically work now. It won't be default for the time being, but it's a start after all.
I've tried to install the Wrapper to get HoloLens Api vidéo stream into a Unity Project but I'can succeed to install it.
Can you help me ?
First try NuGet:
Second Try DLL:
UnityException: Failed to run reference rewriter with command --target="Temp\StagingArea\WindowsDevicePortalWrapper.dll" --additionalreferences="Temp\StagingArea","Temp\StagingArea\Plugins\ARM" ...
Can you show me the way to add this library to my project ?
Thanks a lot
The text was updated successfully, but these errors were encountered: