文章目录 🟥 检查设备是否支持 ARFoundation🟧 让设备安装 Goodle Play Services for AR🟥 检查设备是否支持 ARFoundation
代码如下:
using System;
using System.Collections;
using UnityEngine.XR.ARFoundation
AR Foundation 示例项目使用教程 arfoundation-samples Example content for Unity projects based on AR Foundation 项目地址: https://gitcode.com/gh_mirrors/ar/arfoundation-samples
1. 项目介绍
AR Foundation 示例项目是由 Unity Technologies 开发的一个开源项…