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 0b737e9 commit ac3cb0eCopy full SHA for ac3cb0e
Assets/FbxExporters/Editor/FbxExporter.cs
@@ -1471,6 +1471,7 @@ public float Convert(float value)
1471
1472
/// <summary>
1473
/// Store FBX property name and channel name
1474
+ /// Default constructor added because it needs to be called before autoimplemented properties can be assigned. Otherwise we get build errors
1475
/// </summary>
1476
struct FbxPropertyChannelPair {
1477
public string Property { get ; private set; }
0 commit comments