纲要
- rider for unreal
- rider配置
rider for unreal
简单说就是rider
专门为unreal
开发的一个idea
;目前还是处于beta
阶段。
https://www.jetbrains.com/lp/rider-unreal/
基本上是包含以下几个特点:
- A Fast IDE with native C++ support
- Knowledgeable about Blueprints
- Assists with the reflection mechanism
- Takes care of the Unreal Engine code style
- Profound code analysis & RPC support
rider配置
- rider for unreal engine下载
https://www.jetbrains.com/rider/unreal/
通过上述的link填好申请后,会收到一个邮件,点击邮件的link激活后,在rider证书登录后就能看到已经激活的app;
下载安装完成后自行登录账号激活就可以了!
- unreal配置
通过Editor
–>Plugins
添加rider
插件
最后通过Editor
–>Editor Preference
指定source code
的编辑器为rider
:
重启UE
后,在File
菜单中就能看到rider
工程相关了!