playMaker

Author Topic: Shadow Detection  (Read 2755 times)

tcmeric

  • Beta Group
  • Hero Member
  • *
  • Posts: 768
Shadow Detection
« on: June 21, 2017, 10:59:12 AM »
There is a cool shadow detection package for free on unity here: https://www.assetstore.unity3d.com/en/#!/content/84042

I wrote 3 playmaker actions for it. Basically event triggers for enter/exit shadows.

You can download them for free from my github account: https://github.com/dumbgamedev/shadowDetect-playmaker

LordHorusNL

  • Beta Group
  • Full Member
  • *
  • Posts: 226
Re: Shadow Detection
« Reply #1 on: June 21, 2017, 05:49:51 PM »
Nice! I was going to look into making a shadow detection system for a stealth prototype game, you just made things a lot easier for me.

Thanks, keep it up

terri

  • Sr. Member
  • ****
  • Posts: 386
    • terrivellmann.tumblr.com
Re: Shadow Detection
« Reply #2 on: June 24, 2017, 06:47:37 AM »
cool, thanks!