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

Remove the requirement for marking GDTaskPlayerLoopAutoload as autoload #4

Merged
merged 1 commit into from
Dec 4, 2023

Conversation

Delsin-Yu
Copy link
Contributor

@Delsin-Yu Delsin-Yu commented Oct 17, 2023

This PR enables the GDTaskPlayerLoopAutoload to self-initialize when any GDTask API is called, removing the requirement for adding it as an autoload. For backward compatibility reasons, users may still add this script to the autoload list and let the engine load it instead.

@Delsin-Yu
Copy link
Contributor Author

If this gets accepted, should we rename the GDTaskPlayerLoopAutoload and the AutoLoad folder? But I think that would break backward compatibility.

@Delsin-Yu
Copy link
Contributor Author

This may also allow us to ship the addon as a plain managed class library through NuGet, which is more consistent with typical C# workflow.

@Atlinx
Copy link
Member

Atlinx commented Dec 1, 2023

@Delsin-Yu hey thanks for the PR! I've been busy with university work for the past few months so I haven't had the chance to look over your PR. I'll be sure to review it this weekend. Thanks again for your help :)

@Atlinx Atlinx merged commit 865f087 into Fractural:4.x Dec 4, 2023
@Atlinx
Copy link
Member

Atlinx commented Dec 4, 2023

This looks good to merge. Thanks for your contribution! ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants