- Home /
Can you use the 'Version' under Player settings across the game?
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
Answer by Bunny83 · Apr 05, 2020 at 03:43 AM
You mean Application.version?
I will test that, as I was unsure what the script reference was called EDIT: That works perfectly, Thanks!
Your answer
Follow this Question
Related Questions
Will Unity Pro cause problems? 1 Answer
Version Not Installed? 1 Answer
Android Player Settings is blank, and throws errors 2 Answers
Flash version required to play flash games 0 Answers
Failed to load PlayerPrefs 1 Answer