Unity integration is not supported in Editor #19
Labels
bug
Something isn't working
documentation
Improvements or additions to documentation
enhancement
New feature or request
help wanted
Extra attention is needed
The current unity integration demo requires users to build and run the project, so it works for releasing and running a Unity project, but not for running with the editor.
The issue is when users drag the DLLs into Assets, there is no error, and can use the DLL in visual studio. However, when pressing play in the editor, it says that the C DLL is not found and errors with
DLLNotFoundException: DHARTAPI.dll
. When usingbuild and run
the target project does work.I am not sure how to solve it, or how to make the process easier.
The text was updated successfully, but these errors were encountered: