-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using OnCoroutineCycle event causes build exception #2
Labels
Comments
It says:
EDIT: Yep, you are right. It's Multicast delegate issue. It is unplugged. |
Filed an issue at upstream @ CosmosOS/Cosmos#2765. I'll implement a workaround for now. |
Should be fixed with commit e673c09. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
What happened
When assigning a method to the OnCoroutineCycle method, IL2CPU throws
System.Exception
.Screenshots
Compiling with event assigning
Compiling without event assigning
Note
Usually IL2CPU throws System.Exception when using none plugged classes (such as all from System.Threading namespace)
The text was updated successfully, but these errors were encountered: