Day 22 - Finished the task system
- ayaan anand
- Apr 27, 2022
- 1 min read
Hello everyone I just made a video for today as I felt I would be able to explain things better, but I am pretty happy that I got this done today and looking forward to getting some VR work done by tomorrow hopefully.
Also would like to take the opportunity to thank Angel who helped out tremendously and was patient with me.
To elaborate I was having trouble resizing the UI elements. When I first created them in Unity they were extremely oversized and I tried making them smaller but they would not. Then I realized its because the UI sizing was not set to world space in the render mode.
After that another issue I ran into was the button simply not working but the eventsystem helped overcome that issue.
So it was just a lot of small issues that troubled me, I thought it would take maybe 30 minutes but it ended up extending to 2-3 hours because of the time I restarted due to deleting elements.
Good approach. When it comes the UI you would not believe how many times I forgot to attach the camera into the UI since without connecting to it the UI would not work whatsoever.