|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/unity-and-mysql-connection/
课程评论:没有评论
**课程概述:Unity与MySQL数据库连接** 本课程专注于Unity游戏引擎与MySQL数据库的连接技术,这是一项在Unity开发中非常常见的需求。 **课程内容亮点:** * **第一课:MySQL连接库入门** * 了解不同版本的MySQL连接库。 * 学习如何下载和使用该库。 * 掌握在MySQL中创建数据库、表及字段的基本操作。 * **第二课:从数据库读取数据并在Unity中显示** * 学习如何利用连接库从数据库中检索信息。 * 了解相关的SQL查询语句。 * 将数据库中的数据展示在Unity界面上。 * **第三课:数据库信息的增删改操作** * 学习如何向数据库添加新的数据。 * 掌握编辑和删除现有数据库信息的方法。 * **第四课:用户注册系统实现** * **第一部分:** 在Unity中准备用户注册界面的UI设计。 * **第二部分:** * 使用Regex类实现邮箱和密码的验证。 * 将密码进行MD5格式编码。 * 学习如何将用户信息存储到数据库。 * 掌握在Unity场景之间进行切换。 **学习目标:** 通过本课程的学习,您将能够熟练掌握Unity与MySQL数据库的连接,实现数据的读取、写入、更新和删除,并能为您的游戏项目构建用户注册等功能。
One of the most widely used topics in Unity engine building is the ability to connect to various databases, especially the mysql database. This course will address this issue in detail.In this tutorial you will learn how to use the Mysql connector library to connect the Unity game engine to the mysql database.In the first lesson, you will get acquainted with different versions of this library. In addition, you will be taught how to download and use this library.At the end of the first lesson, you will learn how to create a new database, new table, and table columns in mysql.In the second lesson, using the library, we retrieve the information from the database and display it in Unity.In this lesson, you will also get acquainted with the query related to reading information from the database.In the third lesson we will teach you how to add information to the database or edit or delete existing information.The fourth lesson itself is divided into two parts.In the first part, we will prepare the UI for the registration form in Unity.And in the second part of this lesson, topics such as: email and password validation using the Regex class, password encoding in MD5 format, storing information in the database, as well as switching between different scenes are discussed.