And i want to know, which lenguige is good for unity (js or C#)? what language is considered a priority? What is the difference between (js and C#) in unity?
It depends on the project. If you know JS well, and you are just making a small project, JS would be the easiest, and therefore the best. For bigger projects you should really use C#, as a class-based object-oriented language really benefits you when you have multiple scripts working together.
I would suggest sticking to what you’re the most comfortable with.
Someone correct me if I’m wrong, but I was reading in a book that c# is used with on windows platforms, where JS is suitable to all platforms…
thanks all of you