LoginSignup
9
6

More than 5 years have passed since last update.

JetBrains Riderから[⌘+p]でUnityをRunする(Macのみ)

Last updated at Posted at 2016-09-13

JetBrainsのC#用IDE Rider

RiderはJetBrains製のC#IDEです。いまならEAP版が出ていて無料で使えます。
https://www.jetbrains.com/rider/

JetBrainsの使いやすさそのままで使えて、たいへん健康的にコーディングができる上物でございます。

前準備

設定方法: RiderのExternal Toolsに Unityを起動してRunするスクリプトを埋める

  • Githubからunityを叩き起こす用のスクリプトをcloneしてどこかに置いておきます
  • External Toolsの+ボタンを押して新しいのを作ります。 Kobito.jNGs4Q.png
  • 詳細を記述します Kobito.eprdzk.png
    • ↑ Tool Settingsの[Program]のところに、さっきGithubから落としてきた「unity-runner/run.sh」を指定します

これでファイルメニューから[Tools]-[External Tools]-[run unity]で、Unityのwindowにフォーカスがあたり、cmd + pされます!ヤッター!

Rider側にショートカットをつける

Keymapで[cmd + p]に設定すると気持ちよいでしょう!

Kobito.W4wIvX.png

9
6
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
9
6