I have a build Text UI on my Main Menu and the Same In-Game, but keep finding myself having to go through and modify each one accordingly, Can I use the ‘Version’ under Project Settings: Player in the editor and reference that to display in the Build Version UI’s? I couldnt find any results online.
How do I reference the ‘Version’ in the above image within a script, so that all my UI’s update when I modify the version here?
for example:
BuildText.text = "Current Build: "+playerSettings.Version