0
Copy-pasting Texture2D with attached TextureAsset lead to duplication error
1) Add Texture2D.
2) Add its input of TextureAsset.
3) Copy-paste Texture2D and add same TextureAssets as input.
4) You got error about duplication of Texture2D, despite it does not even have a name.
Kundesupport af UserEcho
What is the progress on this bug? I can still reproduce it.
I think it is not a bug. Not only texture2d but many others nodes lead to this error. Sometimes even creating of new node. Looks like random ID-nodes generation without checking of existing ID. Nasty thing especially if you have a real huge node tree.