playMaker

Author Topic: Compatibility of C# based asset  (Read 1877 times)

Alternicity

  • Playmaker Newbie
  • *
  • Posts: 19
Compatibility of C# based asset
« on: February 07, 2016, 04:20:32 PM »
Hello,
I am thinking about buying this asset, and was wondering if it would be possible to use with playmaker, ie get the effects to trigger, as it seems to be centered around C# scripts.
https://www.assetstore.unity3d.com/en/#!/content/20416

Thanks for looking.

mdotstrange

  • Hero Member
  • *****
  • Posts: 555
    • Can't code? Who cares! Make games anyway!
Re: Compatibility of C# based asset
« Reply #1 on: February 07, 2016, 08:18:34 PM »
I've been using that asset for about a year with Playmaker- You can do everything you need to do with it using Set Property-

For most of the projectiles- outside of the missiles and flamethrower- its easier if you just add an fsm to them to control their movement/spawning/despawning yourself
Indie game dev and instructor at the Strange School. Learn Playmaker at the Strange School!

Alternicity

  • Playmaker Newbie
  • *
  • Posts: 19
Re: Compatibility of C# based asset
« Reply #2 on: February 07, 2016, 10:47:36 PM »
Cool. Thanks again mdotstrange.

Been thinking about Behavior Editor as well like you suggested in a previous thread.

mdotstrange

  • Hero Member
  • *****
  • Posts: 555
    • Can't code? Who cares! Make games anyway!
Re: Compatibility of C# based asset
« Reply #3 on: February 08, 2016, 01:16:14 AM »
No prob- yeh Behavior Designer is awesome- behavior trees make a lot of things easy that are cumbersome with Fsm's

Also if you get Sci-Fi effects and have trouble setting it up with Playmaker let me know and I can post some fsm screenshots showing how I use it-
« Last Edit: February 08, 2016, 01:17:56 AM by mdotstrange »
Indie game dev and instructor at the Strange School. Learn Playmaker at the Strange School!

Alternicity

  • Playmaker Newbie
  • *
  • Posts: 19
Re: Compatibility of C# based asset
« Reply #4 on: February 08, 2016, 11:57:46 AM »
Awesome, thanks!