GameMaker-Bugs
GameMaker-Bugs copied to clipboard
Room Editor names new paths after the layer name
Is your feature request related to a problem?
When you want to create paths in a room for things like moving platform, the workflow is usually as follows:
- Create the layer
- Click the button to create the new path
Now when you click that button, GameMaker moves away from Room Editor to open the new Path asset, and it is named "Path1".
Describe the solution you'd like
It would be a much nicer workflow, if...
- The Room Editor stayed in focus and
- GameMaker silently creates a Path resource named after the layer it belongs to, or a combination of the room name and the layer name, to keep things more unique.
Describe alternatives you've considered
Hopping around windows and renaming path resources.
Additional context
No response