Skip to content Skip to sidebar Skip to footer

How To Edit Unity Exported Gradle Project In Android Studio (mainly Unity's .cs Files / Scripts)

I have exported a game made in Unity and exported it to Android studio (using Unity build panel, using Gradle build with export option ticked) in Unity. Then I went to Android st

Solution 1:

Unfortunately...

You will have to go back to Unity, edit them, and recreate another build, and then import the project to Android studio. Then probably work another 2 days to fix the problems.

After compiling your scripts are not in any sort of readable format: it's been compiled down to a dll or other similar binary. You can confirm this by searching your (Android Studio) project for a string that you know appears in one of your scripts. You won't be able to find it.

Post a Comment for "How To Edit Unity Exported Gradle Project In Android Studio (mainly Unity's .cs Files / Scripts)"