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
Copy file name to clipboardexpand all lines: README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
Example exporting CPP class as DLL and importing in Unity C# as native plugin
4
4
5
+
There will be times when you want to run your C++ code inside Unity. So you will need to export the code into DLL format and then import it in Unity. This project is showing you an example of exporting a **Student** class written in C++, and import it in Unity C#.
6
+
5
7
## How to run NOW
6
8
7
9
Open Unity project `TestImportCPPClass` and press Play button or Ctrl+P. You will see the output is being printed in the console.
@@ -37,4 +39,4 @@ Open Unity project `TestImportCPPClass` and press Play button or Ctrl+P. You wil
0 commit comments