Debug the Text
- March 15, 2022
- Tedman Nguyen
The purpose of this project was to debug a program provided through Unity's Jr. Programmer course. I looked through the program and found the following errors: The program did not start. The text did not change from "Congratulations" to "All errors fixed," even though it was intended to switch every few seconds. The original creator made a RotatingSpeed variable, but did not apply it to anything. …