Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 774 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 774 Bytes

GitHub and Unity Practice

A repository for practicing sharing a Unity project using a git repository.

Documentation

During the initial commit, I added the README.md file, and more importantly, used the .gitignore file recommended by this website.

When I was creating the boolean flag field, I was accidentally putting it in the Start() method. I realized my mistake and moved it above that method. Afterwards, I had no further issues.

Screenshot of the Console when the Flag is Set

Screenshot of the Console when the flag is set

Screenshot of the Console when the Flag is Not Set

Screenshot of the Console when the Flag is Not Set