implementing Javascipt and C# assets form asset store

Hi guys,

I have going through the asset store and to say its brilliant is an understatement, just one question as im sure someone may have asked this before.
I am writing my game in Javascript which i am quite comfortable with, and i have seen a scoreboard system that would be great to just implement, but when i look at it some of the code is written in C#. Is this okay to implement even though the asset from the store is in C#, i it isnt tehre is quite a few things i am going to use from the asset store for my game.

cheers :smile:

If the asset is implemented correctly (such as following script compilation order rules), it wouldn’t matter what language it’s written in.

–Eric