I exported Unity app as framework successfully, then include it as framework to use by another application.
It's very similar and I think it's the same approach as Yao2ich tried to do here.
I changed
as seen across the source files in exported XCode project to
Build Unity app as framework then consumed by another app
It's very similar and I think it's the same approach as Yao2ich tried to do here.
I changed
Code (CSharp):
- [NSBundle mainBundle]
Code (CSharp):
- [NSBundle...