Last active
June 30, 2025 06:07
-
-
Save RoeiRubach/710136d5799c201cf24fad1e86d0f47c to your computer and use it in GitHub Desktop.
[Unity Android Support] How to delete and reinstall Unity Android Support #HowTo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1. Restart the PC | |
| 2. Go to: | |
| C:\Program Files\Unity\Hub\Editor\2019.2.6f1\Editor\Data\PlaybackEngines\ | |
| (this example is for 2019.2.6f1 but you can choose any other) | |
| 3. You will find there a folder "AndroidPlayer". Delete that AndroidPlayer folder. | |
| You will need to be a User with Admin rights, and this is probably why Unity fails on uninstall, it has no permission to delete the folder. | |
| 4. Go to: | |
| https://unity3d.com/unity/whats-new/2019.2.6 | |
| (this example is for 2019.2.6f1, on the right side of the page, choose your version) | |
| Or if using BETA version go to: | |
| https://unity3d.com/unity/beta/2019.3#downloads | |
| Future releases, just adapt the link or Google it. | |
| 5. On the left side of that page under Component Installers Windows (or macOS), choose Android Target Support. | |
| 6. It will download UnitySetup-Android-Support-for-Editor-2019.2.6f1.exe in this example, so run that to install. Done! | |
| Cheers! |
Thanks mate
Thanks,
Thanks a lot
ty
So I installed "UnitySetup-Android-Support-for-Editor-2022.3.7f1.exe" manually on my Test-Computer, but the Android-Module doesn't show up in the Installs: (this is a screenshot how it should be, on my testmachine the Android Module is missing/not showing up)
But the Installer created and installed files in C:\Program Files\Unity\Hub\Editor\2022.3.7f1\Editor\Data\PlaybackEngines\AndroidPlayer , this folder wasn't there before.
Damet , Garm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks!