using TMPro; using UnityEngine; namespace AibisDream.Kit { public class VerText : MonoBehaviour { void Start() { GetComponent().text = $"Ver.{Application.version}"; } } }