Title. :p
thanks in advance
h4wkeye
Title. :p
thanks in advance
h4wkeye
You've asked this exact same question in a previous post. http://answers.unity3d.com/questions/51119/creating-a-file-and-writing-into-it-p
If it doesn't work for you in JavaScript do it in C# and use the System.IO namespace as suggested in the marked answer.
what is your actualy problem that short title doesnt explain much at all. Do you not know how to make a new javascript in Unity? In the Project tab go to create then select new javascript, it will open by defualt in UniSciTE code editor, it will also already contain `function Update()` in there which is UnityJava syntax. Then you type some code in the window that has opened and click save in the top right of that window. Once you save you then click on the Unity editor which will bring it to the front and then compile your script automatically.
If you want to edit in javascript and NOT unity java because there is a difference then you either need to do what Meltdown said or on failing that just learn to use UnityJava, there is a scripting reference site for it which is the only thing you need if you already know how to code in java.