Skip to content
This repository has been archived by the owner on Mar 9, 2024. It is now read-only.

Commit

Permalink
Add note about beebyte obfuscator (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
dginovker authored Feb 1, 2023
1 parent 13ad5af commit a23ce3e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ If you're running the Unity activity in a separate process, then modify *Android

If you are sure that your plugin is up-to-date, then enable **Custom Proguard File** option from *Player Settings* and add the following line to that file: `-keep class com.yasirkula.unity.* { *; }`

- **Can't share when using Beebyte Obfuscator, it says "Exception: No such proxy method: xyz.HasManagedCallback()" in Logcat**

Add `NativeShareNamespace.NSShareResultCallbackAndroid` to the `Skip Classes` section of your obfuscator settings asset.

## EXAMPLE CODE

The following code captures the screenshot of the game whenever you tap the screen, saves it in a temporary path and then shares it:
Expand Down

0 comments on commit a23ce3e

Please sign in to comment.