keijiro / DepthkitTest

An attempt at integrating custom effects and HAP video player to the Depthkit workflow.
60 stars 11 forks source link

Depthkit DLL Error when Building on Unity 2018.3.11f1 #2

Closed cryingcavecat closed 5 years ago

cryingcavecat commented 5 years ago

Unity Fails to build the project on version 2018.3.11f1 running on Windows 10 with default build settings from the original project- errors received:

keijiro commented 5 years ago

I found that the Depthkit.dll requires the .NET 4.0 API compatibility level. I fixed this issue to support .NET Standard 2.0 level in the latest commit.

keijiro commented 5 years ago

I'm closing this issue. Please feel free to reopen if it still reproduces.