Day 32- Made a task system.
- ayaan anand
- May 7, 2022
- 1 min read
Updated: May 8, 2022
So I have managed to program something very basic, I think it gets the job done but it is very simple. I am open to peoples thoughts but this is how it looks
The code is also very basic.

The only problem I had was when I made the tag for the ball being lifted I capitalized it in the script but not in the editor. Other than that it works really well.
Another important thing to note is that at the top you need to write using UnityEngine.UI; as that makes the script access the UI library.
Comments