Is there a way to change the gradle.properties file in Unity

后端 未结 5 628
故里飘歌
故里飘歌 2021-01-05 07:45

Unity has a default gradle.properties file that gets added during the build process. While its possible to change the build.gradle and the settings.gradle files as mentioned

5条回答
  •  一向
    一向 (楼主)
    2021-01-05 08:27

    Although this is not a perfect solution, you can use the "Export Project" option.

    Build Settings

    After exporting the project, you can modify gradle.properties and build using AndroidStudio or command line.

提交回复
热议问题