Trying to import FBX Custom user string properties. Not Showing up?
Using OnPostprocessGameObjectWithUserProperties in an AssetPostProcessor I am able to import custom FBX properties such as bool, int, and float. But when I attempt to import strings, they do not show up in the list. I did check the FBX in text mode to ensure they were there, they are. The documentation for OnPostprocessGameObjectWithUserProperties says that strings can be imported but they don't seem to work. I am exporting the FBX out of Motion Builder 2016.
Here is how it looks in Ascii FBX: P: "test_string", "charptr", "", "U", "Hello World"
Your answer
Follow this Question
Related Questions
Is it possible to import animations with bones shape key drivers from blender? 1 Answer
C4D to FBX to Unity - Animated Objects Broken or Missing 0 Answers
importing .fbx file breaks into many polymesh 1 Answer
Import high-res sphere from Blender into Unity and add Material 0 Answers
Unity throws console errors trying to view fbx animation import tab 1 Answer