I am trying to use F# with Unity.
But when I compile an F# program to a DLL and import the DLL in my assets folder in Unity, Unity gives me the following error:
"GLib: Cannot convert message: Conversion from character set 'UTF-8' to 'CP1252' is not supported"
What can I do to use F# DLL's in Unity?