We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc3b8ef commit 450cf1fCopy full SHA for 450cf1f
README.md
@@ -10,6 +10,9 @@ Open Unity project `TestImportCPPClass` and press Play button or Ctrl+P. You wil
10
11

12
13
+Then take a look at [TestImportCPPClass/Assets/TestImportCPPClass.cs](TestImportCPPClass/Assets/TestImportCPPClass.cs) to see how it is implemented.
14
+You will see quickly that it's just a bunch of function calls to the DLL files.
15
+
16
## How to reproduce result from scratch
17
18
1. Open Visual Studio 2017 and create a new DLL project.
0 commit comments