GTcreyon / SM63Redux

Code base for Super Mario 63 Redux
https://sm63redux.com
Mozilla Public License 2.0
193 stars 25 forks source link

Paratroopas make version control noise #255

Closed Koopa1018 closed 11 months ago

Koopa1018 commented 11 months ago

Describe the bug Since the 4.1 update, Paratroopas' per-scene materials generate a new UID every time a level is opened containing them. These UID changes show up in version control, but are also completely useless and distract from actually-important changes being made.

To Reproduce

  1. In the Godot editor, open any level with Paratroopas in it.
  2. Save the level, without even making changes.
  3. View the level in your Git client of choice.

Expected behavior Level files only appear in version control when intentional changes were made.

Screenshots image

System Information

Additional context Possibly solve in similar way to #227?

GTcreyon commented 11 months ago

I'll take a look at this.