exodrifter logo
Home

❯

entries

❯

202402222021

Feb 22, 20241 min read

While investigating why my Dictionary references appeared to be aliased, Outfrost pointed out to me that this is apparently a long-standing issue in gdscript:

  • https://github.com/godotengine/godot/issues/48038
  • https://github.com/godotengine/godot/issues/65589

The issue is fixed by manually duplicating the dictionary so that the references become unique.


Backlinks

  • 20240703194355
  • Exported variables of inherited scenes are aliased

Created with Quartz v4.4.0 © 2025

  • GitHub
  • Discord