godotengine / godot

Godot Engine – Multi-platform 2D and 3D game engine
https://godotengine.org
MIT License
91.1k stars 21.18k forks source link

[4.0] Project converter: Embedded ButtonGroup subresources in scene get clobbered #74413

Open nobuyukinyuu opened 1 year ago

nobuyukinyuu commented 1 year ago

Godot version

4.0

System information

Windows 10

Issue description

Note: This may apply to other subresources which were embedded in a scene rather than saved separately. I can update this issue if many should be classified together.

ButtonGroup subresources embedded in a scene rather than saved separately appear to get clobbered when using the project converter.

Steps to reproduce

Migrate project from 3.x to 4.0

Minimal reproduction project

n/a

Maran23 commented 1 year ago

This is because group has been renamed to button_group. Unfortunately this name is too common to be converted.