I've gone ahead and implemented your suggestion if the allocation is an issue I also tried moving it off master in my fork, but the PR doesn't allow changing which branch I'm pulling from for…
Tested using a sub-folder of the folder I ran the asset-tool from and everything worked fine (the repository was made and changes were committed without much complaining beyond an initial "repo…
Update: The issue is more than just a well timed reset. Loading bhop_pohb (see attached file) and just holding s will cause the lerp_delta divide by zero crash, no mouse movement or other key…
it was indeed on a debug build, this doesnt happen on a release build and I'm pretty sure my mouse polling rate is 1k
I suspect this bug may be the same as a similar one I just experienced
If you time a reset just as you walk off a platform, an input instruction can somehow happen with a delta time of 0,…