From 9159f4d2f314c8bdbcc0897ccedf8b9ddc183ff7 Mon Sep 17 00:00:00 2001 From: Masataka SUMI Date: Wed, 23 Aug 2023 15:12:06 +0900 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 55b0e00c0..aac0ffa81 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ UniVRM can import/export following supported file types at both runtime and edit ## Supported Environments -The latest UniVRM supports Unity 2020.3 LTS or later. +The latest UniVRM supports Unity 2021.3 LTS or later. UniVRM supports scripting backends both .NET and IL2CPP. @@ -49,7 +49,7 @@ The other platforms maybe work but they are not tested. ### Latest Release -[Latest Release Version (supports Unity 2020.3 LTS or later)](https://github.com/vrm-c/UniVRM/releases/latest) +[Download here](https://github.com/vrm-c/UniVRM/releases/latest)
Previous Releases

@@ -59,6 +59,7 @@ These are **not supported**. | Unity Version | UniVRM Release | VRM 1.0 support | | ---- | ---- | ---- | +| 2020.3 | [v0.111.0](https://github.com/vrm-c/UniVRM/releases/tag/v0.111.0) | Yes | | 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 |