We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2714ad1 commit e3a051cCopy full SHA for e3a051c
Analyzer/SQLite/Parsers/Models/BuildLayout.cs
@@ -77,9 +77,9 @@ public class Reference : ReferenceId
77
public ReferenceType type;
78
}
79
80
- // This is a grab bag of data because Unity serialization does not
81
- // support polymorphism, so all possible fields are listed in the
82
- // ReferenceData class.
+ // This is a grab bag of data because Unity's built-in serialization system
+ // (used for MonoBehaviours, ScriptableObjects, etc.) does not support polymorphism.
+ // To maintain compatibility, all possible fields are listed in the ReferenceData class.
83
public class ReferenceData
84
{
85
public ReferenceId Bundle;
0 commit comments