First Android Game - Part 11 - Version NumberAug 6, 2023This is part 11 of making my first Android Game. If you missed part10, you can find it hereI 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 numberI created a script that would change the text of a TextMeshProUGUI text to Application.VersionNumberI created a prefab that has TextMeshProUGUI and the VersionNumber.cs componentThe VersionNumber is added into the loginThe VersionNumber is added into the lobbyThe VersionNumber is added into the roomThe VersionNumber is added into the game sceneSee the next blog part 12 hereRecent blogsSee all blogs