playMaker

Author Topic: PlayMaker action with Javascript  (Read 4795 times)

netlander

  • Playmaker Newbie
  • *
  • Posts: 13
PlayMaker action with Javascript
« on: January 28, 2012, 03:23:09 AM »
Hi All,

Was looking around for an example action implemented in Javascript but couldn't find any. Does anyone know how to do it or point me to a tutorial that covers this?

Many thanks
Paul

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: PlayMaker action with Javascript
« Reply #1 on: January 29, 2012, 07:17:43 AM »
Hi,

Actions can be written in c# or Javascript ( Unity Script).


 If you have any questions about how to do things in c#, don't hesitate to ask.

 Bye,

 Jean
« Last Edit: February 16, 2015, 01:28:01 AM by jeanfabre »

netlander

  • Playmaker Newbie
  • *
  • Posts: 13
Re: PlayMaker action with Javascript
« Reply #2 on: January 29, 2012, 12:19:21 PM »
Thanks Jean I appreciate the offer.

I'm actually about to install Visual Studio right now (and learn C#). Do you think it's a good idea?

What are your thoughts on integration between Unity and VStudio 2010?

Cheers
Paul

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: PlayMaker action with Javascript
« Reply #3 on: January 30, 2012, 12:46:55 AM »
Hi,

c# is a good idea, tho performance wise, it makes no difference at all apparently compare to javascript.

 I am developing on mac, so I use monodevelop. So I can't really say anything about visual studio, but I think it's actually far better to develop with visual studio, but that's just my gut feeling.

 Bye,

 Jean

netlander

  • Playmaker Newbie
  • *
  • Posts: 13
Re: PlayMaker action with Javascript
« Reply #4 on: February 01, 2012, 11:27:15 AM »
Hello,

After playing around with VStudio for a few days it does seem a little more robust than MonoDevelop but it doesn't support Javascript so maybe I should focus on c# as far as Unity development is concerned.

Coming from a Java background I never thought I'll be developing with c# but it seem that I could almost copy and paste between the two. In any case I was getting tired of server side development so this make a refreshing change.

Cheers
Paul