[NOT A BUG] Better understanding Rokoko and JSON
-
Hello,
All is perfect as you can see from the picture, but if I stretch the JSON parser beta the length of the string that appears in the "json in" input property seems to truncate the string. is this normal ? If not I'll post a ticket.
All the best
-
That's just the max character limit for what Isadora will render in the input (if we didn't cap it, it'd be extremely inefficient). As you said, everything is working correctly (since it's parsing all of the text, not just the text that's rendered in the unselected input property). If you click on the input, you'll also be able to verify that all the text is there: https://recordit.co/nuOo6nHly6
Best wishes,
Woland
-
@woland Great, got it. Thanks