Mysql for Game Creator 2
  • Welcome!
  • Requirements and info
  • First steps
  • instructions
    • Mysql Select
    • Mysql Query
    • Mysql Insert
    • Mysql Update
    • Mysql Delete
    • Mysql Clear Table
    • Mysql close connection
    • Other
      • Encrypt String
      • Decrypt String
      • Text to Variable
      • Generate Random String
    • Question/answer
Powered by GitBook
On this page

Welcome!

Hello! I suggest you read the documentation for the module Mysql for Game Creator 2

NextRequirements and info

Last updated 24 days ago

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.

Visit discord to get help if you need: https://discord.com/channels/886993748695863317/938471699911962684 RoadMap (based on your requests) https://trello.com/b/orKy2GEr/mysql-for-game-creator-2 If I don't answer for a long time - be patient, I go to Discord after 19:00 and not every day. I wrote this module personally for myself, during non-working hours. Therefore, I update it as much as possible. If you find any bugs - write to Discord, I will help as soon as I can. Thanks for understanding

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

https://trello.com/b/orKy2GEr/mysql-for-game-creator-2