-
-
Notifications
You must be signed in to change notification settings - Fork 21.3k
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
Creating editor feature profiles doesn't work #49257
Comments
How did you start Godot? There's an issue on Windows where an incorrect CWD (such as Also, does this occur if you move the Godot executable to the |
I downloaded the windows-editor zip from github actions so I didn't have to compile Issue still appears when I move it to C: |
@Calinou While I've noticed the same issue while debugging, it still happens if you run the executable directly. |
I also experienced the same issue on macOS. |
I can confirm this on Linux too:
( Going into Editor > Manage Feature Profiles... does not display any profiles to choose from. |
This was accidentally broken by #49050. There used to be They should be the same variable/getter, so we need to pick one. I'll talk with @reduz which one to keep and make a PR fixing this issue. |
Godot version:
v4.0.dev.custom_build.8b06d4275
OS/device including version:
Windows 10
Issue description:
Creating editor feature profiles doesn't work. It just puts this in the console whenever tried:
2021-06-02_11-53-09.mp4
Steps to reproduce:
Manage Editor Features...
Create Profile
Minimal reproduction project:
new project
The text was updated successfully, but these errors were encountered: