This commit is contained in:
ousttrue
2023-08-23 06:32:58 +00:00
parent 9d9dc69e7d
commit d03cee2f71
11 changed files with 100 additions and 98 deletions

Binary file not shown.

View File

@@ -5,7 +5,7 @@
## Installation
The UniVRM supports Unity 2020.3 LTS or later.
The UniVRM supports Unity ${unity_version} or later.
You can install UniVRM using the UnityPackage or the UPM Package.

View File

@@ -351,7 +351,7 @@
</section>
<section id="installation">
<h1>Installation<a class="headerlink" href="#installation" title="Permalink to this headline"></a></h1>
<p>The UniVRM supports Unity 2020.3 LTS or later.</p>
<p>The UniVRM supports Unity ${unity_version} or later.</p>
<p>You can install UniVRM using the UnityPackage or the UPM Package.</p>
<section id="vrm-1-0-import-export">
<h2>VRM 1.0 Import/Export<a class="headerlink" href="#vrm-1-0-import-export" title="Permalink to this headline"></a></h2>

File diff suppressed because one or more lines are too long

View File

@@ -1,100 +1,102 @@
<!DOCTYPE html>
<html>
<body>
<head>
<style type="text/css">
html,
body {
{
color: black;
background-color: white;
width: 100%;
height: 100%;
<head>
<title>UniVRM</title>
<style type="text/css">
html,
body {
color: black;
background-color: white;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
}
}
display: flex;
flex-direction: column;
}
main {
{
display: flex;
justify-content: center;
align-items: center;
flex-grow: 1;
}
}
main {
display: flex;
justify-content: center;
align-items: center;
flex-grow: 1;
}
.btn {
{
margin: 1em;
color: white;
background-color: green;
padding: 0.5em;
border-radius: 0.3em;
text-decoration: none;
}
}
.btn {
margin: 1em;
color: white;
background-color: green;
padding: 0.5em;
border-radius: 0.3em;
text-decoration: none;
}
.btn.unity2019 {
{
background-color: gray;
}
}
.btn.unity2019 {
background-color: gray;
}
.btn h1 {
{
text-align: center;
}
}
.btn h1 {
text-align: center;
}
.btn h2 {
{
text-align: center;
}
}
</style>
</head>
<header></header>
<main>
<a href="https://github.com/vrm-c/UniVRM/releases/download/v0.114.0/VRM-0.114.0_0.11.unitypackage" class="btn">
<div>
<h1>VRM-0.114.0</h1>
<div>for vrm-1.0</div>
<div>Unity-2020.3 or later</div>
</div>
</a>
<a href="https://github.com/vrm-c/UniVRM/releases/download/v0.114.0/UniVRM-0.114.0_0.11.unitypackage" class="btn">
<div>
<h1>UniVRM-0.114.0</h1>
<div>for vrm-0.x</div>
<div>Unity-2020.3 or later</div>
</div>
</a>
<a href="https://github.com/vrm-c/UniVRM/releases/download/v0.111.0/UniVRM-0.111.0_b413.unitypackage" class="btn unity2019">
<div>
<h1>UniVRM-0.111.0</h1>
<div>for vrm-0.x</div>
<div>Final version for Unity-2020.3</div>
</div>
</a>
<a href="https://github.com/vrm-c/UniVRM/releases/download/v0.99.4/UniVRM-0.99.4_8d33.unitypackage" class="btn unity2019">
<div>
<h1>UniVRM-0.99.4</h1>
<div>for vrm-0.x</div>
<div>Final version for Unity-2019.4</div>
</div>
</a>
</main>
<nav>
API Document
<ul>
<li>
<a href="./ja/">日本語</a>
</li>
<li>
<a href="./en/">English</a>
</li>
</ul>
</nav>
</body>
.btn h2 {
text-align: center;
}
</style>
</head>
<body>
<main>
<a
href="https://github.com/vrm-c/UniVRM/releases/download/v0.114.0/VRM-0.114.0_0.11.unitypackage"
class="btn"
>
<div>
<h1>VRM-0.114.0</h1>
<div>for vrm-1.0</div>
<div>2021.3 LTS or later</div>
</div>
</a>
<a
href="https://github.com/vrm-c/UniVRM/releases/download/v0.114.0/UniVRM-0.114.0_0.11.unitypackage"
class="btn"
>
<div>
<h1>UniVRM-0.114.0</h1>
<div>for vrm-0.x</div>
<div>2021.3 LTS or later</div>
</div>
</a>
<a
href="https://github.com/vrm-c/UniVRM/releases/download/v0.111.0/UniVRM-0.111.0_b413.unitypackage"
class="btn unity2019"
>
<div>
<h1>UniVRM-0.111.0</h1>
<div>for vrm-0.x</div>
<div>Final version for Unity-2020.3</div>
</div>
</a>
<a
href="https://github.com/vrm-c/UniVRM/releases/download/v0.99.4/UniVRM-0.99.4_8d33.unitypackage"
class="btn unity2019"
>
<div>
<h1>UniVRM-0.99.4</h1>
<div>for vrm-0.x</div>
<div>Final version for Unity-2019.4</div>
</div>
</a>
</main>
<nav>
API Document
<ul>
<li>
<a href="./ja/">日本語</a>
</li>
<li>
<a href="./en/">English</a>
</li>
</ul>
</nav>
</body>
</html>

Binary file not shown.

View File

@@ -5,7 +5,7 @@
## Installation
The UniVRM supports Unity 2020.3 LTS or later.
The UniVRM supports Unity ${unity_version} or later.
You can install UniVRM using the UnityPackage or the UPM Package.

View File

@@ -350,7 +350,7 @@
</section>
<section id="installation">
<h1>Installation<a class="headerlink" href="#installation" title="このヘッドラインへのパーマリンク"></a></h1>
<p>The UniVRM supports Unity 2020.3 LTS or later.</p>
<p>The UniVRM supports Unity ${unity_version} or later.</p>
<p>You can install UniVRM using the UnityPackage or the UPM Package.</p>
<section id="vrm-1-0-import-export">
<h2>VRM 1.0 Import/Export<a class="headerlink" href="#vrm-1-0-import-export" title="このヘッドラインへのパーマリンク"></a></h2>

File diff suppressed because one or more lines are too long