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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ public class TestSQLite : MonoBehaviour
97
97
98
98
99
99
## Modifications made to SQLite-net source code
100
-
- The value of `LibraryPath` was changed from `sqlite3` to `__Internal` in WebGL builds and `gilzoide-sqlite-net` for other platforms.
100
+
- The value of `LibraryPath` was changed from `sqlite3` to `__Internal` in WebGL/iOS/tvOS/visionOS builds and `gilzoide-sqlite-net` for other platforms.
101
101
This makes sure the prebuilt libraries are used instead of the ones provided by the system.
102
102
-`LibraryPath` is made public.
103
103
This is useful for libraries that want to bind additional native SQLite functions via P/Invoke.
0 commit comments