- Home /
Use vim with unity?
Hey,
I'm super new to unity and I'm just trying to configure it...how to I use vim with it instead of whatever random text editor it comes bundled with?
Thanks!
Answer by Graham-Dunnett · Aug 24, 2015 at 11:46 AM
I use TextWrangler instead of MonoDevelop. What I do is create empty scripts inside Unity. They'll then get created in the Assets folder on disk. So all you need do is load these in whatever app you want - TextWrangler for me, vim for you.
Your answer
Follow this Question
Related Questions
Why when using get; set; in one script i'm getting null in other script that use it ? 1 Answer
Can someone explain calling other scripts in C#? 2 Answers
combine scripts 0 Answers
best method for high volume script management 1 Answer
How can i check and fire an event when the user look at specific object ? 0 Answers