-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
InvalidCastException running the sample code #23
Comments
Thanks, unfortunately, I'm unable to reproduce this by commit 60b7333 |
Can you test it on Unity3D? Or is this package not supposed to work with Unity? I tried the following method, both result into the same error:
Both methods give me the same InvalidCastException. BTW, I'm using Unity 2020.3.30f1 |
Should be fixed by commit 21de2ab and available soon in |
Thank you very much! |
I'm trying to use this library in Unity. When I was trying out the sample code
It shows
InvalidCastException
while runningToml.ToModel(toml)
during runtime.I cannot reproduce this in Visual Studio, and I'm not very familiar with the .NET world. However, I can reproduce this using MonoDevelop, by downloading Visual Studio 2019 for Mac. It gives the same error.
The text was updated successfully, but these errors were encountered: