Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: hunz on March 22, 2015, 12:56:58 AM

Title: Pool Manager 5 Custom Actions - Debug.Log()
Post by: hunz on March 22, 2015, 12:56:58 AM
Hey just a quick question. 

The pool manager keeps throwing up debug comments as it spawns the object.  It's really useful but I can't for the life of me turn it off.

I'm assuming the Log Messages button on the spawn pool script when it's disabled should ensure no comments come up?  Currently this is off and it still shows.

Anyone have any suggestions?

Thank you in advance.

Title: Re: Pool Manager 5 Custom Actions - Debug.Log()
Post by: hunz on March 22, 2015, 01:04:45 AM
I'm think this is hacky and my apologies to you Jean Fabre,

But I just commented out this;

pmtspawn.cs
line 90 // Debug.Log(result.gameObject.name);

And it's not commenting anymore but let me know if this is bad, or might break something else .. O_O

Thank you.