I am currently working on a project in which I have to use `UnityEngine.dll` located in `install_location/Editor/data/Managed/UnityEngine.dll` in `C++` and export that project as a `C++/CLI` DLL. Is there any way we can use this with the help of `Visual Studio`.
If someone knows how to import the dll in any `C++` project and use it, please answer, I would be really grateful to you.
Thanks in advance.
↧