From 5da58be2753ee0438909a85bf0d8f5fe28693392 Mon Sep 17 00:00:00 2001 From: Masataka SUMI Date: Wed, 8 Mar 2023 16:07:19 +0900 Subject: [PATCH] Write about older release versions --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ce9772334..55b0e00c0 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,24 @@ The other platforms maybe work but they are not tested. ## Installation -[![GitHub latest release](https://img.shields.io/github/v/release/vrm-c/UniVRM?color=green)](https://github.com/vrm-c/UniVRM/releases/latest) + +### Latest Release + +[Latest Release Version (supports Unity 2020.3 LTS or later)](https://github.com/vrm-c/UniVRM/releases/latest) + +
Previous Releases +

+ +You can use an previous version of UniVRM if you use an older version of Unity. +These are **not supported**. + +| Unity Version | UniVRM Release | VRM 1.0 support | +| ---- | ---- | ---- | +| 2019.3 | [v0.99.1](https://github.com/vrm-c/UniVRM/releases/tag/v0.99.1) | No | +| 2018.4 | [v0.79.0](https://github.com/vrm-c/UniVRM/releases/tag/v0.79.0) | No | + +

+
You can install UniVRM using the UnityPackage or the UPM Package.