-
Notifications
You must be signed in to change notification settings - Fork 16
Description
New to Swift development and I'm trying to make sense of the workspace vs projectfile and how they are tied together.
I've managed to make some additions and I can build the workspace and get some of the files I see need to go to Unity and I tried building the plugin but it complained about a missing package? I removed an embed and it too eventually compiled but I still don't see all the files you have put into Unity's Plugin folder.
Are all of those built? Raw? Manually Created given the circumstances? Perhaps the UnityCoreBluetooth-Swift.h file isn't generated but manually created? If so then any new methods I create that need to be exposed to Unity need to be added there?
Any context would be nice and educational. Or any documentation you used to make sense of this process would be appreciated.
Regards,
George