-
Notifications
You must be signed in to change notification settings - Fork 15
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
SemanticViolationException: No matching override for Button
#4
Comments
ah looks like it cannot handle params public static bool Button(string text, params GUILayoutOption[] options) |
Sorry for inconvenience. SlowSharp does not support full C# syntax. https://github.com/Ourpalm/ILRuntime what about take a look of this project. it's actively maintained til now. |
Thanks i know about it, but it cant compile c# code at runtime. I'm very happy with this project so far works flowlesly :) |
@friuns2 or you may want to take a look this asset |
I'm building for android and it need il2cpp for 64bit
That could work but have to copy all dlls to project resources |
also in ILRuntime is no easy way to override class, have to create Adaptor, but your CScript.Override works without any additional code |
Hi i'm working on modding tool using slowsharp https://github.com/friuns2/LuaMod/tree/SharpMod
if i type GUILayout.Button("test"); it throws exception, can you help?
The text was updated successfully, but these errors were encountered: