- Unity Android Game Development by Example Beginner's Guide
- Thomas Finnegan
- 146字
- 2021-07-21 18:01:20
Optional code editor
Now a choice has to be made about code editors. Unity comes with a system called MonoDevelop. It is similar in many respects to Visual Studio. And, like Visual Studio, it adds many extra files and much girth to a project, all of which it needs to operate. All this extra girth makes it take an annoying amount of time while it starts up, before one can actually get to the code.
Technically, you can get away with a plain text editor as Unity doesn't really care. This book recommends using Notepad++, found at http://notepad-plus-plus.org/download. Free to use, it is essentially Notepad with code highlighting. There are several fancy widgets and add-ons for Notepad++ that add even greater functionality, but they are not necessary for following this book. If you choose this alternative, installing Notepad++ to the default location will work just fine.
- Docker進(jìn)階與實戰(zhàn)
- Java面向?qū)ο筌浖_發(fā)
- Vue.js 2 and Bootstrap 4 Web Development
- Python深度學(xué)習(xí)
- Java Web開發(fā)技術(shù)教程
- Python 3破冰人工智能:從入門到實戰(zhàn)
- Python編程實戰(zhàn)
- HTML5從入門到精通 (第2版)
- C程序設(shè)計實踐教程
- Deep Learning with R Cookbook
- Orchestrating Docker
- 動手打造深度學(xué)習(xí)框架
- Angular應(yīng)用程序開發(fā)指南
- Mastering Elixir
- TypeScript圖形渲染實戰(zhàn):2D架構(gòu)設(shè)計與實現(xiàn)