wihrl
wihrl
Have you figured this out? When I try to share models across several users in Blazor server, I end up getting: 
But will it ever recover?
welp, for now i'm using this as a workaround:  which, of course, breaks camera.screen_to_world  
Probably not documented anywhere, but I'd assume that since Godot 4 is now just using the regular .NET runtime, there's nothing preventing this from working. I mean, it already _kind...
I found a workaround by using reflection to poll MethodBody.LocalSignatureMetadataToken. ``` /// /// Using the standard .NET Hot Reload support does not work with Godot. /// This class serves as...
I'm trying to create an animation for adding and removing items. Basically when something is added play an animation and when something is removed first play an animation and then...