I ‘m actually building my knowledge on Houdini engine. And recently have to test building a project on earlier version of unity and working on Hololens app.
Apparently as long as i’m switching the platform from Windows to Hololens, Houdini Engine stopped working.
Things is not apparently compatible.
Don't know what to do to get the compatible Houdini Engine for Unity 2017.4.XX and Hololens. Can you help me ?
Best regards.
i've edit that topic, as i've recreated the project from scratch and the Project issue was gone, but the compatibility with Hololens platform isn't working.
I just tried with UWP on Unity 2019.4.0f1 and I get no errors. The error you are seeing has to do with .Net 4. If you are still getting the error, you can just comment out the code in HEU_PluginStorage.cs lines 138 to 152. This fixes issues with certain language locales causing problems (such as Spanish). So if you are using English locale you don't need this code to run.