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

Implement GameObject.hpp Helper Class #3

Open Toxocious opened 1 year ago

Toxocious commented 1 year ago

Aetherim currently provides helper classes to get and use Unity images, classes, methods, and fields. Where it lacks, however, is having an abstraction around getting, using, and manipulating native GameObjects.

This would be tremendously useful in scenarios where you'd wish to get a specific GameObject and access its fields or methods directly.