일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- stream
- Android
- Class
- atmega328
- mfc
- file access
- java
- wpf
- memory
- preprocessing
- SERIAL
- Contour
- compare
- Overloading
- Read
- APP
- Unity
- Barcode
- Binary
- digitalRead
- flutter
- public
- parameter
- aduino
- length
- inheritance
- sensor
- Encapusulation
- UNO
Archives
- Today
- Total
목록unityutils (1)
폴크(FOLC)
Unity S/W - 예외처리3
# 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