I just wanted to ask what the difference for DLLs in comparison to Unity native compiled code is?
I just starting creating a DLL with one extension method in it and Unity did not like it, saying reflections could not make anything out of the method. Extension methods work within Unity however.
How to tell what's working and what is not? Or is somehow cross compiled under the hood?
↧