This is a submission for a tutorial on applying OOP in Unity Learn A simple set of buttons are implemented using OOP.
Here are instructions:
- After launching the TitleScreen scene, press the Test button then two buttons will be displayed on the screen.
- The top button changes color when hovered over and released, while the button below it gets bigger or smaller when hovered or released.
- For the implementation, please refer to the scripts in the TestOOP folder in the Scripts folder(the buttons are in TestScene scene).