Show version if on the Browser

This commit is contained in:
2025-06-05 21:31:25 -07:00
parent 7bd76275d0
commit ccc6a5431c

View File

@@ -11,5 +11,9 @@ public class VersionText : MonoBehaviour
{ {
text.text = "Current: v" + Application.version; text.text = "Current: v" + Application.version;
} }
else
{
text.text = "v" + Application.version;
}
} }
} }