Add latest version text (bad right now)
This commit is contained in:
@@ -5,6 +5,6 @@ public class VersionText : MonoBehaviour
|
||||
{
|
||||
void Awake()
|
||||
{
|
||||
gameObject.GetComponent<TMP_Text>().text = "v" + Application.version;
|
||||
gameObject.GetComponent<TMP_Text>().text = "Current: v" + Application.version;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user