Skip to content

Commit 864ee3d

Browse files
committed
Fix support for Unity 6 web builds by letting Unity compile the plugin
1 parent 39bfe65 commit 864ee3d

7 files changed

+35
-122
lines changed

Plugins/lib/webgl.meta

-8
This file was deleted.
-6.96 MB
Binary file not shown.

Plugins/lib/webgl/libgilzoide-sqlite-net.bc.meta

-106
This file was deleted.

Plugins/sqlite-amalgamation/sqlite3.c.meta

+21-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Plugins/sqlite-amalgamation/sqlite3.h.meta

+6-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Plugins/sqlite-amalgamation/sqlite3ext.h.meta

+6-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ This package provides the excelent [SQLite-net](https://github.com/praeclarum/sq
1111
+ `SQLiteConnection.Deserialize` extension method for deserializing memory (`byte[]`, `NativeArray<byte>` or `ReadOnlySpan<byte>`) into an open database (reference: [SQLite Deserialization](https://www.sqlite.org/c3ref/deserialize.html)).
1212
- [SQLite 3.48.0](https://sqlite.org/releaselog/3_48_0.html)
1313
+ Enabled modules: [R\*Tree](https://sqlite.org/rtree.html), [Geopoly](https://sqlite.org/geopoly.html), [FTS5](https://sqlite.org/fts5.html), [Built-In Math Functions](https://www.sqlite.org/lang_mathfunc.html)
14-
+ Prebuilt for Windows, Linux, macOS, Android and WebGL
15-
+ Built from source in iOS, tvOS and visionOS projects
14+
> **Warning**: currently these modules are not enabled in WebGL builds
15+
+ Supports Windows, Linux, macOS, WebGL, Android, iOS, tvOS and visionOS platforms
1616
+ Supports persisting data in WebGL builds by using a [custom VFS backed by Indexed DB](https://github.com/gilzoide/idbvfs).
1717

1818

0 commit comments

Comments
 (0)