# ARSLAMSample **Repository Path**: nswell/ARSLAMSample ## Basic Information - **Project Name**: ARSLAMSample - **Description**: No description available - **Primary Language**: C# - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 准备工作 ## Unity版本 2019.3+ ## 安装依赖模块 |模块名称|版本| |---|---| |com.unity.xr.arcore|**3.1.3**| |com.unity.xr.arfoundation|**3.1.3**| |com.unity.xr.arkit|**3.1.3**| ## 怎么安装 将如下npm复制到Packages/manifest.json中 ``` "com.unity.xr.arcore": "3.1.3", "com.unity.xr.arfoundation": "3.1.3", "com.unity.xr.arkit": "3.1.3", ``` * * * # Sample 打开 Scenes/SampleScene 即可进行打包app进行体验 Focus group 呈现绿色时即寻找到平面,红色则未寻找到 # 脚本接口 事件 FocusPlacement.FocusOnEvent 介绍 用于寻找到平面回调 参数 FocusEventArgs(Position,Rotation,Tracked)