Imeadiate usage of a duplicated ViewportTexture
result in null acess, despite being instanciated.
#101990
Labels
ViewportTexture
result in null acess, despite being instanciated.
#101990
Tested versions
4.3.stable
System information
linux
Issue description
This may ocour to any node, and is not tested, as it apeared in this context.
But, when .duplicating a ViewportTexture, one cant acess it imediately.
Despite it showing a reference id:
REF1 <ViewportTexture#-9223372012745915145>
VAR1 2987
REF2 <ViewportTexture#-9223372012309707516>
the error:
"
Attempt to call 'save_png_to_buffer' in base 'null instance' on a null instance
"
is trhown, but there is already the reference "9223372012309707516" being confirmed as instanciated in memory already.
So, what?
Steps to reproduce
This code:
Minimal reproduction project (MRP)
Duplicate Bug.zip
The text was updated successfully, but these errors were encountered: