You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,5 @@
1
-
# What's this?
2
1
3
-
* If You are on Windows, need to `libeay32.dll` from https://wiki.openssl.org/index.php/Binaries
2
+
# What's this?
4
3
5
4
This project was insprited in [SQLite4Unity3d](https://github.com/codecoding/SQLite4Unity3d).
6
5
@@ -15,6 +14,11 @@
15
14
If you want to know more about why I created this plugin you can read more [here](http://www.codecoding.com/sqlite4unity3d-using-sqlite-net-library-and-unity3d-free-edition/).
16
15
17
16
17
+
# Watchout
18
+
* If You are on Windows, need to `libeay32.dll` from https://wiki.openssl.org/index.php/Binaries
19
+
* If You are on iOS, need to modify [link.xml](https://docs.unity3d.com/Manual/iphone-playerSizeOptimization.html) for prevent stripping by Unity.
20
+
21
+
18
22
# The fast track
19
23
All you have to do to start using it in your project:
0 commit comments