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
{{ message }}
This repository was archived by the owner on Sep 20, 2025. It is now read-only.
I suppose, last two lines are from main.go. gdnative.Log.Println("Creating new SimpleClass...") and gdnative.Log.Println("Destroying SimpleClass with ID:", userData, "..."). If I change gdnative.Log.Println to gdnative.Log.Warning this logs seems to be working but editor still crashes.
Description
I've used example from https://github.com/ShadowApex/godot-go/tree/master/examples/gdnative/SimpleDemo but this seems to not work.
Ouput from console when running game looks like:
I suppose, last two lines are from main.go.
gdnative.Log.Println("Creating new SimpleClass...")andgdnative.Log.Println("Destroying SimpleClass with ID:", userData, "..."). If I changegdnative.Log.Printlntogdnative.Log.Warningthis logs seems to be working but editor still crashes.Details