Tim Mowrer
6 年前
当前提交
5e6609a9
共有 12 个文件被更改,包括 268 次插入 和 112 次删除
-
30Assets/Scripts/ARFeatheredPlaneMeshVisualizer.cs
-
106Assets/Scripts/ARWorldMapController.cs
-
13Assets/Scripts/DisableVerticalPlanes.cs
-
13Assets/Scripts/LightEstimation.cs
-
71Assets/Scripts/LightEstimationUI.cs
-
43Assets/Scripts/PlaceOnPlane.cs
-
18Assets/Scripts/PlaneDetectionController.cs
-
20Assets/Scripts/TestCameraImage.cs
-
48Packages/manifest.json
-
2ProjectSettings/ProjectVersion.txt
-
13README.md
-
3ProjectSettings/VFXManager.asset
|
|||
{ |
|||
"dependencies": { |
|||
"com.unity.xr.arcore": "1.0.0-preview.23", |
|||
"com.unity.xr.arfoundation": "1.0.0-preview.20", |
|||
"com.unity.xr.arkit": "1.0.0-preview.17" |
|||
} |
|||
} |
|||
"dependencies": { |
|||
"com.unity.ads": "2.3.1", |
|||
"com.unity.analytics": "3.2.2", |
|||
"com.unity.collab-proxy": "1.2.15", |
|||
"com.unity.package-manager-ui": "2.0.3", |
|||
"com.unity.purchasing": "2.0.3", |
|||
"com.unity.textmeshpro": "1.3.0", |
|||
"com.unity.xr.arcore": "1.0.0-preview.23", |
|||
"com.unity.xr.arfoundation": "1.0.0-preview.20", |
|||
"com.unity.xr.arkit": "1.0.0-preview.17", |
|||
"com.unity.modules.ai": "1.0.0", |
|||
"com.unity.modules.animation": "1.0.0", |
|||
"com.unity.modules.assetbundle": "1.0.0", |
|||
"com.unity.modules.audio": "1.0.0", |
|||
"com.unity.modules.cloth": "1.0.0", |
|||
"com.unity.modules.director": "1.0.0", |
|||
"com.unity.modules.imageconversion": "1.0.0", |
|||
"com.unity.modules.imgui": "1.0.0", |
|||
"com.unity.modules.jsonserialize": "1.0.0", |
|||
"com.unity.modules.particlesystem": "1.0.0", |
|||
"com.unity.modules.physics": "1.0.0", |
|||
"com.unity.modules.physics2d": "1.0.0", |
|||
"com.unity.modules.screencapture": "1.0.0", |
|||
"com.unity.modules.terrain": "1.0.0", |
|||
"com.unity.modules.terrainphysics": "1.0.0", |
|||
"com.unity.modules.tilemap": "1.0.0", |
|||
"com.unity.modules.ui": "1.0.0", |
|||
"com.unity.modules.uielements": "1.0.0", |
|||
"com.unity.modules.umbra": "1.0.0", |
|||
"com.unity.modules.unityanalytics": "1.0.0", |
|||
"com.unity.modules.unitywebrequest": "1.0.0", |
|||
"com.unity.modules.unitywebrequestassetbundle": "1.0.0", |
|||
"com.unity.modules.unitywebrequestaudio": "1.0.0", |
|||
"com.unity.modules.unitywebrequesttexture": "1.0.0", |
|||
"com.unity.modules.unitywebrequestwww": "1.0.0", |
|||
"com.unity.modules.vehicles": "1.0.0", |
|||
"com.unity.modules.video": "1.0.0", |
|||
"com.unity.modules.vr": "1.0.0", |
|||
"com.unity.modules.wind": "1.0.0", |
|||
"com.unity.modules.xr": "1.0.0" |
|||
} |
|||
} |
|
|||
m_EditorVersion: 2018.1.1f1 |
|||
m_EditorVersion: 2018.3.0f1 |
|
|||
# AR Foundation Samples |
|||
Example projects that utilize *AR Foundation* and demonstrates its functionality with sample assets and components. |
|||
Example projects that use *AR Foundation* and demonstrate its functionality with sample assets and components. |
|||
Requires Unity version 2018.1+ |
|||
|
|||
Requires the AR Foundation package |
|||
Compatible with Unity 2018.3. |
|||
1. Download the latest version of Unity 2018.1 or 2018.2 |
|||
1. Download the latest version of Unity 2018.3 |
|||
3. Open your choice of sample scenes. |
|||
3. Open your choice of sample scene. |
|||
4. See the documentation for the AR Foundation for usage instructions and more information |
|||
See the [AR Foundation Documentation](https://docs.unity3d.com/Packages/com.unity.xr.arfoundation@1.0/manual/index.html) to learn how to get started with the core components. |
|||
4. See the [AR Foundation Documentation](https://docs.unity3d.com/Packages/com.unity.xr.arfoundation@1.0) for usage instructions and more information. |
|
|||
|