Skip to content

Commit

Permalink
添加faq条目
Browse files Browse the repository at this point in the history
  • Loading branch information
chexiongsheng committed Aug 1, 2021
1 parent 66b01bb commit aff4624
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion doc/unreal/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,9 @@ ts类是没有StaticClass方法的,所以StaticClass调用其实是继承链

~~~bash
sudo xattr -r -d com.apple.quarantine *.dylib
~~~
~~~

## 纯蓝图工程下加入puerts插件,提示"XXXProject counld not compiled. Try rebuilding from source manually"

对于纯蓝图工程,双击uproject文件,UE可能不会自动编译第三方的C++ Plugins。需要手动生成vs工程(mac下xcode工程),然后在ide编译。

0 comments on commit aff4624

Please sign in to comment.