Unity Engine 2021 LTS This is an Overcoocked clone done un Unity.
Because the project uses the new Input System package from Unity, it is possible to know the inputs on the tutorial and rebinding on the options menu. ## Gameplay. The game throws you random recipies from a library of recipes. You as a player can pick up plates, bread, cheese, tomatoeas, cabagge and meat.The kitchen has counter objects which are the type of base counter, container counter (tomatoe, bread, meat, cabbage, etc), cutting counter, stove counter, delivery counter, trash counter. Counters able to execute actions like Cutting, and Stove counters, they have a progress bar to show the state of the action that is being performed.
Player an pickup plates and food, and there is an UI element that shows which are the elements the player carries, so player can cmpare to the waiting recipe.
For now, single player following CodeMonckey's free Unity course implementing my gitflow, and the naming conventions I follow.