StructLinq icon indicating copy to clipboard operation
StructLinq copied to clipboard

StructLinq support Unity ?

Open yenmoc opened this issue 2 years ago • 3 comments

I'm wondering if it can be used in unity?. I tried importing into unity but InlineIl and Fody are not usable in Unity environment.

How can I fix UnsafeHelpers so that it doesn't have InlineIL and can be used in Unity?

yenmoc avatar May 11 '22 08:05 yenmoc

Hi,

Can you say more about your error ?

Fody is a compile time dependency and not a runtime dependency.

I am a little by surprise you cannot use already compiled dll in unity since structlinq targeting netstandard with almost no runtime dependencies.

reegeek avatar May 12 '22 10:05 reegeek

I meet same problem when use in unity, unsafe cast from List to ListLayout not working in unity. related issue https://github.com/NetFabric/NetFabric.Hyperlinq/issues/386

Z2Y avatar Apr 04 '23 14:04 Z2Y

Hi, ListLayout is specific for each framework. I am not handling mono because I don't no how to target mono and how to test it. Do you have some clue about that ?

Regards

reegeek avatar Apr 05 '23 09:04 reegeek