Given FBX Object
Model: "Model::Camera Switcher", "CameraSwitcher" {
Version: 232
MultiLayer: 0
MultiTake: 1
CameraIndexName:
}
Parser.cs fails with InvalidOperationException (method ReadObject())on the line with CameraIndexName: , because the value is missing.
In this case should the FBX be considered invalid or the behavior of the parser is invalid and should somehow be corrected?
Given FBX Object
Parser.cs fails with InvalidOperationException (method
ReadObject())on the line withCameraIndexName:, because the value is missing.In this case should the FBX be considered invalid or the behavior of the parser is invalid and should somehow be corrected?