Is it possible to use projects that have C# libraries in Android?

Hey all,

I was wondering if it is possible to use external libraries such as this, in Android applications?

I would like to build an AR project that uses machine learning, however, the popular AR tools require me to build to Android and the machine learning package is in C#. Do C# libraries/packages/functions work in Android?

If they didn’t you wouldn’t be able to use Unity. :stuck_out_tongue:

Haha I was thinking this would be a dumb question, but I had to ask it anyway :P.

So just to clarify, any scripts written in C# using external C# libraries (as long as .dll files are attached) should work when ported to Android?

I just wanted to double-check as I’m performing computations (with C# scripts in the project) using the AR scene.

Yes, assuming that there isn’t any code in there expecting a different platform.

1 Like

Tyvm :smile: