Card Builder


Team
Menno Stienstra

Type
Unity Editor Tool

Date
September 2023 – Februari 2024

Learned
Unity Tooling, UI Toolkit, Documentation, C# Reflections

Overview
Card one, card one thousand, all easy to make and maintain
Card Builder is a tool for Unity for quickly creating cards to use in games.
Made using the UI Toolkit, and Unity Editor.
What Learned
During this project I’ve learend a lot of things, mainly by making a big editor tool for Unity I learned the ins and outs of the Unity Editor.
I also made this entire tool using the UI Toolkit, which made me not only learn a new feature of Unity, but also find the limitation of this new feature.
I also dove a lot deeper into C# scripts by using Reflections to find all variables inside of a script freshly made by the user whilst using this tool.
Lastly I’ve made some documentation and a tutorial video for this tool, so others could easily test and use it.


Where to Find