Welcome!
Hello! I suggest you read the documentation for the module Mysql for Game Creator 2
Last updated
Hello! I suggest you read the documentation for the module Mysql for Game Creator 2
Last updated
Please, visit for more information. Note that this package (v2.0.0) requires Unity 6 Warning! - Full reinstall required. Delete previous version before installing 2.0.0 version!!! - Make a full backup. Most all of the instructions will be blank after update. Because now minimum required version of Unity is 6000. - All functionality with native connector is async, so be careful about the frequency of calling instructions, as executing too quickly can lead to errors. - This measure was made based on the fact that synchronicity was one of the main causes of freezes in the game when executing instructions. If you use remote server file, in other words - remote processing of requests on your server, then this warning note is irrelevant.
Fixes 2.0.0
Fix installer
Fix Domain reload freeze when restart game in editor
Fix freeze on actions (Native connector)
Fix insert decimals to Column Value Number
Fix - propper close connection if playmode is Stoped or exit game
Fix Demo scenes for latest GC2
Fix return deciamls in instructions
Full code refactor