unity-swift icon indicating copy to clipboard operation
unity-swift copied to clipboard

Unity2019.4(LTS)に対応

Open naninunenoy opened this issue 4 years ago • 2 comments

UnityFrameworkの変更に対応しました #6 このプルリクエストには #5 の更新も含まれます。

naninunenoy avatar Jul 22 '20 11:07 naninunenoy

Thank you for your update. But it seems Xcode cannot find <UnityFramework/UnityFramework-Swift.h>... Is it auto generated? or do I have any missing step not described here? Please help.. @naninunenoy

kiwoob avatar Sep 16 '20 18:09 kiwoob

@kiwoob May be auto. unity generates <UnityFramework/UnityFramework-Swift.h> automatically in unity 2019.3+. unity code is now included in the UnityFramework.framework by default, so we can call unity code from swift. image

naninunenoy avatar Sep 17 '20 01:09 naninunenoy