Toxocious / Aetherim

A C++ library for accessing Unity's IL2CPP classes, methods, and fields during run-time.
GNU General Public License v3.0
59 stars 15 forks source link

Add Linux and MacOS example files #12

Closed Toxocious closed 9 months ago

Toxocious commented 9 months ago

I've added an example usage file for MacOS and Linux, as well as have update the README to point to the respective example files.

This pull request also includes a fix for some return values in Aetherim's Method class, as some return values were incorrect - whoops.

I've also created a bash script that will automatically compile the source code for you once run, compiling to a .dll (Windows), .dylib (MacOS), or .so (Linux) depending on what OS the script is run on.