godot-manager
godot-manager copied to clipboard
Editor feature profiles not linked
Describe the bug When you link a config between 2 versions of the editor it doesn't copy the "editor feature profiles".
To Reproduce Steps to reproduce the behavior:
- Make version 3.5.1 a shared config version.
- Add a custom editor feature profile.
- Make version 3.5 link to the 3.5.1 config.
- Open a project with 3.5.
- See error "editor/editor_feature_profile.cpp:320 - Error loading default feature profile: 2D"
Expected behavior I expect it to also copy my feature profiles as part of the config.
Screenshots
3.5.1 has the feature profiles directory:
In 3.5.1 I created a profile called 2D which only has 2D tools enabled and everything 3D disabled:
In the 3.5 it doesn't have the copy of my profile which causes the error:
Complete the Following:
- OS: Linux
- Version Mint 21
Additional context Nothing additional to add.