KanbanTool
A Kanban board Tool developed with UI Toolkit to keep track of tasks within Unity.
Skills Used:
Overview:
A Kanban Board Tool developed with Unity's UI Toolkit, inspired by tools such as Trello, to track, plan and develop projects all in once place.
What I worked on:
- Using Unity's UI Toolkit for the first time.
- The back-end side of the Tool
- Utilising playerprefs to save the data when closing/opening projects.
- Everything else.
Technical highlights:
Will update this with some epic stuff i did for this tool... soon
// Replace with Kanban code snippet
public void WillUpdateThisSoonFunction()
{
Debug.Log("Some really epic stuff");
} Explain code here... soon
Challenges:
Learning Unity's UI Toolkit alongside this module was probably the most challenging part, but it was actually quite fun and honestly not too bad. I would have liked to make this into a downloadable package rather than a whole project with the tool attached, but I may get round to looking into that soon.