일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- java
- Pointer
- public
- wpf
- sensor
- SERIAL
- Overloading
- compare
- aduino
- Android
- parameter
- preprocessing
- memory
- flutter
- inheritance
- stream
- Encapusulation
- Read
- c++
- file access
- digitalRead
- Class
- UNO
- atmega328
- mfc
- APP
- length
- Unity
- Contour
- Barcode
- Today
- Total
목록unity to android (2)
폴크(FOLC)

1. UnityMessageManager 이용 > NativeAPI.cs + SingletonMonoBehaviour.cs + UnityMessageManager.cs * 소스 코드 ( script.cs ) > using System.Collections; > using System.Collections.Generic; > using UnityEngine; > using UnityEngine.XR; > using UnityEngine.XR.ARFoundation; > public class MessageTest : MonoBehaviour > { > public UnityMessageManager unitymessageManager; > void Awake() > { > unitymessageManage..

1. AR 관련 패키지 설치 # Menu - Window - Package Manager 2. AR 관련 패키지 선택 # Packages:Unity Registry 선택 3. AR 관련 패키지 설치 # AR Foundation, ARCore XR PlugIn, ARKit XR PlugIn # AR Foundation은 Google의 AR Core의 기능과 Apple의 AR Kit의 기능을 가지고 만들어낸 통합 SDK입니다. > AR Foundation을 사용하면 두 플랫폼(AOS, iOS) 둘 다 구현 가능 4. AR 관련 Session 추가 # Hierarchy - XR - AR Session Origin, AR Session, AR Default Plane 5. Object 내용 정리 # Main C..