Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

I've gotten around to testing this, and ran into an issue. For `VideoPlayback.SetVideoPath`, you use `async void` when you should be using `async Task`. Using `async void` means the method cannot be awaited :(

Thankfully, it's pretty easy to change this locally, but I thought I should bring it up :)

(+1)

Thanks for letting me know! I’ll fix it and it’ll be in the next maintenance release ;)