arfoundation-samples
Example content for Unity projects based on AR Foundation (by Unity-Technologies)
3d-models
3D models I have created (by whatminjacodes)
arfoundation-samples | 3d-models | |
---|---|---|
22 | 2 | |
3,087 | 0 | |
0.9% | - | |
4.4 | 0.0 | |
11 days ago | almost 3 years ago | |
C# | ||
GNU General Public License v3.0 or later | GNU General Public License v3.0 only |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
arfoundation-samples
Posts with mentions or reviews of arfoundation-samples.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-05-11.
-
Need help with AR.
https://github.com/Unity-Technologies/arfoundation-samples/
- ARKit Coaching Overlay?
- Looking for tutorials on Advanced AR Elements in Unity or other Engines
-
Unity AR capabilities overview
If you are looking to get started with the Unity platform and want to get started with code. Here is a great Github repo with a detailed overview and some well-structured code samples: https://github.com/Unity-Technologies/arfoundation-samples
-
I'm completely lost with making my AR camera work properly
Try AR Foundation samples: https://github.com/Unity-Technologies/arfoundation-samples - can you run some of those and confirm they run fine?
-
Creating App using unity
Sure, you can create AR apps for Android and iOS with Unity's AR Foundation package. For examples, check out the AR Foundation Samples repo.
-
Looking for modern/working guides for ARFoundation
The ARFoundation Samples repo is up-to-date, but you need to use the correct branch for your specific version of Unity. See the README's "What version should I use?" section.
-
Plane Detection with ARCore and Unity
This code is Unity's sample code which toggles between enabling and disabling the plane detection. You can check all their samples from here. Save the script and go back to Unity editor.
-
ARFoundations (ARCore) missing values in light estimation.
So I activated the light estimation in the ARCameraManager Object and used the provided sample script as starting point. I get values for the ambient spherical harmonics and main light direction for example, but for some reason I don't get any values for average brightness, color correction or main light intensity. I want to use those values to control a directional light to created shadows mainly.
-
Unity or others for AR?
and this is the one for trackable image (like qr code): https://github.com/Unity-Technologies/arfoundation-samples/blob/main/Assets/Scenes/ImageTracking/BasicImageTracking/TrackedImageInfoManager.cs
3d-models
Posts with mentions or reviews of 3d-models.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-01-18.
-
Plane Detection with ARCore and Unity
Download a picture frame 3D model from here and an image of a low poly world from here. Put them in the project's Asset folder.
-
Augmented Images using ARCore and Unity
Right click on the Hierarchy, choose Create Empty and name it ARModel. Download the frog 3D model from here and add it to the Unity's Asset folder. Drag and drop the frog model to the hierarchy and move it as a child of ARModel. Make sure that the child frog model is positioned in 0, 0, 0.
What are some alternatives?
When comparing arfoundation-samples and 3d-models you can also consider the following projects:
arfoundation-helper
tech-tuesday-tutorials - A repository for tutorials I have made in my Tech Tuesday series. I introduce a new topic on my Instagram every Tuesday.
model-viewer - Easily display interactive 3D models on the web and in AR!
UnityARBlockARRaycast - AR Foundation Demo showing how to block UI touch events during AR Raycasting