-
Notifications
You must be signed in to change notification settings - Fork 9
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
Use EditorSettings
instead of ProjectSettings
.
#19
Comments
I will try this change in my project and let you know if there are any problems. |
Thanks, that's a good point. I will also try to transfer the Importality settings to the editor settings. I'm really sorry, but I couldn't devote time to this project this week because I'm very busy at work. I'll try the next one. |
I tried moving the plugin settings from Please test the latest version of the |
Most of settings for this addon seam to be only for the paths to executables. Using Editor Settings instead of Project Settings would work better for teams who use different operating systems.
I think it should be as simple as replacing every instance of
ProjectSettings
withEditorSettings
in project_setting.gd.The text was updated successfully, but these errors were encountered: