Browse Source
Godot 4 shares sub_resource materials across scene instances by default, so all 3 camera quads were showing the same (last updated) texture. Duplicating the material in _ready() gives each instance its own texture. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>master
1 changed files with 5 additions and 2 deletions
Loading…
Reference in new issue