Closed Rigaro closed 4 years ago
Need to add state management to GameMaster Start, Update, and FixedUpdate.
There seems to be a bug with the data logger where data cant' be appended.
Logging not starting bug fixed but I found two new ones:
Fixed countdown.
Fixed logging bug.
What is the feature about? GameMasters are going to be migrated to implement a "state" design pattern, which uses classes to determine the flow of the "game"/experiments instead of switch/case. This will make it easier for external people to implement their own experiments.