unity-ar入坑
ar 相关分析
- 关于AR(增强现实)你想要的都在这儿了 - https://www.jianshu.com/p/da327acc88b1
- vr 引擎使用分析 - http://www.0-tech.com/archives/6567
- unity3D和AR VR有前景吗? - https://www.zhihu.com/question/55542399
- 超越VR之后,AR游戏离我们还有多远? - https://zhuanlan.zhihu.com/p/30224724
- ar 开源项目 - https://www.zhihu.com/question/36789791
- 使用Unity开发AR游戏《AR Dragons》经验分享 - http://forum.china.unity3d.com/thread-24266-1-1.html
- AR游戏开发为何困难重重 - http://game.jwycedu.com/news/223.html
- ARKit、ARCore争相入场,创业者们该如何吃这两颗定心丸 - https://cn.technode.com/post/2017-09-08/arkit-arcore/
技术难点分析
调研
pokemon go 分析
政策相关
- 广电总局暂不受理AR+LBS类游戏审批 AR别慌不会中枪 - https://www.zhihu.com/topic/19866282
ar demo 参考:
- Unity 开发AR之 Vuforia - https://blog.csdn.net/ChinarCSDN/article/details/79721399
- 不懂编程,十分钟制作AR应用来哄媳妇 - https://zhuanlan.zhihu.com/p/30135821
书籍:
- AR游戏:基于Unity 5的增强现实开发 - https://item.jd.com/12341528.html (有点辣鸡)
unity 相关插件
- 百度 ar lab
- Baidu DuMix AR Unity SDK Samples - https://assetstore.unity.com/packages/templates/packs/baidu-dumix-ar-unity-sdk-samples-121410
- Baidu DuMix AR Unity SDK Samples(Cloud Recognition) - https://assetstore.unity.com/packages/templates/packs/baidu-dumix-ar-unity-sdk-samples-cloud-recognition-122092
- Vuforia AR+VR Sample - https://assetstore.unity.com/packages/templates/packs/vuforia-ar-vr-sample-101547
- 特效插件 - AR SciFi Effect - https://assetstore.unity.com/packages/vfx/particles/ar-scifi-effect-114120
模型识别
slam 算法
同步定位与地图构建(SLAM或Simultaneous localization and mapping)是一种概念:希望机器人从未知环境的未知地点出发,在运动过程中通过重复观测到的地图特征(比如,墙角,柱子等)定位自身位置和姿态,再根据自身位置增量式的构建地图,从而达到同时定位和地图构建的目的。
- https://www.leiphone.com/news/201605/5etiwlnkWnx7x0zb.html
- https://zh.wikipedia.org/wiki/%E5%8D%B3%E6%97%B6%E5%AE%9A%E4%BD%8D%E4%B8%8E%E5%9C%B0%E5%9B%BE%E6%9E%84%E5%BB%BA
vuforia 价目表
参考: http://www.arreverie.com/blogs/best-augmented-reality-sdk-in-2018/
Pricing:
Licence Type | Development | Consumer (Classic) | Consumer (Cloud) | Consumer (Pro) |
---|---|---|---|---|
Price | Free (WaterMark) | $499 one-time/app | $99 monthly/app | On Request |
Images, Objects, Text | Yes | Yes | Yes | Yes |
SLAM (Surface based) | Yes | Yes | Yes | Yes |
OS Support | Android, iOS & UWP | Android & iOS | Android & iOS | Android, iOS & UWP |
Cloud Recognition | 1,000 recos/month | – | 10,000 recos/month | 10,000+ recos/month |
VuMark | 100 VuMarks | 100 VuMarks | 100 VuMarks | 100+ VuMarks |
智慧旅游
H5 ar 相关
- AR.js —— 用于 Web 的高效增强现实(AR)库 - http://www.html5dw.com/post/5676
- 前置条件: 适用于任何带有 webgl 和 webrtc 的手机
- 打破常规H5,QQ-AR开创交互玩法新纪元 - https://www.zcool.com.cn/article/ZNjAxMjIw.html
解决方案
1. 视+ (easyAR) : (建议)
参考:
开发者中心 - https://www.easyar.cn/view/developCenter.html#license
收费 - https://www.easyar.cn/view/developCenter.html#addTrialCrs?1. 按此收费支持 webar, 按日货不支持 webar
- 1万次/日, 599元/月
- 2万次/日, 1200元/月
- 单日超过 1万次, 按 0.01元/次 另外计算
2. threejs + ar.js
AR.js
Browser Support
Demo tested on the following browser setups:
- Desktop Chrome with webcam and 2 tabs (one for Hero, one for result) (works!)
- Android native 4.4.2 (doesn’t work, doesn’t ask for permission to use camera. I see white background and text)
- Android native 5.0 (doesn’t work, doesn’t ask for permission, I see white background and text)
- Chrome on Android 4.4.2 (works!)
- Chrome on Android 5.0 (doesn’t work, asks for permission, I see black background, text and a chart)
- Safari and Chrome on iOS < 11 (doesn’t work, doesn’t ask for permission, I see white background and text)
- Microsoft Edge on Windows 10 (Chrome on Google Pixel phone to view hologram)
webrtc
- WebRTC 的前世今生 - https://blog.coding.net/blog/getting-started-with-webrtc
- 小黄人经典H5和AR案例汇总 - http://www.ui.cn/detail/261156.html
- iOS 用户暂不支持,Android 上目前已测试 Chrome,微信内置浏览器,QQ内置浏览器 - https://zhuanlan.zhihu.com/p/24800940
注意事项
支持平台
iOS 用户暂不支持**,Android 上目前已测试 Chrome,微信内置浏览器,QQ内置浏览器 - https://zhuanlan.zhihu.com/p/24800940
访问链接要求
内网访问可以用 http, 外网域名访问必须使用 https (直接丢到我的nas上, 已配好https访问的tomcat: https://h5.wilker.cn/)