Delete the file named mainTemplate.gradle (as the existing file is only applicable for the Unity 2018)
Find and change the name of the mainTemplate.gradle that is compatible for the version of the Unity being developed on.
GAMEPOT’s environment variable will be declared on launcherTemplate, so that is not required to be done on the mainTemplate file. Used when declaring additional libraries.
case 1) For Unity editor version 2019.4.40
Change the file name from mainTemplate_GAMEPOT_UNITY_2019_3_Over to mainTemplate.gradle
case 2) For Unity editor version 2021.3.13
Change the file name from mainTemplate_GAMEPOT_UNITY_2020_XX_Over_2022_1_XX.gradle to mainTemplate.gradle
case 3) For Unity editor version 2022.3.00
Change the file name from mainTemplate_GAMEPOT_UNITY_2022_2_XX_Over to mainTemplate.gradle
Find and change the name of the file named launcherTemplate.gradle that is compatible for the version of the Unity being developed on.
Then, declare the GAMEPOT environment variables.
case 1) For Unity editor version 2019.4.40
Change the file name from launcherTemplate_GAMEPOT_UNITY_2019_3_Over to launcherTemplate.gradle
case 2) For Unity editor version 2021.3.13
Change the file name from launcherTemplate_GAMEPOT_UNITY_2020_XX_Over_2022_1_XX.gradle to launcherTemplate.gradle
case 3) For Unity editor version 2022.3.00
Change the file name from launcherTemplate_GAMEPOT_UNITY_2022_2_XX_Over to launcherTemplate.gradle
Find and change the name of the file named baseProjectTemplate.gradle that is compatible for the version of the Unity being developed on.
case 1) For Unity editor version 2019.4.40
Change the file name from baseProjectTemplate_GAMEPOT_UNITY_2019_X_XX to baseProjectTemplate.gradle
case 2) For Unity editor version 2021.3.13
Change the file name from baseProjectTemplate_GAMEPOT_UNITY_2020_X_Over_2022_1_XX.gradle to baseProjectTemplate.gradle
case 3) For Unity editor version 2022.3.00
Change the file name from baseProjectTemplate_GAMEPOT_UNITY_2022_2_XX_Over to baseProjectTemplate.gradle
[Replace Folders and Files]
../Assets/ExternalDependencyManager
../Assets/Firebase
- Modify folder name
Existing: ../Assets/Plugins/Android/Firebase
EDIT: ../Assets/Plugins/Android/FirebaseApp.androidlib
- Edit mainTemplate.gradle (modified according to folder name change)
existing :
dependencies {
...
implementation project('Firebase')
Modify :
dependencies {
...
implementation project('FirebaseApp.androidlib')
...
(Based on macOS Monterey 12.3) If the following error occurs when building Unity, refer to the following and replace the file in ./Assets/Firebase/Editor.
Download the patch file, unzip it, and put it in the /Assets/Firebase/Editor folder (replace the Firebase.Editor.dll file).
[Error phrase]
Unable to find command line tool python required for Firebase Android resource generation.
python is required to generate the Firebase Android resource file google-services.xml from Assets/Plugins/Android/google-services.json. Without Firebase Android resources, your app will fail to initialize.
python was distributed with each Firebase Unity SDK plugin, was it deleted?
System.ComponentModel.Win32Exception (0x80004005): ApplicationName='python',