-
Notifications
You must be signed in to change notification settings - Fork 49
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
Godot 4 Branch always asks to save the project on open #111
Comments
I'm working on a fork (https://github.com/expressobits/godot-console) with several improvements (or not) that include
My first commits of this journey fixed this unnecessary import for the addon. |
Thank you for taking a look at it @scriptsengineer I don't like the idea of using addons as submodules but you do you :) Alternatively I explored the option to use pnpm(npm) as a dependency manager for godot projects and it worked nicely. What I was working lately on is packing godot as an npm dependency ehich would ease working with it a lot. I still have some ideas and wip stuff regarding this project in branches but let's be honest, since it has been few years since I really used godot who knows when I'm going to get back to some bigger extent than couple commits a year. |
Can we create a discussion about npm/modules, wanted to know more about |
Sure, is something required form me or you'd post a discussion there? |
Yes, I will create it soon, I'm just commenting because it might not be part of this issue |
I wanted to get the most minimalistic fix, it looks like your first commits of that repo are moving it into a module rather than directly addressing the issue where the engine thinks something is changing. Do you have more data on what's changing and why? |
It would be the first commits, a reimport solved it for me, as soon as I have time I can send the PR with just the correction. |
With the GDScript demo, just open the project and close it. Godot will ask to save the project. Seems like something is changing in the plugin but I can't tell what yet. Will debug later but wanted to get an issue open so I don't forget.
The text was updated successfully, but these errors were encountered: