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

Add relative path support for EditorPlugin::add_autoload_singleton #78109

Merged
merged 1 commit into from
Jun 15, 2023

Conversation

heppocogne
Copy link
Contributor

This commit fixes #78049.
EditorPlugin::add_autoload_singleton() now supports relative script path.

editor/editor_plugin.cpp Outdated Show resolved Hide resolved
editor/editor_plugin.cpp Outdated Show resolved Hide resolved
@YuriSizov YuriSizov changed the title Relative path support for EditorPlugin::add_autoload_singleton Add relative path support for EditorPlugin::add_autoload_singleton Jun 12, 2023
@YuriSizov
Copy link
Contributor

Also, could you please squash your commits into one? Make sure that the final commit has a short but descriptive message (the title of this PR is a good option). See this documentation, if you need help with squashing.

@akien-mga akien-mga merged commit 3dca469 into godotengine:master Jun 15, 2023
@akien-mga
Copy link
Member

Thanks!

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

Successfully merging this pull request may close these issues.

Can't use EditorPlugin.add_autoload_singleton() with a relative path
6 participants