0
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Unity+VSCode環境覚書 (ついでにEmacsバインディングも)

Last updated at Posted at 2018-06-09

自分へのメモ

環境

  • Windows 10
  • Unity 2018.1.1f1
  • Visual Studio Code 1.24.0

作業

VSCodeをインストール・設定

適当にインストール。
VSCodeでUnityのメタファイルまで見えると邪魔くさいので、設定で消す。
conf.PNG

VSCodeへプラグインを入れる

以下のように入れた。
plugin.PNG

Unity側の設定:VSCode.cs

Unity側の設定:Preferences

以下のように設定。チェックボックスをいじるだけ。
pref.PNG

これでPreference->Extenal Tools->External Script Edior にVSCodeが出てくるはず。
あとはAssets->Open C# project In Codeで。

隘路

一回引っかかった。上記設定ではVSCodeのパスが間違っていることがある。
Preference->VS Code->VS Code PathにインストールしたVSCodeのcode.cmdを設定してForce Update。
(今回の正しいパスは C:/Program Files/Microsoft VS Code/bin/code.cmd)

0
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?