You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Like this fork's fast-call branch, the reflection.emit has been removed.
Which means it can run inside Unity's AOT environment now. (il2cpp)
Also it's much faster without refection implementation.
The text was updated successfully, but these errors were encountered:
@filmor It didn't stop, just removed from the public branch. I have a more complete branch on another place.
I talked about this on last meeting, I would reimplement a new version to merge into master. But unfortunately I can't get enough free time for it on these day, so it's postponed for now.😓
https://github.com/joonhwan/pythonnet
Like this fork's fast-call branch, the reflection.emit has been removed.
Which means it can run inside Unity's AOT environment now. (il2cpp)
Also it's much faster without refection implementation.
The text was updated successfully, but these errors were encountered: