일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Read
- Barcode
- inheritance
- sensor
- 3D
- Contour
- c++
- Encapusulation
- Class
- mfc
- aduino
- atmega328
- wpf
- Unity
- memory
- compare
- SERIAL
- parameter
- flutter
- Android
- Pointer
- java
- public
- APP
- preprocessing
- digitalRead
- UNO
- stream
- length
- file access
Archives
- Today
- Total
목록unity3d plugin (1)
폴크(FOLC)

# Unity 프로젝트 컴파일 관련 > 컴파일 정상 후 Install 하고 나서 화면이 black 으로 표시되는 오류 발생 android -> unityLibrary -> proguard-unity.txt 의 내용을 수정해주면 된다. -keep class bitter.jnibridge.* { *; } -keep class com.unity3d.player.* { *; } -keep interface com.unity3d.player.IUnityPlayerLifecycleEvents { *; } -keep class org.fmod.* { *; } -keep class com.google.androidgamesdk.ChoreographerCallback { *; } -keep class com.google..
Unity/Unity 사용법
2021. 8. 17. 16:57