This repository has been archived by the owner on Jul 1, 2024. It is now read-only.
Allow injecting new methods into existing classes #41
Labels
class-injection
For things concerning class injection/delegate conversion
enhancement
New feature or request
Being able to add new Unity event methods (such as Awake/LateUpdate/Update) to existing classes might be handy in some cases, and this seems to be possible based on how IL2CPP works.
The text was updated successfully, but these errors were encountered: