Murry Lancashire

Results 46 comments of Murry Lancashire

Thanks for looking into that so quickly!

Just want to pipe up, and say that midi support would really be helpful here, and really open up the possibilities with this library. Even just static midi rendering would...

Yes to all of the above, though i feel that you should probably prioritize in terms of what functionality matches what is there already. Offline vst instrument midi rendering is...

I can't get it to reload the scene regardless of if concept graph is open in a scene or not. Having to restart godot to modify code feels bad 🤔

I don't. The behavior is that it will load new scripts i add, but not reload scripts that are already in memory. No errors. This is using the plugin reloader...

Aaah yeah for now i'm just using the ctrl+shift+q command to exit to project manager and reload the whole thing. it's annoying but workable right now.

Just to add on here. one issue we've found as a team, is that if one artist imports animations, then the other wants to update them, you can't just select...

https://github.com/FlaxEngine/FlaxEngine/issues/2413 This issue atm is the biggest source of jank and a feeling of brokenness to our character controller atm. We are making quite a large game with a team...

Ok, so we're heavily blocked with improving our character controller until we do this, we have so many states that need to have their transitions modified by code ect that...

Thanks for replying! Setting the parameters to switch states isn't the issue, we just use an int to do that which is very easy, just one param. The any state...