GDQuest / godot-steering-ai-framework

A complete framework for Godot to create beautiful and complex AI motion. Works both in 2D and in 3D.
http://gdquest.com/docs/godot-steering-ai-framework
MIT License
1.15k stars 78 forks source link

Memory leak upon exiting Godot #36

Closed NathanLovato closed 3 weeks ago

NathanLovato commented 4 years ago

This is an issue with Godot's type system, in some cases, types can cause memory leaks.

Running Godot with the verbose option:

Leaked instance: GDScriptNativeClass:555
Leaked instance: GDScript:18650 - Resource name:  Path: res://src/GSAITargetAcceleration.gd

This happens when types reference themselves. We had that in Mannequiny: https://github.com/GDQuest/godot-3d-mannequin/issues/30