Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jun 17, 2024

Conversation

MikeSchulze
Copy link
Owner

Why

see #505

What

  • Moved server loading to the inspector to be handled by the Godot tree itself for adding and releasing the resources
  • removed server loading from the plugin.gd

# Why
see #505

# What
- moded server loading to the inspecor to be handled by the Godot tree itself for adding and releasing the resources
- removed server loading form the `plugin.gd`
@MikeSchulze MikeSchulze self-assigned this Jun 17, 2024
@MikeSchulze MikeSchulze added the refactoring Mark to refactoring a implementation label Jun 17, 2024
@MikeSchulze MikeSchulze added the bug Something isn't working label Jun 17, 2024
@MikeSchulze MikeSchulze merged commit 627e85b into master Jun 17, 2024
@MikeSchulze MikeSchulze deleted the GD-505 branch June 17, 2024 11:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working refactoring Mark to refactoring a implementation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GD-505: Move GDUnitServer instantiating and releasing to GdUnitInspector
1 participant