⚠️ Deprecated - use Unity-EFCore-SQLite instead.
Pack of required DLLs to work with EntityFrameworkCore 3.1.25 in Unity 2020 or newer. This is not a wrapper, only native DLLs from NuGet, combined into single NPM package for ease install and usage. The version 3.1.25 is old, but it supported by Unity 2020. If you want to use EntityFrameworkCore 5.0.0 you have to use Unity 2021 or newer, this pack of DLLs won't work in that case. Need to use another one.
EntityFrameworkCore is very powerful tool for working with data, such as saving ingame progress or any other data in SQL tables. EFCore provides ability to use Code First
feature for avoiding SQL queries and work with C# classes, properties and LINQ. Supported migrations and many more cool stuff which you may read at official EF Core page
DLLs are splited to three dedicated packages, each one can be installed as UPM package using command line.
- To have installed OpenUPM-CLI
- Unity Api Compatibility Level set to
.NET Standard 2.0
- Install packages as listed below
openupm add microsoft.entityframeworkcore
openupm add microsoft.entityframeworkcore.proxies
openupm add microsoft.entityframeworkcore.sqlite