- Home /
Difference between scripts.
I'm sorry, my english is bad because I speak Portuguese, and I wonder if I can just use scripts in C # or I gotta use the scripts in a project?
Note: I do not know how to use other scripts, only C #.
For Unity, C# is enough! As long as you know C# and can use the Unity API, you should be all set.
Unless I don't understand the question.
BTW, as much as I would recommend that you use C# in your projects, and dislike many of javascript's features, learning to program in more than one language is a very useful skill to have!
Answer by DavidDebnar · Oct 17, 2011 at 08:58 PM
You can use either C# or JavaScript. They both use the Unity libraries, to which you can find documentation here.
David
Your answer
Follow this Question
Related Questions
Multiple Cars not working 1 Answer
Connection between 2 scripts 1 Answer
Swipe Patterns to unlock efects 2 Answers
Accessing variables from scripts issues 1 Answer
Distribute terrain in zones 3 Answers