playMaker

Author Topic: Color HSV actions  (Read 2062 times)

nFighter

  • Beta Group
  • Full Member
  • *
  • Posts: 174
    • multiplayer adult fighting
Color HSV actions
« on: February 18, 2017, 08:10:16 PM »
Trying to download a HSV color actions and get a bunch of errors. Are they no more compatible with modern Unity versions (i'm using 5.5) or did I just doing something wrong?

indie developer of multiplayer adult fighting
http://nakedfighter3d.com

nFighter

  • Beta Group
  • Full Member
  • *
  • Posts: 174
    • multiplayer adult fighting
Re: Color HSV actions
« Reply #1 on: February 18, 2017, 09:16:33 PM »
Sorry for bothering. I found how to fix it. Declaration in ColorHSV.cs should be changed to:

Code: [Select]
public ColorHSV (float h, float s, float v) : this()
public ColorHSV (float h, float s, float v, float a) : this()

instead of:
Code: [Select]
public ColorHSV (float h, float s, float v)
public ColorHSV (float h, float s, float v, float a) 


Maybe it will help someone who will search the forum with this error.
indie developer of multiplayer adult fighting
http://nakedfighter3d.com

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Color HSV actions
« Reply #2 on: February 20, 2017, 01:30:55 AM »
Hi,

 very odd, I checked the code and it features the fix, how did you managed to download this action? if you have on the ecosystem, can you click on preview instead of get, and it will open the browser to the actual file online, can you then paste that link?

Thanks,

 Jean

nFighter

  • Beta Group
  • Full Member
  • *
  • Posts: 174
    • multiplayer adult fighting
indie developer of multiplayer adult fighting
http://nakedfighter3d.com

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Color HSV actions
« Reply #4 on: February 22, 2017, 01:17:58 AM »
Hi,

 ok, I see, I corrected it :) thanks for spotting this, please update from the Ecosystem.

 Bye,

 Jean
« Last Edit: February 22, 2017, 01:23:03 AM by jeanfabre »