Accessing MySQL database using c# on unity?

前端 未结 6 380
面向向阳花
面向向阳花 2021-01-01 23:06

I have just started using C# and do not know much about it. I am using the 3d game engine called Unity and trying to write a c# script to access the MySQL database that I am

6条回答
  •  悲&欢浪女
    2021-01-02 00:07

    You will need to get the C# MySQL driver: http://dev.mysql.com/downloads/connector/net/

    And then you will need to follow the MySQL manual for setting it up and using it. It's a standard ADO.NET driver, so you should be able to follow most any C# SQL tutorials out there for additional help.

提交回复
热议问题