Skip to content

A Unity C# tool that lets the user create custom classes, and generates the code.

License

Notifications You must be signed in to change notification settings

RowellKataan/Unity-C-Sharp-Class-Builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unity-C-Sharp-Class-Builder

A Unity C# tool that lets the user create custom C# classes (field types: bool, int, float, vector2, vector3, quaternion, string, datetime, enum, sprite/image), and generates all the code for the class (private variables, private internal properties, public properties, private functions, private events and public functions).

The tool can also create all the SQL statements to generate tables and stored procedures used by the class for use with Microsoft SQL Server.

Settings can also generate a Unity Asset Database, so the user can create their own database without the use of SQL.

Also included in the package is a DatabaseManager and DAL suite that allows the developer to connect to and interact with Microsoft SQL Server, MySQL and SQLite databases/servers.

Run as a tool from the main menu bar.

About

A Unity C# tool that lets the user create custom classes, and generates the code.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages