Hello all,
My company would like to add stickers and an iMessage app extension to our Unity3D game. Since we use automated build processes several times a day to build to iOS, we are constantly generating a new .xproj file for XCode, and need to make any changes to the project either through Unity3D directly, or in post-process build.
Since Unity3D doesn't currently support stickers, it seems what I need to do is add a new target to the project through code. There is a library in...
xcodeapi for adding Sticker extensions
My company would like to add stickers and an iMessage app extension to our Unity3D game. Since we use automated build processes several times a day to build to iOS, we are constantly generating a new .xproj file for XCode, and need to make any changes to the project either through Unity3D directly, or in post-process build.
Since Unity3D doesn't currently support stickers, it seems what I need to do is add a new target to the project through code. There is a library in...
xcodeapi for adding Sticker extensions