Search Issue Tracker
Fixed in 2020.2.X
Votes
1
Found in
2019.3
Issue ID
1225657
Regression
No
"Invalid reference id '0' while trying to get instance object typename" error when resizing array of [SerializeReference]
Resizing array of abstract classes with [SerializeReference] in the inspector results in error printed to console, like "Invalid reference id '0' while trying to get instance object typename"
1. open 1-SetArraySizeError scene in the attached project SerializeReferenceArrayBug.zip
2. in "1-SetArraySizeTo1OnThis" object, change TheTest component InterfacesArray size to 1.
3. "Invalid reference id '0' while trying to get instance object typename." error printed to console
The script basically has a:
public interface SerializedInterface
{
int DoStuff();
}
// ...
[SerializeReference] public SerializedInterface[] interfacesArray;
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [VFX Graph] ArcCone Direction computation is wrong in Base Mode
- [Android] [Galaxy Tab] A singular Pen touch logs a Pen touch event and a singular finger touch event when logged using "VisualElement.RegisterCallback" with "Pointer(Up/Down)Event"
- Crash on D3D12DescriptorCache::Deallocate or vkGetInstanceProcAddr when loading RenderDoc in a specific Scene
- [HDRP] Lit material preview is rendered incorrectly with a mask map
- The "LerpWhiteTo" missing function displays an error when the Shadows.hlsl shader is included in a Shader file
Add comment