You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When scene needs to be reloaded after character falling or when pressing "Respawn" action, it crashes on processing realityKitPerFrameTick.
Actually crash leads to GArray.method_append(&content, pArgs, nil, 1), but I suppose we should somehow track scene reloads from Godot additionally to localScenePhase to prevent this?
Can I provide something else in addition to help resolve this?
The text was updated successfully, but these errors were encountered:
When scene needs to be reloaded after character falling or when pressing "Respawn" action, it crashes on processing
realityKitPerFrameTick
.Actually crash leads to
GArray.method_append(&content, pArgs, nil, 1)
, but I suppose we should somehow track scene reloads from Godot additionally tolocalScenePhase
to prevent this?Can I provide something else in addition to help resolve this?
The text was updated successfully, but these errors were encountered: