Hi, i’m new to unity and i am working on a game in javascript, the single player mode is awesome already (and it is basically finished besides some minor visual effects) but now i face a new challenge. My game is in javascript and it seems stuff like smartfox require c# to work, i dunno how to connect my javascript game to smartfox, anyoen can give me ideas on how to solve my problem? this is a bit urgent since this was supposed to be a game for a very important project and rewritting all my game to c# is not an option due to delivery date being in less than 2 weeks.
BTW the game is 1 vs 1 only. but needs to be able to play over the web and connect to a server and database to save scores. ( and maybe it could bcome 2 vs 2 in a future)
thanx for the help 
You can access C# scripts by placing those C# scripts in ur Standard Assets folder.
Anyhow, You’ve some tutorials you can read about and try things out and I believe if u see them you’ll be able to solve ur 1vs1 problem, and even if not, we’re here 
Leepo’s tutorial and game examples :
http://forum.unity3d.com/viewtopic.php?t=30788
As a unity networking developer, Without Leepo’s tutorials and examples I’d know ALOT less than I know now.
and :
http://unity3d.com/support/resources/example-projects/networking-example
oh ty for the tutorials ^^
btw, is there a way to send information from my javascript code to a c# script? for example i want to send the position and state of my character to the other player so in his computer it gets updated. the position and state of my char is stored in my javascript code with some simple variables (floats and ints) but the thing is, to send it via smartfox it needs to connect via c# is there a way to communicate javascript with c# ?
ty ^^