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 95415c3 commit 4ef3353Copy full SHA for 4ef3353
Packages/com.unity.formats.fbx/Runtime/FbxPrefab.cs
@@ -28,7 +28,7 @@ public class FbxPrefab : MonoBehaviour
28
public struct StringPair { public string FBXObjectName; public string UnityObjectName; }
29
30
[SerializeField]
31
- List<StringPair> m_nameMapping;
+ List<StringPair> m_nameMapping = new List<StringPair>();
32
33
/// <summary>
34
/// Which FBX file does this refer to?
0 commit comments