how to always display line numbers in uniscite
Hi, new to Unity, and using PCs. Every time I open a script to look at it, it always displays without line numbers. I have to go to view/line numbers to turn it on. And when I close the editor, and...
View ArticleMonodevelop problems with curly braces
Hi there,I finally switched from Monoscite to Monodevelop. I've always been content with Monoscite but after I had found out that Monodevelop offers code completion I just couldn't resist. There's one...
View ArticleCan I change the Unity Editor's built-in font?
Hi Everyone,As the title implies, can I change the Unity Editor's built-in font? This is not the component font I'm referring to.For the purpose of viewing a text/code/script asset in the inspector...
View ArticleIs there something better than Monodevelop?
I have numerous Monodevelop issues. see here: http://answers.unity3d.com/questions/44064/is-monodevelop-find-in-files-supposed-to-be-this-slowI just wanted to know if there were any other options. My...
View ArticleEditor other than UniTron for Unity Mac
Is there something to use to edit Unity Javascript on Mac other than UniTron?Why not UniTron.. No codebreak points or markers. UniTron is extremely weak in terms of parsing - it doesn't highlight...
View ArticleCounting lines of code.
Hey, does Unity provide a way to count lines of code? I was looking into using something like CLOC, but I can't figure out how to integrate it. Cheers for any help. Simon
View ArticleMonoDevelop and UniSciTE not auto completing JavaScript with 3.4
Before the version 3.4, UniSciTE was working fine with JavaScript, but in 3.4 it isn't auto completing Unity keywords. So I tried MonoDevelop, the new default script editor, but it doesn't auto...
View ArticleMovment Script Help
When creating my script, it dosent have edit so i must open up Mono, i put the script in and it has errors how can i edit my scripts?
View ArticleUnity 3D don't open java or C script...
I don't understand why in Unity 3D 2.6 i was able to open and edit Java or C Script. In Unity 3.4 i can't do that. I try to open it, but nothing happen. why?
View ArticleQuery on UnityScript Editor Features
Hello. Coming from Visual C++ Express, I have grown accustomed to a handy feature that I've not found in the UnityScript editor (including via Google) and now miss: Jumping to function/struct/class...
View ArticleHow to make a CustomEditor match herited class
Hi ! If for example I have a class named "Animal" and some class like "dog" and "cat" all in different scripts as : public class Animal : Monobehavior { void Update(){} } public class Cat : Animal {...
View ArticleThe associated script can not be loades (Console pic)
![alt text][1] [1]: /storage/temp/11596-help.png I just inserted a aiming script Just checked everything but the giving error scripts are fine i think so. Here is the youtube video...
View Articlesaving a list of transforms
hi i was just wandering if theres anything out there to save the position and rotation of multiple objects in the scene. so say i want to place some objects in the scene as if they have been smashed...
View ArticleUpdated Unity to 4.3 and now I can't Drag and move Selected Text in Monodevelop
How would I set Monodevelop to drag and move selected text in the editor? It was doing this before I updated Unity to 4.3. Thanks for the help :D
View ArticleHow do i change this script to chase the closest target?
I've been having a lot of trouble on this, this script is on an enemy prefab in my multiplayer game i'm making. I didn't make the script so i'm having some trouble, would anyone be kind enough to edit...
View ArticleAdd stuff to script by default when created
Hello! I want to know how to add stuff to a script when it is created, like the way that scripts always include void `Update () {} void Start () {}` I want to add `if...
View ArticleScript open help?
I made a script called GrappleScript When I try to open it to edit it I get a windows error (see photo)![alt text][1] What is the problem and how can I fix it? [1]: /storage/temp/39660-error.png
View ArticleUsing Sublime Text 2 as a script editor on Mac
Hey there, I'm MacOS user. I found this post on Unity3d wiki and tried to make Sublime Text 2 as my main script editor, but then I was stuck at this part: *"Mac OS X: If the previous External Script...
View ArticleEditor doesn't remember external script editor?
I set gvim to run my scripts with the arguments `--remote-silent +$(Line) "$(File)"` but everytime an assembly reload happens or I exit out/ enter Unity, it resets the script editor to be...
View ArticleMonoDevelop Not Included In My Unity Download
For some reason, MonoDevelop was not included with my download of Unity 4.6.3, and because of this I've had to use a very poor quality code editor. I tried to download it, but ended up downloading...
View Article