playMaker

Author Topic: Pool Manager 5 Custom Actions - Debug.Log()  (Read 1848 times)

hunz

  • Playmaker Newbie
  • *
  • Posts: 35
Pool Manager 5 Custom Actions - Debug.Log()
« 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.


hunz

  • Playmaker Newbie
  • *
  • Posts: 35
Re: Pool Manager 5 Custom Actions - Debug.Log()
« Reply #1 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.