Skip to content
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

Compatibility with Unity3D #676

Open
DA-Assets opened this issue Oct 7, 2024 · 0 comments
Open

Compatibility with Unity3D #676

DA-Assets opened this issue Oct 7, 2024 · 0 comments

Comments

@DA-Assets
Copy link

Hello!

I am planning to use this library with Unity3D, but I noticed that it uses "dynamic" and ExpandoObject, which Unity does not support.

It seems that I managed to remove these dependencies from the library, and everything works fine, but since I am not familiar with the internals of MiniExcel, I can't be 100% sure that I didn't break anything.

However, it seems that making the library fully compatible with Unity3D is not too difficult.

Could you provide such support by default, avoiding the use of System.Dynamic in your library?

Thank you for the great library!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@DA-Assets and others