VDP-noclip / noclip

NOCLIP is an experimental game in which you “noclip” the environment to solve puzzles.
3 stars 1 forks source link

Investigate the need of using coroutines for heavy methods #52

Closed spig95 closed 1 year ago

spig95 commented 2 years ago

Go though the functions we wrote and add Coroutines when needed. For instance, the DisableNoClip and EnableNoClip methods could be executed in coroutines. I am not sure this will bring benefits, some research is needed before adding them.

bottolo commented 2 years ago

If anyone wants to implement coroutines, I'll willingly hear about how they work since I don't have the experience with these kind of things in C#.

spig95 commented 1 year ago

We started to use coroutines and we do not have many heavy updates, I guess we can close this issue.