Harvest Harvest
A simple farming game which takes advantage of Coroutines. This project was also made to be crossplatform so it can be played on mobile and web browsers as well.
Last updated
A simple farming game which takes advantage of Coroutines. This project was also made to be crossplatform so it can be played on mobile and web browsers as well.
Last updated
Learning and understanding coroutines in Unity is very useful. This powerful tool allows functions to run during other processess, mimicking threads. This is a simple use of coroutines and allows me to grow many plants at once without having to worry about populating the Update function where I would update every plant in order, one at a time.