MikeSchulze / gdUnit4

A Godot Unit Test Framework. Support for GDScript and C# unit testing
MIT License
490 stars 28 forks source link

GD-505: Move `GDUnitServer` instantiating and releasing to `GdUnitInspector` #505

Closed MikeSchulze closed 2 weeks ago

MikeSchulze commented 2 weeks ago

Describe What The GDUnitServer release in plugin.gd runs into issues and needs to be handled by the inspector component

Describe Why The adding to the root node and releasing results into Godot crash at exit.

Dev hints