美文网首页iOS开发指南
xcode7.3.1 ios8 unity5.3.4p6集成

xcode7.3.1 ios8 unity5.3.4p6集成

作者: 巴糖 | 来源:发表于2016-05-20 17:34 被阅读681次

${SOURCE_ROOT}/../VRPlayer/Classes

${SOURCE_ROOT}/../VRPlayer/Libraries/libil2cpp/include

${SOURCE_ROOT}/../VRPlayer/Libraries/bdwgc/include

${SOURCE_ROOT}/../VRPlayer/Classes/Native

${SOURCE_ROOT}/../VRPlayer/Libraries

${SOURCE_ROOT}/../VRPlayer/Libraries/Plugins/iOS

注释: VRPlayer 替换你的unity->ios的工程项目

-weak_framework CoreMotion -weak-lSystem

VRMAX/PrefixHeader.pch

GCC_THUMB_SUPPORT NO

GCC_USE_INDIRECT_FUNCTION_CALLS   NO

UNITY_RUNTIME_VERSION  5.3.4p6

UNITY_SCRIPTING_BACKEND il2cpp

rm -rf"$TARGET_BUILD_DIR/$PRODUCT_NAME.app/Data"

cp -Rf"$PROJECT_DIR/../VRPlayer/Data""$TARGET_BUILD_DIR/$PRODUCT_NAME.app/Data"

rm -rf"$TARGET_BUILD_DIR/$PRODUCT_NAME.app/Data/Raw/QCAR"

标注:两个iOS工程在同一个文件中

相关文章

网友评论

    本文标题:xcode7.3.1 ios8 unity5.3.4p6集成

    本文链接:https://www.haomeiwen.com/subject/vfpnrttx.html