Playmaker Forum

PlayMaker News => General Discussion => Topic started by: grimmy on January 24, 2015, 05:53:09 AM

Title: A simple Log Print...How?
Post by: grimmy on January 24, 2015, 05:53:09 AM
I want to print to the normal Unity log from Playmaker. However, whenever I do this, rather than printing a single line I get about 4 or 5 lines of events which I really don't need to see. They just confuse my debug log with unnecessary stuff.

How do I just send a single line to the normal unity log? I can do it with warnings, but once again, this is just confusing...