This seems so simple that I’m almost too embarrassed to ask. I’m supposed to be able to track values with this thing, right?
FP.watch(xVelocity);
This just does nothing. I can get FP.log to work no problem, so I don’t know what I’m doing wrong here. Do I need to pass this data along in a special format, or am I misunderstanding FP.watch completely? I’m assuming it displays additional properties under your X and Y values (the ones that appear in the debug window).
All I want to do is track some physics numbers, but no matter what parameters I shove into this thing, I can’t get them to display. It’s driving me absolutely crazy.