Gilberto Bittencourt

Results 20 comments of Gilberto Bittencourt

@QFSW i want to be able to create a pooling using addressables instantiateAsync... and in this case instead of template be a GameObject it would be a AssetReferenceGameObject so we...

@TakuKobayashi my work around was a little more simple! i create the custom command for insert or replace using insert or ignore than update in the command. look here the...

@TakuKobayashi it's ok but the correct should be using LINQ to fast interaction with tables contain 2 primary keys because in my case using command i need write all the...

needing password to my project too!

@AshleyBates i find this too, but like u said is too old the dlls so would be great to merge then but how? the guys didn't event add source do...

@AshleyBates i will take a look into it. thank's!

@AshleyBates i try but i keep receiveing crash when i try to open or get some error about database encryption!

somehow i thing the decrypt capabilities have to be inside an open func! so he can decrypt while open and "out" the handle with the decrypt database.

after some change i make it work! the good news at that i work! the bad ones are that i can't figure it out how to open using sqlite brownser!...

On SQLITE3, i change both SetDbKey(string key) and Key(string key) for the above: > key.Length change to > System.Text.Encoding.UTF8.GetByteCount(key) ```c# public void SetDbKey(string key) { SQLite3.Result r = SQLite3.Rekey(this.Handle, key,...