I Export my unity project to the android studio using these steps:
https://forum.unity.com/threads/integration-unity-as-a-library-in-native-android-app.685240/
But I want to ask that is there any option that I can send data from my native android app Intent to unity scripts because I am making an online game and I need to transfer my tokens to unity.
I have saved the token in shared preferences using Encrypted SharedPreference library in the android studio, server required token to respond on request so I want the token from my android intent to unity script.
Or Is there any way in unity to decrypt this token.
Please help me I am stuck