mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-14 14:59:43 -05:00
deploy: 645612262d
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -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.
|
||||
|
||||
|
||||
@@ -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
186
index.html
186
index.html
@@ -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.
Binary file not shown.
@@ -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.
|
||||
|
||||
|
||||
@@ -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
Reference in New Issue
Block a user