thanks, i was able to create a test simple program and get the inv component to save/load properly (dbid def helped)
question though, when i am running one player in standalone, and i tell the game mode to save, i see it doing 3 insert/replace in the logs, is this expected?
USQLog: {USQL}:: INSERT OR REPLACE INTO DB_Inventory (ID,Inventory) VALUES ('testingdbid','UArray>>{ ...
USQLog: {USQL}:: INSERT OR REPLACE INTO DB_Inventory (ID,Inventory) VALUES ('testingdbid','UArray>>{ ...
USQLog: {USQL}:: INSERT OR REPLACE INTO DB_Inventory (ID,Inventory) VALUES ('testingdbid','UArray>>{ ...