Skip to content

Commit cc3b8ef

Browse files
authored
Update README.md
1 parent 4813c30 commit cc3b8ef

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Example exporting CPP class as DLL and importing in Unity C# as native plugin
44

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+
57
## How to run NOW
68

79
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
3739

3840
<https://github.com/wm4n/unity-cpp-lib>
3941

40-
<https://github.com/Meach/UnitySimpleNativeLibrary>
42+
<https://github.com/Meach/UnitySimpleNativeLibrary>

0 commit comments

Comments
 (0)