Josh Cross
Josh Cross
### Is Your Feature Request Related to a Problem? I have a laptop that works with a pen that I use frequently to annotate PDFs. I never use the mouse...
### Describe the Feature Currently, when viewing a post, popular replies are chained together and shown without having to click into another post. This is nice, but it makes popular...
Right now, the `STEAMWORKS_NET` define is always added to the scripting defines. If steamworks is disabled with `DISABLESTEAMWORKS` or because it isn't compatible with the platform, it should not be...
`ToCoroutine()` provides an excellent way to port existing synchronous calls to asynchronous without needing to fully rewrite everything - when inside a coroutine, it can be yielded instead. To get...