- Home /
Can you use the template variable DIR_GRADLEPROJECT to change gradle project location?
I have a problem where I have to know the specific location where the Gradle project exported from Unity will be placed. I have to mention that I know you can export the project, but I want to build my project directly inside of Unity.
So I read in the documentation here https://docs.unity3d.com/Manual/android-gradle-overview.html I saw the DIR_GRADLEPROJECT and that seems to point towards being able to change the location of the gradle project?
Can someone confirm this and if so, how do I use it? I have no clue what the syntax is for using something like that and I can't find any examples of it being used.
Your answer

Follow this Question
Related Questions
How to post process Unity-built dll before il2cpp kicks in? 1 Answer
Building for android freezes at scene 0 Answers
AdMob ads not working in Android Build Unity 2017.4.3f1 2 Answers
Why is this error occuring and how to resolve it ? please help !! 1 Answer
Android APK installation results in Failure [INSTALL_FAILED_MEDIA_UNAVAILABLE] 0 Answers