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