Unity3D/Android
[Error] Stopped polling job due to exception: System.NullReferenceException: Object reference not set to an instance of an object
blueasa
2020. 7. 1. 16:57
Android Target API Level을 28에서 29로 올리니 에러가 떠서 무슨 문제인지 확인해보니 Play Services Resolver 버전 이슈가 있는 것 같다.
현재 v1.2.135를 쓰고 있는데 v1.2.138에서 버그 수정 됐다는 아래와 같은 답변이 있다.
버전업을 해야 될 것 같다.
[답변]
[답변 출처] https://github.com/googlesamples/unity-jar-resolver/issues/344
A null reference exception occurs when setting the target api level to API 29 in Unity. · Issue #344 · googlesamples/unity-jar
Settings Unity editor version: Unity 2019.2.13 through Unity 2019.3.7 are the ones I tested External Dependency Manager version: v0.10.07 Features in External Dependency Manager in use (Android Res...
github.com
반응형