miyabi / unity-swift

Native plugin to write native code in Swift for Unity.
166 stars 26 forks source link

Unity2019.4(LTS)に対応 #7

Open naninunenoy opened 4 years ago

naninunenoy commented 4 years ago

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

kiwoob commented 4 years ago

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

naninunenoy commented 4 years ago

@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