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