playMaker

Author Topic: How to make simple Pool Manager in Playmaker ? [SOLVED]  (Read 4675 times)

raje150

  • Playmaker Newbie
  • *
  • Posts: 13
How to make simple Pool Manager in Playmaker ? [SOLVED]
« on: October 17, 2016, 07:01:04 PM »
Hi,

can any one say a simple method to create pool manager in playmaker. i know there are many packages we can buy, specifically pool manager of pathological games which is supported in playmaker. But i want to try a simple solution for play manager that can be created with playmaker actions. a person in discord said we can create one with arrays and enable game object. but i couldn't figure with my dumb mind. is there any one who can help me with or there any custom action we create.

when i heard about the pool manager and it ll help in easing out resource in game, i thought why this is not prebuilt in playmaker, since it seems important to any games.

so if any one can help? i found a free pool manager here https://github.com/prime31/RecyclerKit
but i dont know how to control the instance it creates with playmaker.

Thanks in advance :)
« Last Edit: October 19, 2016, 11:09:42 AM by raje150 »

4ppleseed

  • Full Member
  • ***
  • Posts: 226
Re: How to make simple Pool Manager in Playmaker ?
« Reply #1 on: October 18, 2016, 06:00:07 AM »
There are a few solutions out there but I personally own PoolManager and Pool Master, they are both good but Pool Master is half the price, simpler to use and has decent Playmaker support - so that's what I've been using  8)
https://www.assetstore.unity3d.com/en/#!/content/27037

dudebxl

  • Hero Member
  • *****
  • Posts: 602
Re: How to make simple Pool Manager in Playmaker ?
« Reply #2 on: October 18, 2016, 11:34:47 AM »
you also have this:http://hutonggames.com/playmakerforum/index.php?topic=12941.msg61203#msg61203

raje150

  • Playmaker Newbie
  • *
  • Posts: 13
Re: How to make simple Pool Manager in Playmaker ?
« Reply #3 on: October 18, 2016, 12:34:26 PM »
There are a few solutions out there but I personally own PoolManager and Pool Master, they are both good but Pool Master is half the price, simpler to use and has decent Playmaker support - so that's what I've been using  8)
https://www.assetstore.unity3d.com/en/#!/content/27037

hey thanks, pool master looks cheap. ll check that.

raje150

  • Playmaker Newbie
  • *
  • Posts: 13
Re: How to make simple Pool Manager in Playmaker ?
« Reply #4 on: October 18, 2016, 12:35:51 PM »
you also have this:http://hutonggames.com/playmakerforum/index.php?topic=12941.msg61203#msg61203

i searched this in ecosystem. i didnt get it. maybe a noob question. if i download this from github, how to bring it inside unity and make it work with playmaker?

dudebxl

  • Hero Member
  • *****
  • Posts: 602
Re: How to make simple Pool Manager in Playmaker ?
« Reply #5 on: October 18, 2016, 01:27:15 PM »
Create a folder in your project asset called Pool - download the scripts https://github.com/ergin3d/PlayMakerCustomActions_U5/tree/master/Assets/PlayMaker-Custom-Actions/Pooler and drag and drop the script into your new folder.

raje150

  • Playmaker Newbie
  • *
  • Posts: 13
Re: How to make simple Pool Manager in Playmaker ?
« Reply #6 on: October 19, 2016, 10:59:56 AM »
Create a folder in your project asset called Pool - download the scripts https://github.com/ergin3d/PlayMakerCustomActions_U5/tree/master/Assets/PlayMaker-Custom-Actions/Pooler and drag and drop the script into your new folder.

thank u so much :)