Error Unable to Initialize Unity Engine & not found class AssetPackManagerFactory #69
Answered
by
firdiansyah-ramadhan-programmer
firdiansyah-ramadhan-programmer
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
im removing fast follow and install time, and the game is working but on demand download still not working, this is the error
|
Beta Was this translation helpful? Give feedback.
0 replies
-
FINALLY I MAKE IT WORKS! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
firdiansyah-ramadhan-programmer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
so the culprit was actually
Proguard
it is removing some unused class from game, play asset delivery package actually provide proguard files, but it is not included in gradle
.
gradle only include this files
.
so i make my own script to generate combined proguard files