Hi, I’m wondering if Javascript is a good langauge to use on a project, especially a Multiplayer project, would it be as good as C# and good to use, having a game coded entirely in Javascript, or would it perform worse than a game coded in C#?
I’m also wondering if you can mix C# and Javascript Together in a project or a gameobject without any problems.
Could there be problems if you had a Character Controller and you used C# for the Camera and Javascript for the motor, or would it not work at all?
And for the project, if you had your server or your Multiplayer features coded in Javascript and then you change the language to C# for different parts of the game such as gameobjects, weapons and AI (Performance-Wise).
I’m new to scripting so I’m not entirelly clear on how things work yet.
Thanks for reading!