After MW 6.3.1 update, lost debug output

Shtick Hustler

Well-known member
Joined
Oct 15, 2020
Posts
108
Likes
50
Not sure if it's the update or something else, but my scripts now cannot output either through debug or println.
 
You are lucky then. I once spent a whole afternoon figuring out why 'onTick' wasn't printing any debug-statements, only to figure out that "requiresBarUpdates" was not set.

Let that be a hint for all who stumble upon this thread ;)
 
Thank you @Spin!

I was trying to get onTick() working since several days, but didn't succeed until I read your hint about "requiresBarUpdates".

MotiveWave team, please add this crucial bit of information to your SDK documentation.
 
I am am facing one more issue even.with using requiresBarUpdates, as it seems to be ignored during replay mode.
 
Top