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