Replies: 1 comment
-
to make some plugs alot of the times it can be done in 100% c# others will need some x# |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been trying to get Moonsharp lib to work with Cosmos, but it is reporting as if system plugs are missing.
Native code encountered, plug required.
1> DO NOT REPORT THIS AS A BUG.
1> Please see http://www.gocosmos.org/docs/plugs/missing/
1> Need plug for: System.String System.Number.FormatDouble(System.Double, System.String, System.Globalization.NumberFormatInfo).
1> Called from :
1>System.Double::System.String ToString(System.IFormatProvider)
1>MoonSharp.Interpreter.DynValue::System.String ToString()
1>MoonSharp.Interpreter.DynValue
Is there something I can do to make it possible (besides writing a plug since I have 0 knowledge in asm)?
Beta Was this translation helpful? Give feedback.
All reactions