Releases: Ysgrathe/SQLiteGameDb
Releases · Ysgrathe/SQLiteGameDb
Demo Project With Plugin UE5.1
This is the original plugin + demo project, targeting unreal engine 5.1
In the latest release:
updated the project to include 2 separate copies of the .db file, which means the BP DAL uses one and the C++ DAL uses the other.
Both DAL classes are included in the settings, allowing the user to simply switch between the examples and run them, without needing to change the settings.
NOTE: LICENCE UPDATED TO MIT TO MAKE USING THE PLUGIN IN COMMERCIAL GAMES EASIER.
Demo Project With Plugin UE5.0
This is the original demo project targeting unreal engine 5.0, including the SQLiteGameDb plugin