Hey, I’m trying to send two separate Android Games to my phone, however when I do this the second game will overwrite the first game and that first game will not show up. Is there anyway to fix this? Thanks.
The only way I’ve seen this happen is if both games have the same project name. Perhaps storing them in different project folders? Or maybe you are using the same project bundle identifier? You know, that com.yourcompany.yourgame thing in the Build Settings. Check if both games are using the same, and change them if they are. Hope this helps!