일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
- Unity
- stream
- Barcode
- APP
- compare
- Class
- UNO
- mfc
- java
- file access
- length
- atmega328
- parameter
- public
- memory
- Read
- sensor
- Android
- 3D
- wpf
- Pointer
- SERIAL
- digitalRead
- c++
- preprocessing
- aduino
- Encapusulation
- Contour
- inheritance
- flutter
- 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..