본문 바로가기

분류 전체보기

(15)
Unity ARCore Cloud Anchor Unity ARCore Cloud Anchor https://developers.google.com/ar/develop/unity/cloud-anchors/overview-unity Share AR experiences with Cloud Anchors | ARCore | Google Developers Use Cloud Anchors to create multiplayer or collaborative AR experiences that Android and iOS users can share. What is a Cloud Anchor? Using Cloud Anchors, your app lets users add virtual objects to an AR scene. Multiple users c..
Flutter + ARFoundation 기본세팅 (Windows) · 세팅환경 - Unity 2019.3.0fb - Android SDK 30.0 - Android Studio 4.0 - Flutter 1.17.3 - Dart 2.8.4 안드로이드 스튜디오는 이미 설정이 되었다고 가정하고, 안드로이드 스튜디오에 flutter를 사용하여 Unity ARFoundation을 위젯 형식으로 사용하는 방법을 설명하고자 한다. 만약 안드로이드 스튜디어 설정이 되어있지 않다면 다음 게시글을 참조. · Flutter + Unity https://github.com/snowballdigital/flutter-unity-view-widget 먼저 Flutter와 ARFoundation을 연결하기 전에, Flutter에서 Unity 씬을 위젯형식으로 불러보도록 하자. 위의 링크를 통해 ..
Flutter + Unity(IOS) 0_1 전체 Download https://github.com/snowballdigital/flutter-unity-view-widget snowballdigital/flutter-unity-view-widget Embeddable unity game engine view for Flutter. Advance demo here https://github.com/juicycleff/flutter-unity-arkit-demo - snowballdigital/flutter-unity-view-widget github.com 0_2 Build.cs, XcodePostBuild.cs download https://github.com/juicycleff/flutter-unity-arkit-demo/tree/mas..
Flutter 설치 (MAC) https://flutter.dev/docs/get-started/install/macos 1. Flutter 설치 (Terminal로 설치) git clone https://github.com/flutter/flutter.git 경로 지정은 bash_profile에 export PATH="$PATH: [PATH_TO_FLUTTER_GIT_DIRECTORY]/flutter/bin" 을 저장하고 vi ~/.bash_profile Terminal을 새로 실행할 때마다 아래 코드를 실행해야 한다. source ~/.bash_profile * 경로 지정이 올바르게 완료 되었는지 확인 which flutter 개발 binaries Download flutter precache 2. Tool 별 Setting(To..
Viro 설치 (Mac) https://docs.viromedia.com/docs/quick-start Quick Start (Mac/Linux) Quick start guide to get you setup and developing AR/VR applications in 10 mins! (No Xcode or Android Studio required) Prerequisites AR (iOS) OSX computer or Linux computeriOS Device with A9 chip or higher and running iOS 11 or higher. AR (Android) OSX/Lin docs.viromedia.com 기본적으로 위와 같은 과정을 거치면 된다. (필자는 React-Native CLI를 이미 설치했으..
React Native CLI 설치 (Mac) Homebrew 설치(Terminal) /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" Nodejs 설치(Terminal) brew install node Watchman 설치(Terminal) brew install watchman React-Native CLI 설치(Terminal) npm install -g react-native-cli Xcode 설치 Cocoapods 설치(Terminal) sudo gem install cocoapods JDK 설치(Terminal) brew tap AdoptOpenJDK/openjdk brew cask install adoptopen..
Swift(StoryBoard) + Unity 참고 _1 (전부 download) https://github.com/jiulongw/swift-unity jiulongw/swift-unity Sample code that integrate Unity (2017.1+) scene into iOS (Swift 4.0, Xcode 9+) project. - jiulongw/swift-unity github.com _2 (Extra download) https://medium.com/@IronEqual/how-to-embed-a-unity-game-into-an-ios-native-swift-app-772a0b65c82 How to embed a Unity game into an iOS native Swift App Hi! For one or our fut..