Andreas Widijargo

Results 2 issues of Andreas Widijargo

Can we extract a tar.gz file? I've tried to use the `addCustomFileExtension(".tar.gz")` method but returns error. Thanks

Hi, I try to create custom methods under UnityPlayerActivity.java and try to communicate with Unity. Here is the code, I put it under UnityPlayerActivity.java: ``` public void ActionTest(String data){ android.util.Log.i("[FROM...