Project Manager should correct invalid paths #6528
Ryder17z
started this conversation in
General Discussions
Replies: 1 comment
-
Feel free to open a pull request for this 🙂 The responsible code is somewhere around https://github.com/godotengine/godot/blob/a7d0e18a317085068c43be29bca1d280d03423a2/editor/project_manager.cpp#L805. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Example scenario
On windows, a slash in the name of a folder is for example not allowed, this could be easily solved by having the script responsible for creating the folder replace the invalid characters by a dash (-) or an underscore (_) for example.
Beta Was this translation helpful? Give feedback.
All reactions