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