“stream rigid bodies”, “stream skeletons” and “skeletons as rigid bodies” need to be true. Everything else false. We are also using Unicast.
Our plugin is based on the newest official release (1.5.0). If our plugin compiles for you, you should be able to use the “Receive Motive” blueprint function. This should give you an array of all the data coming in. Everything we changed in the plugin was to make that function work. Everything that comes after that is done by our RMocapComponent class and not the plugin. The original plugin had some code that got rid of all the skeleton data, but we commented it out so that shouldn’t happen anymore.
We never used the testing program, since it just instantly worked for us. Are you getting no data at all, or is it just the skeleton data that is missing?