Zerthz
Explore posts from servers❔ making something wait in unity script
don't really know unity script. In standard c# you could have something like Task.Delay()
https://gamedevbeginner.com/how-to-delay-a-function-in-unity/
does this article help any?
97 replies
✅ implementing OneOf with Repository pattern
Don't need perse, but it could provide clearer communication. On one hand i like the fact that an Update method could return OneOf T or something like NotFound if that entity couldn't be found and updated. However, the other part of me want to keep my repos light and not deal with a package like that. But that might be a silly opinion to hold
9 replies