您最多选择25个主题 主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Jimmy Alamparambil 2c980b8d allow arfoundation-samples to support LWRP, with a little help from ARFoundation. we could take the changes in the LWRPSupport folder and make them into a separate package (they already have their own assembly). The main idea is when you upgrade to LWRP (by setting up a LWRP settings asset in the graphics settings), you will at the same time, create a LWRPBackgroundRendererAsset, add the two materials in the folder to it, and set it as Custom Renderer Asset on your CameraBackground component on ARCamera. 6 年前
Assets allow arfoundation-samples to support LWRP, with a little help from ARFoundation. we could take the changes in the LWRPSupport folder and make them into a separate package (they already have their own assembly). The main idea is when you upgrade to LWRP (by setting up a LWRP settings asset in the graphics settings), you will at the same time, create a LWRPBackgroundRendererAsset, add the two materials in the folder to it, and set it as Custom Renderer Asset on your CameraBackground component on ARCamera. 6 年前
Packages [XR] Update to latest versions of ARFoundation, ARCore, and ARKit packages 6 年前
ProjectSettings allow arfoundation-samples to support LWRP, with a little help from ARFoundation. we could take the changes in the LWRPSupport folder and make them into a separate package (they already have their own assembly). The main idea is when you upgrade to LWRP (by setting up a LWRP settings asset in the graphics settings), you will at the same time, create a LWRPBackgroundRendererAsset, add the two materials in the folder to it, and set it as Custom Renderer Asset on your CameraBackground component on ARCamera. 6 年前
.gitignore Initial push of arfoundation-samples. 6 年前
README.md [XR] Fix incorrect link to documentation in README 6 年前

README.md

AR Foundation Samples

Example projects that utilize AR Foundation and demonstrates its functionality with sample assets and components.

Requires Unity version 2018.1+

Requires the AR Foundation package

Instructions for installing AR Foundation

  1. Download the latest version of Unity 2018.1 or 2018.2

  2. Open Unity and load the project at the root of the arfoundation-samples repository

  3. Open your choice of sample scenes.

  4. See the documentation for the AR Foundation for usage instructions and more information See the AR Foundation Documentation to learn how to get started with the core components.