All Projects → juicycleff → Flutter Unity Arkit Demo

juicycleff / Flutter Unity Arkit Demo

This demo uses flutter unity view widget to show AR KIT with Unity3D

Projects that are alternatives of or similar to Flutter Unity Arkit Demo

Arshooter
A demo Augmented Reality shooter made with ARKit in Swift (iOS 11)
Stars: ✭ 794 (+412.26%)
Mutual labels:  demo, arkit
Unity Shaders
✨ Shader demo - More than 300 examples
Stars: ✭ 198 (+27.74%)
Mutual labels:  unity3d, demo
Fontainebleaudemo
Fontainebleau demo
Stars: ✭ 524 (+238.06%)
Mutual labels:  unity3d, demo
Expo Chroma Key Camera
Live green-screen effect with Expo and THREE.js
Stars: ✭ 28 (-81.94%)
Mutual labels:  demo, arkit
Expo Three Demo
🍎👩‍🏫 Collection of Demos for THREE.js in Expo!
Stars: ✭ 76 (-50.97%)
Mutual labels:  demo, arkit
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 (-20%)
Mutual labels:  unity3d, arkit
Arkit 2 Image Tracking Demo
iOS 12 + ARKit 2 + Image tracking means: Harry Potter style moving pictures, living movie posters, video postcards, paper-thin “displays,” and lots more augmented reality fun.
Stars: ✭ 102 (-34.19%)
Mutual labels:  demo, arkit
Gameframework demo
基于Unity3D框架Game Framework( http://gameframework.cn )的教程和实例,对应教程:http://www.benmutou.com/archives/category/unity3d/game-framework
Stars: ✭ 138 (-10.97%)
Mutual labels:  unity3d, demo
Mmtexturechat
AsyncDisplayKit(Texture) Smooth Scroll Chat Simulation for Whatsapp and iMessage
Stars: ✭ 149 (-3.87%)
Mutual labels:  demo
Nextlevel
NextLevel was initally a weekend project that has now grown into a open community of camera platform enthusists. The software provides foundational components for managing media recording, camera interface customization, gestural interaction customization, and image streaming on iOS. The same capabilities can also be found in apps such as Snapchat, Instagram, and Vine.
Stars: ✭ 1,940 (+1151.61%)
Mutual labels:  arkit
Klaksyphon
Syphon plugin for Unity
Stars: ✭ 149 (-3.87%)
Mutual labels:  unity3d
Interactivelandscape
An exploration of an animated interactive landscape built with three.js.
Stars: ✭ 150 (-3.23%)
Mutual labels:  demo
Code
This repository contains curated code written in Red and its dialects.
Stars: ✭ 151 (-2.58%)
Mutual labels:  demo
Core
CatLib lightweight dependency injection container
Stars: ✭ 148 (-4.52%)
Mutual labels:  unity3d
Unity Ui Examples
📚 A collection of UI examples for Unity.
Stars: ✭ 152 (-1.94%)
Mutual labels:  unity3d
Doc Scripts
React Document Build Tool Scripts , Like react-scripts of create react app
Stars: ✭ 149 (-3.87%)
Mutual labels:  demo
Cocos Creator Joystick
🕹 Cocos Creator Joystick Demo 虚拟摇杆
Stars: ✭ 148 (-4.52%)
Mutual labels:  demo
Cmumocap
Unity humanoid animations converted from the Carnegie Mellon University Motion Capture Database
Stars: ✭ 153 (-1.29%)
Mutual labels:  unity3d
Genealogy
Laravel 8 and Vue family tree and genealogy data processing website.
Stars: ✭ 153 (-1.29%)
Mutual labels:  demo
Unity Curve Utils
A utility that can use 18 kinds of curve algorithm.
Stars: ✭ 151 (-2.58%)
Mutual labels:  unity3d

flutter_unity_widget ARKIT DEMO

Demonstrates how to use the flutter_unity_widget plugin with Unity3D ARKIT using the Unity Foundation Demo.

Run the sample on Android

  1. Open the unity project and build it: Menu -> Flutter -> Export Android
  2. Copy android/UnityExport/libs/unity-classes.jar to android/unity-classes/unity-classes.jar and overwrite the existing file. You only need to do this each time you use a different Unity version.
  3. flutter run

Run the sample on iOS

  1. Open the unity project and build it: Menu -> Flutter -> Export iOS

    Be sure you use at least Unity version 2019.3 or up.

  2. open ios/Runner.xcworkspace (workspace!, not the project) in Xcode and add the exported project in the workspace root (with a right click in the Navigator, not on an item -> Add Files to "Runner" -> add the UnityExport/Unity-Iphone.xcodeproj file

  1. Select the Unity-iPhone/Data folder and change the Target Membership for Data folder to UnityFramework
  1. flutter run
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].