Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: netlander on January 28, 2012, 03:23:09 AM

Title: PlayMaker action with Javascript
Post by: netlander 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
Title: Re: PlayMaker action with Javascript
Post by: jeanfabre on January 29, 2012, 07:17:43 AM
Hi,

Actions can be written in c# (https://hutonggames.fogbugz.com/default.asp?W351) or Javascript (https://hutonggames.fogbugz.com/default.asp?W542) ( Unity Script).


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

 Bye,

 Jean
Title: Re: PlayMaker action with Javascript
Post by: netlander 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
Title: Re: PlayMaker action with Javascript
Post by: jeanfabre 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
Title: Re: PlayMaker action with Javascript
Post by: netlander 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