When attempting to write out a file, if the object model contains a Texture or similar object that contains unassigned properties like MetalnessMap, the program will halt due to the content object becoming null. The offending code is at line 60 of Tokens/Content.cs. . File reads are unaffected, as best as I can tell.
When attempting to write out a file, if the object model contains a Texture or similar object that contains unassigned properties like
MetalnessMap, the program will halt due to the content object becoming null. The offending code is at line 60 ofTokens/Content.cs. . File reads are unaffected, as best as I can tell.