IllusionMods / IllusionModdingAPI

Modding API for games made by Illusion (PHAPI / KKAPI / ECAPI / AIAPI / HS2API / KKSAPI)
https://www.patreon.com/ManlyMarco
GNU Lesser General Public License v3.0
260 stars 44 forks source link

[KKS] Fix hscene start hook not calling handlers in VR #57

Closed Sauceke closed 2 years ago

Sauceke commented 2 years ago

Apparently UniTask can't run coroutines by itself. Also tried the IEnumerator.ToUniTask extension, but it complained about a bunch of missing assemblies (and it's incomplete according to the docs anyway).