Playmaker Forum

PlayMaker News => User Showcase => Topic started by: Digitom on February 16, 2018, 10:26:04 PM

Title: Overlap 2D custom action
Post by: Digitom on February 16, 2018, 10:26:04 PM
Hello,

I created a compact physics 2d overlap action that has every feature of 2d overlap. This includes Circle, Box, Area, Capsule, and Point. It can grab all objects that fall within the overlap in an array, and can also store the collision into a bool.

(https://i.imgur.com/A5wZgGR.png)
(https://i.imgur.com/mV2KGgi.png)
(https://i.imgur.com/h0xEz1x.png)
(https://i.imgur.com/kYgxLwT.png)
(https://i.imgur.com/w3KL2LQ.png)
(https://i.imgur.com/Ik4ndgw.png)

Title: Re: Overlap 2D custom action
Post by: jeanfabre on February 19, 2018, 02:48:02 AM
Hi,

Very cool. You should put it on the Ecosystem! I can do this for you if you want.

 Bye,

 Jean
Title: Re: Overlap 2D custom action
Post by: Digitom on February 20, 2018, 01:05:33 AM
Yes for sure! Throw it on the ecosystem please :)
Title: Re: Overlap 2D custom action
Post by: jeanfabre on February 20, 2018, 02:39:30 AM
Hi,

 ok, it's up :) https://twitter.com/JeanAtPlayMaker/status/965852872331202560

Also, one thing. It's not recommended to make custom actions inside PlayMaker folder, you will not remember which one are yours or not. Instead make a dedicated folder, so that if you need to clean up PlayMaker install, you don't loose any work ( same with templates and global resource actually).

 Bye,

 Jean
Title: Re: Overlap 2D custom action
Post by: Digitom on February 20, 2018, 12:16:33 PM
Ah thanks. Good point. Will do for the next ones I make.
Title: Re: Overlap 2D custom action
Post by: jeanfabre on February 21, 2018, 12:58:38 AM
Hi,

 I must say like the prospect of you doing more work, I checked your action and editor, and indeed, your input will raise the bar in quality and overall intuitiveness of custom actions. Thanks for this :)

So for anyone willing to check out what's possible with custom Action editors, I recommand you check this one out, it will give you a good base to do your own.


 Bye,

 Jean
Title: Re: Overlap 2D custom action
Post by: Digitom on February 22, 2018, 10:38:09 AM
Apologies. Updated the scripts. Had an issue where I would get null reference errors when searching for the action in the action browser. Also cleaned up some stuff.
Title: Re: Overlap 2D custom action
Post by: Digitom on February 22, 2018, 10:39:17 AM
Hi,

 I must say like the prospect of you doing more work, I checked your action and editor, and indeed, your input will raise the bar in quality and overall intuitiveness of custom actions. Thanks for this :)

So for anyone willing to check out what's possible with custom Action editors, I recommand you check this one out, it will give you a good base to do your own.


 Bye,

 Jean

Thanks for the kind words! Playmaker is the reason I got into coding so just trying to give back to the community :)
Title: Re: Overlap 2D custom action
Post by: djaydino on November 24, 2019, 09:11:43 PM
Hi,
I noticed that null reference is still there on the Ecosystem

The action itself works fine.
Title: Re: Overlap 2D custom action
Post by: djaydino on November 25, 2019, 12:15:25 AM
Hi.
I have updated the script on the Ecosystem
Title: Re: Overlap 2D custom action
Post by: Digitom on November 25, 2019, 09:13:21 AM
Hi.
I have updated the script on the Ecosystem

Hello. I have not looked at this in a long time. Is everything working properly with the current Unity?
Title: Re: Overlap 2D custom action
Post by: djaydino on November 25, 2019, 12:43:24 PM
Hi.
i have not tested the action a lot yet, but i have no errors.
So it should work (tried on U2018.3)
Title: Re: Overlap 2D custom action
Post by: Digitom on November 25, 2019, 03:14:25 PM
Hi.
i have not tested the action a lot yet, but i have no errors.
So it should work (tried on U2018.3)

Okay cool thanks!