mcpiroman / UnityNativeTool

Allows to unload native plugins in Unity3d editor
MIT License
183 stars 18 forks source link

Fix il2cpp builds #28

Closed rogerbarton closed 4 years ago

rogerbarton commented 4 years ago

Previously Unity would try to compile the .c file, but now it is ignored. IL2CPP builds will fail otherwise.

mcpiroman commented 4 years ago

Thanks! I wasn't aware of that.