First Android Game - Part 11 - Version Number Aug 6, 2023
This is part 11 of making my first Android Game. If you missed part10, you can find it here I want each scene to display the version number so I know what version the user is playing in. The version number is from Project Settings > Player > Other > version number I created a script that would change the text of a TextMeshProUGUI text to Application.VersionNumber I created a prefab that has TextMeshProUGUI and the VersionNumber.cs component The VersionNumber is added into the login The VersionNumber is added into the lobby The VersionNumber is added into the room The VersionNumber is added into the game scene See the next blog part 12 here
Recent blogs See all blogs