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

Auto (re)build project when C# script changes #2920

Open
MaaaxiKing opened this issue Jun 25, 2021 · 1 comment
Open

Auto (re)build project when C# script changes #2920

MaaaxiKing opened this issue Jun 25, 2021 · 1 comment

Comments

@MaaaxiKing
Copy link

MaaaxiKing commented Jun 25, 2021

Describe the project you are working on

Old game where I rewrite GDScript code in C#

Describe the problem or limitation you are having in your project

I always must rebuild my project after declaring an export variable in my Script and that's not obvious, I agonized my brain over this!

Describe the feature / enhancement and how it helps to overcome the problem or limitation

Godot would rebuild the project everytime when a C# script changes, that means only after saving and if possible, only when the current version is not equal to the previous.

Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams

It's not visual.

If this enhancement will not be used often, can it be worked around with a few lines of script?

No

Is there a reason why this should be core and not an add-on in the asset library?

Yes, an add-on is too much effort for this basic thing.

@Calinou
Copy link
Member

Calinou commented Jun 25, 2021

This requires implementing #849 and ideally #2231 first.

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

No branches or pull requests

3 participants