Playmaker Forum

PlayMaker Feedback => Action Requests => Topic started by: VictorRayDev on February 06, 2013, 03:02:24 PM

Title: Rain AI (INDIE)
Post by: VictorRayDev on February 06, 2013, 03:02:24 PM
Hi!
Rain look like a really robust Ai system and is now free.
I think it would be an awesome addition to playmaker.
If somebody find the time to do playmaker action for it, it would be awesome!

http://rivaltheory.com/tag/rain-ai

Thanks!
Title: Re: Rain AI (INDIE)
Post by: Joshkryd on February 06, 2013, 05:57:24 PM
+1 !

I am interested in actions for Rain too ! :)
Title: Re: Rain AI (INDIE)
Post by: sefou on February 07, 2013, 02:10:01 AM
+10

Please  Guru Jean .
Title: Re: Rain AI (INDIE)
Post by: jeanfabre on February 07, 2013, 02:50:55 AM
Hi,

 yes... Currently we are focusing on releasing the latest version of PlayMaker with photon networking. The official current plan is also to support Mecanim with a proper exhaustive set of custom actions and tools. SO I need to clear that up first before tackling involving tasks such as porting Rain.

By all means keep bumping, I know it sounds desparate, that allows us to see how to prioritize work based on community interest.

 so +12 on this one so far :)

Bye,

 Jean
Title: Re: Rain AI (INDIE)
Post by: VictorRayDev on February 07, 2013, 10:15:01 AM
Awesome I'll stay tuned  :D
Title: Re: Rain AI (INDIE)
Post by: Brighton on February 11, 2013, 01:26:21 AM
+1

It would be awesome to use their sensor system to trigger playmaker FSMs.
Title: Re: Rain AI (INDIE)
Post by: Hushonik on February 19, 2013, 01:56:34 AM
ADD my vote to ++++
Hush ;D
Title: Re: Rain AI (INDIE)
Post by: Fail257 on February 20, 2013, 01:59:21 AM
B|_|/\/\P
Title: Re: Rain AI (INDIE)
Post by: Uttpd on March 07, 2013, 07:16:21 AM
+1 for RAIN{indie}
Seems to be a robust solution.

Title: Re: Rain AI (INDIE)
Post by: Lane on March 12, 2013, 08:05:58 AM
+1, I think pathfinding is something that is really necessary for projects that are striving to be entirely driven by playmaker actions. RAIN seems to be a good solution, it's even free. It would be really nice to get official actions for any of the 3rd party pathfinding solutions since they are all basically fairly priced and some free.

The NavMesh solution is Pro-Only so that definitely limits a portion of the user base and it could potentially provide a huge range a functionality for more dynamic gameplay, so many different things can use pathfinding other than unit AI.
Title: Re: Rain AI (INDIE)
Post by: vonpixel on March 25, 2013, 09:16:23 PM
Another +1 for RAIN. Looks very interesting.
Title: Re: Rain AI (INDIE)
Post by: jamdalu on April 07, 2013, 08:59:23 AM
 :) RAIN Please!
Title: Re: Rain AI (INDIE)
Post by: greg on April 07, 2013, 04:39:14 PM
+1, I think pathfinding is something that is really necessary for projects that are striving to be entirely driven by playmaker actions. RAIN seems to be a good solution, it's even free. It would be really nice to get official actions for any of the 3rd party pathfinding solutions since they are all basically fairly priced and some free.

The NavMesh solution is Pro-Only so that definitely limits a portion of the user base and it could potentially provide a huge range a functionality for more dynamic gameplay, so many different things can use pathfinding other than unit AI.

Haven't checked out Rain, but theres pathfinding for playmaker, thanks to Sven (kikiki) check out the "new actions" forum. Theres also a basic AI tutorial on enemy awareness, thanks to Red which is on youtube. Once you have a look at those two, enemy AI should be a lot smoother for you :)
Title: Re: Rain AI (INDIE)
Post by: Gua on July 28, 2013, 07:21:58 PM
+1 Make it RAIN! :)
Title: Re: Rain AI (INDIE)
Post by: sebaslive on September 26, 2013, 05:54:41 PM
+1 Rain(indie)!
Title: Re: Rain AI (INDIE)
Post by: Yanifska on October 27, 2013, 05:27:04 AM
Unity pathfinding is NOT pro only !! It is also available on the free version and is quite easy to use
It seems less powerful than other systems though.
Title: Re: Rain AI (INDIE)
Post by: Lane on October 27, 2013, 10:36:42 AM
Yes, this is just an older post made when Unity did not offer Pathfinding in the free version.
Title: Re: Rain AI (INDIE)
Post by: Yanifska on October 27, 2013, 03:02:28 PM
Oops :-X :-[
Title: Re: Rain AI (INDIE)
Post by: BellesGames on November 01, 2013, 05:35:45 PM
+1!  :D
Title: Re: Rain AI (INDIE)
Post by: Breadman on December 09, 2013, 07:53:22 PM
+1!
Title: Re: Rain AI (INDIE)
Post by: Lane on December 09, 2013, 08:13:38 PM
Its on the Trello board, so you can upvote it there.

https://trello.com/b/1VSKPLcT/addons
Title: Re: Rain AI (INDIE)
Post by: Redhawk on January 12, 2014, 11:39:52 AM
Um, well, is this going to happen or not?  If I knew how to make custom Actions, I would.  Maybe I will play around with this, not sure.

I really think this would be useful.  For instance, the below code (which you can also see another version on YouTube - Health video 1 of Rival Theory) is not all that difficult to write, but would be nice to do all this in playmaker instead.
Code: [Select]
using UnityEngine;
using System.Collections;
using RAIN.Core;

public class movement : MonoBehaviour {
public GameObject moveTarget=null;
private AIRig aiRig = null;
// Use this for initialization
void Start ()
{
aiRig=gameObject.GetComponentInChildren<AIRig>();
}

// Update is called once per frame
void Update ()
{
aiRig.AI.WorkingMemory.SetItem("moveTarget",moveTarget);
}
}
Title: Re: Rain AI (INDIE)
Post by: jeanfabre on January 13, 2014, 06:08:21 AM
Hi

It's definitly lurking round the corner, I am very pleased with the way Trello is used, and I now have to update tasks on a daily bases based on user's votes, so please make use of this voting ability, this is the best way to properly reflect users' will and honour this in a fair way. So Rain is ranking pretty well, yet few more frameworks and tools will be ported before.

I would also contact Rain Authors to express your willingness to use Rain and PlayMaker together, it's always good that both sides know about this. Maybe some collaboration can be establish, and it's always good if a product supported officially playmaker then simply handled on the wiki as part of the community work. Personally, while a year ago I was on top, the amount of work to do on that front becomes overwhelming, it's really great, but also means that keeping the pace becomes impossible. Currently, I need to finish pathfinding, then I'll be able to start working on the next task, likely leanTween given the current votings.

Bye,

 Jean
Title: Re: Rain AI (INDIE)
Post by: foxdeltagames on February 09, 2014, 03:09:29 AM
1+
Title: Re: Rain AI (INDIE)
Post by: jeanfabre on February 10, 2014, 02:52:25 AM
Hi,

 Can you cast your vote on the trello board? thanks :)

https://trello.com/c/67IxbiDd/29-rain

 Otherwise, it's very difficult to keep track of user's whishes.

bye,

 Jean
Title: Re: Rain AI (INDIE)
Post by: IceMaker on March 08, 2014, 02:08:14 AM
Heard about Rain last year then reintroduced after finding out that this was actually used in Shadowrun Returns. What a small world. Too bad they hadn't used Unity for it too. Would love to see some playmaker actions. I really need to fit C# coding int my education routine and be the one to figure some of this stuff out.
Title: Re: Rain AI (INDIE)
Post by: morsavita on March 12, 2014, 01:47:24 AM
+1
Title: Re: Rain AI (INDIE)
Post by: jeanfabre on March 12, 2014, 04:48:06 AM
Hi,

 Please make sure you vote on Trello as well, this will have a lot more exposure and a direct impact what I start picking new tasks to proceed with.

https://trello.com/c/67IxbiDd/29-rain


bye,

 Jean
Title: Re: Rain AI (INDIE)
Post by: Redhawk on March 12, 2014, 01:48:26 PM
I look forward to having this.  I heard the other day that UScript is already able to have direct access into Rain.
Title: Re: Rain AI (INDIE)
Post by: putrabiz on May 14, 2014, 05:38:23 AM
+1.
Title: Re: Rain AI (INDIE)
Post by: jeanfabre on May 14, 2014, 08:37:06 AM
Hi,

 to vote up, please use trello, it's difficult ( and not accurate enough) to keep track fo +1 on the forum given the amount of content, so prefer voting up the actual task on trello board, or request a new task to be added.

https://trello.com/c/67IxbiDd/29-rain

 Currently, Rain is under investigation, but I struggle real hard to find the right angle to provide PlayMaker support..


 Bye

 Jean
Title: Re: Rain AI (INDIE)
Post by: TESTLAB_INC on July 23, 2014, 09:41:03 AM
+1 ;D
Title: Re: Rain AI (INDIE)
Post by: jeanfabre on July 23, 2014, 02:37:24 PM
Arghhh

 Running late on this, I should have started early july on this.. :)

 Bye,

 Jean
Title: Re: Rain AI (INDIE)
Post by: invayne on March 17, 2015, 08:06:59 AM
+1 on this.
Title: Re: Rain AI (INDIE)
Post by: foxdeltagames on March 17, 2015, 05:04:34 PM
Arghhh

 Running late on this, I should have started early july on this.. :)

 Bye,

 Jean

Even though I bought playmaker for full price ($95) I love the plugin so much I am willing to donate some more to continue the R&D

Is there a way to do this?
Title: Re: Rain AI (INDIE)
Post by: jeanfabre on March 18, 2015, 05:12:45 AM
Hi,

I tried several approach for this, and I am failing to find how PlayMaker can be implemented in a usefull AND performant way. The performance being the big issue when I try to combine RAIN and Playmaker, I think due to the nature of both system unfortunatly.

 If you have simple actions to control some aspect of RAIN, let me know, but as far as embedding Playmaker inside the behavior tree, that's a no go technically ( as far as I can see).

 Bye,

 Jean
Title: Re: Rain AI (INDIE)
Post by: christougher on April 27, 2015, 06:07:34 PM
So is this a dead-end?  Should we be making our voice heard at Rival Theory to work with you?  Happy to do so.
Title: Re: Rain AI (INDIE)
Post by: jeanfabre on April 28, 2015, 01:14:29 AM
Hi,

 We are connected, they helped me and all, but I just don't find the right angle for this, and also, very lost within the doc, I just can't find samples that make sense to port to PlayMaker. It's just too complex and too much boiler plates setup to be of any use within PlayMaker. Basically, the setup would be very complex and would defeat the purpose I believe.

so yeah, it's very much a dead end so far with my attempts. But Hopefully, someone wo's well versed into both product will find the sweet spot for a connection.


Bye,

 Jean
Title: Re: Rain AI (INDIE)
Post by: Raptcha911 on December 05, 2015, 03:35:45 AM
+10, would love to have actions for RAIN
Title: Re: Rain AI (INDIE)
Post by: jeanfabre on December 11, 2015, 08:00:34 AM
Hi,

 I think you need to also ping RAIN developers, I just failed to dive into this framework and find how to port it to PlayMaker, it's simply not efficient as it requires creationg of GameObjects acting as proxies for each states and logic item within RAIN, totaly failing performance tests...

 Bye,

 Jean
Title: Re: Rain AI (INDIE)
Post by: christougher on January 12, 2016, 11:43:48 PM
Yeah, if anyone else wants to chime in at RivalTheory.com here is a prior thread with several of us asking for some playmaker integration...  I would LOVE a simple way to set/read a RAIN gameobject variable...

http://rivaltheory.com/forums/topic/playmaker-integration-beginner-coders/