-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commented two lines of code in both Model Controller scripts of Unity
Commented two lines of code in both Model Controller scripts of Unity side to be error-free when following the YT tutorial. The two lines of code are in format GameObject.FindWithTag("GameController").GetComponent<UISystem>().*(); Suppose they will link the UI system to show the correct values and allow adjusting the thresholds during runtime. However, building the UI system is time-consuming. The simpliest way is to comment them. The program still can be run, but lose customizability during runtime. It can be fixed by importing the complete unity package file and study it. Update .gitignore to disable ignoring the .unitypackage files. Updated README.md for clearer option descriptions.
- Loading branch information
Showing
4 changed files
with
32 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters