I am Unity developer but new to augmented reality. I want to start with the basic tasks for AR in Unity3D. But I am confused where and what to start with? I have gone through some of the SDKs like metaio, vuforia and D'Fusion. Which SDK is easy to integrate and use? I have gone through asked question, but it states the benefits and drawbacks of SDKs. There is not enough information about using it in Unity3d.
问问题
11727 次
1 回答
11
D'Fusion 提供的功能比 metaio 和 vuforia 更多,但 D'Fusion 的收费更高,而且每年都需要更新。而 metaio 只收取一次费用,当我们购买 sdk 时,vuforia 也免费用于商业用途。
此外,D'Fusion 是跨平台的应用程序。它支持网络浏览器、android 和 ios,无需使用统一,而 metaio 和 vuforia 支持统一。
Metaio 比 vuforia 易于集成,但 meatio 的功能不如 vuforia。vuforia 的图像跟踪也比 metaio 更强大。此外,vuforia 中支持的其他功能也不包含在 metaio 中。Vuforia 支持 Android 的 Native 函数和 java,原生实现的 ios 应用程序也支持 unity,就像 metaio 支持它们的原生函数 android 和 ios 以及 unity。Metaio 使用 AREL 开发功能,使用 javascript、HTML 和 CSS,我们可以在所有平台上使用此文件。
您可以根据需要使用 metaio 或 vuforia for Unity3D。
于 2014-02-07T12:39:35.237 回答