Question by
Kinger6621 · Jan 08, 2016 at 12:55 AM ·
scripting problem
Text Editors
I know i can set a text editor as my script editor but will the script editor's Intellisense recognize unitys methods for example if i wanna add some force to a rigidbody will the RigidBody.AddForce() show up on the editors intellisense?
Comment
On a plain text editor certainly not. You need an ID$$anonymous$$ (intelligent development environment) I would recommend Visual Studio from $$anonymous$$icrosoft. Also $$anonymous$$onoDevelopment could be an option. Unity will configure both of them, to enable IntelliSens for Unity's methods.
Your answer
