All Projects → 8thwall → Xr Unity

8thwall / Xr Unity

8th Wall XR Unity projects and resources. Feel free to contribute!

Projects that are alternatives of or similar to Xr Unity

Arfoundation Components
📱 Generic components for use with Unity's AR Foundation package
Stars: ✭ 43 (-60.19%)
Mutual labels:  unity, arkit, arcore
Nativescript Ar
Augmented Reality NativeScript plugin
Stars: ✭ 107 (-0.93%)
Mutual labels:  augmented-reality, arkit, arcore
Teapot shooter
Augmented Reality Teapot Shooter made using Unity and ARCore
Stars: ✭ 30 (-72.22%)
Mutual labels:  unity, augmented-reality, arcore
Viro
ViroReact: AR and VR using React Native
Stars: ✭ 1,735 (+1506.48%)
Mutual labels:  augmented-reality, arkit, arcore
Arkit Unity3d
Access ARKit features like world-tracking, live video rendering, plane estimation and updates, hit-testing API, ambient light estimation, and raw point cloud data.
Stars: ✭ 124 (+14.81%)
Mutual labels:  unity, augmented-reality, arkit
stardust-SDK
Stardust SDK and sample app for Unity
Stars: ✭ 23 (-78.7%)
Mutual labels:  augmented-reality, arkit, arcore
Fritz Examples
A collection of experiences utilizing machine learning models from Fritz AI
Stars: ✭ 181 (+67.59%)
Mutual labels:  unity, arkit, arcore
Jeelizar
JavaScript object detection lightweight library for augmented reality (WebXR demos included). It uses convolutional neural networks running on the GPU with WebGL.
Stars: ✭ 296 (+174.07%)
Mutual labels:  augmented-reality, arkit, arcore
Partfolio
Rosberry Portfolio app made with Apple ARKit
Stars: ✭ 29 (-73.15%)
Mutual labels:  augmented-reality, arkit
Ar Ane
ARKit Adobe Air Native Extension for iOS11
Stars: ✭ 35 (-67.59%)
Mutual labels:  augmented-reality, arkit
Awesome Arcore
A curated list of awesome ARCore projects and resources. Feel free to contribute!
Stars: ✭ 106 (-1.85%)
Mutual labels:  augmented-reality, arcore
Awesome Arkit
A curated list of awesome ARKit projects and resources. Feel free to contribute!
Stars: ✭ 7,139 (+6510.19%)
Mutual labels:  augmented-reality, arkit
Svrf Ios Sdk
iOS SDK for the Svrf API and ARKit Face Filters
Stars: ✭ 24 (-77.78%)
Mutual labels:  augmented-reality, arkit
Arshooter
A demo Augmented Reality shooter made with ARKit in Swift (iOS 11)
Stars: ✭ 794 (+635.19%)
Mutual labels:  augmented-reality, arkit
Archarts
Lovely Augmented Reality Charts for iOS - Built with ARKit
Stars: ✭ 679 (+528.7%)
Mutual labels:  augmented-reality, arkit
Scenekit Scnline
Draw a tube or thick line in SceneKit
Stars: ✭ 49 (-54.63%)
Mutual labels:  augmented-reality, arkit
Arcoreutils
Unity plugin that adds shadow and collision to ARCore.
Stars: ✭ 103 (-4.63%)
Mutual labels:  unity, arcore
Arkit Projects
Experimenting with ARKit
Stars: ✭ 70 (-35.19%)
Mutual labels:  augmented-reality, arkit
Augmentedsolarsystem
An Augmented reality experience to explore planets in our Solar System
Stars: ✭ 69 (-36.11%)
Mutual labels:  augmented-reality, arkit
Arkitgamespritekit
A game inspired by Pokemon Go build with ARKit and SpriteKit
Stars: ✭ 87 (-19.44%)
Mutual labels:  augmented-reality, arkit

8th Wall XR

Banner

8th Wall XR for Unity enables developers to quickly and easily build AR apps that run on all Android or iOS devices. It provides easy-to use APIs for lighting, surfaces, textures, and 3D tracking.


Resources

Sample Unity Projects

  • 8th Wall XR - Tutorial - A simple unity scene containing a table with a TV on top of it. Use as a base project to learn how to AR-enable after downloading the 8th Wall XR unity package.
  • 8th Wall XR - Demo - The same scene as above, but preconfigured with all of the 8th Wall XR controllers added to scene objects. Just install the 8th Wall XR unity package and build!

Scripts

  • AndroidCameraPermissions.cs - Starting with Unity 2018.3, Android apps no longer automatically request camera permissions. This is a very basic example that checks if your app has camera permissions, and if not, requests them. Attach this to a gameObject in your scene.
  • DragAlongSurface.cs - Tap on an object and drag to move it along a surface
  • MeshVisualizer.cs - Displays the mesh of an object. Attach to the same object that has an XRSurfaceController, and enable "Deform To Surface" to visualize the shape of the detected surface"
  • PlaceObject.cs - Tap to place an object in your scene. If tap hits a surface, object will be placed on surface. If not, it will be placed at touch point at a specified distance in front of the camera.
  • SunlightController.cs - A script that controls the rotation of a Directional Light in your scene based on the position of the sun. Makes AR shadows look more realistic by aligning their direction with real world shadows outside.
  • SurfaceVisualizer.cs - Script that will visualize all detected surfaces and display information about the number/type of surfaces. Can assign different materials for horizontal vs vertical surfaces. Use with SurfaceOcclusion.mat & SurfaceOcclusion.shader to occlude game objects that are behind detected surfaces.
  • WorldPointsRenderer.cs - Visualize detected WorldPoints in your scene. Attach to any game object.
  • XRImageDetectionController.cs - Script that makes it easy to define a set of image targets to detect.
  • XRImageDetectionTargetController.cs - Attach this to the game object you want to be anchored/triggered when a tracked image it detected.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].