arfoundation-samples
arfoundation-samples copied to clipboard
Example content for Unity projects based on AR Foundation
It'll be really nice to have an ARCore Geospatial API sample in addition to the existing ARKitGeoAnchors sample that demonstrates how to put anchors/objects in a real-world location
**Unity bug report case number** IN-9509 **Describe the bug** When changing camera configuration in the CPU image scene, the screen becomes dark and all other images stop updating. **To Reproduce**...
**Describe the bug** For even the most basic AR setup in Unity, the app almost instantly hangs or does so when you interact with it once when in play mode....
I use render streaming and AR foundation package to build my project, the purpose is to achieve the function of AR remote rendering. The client side collects the modelview matrix,...
**Describe the bug** In the ARFoundation HDR ambient-light estimation demo scene you assign [here](https://github.com/Unity-Technologies/arfoundation-samples/blob/31fe4cb91b6fa8e68d562623c669bfafae3bc65f/Assets/Scripts/HDRLightEstimation.cs#L179) the intensity ``` if (args.lightEstimation.mainLightIntensityLumens.HasValue) { mainLightIntensityLumens = args.lightEstimation.mainLightIntensityLumens; m_Light.intensity = args.lightEstimation.averageMainLightBrightness.Value; } ``` You are...
ARKit provides access to the depth map from the TrueDepth camera. ARFoundation provides access to depth maps from the rear facing camera (if available) but not the front facing camera....
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
**Describe the bug** I'm new for AR. The issue is a new 3D unity project import essential AR package and building to the iOS, but after open the app and...
Hello Guys, I am working on a project in AR Foundation in which I need to create my own Occlusion Shader. Below is a modified copy of the Unlit/ARCoreBackground/AfterOpaques Shader...
**Unity bug report case number** Please log a bug at https://unity3d.com/unity/qa/bug-reporting and post the case number here. **Describe the bug** When using the recording feature the saved video doesnt show...