netpyoung / SqlCipher4Unity3D

💾 SqlCipher made easy for Unity3d
MIT License
163 stars 37 forks source link

About adaptation to ILRuntime #41

Closed 0x2CA closed 2 years ago

0x2CA commented 2 years ago

ILRuntime

Thank you so much for your project . But I now want to use it on ILRuntime,So need to adapt the reflection part.

netpyoung commented 2 years ago

Thank you for your feed back. But I don't have background knowledge about ILRuntime. So Could you explain more detail about which part what you want to add feature?

0x2CA commented 2 years ago

Thanks for your reply, I read your code, I reconstructed and deleted a lot of reflection related code, I directly used SQLite3 API, which can be used in my project (ILRuntime)