I saved the locomotion system file and then when I was using the scripts they weren't in java script form.How do I change it to java script?
1 Answer
1If a script was written in another of Unity's supported languages, there was no screw up. The scripts are provided as is.
Unity will not automatically translate it for you. If you want a script in another language, you will have to translate it to that language. You can do this yourself, referencing the differences between the languages (C# v. js for example) or you could look for a tool like reflector to do the work for you.