This commit is contained in:
PoChang007
2021-10-13 07:14:25 +00:00
parent 00f713cf42
commit 94580caa9a
293 changed files with 26594 additions and 18404 deletions

View File

@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 2269cd0808aafeb6466a3e48ba10977d
config: f4871ad68640e20558e71a2181f99f7c
tags: 645f666f9bcd5a90fca523b33c5a78b7

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1,41 +1,77 @@
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<title>Sphinx 作業 &#8212; UniVRM Programming Document documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="_static/nature.css" />
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
<script src="_static/jquery.js"></script>
<script src="_static/underscore.js"></script>
<script src="_static/doctools.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Sphinx 作業 &mdash; UniVRM Programming Document documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
<script src="_static/js/html5shiv.min.js"></script>
<![endif]-->
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
<script src="_static/jquery.js"></script>
<script src="_static/underscore.js"></script>
<script src="_static/doctools.js"></script>
<script src="_static/js/theme.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
</head><body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="nav-item nav-item-0"><a href="index.html">UniVRM Programming Document documentation</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">Sphinx 作業</a></li>
</ul>
</div>
</head>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" >
<a href="index.html" class="icon icon-home"> UniVRM Programming Document
</a>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul>
<li class="toctree-l1"><a class="reference internal" href="build.html">アプリケーションのビルド</a></li>
<li class="toctree-l1"><a class="reference internal" href="implementation/index.html">実装メモ</a></li>
<li class="toctree-l1"><a class="reference internal" href="gltf/index.html">glTF</a></li>
<li class="toctree-l1"><a class="reference internal" href="vrm0/index.html">VRM</a></li>
<li class="toctree-l1"><a class="reference internal" href="vrm1/index.html">VRM-1.0(β)</a></li>
<li class="toctree-l1"><a class="reference internal" href="release/index.html">Release</a></li>
</ul>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="index.html">UniVRM Programming Document</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="Page navigation">
<ul class="wy-breadcrumbs">
<li><a href="index.html" class="icon icon-home"></a> &raquo;</li>
<li>Sphinx 作業</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/vrm-c/UniVRM/blob/master/docs/README.md" class="fa fa-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<section class="tex2jax_ignore mathjax_ignore" id="sphinx">
<h1>Sphinx 作業<a class="headerlink" href="#sphinx" title="Permalink to this headline"></a></h1>
<h1>Sphinx 作業<a class="headerlink" href="#sphinx" title="Permalink to this headline"></a></h1>
<section id="id1">
<h2>初期化<a class="headerlink" href="#id1" title="Permalink to this headline"></a></h2>
<h2>初期化<a class="headerlink" href="#id1" title="Permalink to this headline"></a></h2>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>$ pip install sphinx
$ mkdir docs
$ cd docs
@@ -48,7 +84,7 @@ docs$ sphinx-quickstart
</div>
</section>
<section id="myst">
<h2>MySt 導入<a class="headerlink" href="#myst" title="Permalink to this headline"></a></h2>
<h2>MySt 導入<a class="headerlink" href="#myst" title="Permalink to this headline"></a></h2>
<p>markdown で記事を記述する</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>$ pip install --upgrade myst-parser
</pre></div>
@@ -59,7 +95,7 @@ docs$ sphinx-quickstart
</div>
</section>
<section id="gettext">
<h2>gettext 導入<a class="headerlink" href="#gettext" title="Permalink to this headline"></a></h2>
<h2>gettext 導入<a class="headerlink" href="#gettext" title="Permalink to this headline"></a></h2>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>$ pip install sphinx-intl
</pre></div>
</div>
@@ -70,7 +106,7 @@ docs$ sphinx-quickstart
</div>
</section>
<section id="id2">
<h2>gettext 更新<a class="headerlink" href="#id2" title="Permalink to this headline"></a></h2>
<h2>gettext 更新<a class="headerlink" href="#id2" title="Permalink to this headline"></a></h2>
<p>potファイル作成</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>doc$ sphinx-build -M gettext . _pot
# =&gt; _pot/gettext
@@ -89,62 +125,31 @@ docs$ sphinx-quickstart
</section>
<div class="clearer"></div>
</div>
</div>
<footer>
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, VRM Consortium.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<ul>
<li><a href="../ja/README.html">日本語</a></li>
</ul>
</section>
</div>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>
<h3><a href="index.html">Table of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">Sphinx 作業</a><ul>
<li><a class="reference internal" href="#id1">初期化</a></li>
<li><a class="reference internal" href="#myst">MySt 導入</a></li>
<li><a class="reference internal" href="#gettext">gettext 導入</a></li>
<li><a class="reference internal" href="#id2">gettext 更新</a></li>
</ul>
</li>
</ul>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="_sources/README.md.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Go" />
</form>
</div>
</div>
<script>$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
>index</a></li>
<li class="nav-item nav-item-0"><a href="index.html">UniVRM Programming Document documentation</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">Sphinx 作業</a></li>
</ul>
</div>
<div class="footer" role="contentinfo">
&#169; Copyright 2021, VRM Consortium.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 4.2.0.
</div>
</body>
</body>
</html>

View File

@@ -1,5 +1,7 @@
# アプリケーションのビルド
UniVRMを使うアプリケーションのビルドに関する注意事項
## ビルドに含めるシェーダー
`Project Settings = Graphics - Always Included Shaders` などに設定して、ビルドに含まれるようにしてください。

View File

@@ -1,4 +1,4 @@
# Version
# glTF
| version | |
|---------|-------------------------------------------------|
@@ -7,4 +7,12 @@
| v0.77 | `RuntimeGltfInstance` |
| v0.68 | `GltfParser` |
| v0.63.2 | gltf の extension の実装方法を変更 |
| v0.56 | BlendShapeKey の仕様変更 |
```{toctree}
:maxdepth: 1
0_82_glb_import
how_to_impl_extension
0_36_update
format
```

View File

@@ -0,0 +1,11 @@
# 実装メモ
```{toctree}
:maxdepth: 1
runtime_resource_management
texture_manipulation
coordinate
fast_spring_bone
first_person
```

View File

@@ -3,93 +3,17 @@
これは、[UniVRM](https://github.com/vrm-c/UniVRM) の開発ドキュメントです。
UnityでVRMをエクスポートする方法などについては [manual](https://vrm.dev/docs/univrm/) を参照してください。
## 概要
```{toctree}
:maxdepth: 1
package
history
```
## build
UniVRMを使うアプリケーションのビルドに関する注意事項
```{toctree}
build
```
## 実装メモ
```{toctree}
:maxdepth: 1
implementation/runtime_resource_management
implementation/texture_manipulation
implementation/coordinate
implementation/fast_spring_bone
implementation/first_person
```
## glTF
```{toctree}
:maxdepth: 1
gltf/0_82_glb_import
gltf/how_to_impl_extension
gltf/0_36_update
gltf/format
```
## VRM
```{toctree}
:maxdepth: 1
vrm0/0_82_runtime_import
vrm0/0_79_runtime_import
vrm0/0_77_runtime_import
vrm0/0_68_runtime_import
vrm0/0_44_runtime_import
vrm0/0_58_blendshape
vrm0/firstperson
```
### Samples
- SimpleViewer
- RuntimeExporerSample
- FirstPersonSample
- AnimationBridgeSample
## VRM-1.0(β)
```{toctree}
:maxdepth: 2
vrm1/vrm1_runtime_load
vrm1/vrm1_get_humanoid
vrm1/vrm1_expression
vrm1/vrm1_lookat
vrm1/vrm1_firstperson
```
### Samples
- VRM10Viewer
## Release
```{toctree}
:glob:
:maxdepth: 1
implementation/index
gltf/index
vrm0/index
vrm1/index
release/index
```
# Indices and tables
* {ref}`genindex`

View File

@@ -9,7 +9,6 @@
```{toctree}
:glob:
:maxdepth: 1
:reversed:
v*
```

View File

@@ -1,13 +1,47 @@
# v0.56v0.67: Unity-2018.4
## 0.56以降
`Unity-2018.4`
## ReleaseNote
```{toctree}
:glob:
:maxdepth: 1
:reversed:
056/*
v*
```
## Download
| date | version | 安定性・バグ | 更新内容・備考 |
|------------|----------------------------------------------------------------------------------------------------------------------------------|------------------------|------------------------------------------------------------------------------|
| 2020 | [0.56.0](http://github.com/vrm-c/UniVRM/releases/tag/v0.56.0) | x | Unity-2018.4 に変更 |
| | [0.56.1](http://github.com/vrm-c/UniVRM/releases/tag/v0.56.1) | x | |
| | [0.56.2](http://github.com/vrm-c/UniVRM/releases/tag/v0.56.2) | x | |
| | [0.56.3](http://github.com/vrm-c/UniVRM/releases/tag/v0.56.3) | | |
| | [0.57.0](http://github.com/vrm-c/UniVRM/releases/tag/v0.57.0) | | ボーン名重複時にに自動でリネームするようになりました |
| | [0.57.1](http://github.com/vrm-c/UniVRM/releases/tag/v0.57.1) | | |
| | [0.58.0](http://github.com/vrm-c/UniVRM/releases/tag/v0.58.0) | [^firstperson_import] | エクスポートダイアログの作り直し |
| | [0.58.1](http://github.com/vrm-c/UniVRM/releases/tag/v0.58.1) | | |
| | [0.59.0](http://github.com/vrm-c/UniVRM/releases/tag/v0.59.0) | | springBone の Missing を検知してメッセージ |
| | [0.60.0](http://github.com/vrm-c/UniVRM/releases/tag/v0.60.0) | | null check 的なものが増えて、モデル改変してもエラーが出にくくなりました |
| | [0.61.0](http://github.com/vrm-c/UniVRM/releases/tag/v0.61.0) [milestone](https://github.com/vrm-c/UniVRM/milestone/20?closed=1) | [^springcollider] | UniUnlit の頂点カラー。AOT問題を修正 |
| | [0.61.1](http://github.com/vrm-c/UniVRM/releases/tag/v0.61.1) | | |
| | [0.62.0](http://github.com/vrm-c/UniVRM/releases/tag/v0.62.0) [milestone](https://github.com/vrm-c/UniVRM/milestone/21?closed=1) | | BlendShape bake の動作が正しくなった |
| 2021 01/05 | [0.63.0](http://github.com/vrm-c/UniVRM/releases/tag/v0.63.0) [milestone](https://github.com/vrm-c/UniVRM/milestone/25?closed=1) | [^jpg] [^kwmap] [^upm] | jpg問題あり。UniGLTF分離 |
| 01/07 | [0.63.1](http://github.com/vrm-c/UniVRM/releases/tag/v0.63.1) | [^jpg] [^kwmap] | jpg問題あり |
| 01/08 | [0.63.2](http://github.com/vrm-c/UniVRM/releases/tag/v0.63.2) | | |
| 01/15 | [0.64.0](http://github.com/vrm-c/UniVRM/releases/tag/v0.64.0) [milestone](https://github.com/vrm-c/UniVRM/milestone/23?closed=1) | [^asmdef] | メッシュの一部を削除したときのエクスポートエラーを回避。vrm-1.0 Experimental |
| 01/26 | [0.65.0](http://github.com/vrm-c/UniVRM/releases/tag/v0.65.0) | [^build] | |
| 01/28 | [0.65.1](http://github.com/vrm-c/UniVRM/releases/tag/v0.65.1) [milestone](https://github.com/vrm-c/UniVRM/milestone/28?closed=1) | [^build] | トルコ語のExportを修正[\#696](https://github.com/vrm-c/UniVRM/issues/696) |
| 01/28 | [0.65.2](http://github.com/vrm-c/UniVRM/releases/tag/v0.65.2) [milestone](https://github.com/vrm-c/UniVRM/milestone/29?closed=1) | | |
| | [0.65.3](http://github.com/vrm-c/UniVRM/releases/tag/v0.65.3) | | UniGLTFのバージョン。UPM専用。パッケージリリース無し |
| 02/03 | [0.66.0](http://github.com/vrm-c/UniVRM/releases/tag/v0.66.0) [milestone](https://github.com/vrm-c/UniVRM/milestone/26?closed=1) | 安定✅ | 未正規化ヒエラルキーにスプリングボーンがあるときの警告メッセージ |
| | [0.67.0](http://github.com/vrm-c/UniVRM/releases/tag/v0.67.0) [milestone](https://github.com/vrm-c/UniVRM/milestone/27?closed=1) | | UPM専用。パッケージリリース無し |
| | [0.67.1](http://github.com/vrm-c/UniVRM/releases/tag/v0.67.1) | | UPM専用。パッケージリリース無し |
[^springcollider]: スプリングボーンのコライダーの座標変換バグ。 [\#576](https://github.com/vrm-c/UniVRM/issues/576)
[^jpg]: エクスポートダイアログのスクリーンショットボタンの jpg バグ。[\#639](https://github.com/vrm-c/UniVRM/issues/639)
[^kwmap]: シリアライザのバグ。エクスポートしたファイルの互換性。 [\#654](https://github.com/vrm-c/UniVRM/issues/654)
[^upm]: MeshUtility フォルダの移動と参照の問題。
[^asmdef]: 他のパッケージと併用するときに install で問題が出る? [\#687](https://github.com/vrm-c/UniVRM/pull/687)
[^build]: build すると Exception( `#if UNITY_EDITOR` )。 [\#701](https://github.com/vrm-c/UniVRM/issues/701)
[^firstperson_import]: VRMFirstPerson のエディターインポートのバグ [/#515](https://github.com/vrm-c/UniVRM/issues/515)

View File

@@ -1,13 +1,43 @@
# v0.68v0.78: Unity-2018.4 (pre release)
* VRM-1.0 作業中
* `.Net-3.5` が無くなって `coRoutine` を `Task` に置き換え
* glb/gltf に `ScriptedImporter` の導入
* `Standard` マテリアルの import/export や mipmapパたメーター などの改修
## ReleaseNote
```{toctree}
:glob:
:maxdepth: 1
:reversed:
v*
```
## Download
* [API](https://vrm-c.github.io/UniVRM/ja/)
| date | version | 安定性・バグ | 更新内容・備考 |
|-------|-----------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| | [0.68.0](http://github.com/vrm-c/UniVRM/releases/tag/v0.68.0) [milestone](https://github.com/vrm-c/UniVRM/milestone/30?closed=1) | [^material_import] [^import_bug] | glb/gltf 座標軸オプション。ImporterContext API |
| 03/16 | [0.68.1](http://github.com/vrm-c/UniVRM/releases/tag/v0.68.1) | [^import_bug] | |
| 03/17 | [0.68.2](http://github.com/vrm-c/UniVRM/releases/tag/v0.68.2) | | |
| 03/22 | [0.69.0](http://github.com/vrm-c/UniVRM/releases/tag/v0.69.0) [milestone](https://github.com/vrm-c/UniVRM/milestone/31?closed=1) | [^MetallicOcclusion][^EncodeToPng] [^NotUnique] | SmoothTexture 変換の修正[\#388](https://github.com/vrm-c/UniVRM/issues/388), Unity2020対応 |
| 03/23 | [0.69.1](http://github.com/vrm-c/UniVRM/releases/tag/v0.69.1) | [^MetallicOcclusion][^EncodeToPng] | |
| 03/31 | [0.70.0](http://github.com/vrm-c/UniVRM/releases/tag/v0.70.0) [milestone](https://github.com/vrm-c/UniVRM/milestone/32?closed=1) | [^MetallicOcclusion] | impl `WEIGHTS_0` not float4 |
| 04/05 | [0.71.0](http://github.com/vrm-c/UniVRM/releases/tag/v0.71.0) [milestone](https://github.com/vrm-c/UniVRM/milestone/33?closed=1) | IOS build | |
| 04/13 | [0.72.0](http://github.com/vrm-c/UniVRM/releases/tag/v0.72.0) [milestone](https://github.com/vrm-c/UniVRM/milestone/34?closed=1) | | 頂点バッファを分割するオプション。T-Pose |
| 04/22 | [0.73.0](https://github.com/vrm-c/UniVRM/releases/tag/v0.73.0) [milestone](https://github.com/vrm-c/UniVRM/milestone/35?closed=1) | | * [OtherPermissionUrl欄の修正](https://github.com/vrm-c/UniVRM/pull/897) * [正規化するときにBlendShapeを使うLookAtがExportされない](https://github.com/vrm-c/UniVRM/pull/894) |
| 05/12 | [0.74.0](https://github.com/vrm-c/UniVRM/releases/tag/v0.74.0) [milestone](https://github.com/vrm-c/UniVRM/milestone/36?closed=1) | | * [Runtime ロード後の SpringBone スケーリング挙動の修正](https://github.com/vrm-c/UniVRM/issues/922) |
| 05/25 | [0.75.0](https://github.com/vrm-c/UniVRM/releases/tag/v0.75.0) [milestone](https://github.com/vrm-c/UniVRM/milestone/37?closed=1) | | 正規化時にLookAtのパラメーターが落ちてしまうのを修正 |
| 06/08 | [0.76.0](https://github.com/vrm-c/UniVRM/releases/tag/v0.76.0) [milestone](https://github.com/vrm-c/UniVRM/milestone/38?closed=1) | | namespace MeshUtilityがUnityEditor.MeshUtility classと競合するのを修正 |
| 06/17 | [0.77.0](https://github.com/vrm-c/UniVRM/releases/tag/v0.77.0) [milestone](https://github.com/vrm-c/UniVRM/milestone/39?closed=1) | | [API更新](https://vrm-c.github.io/UniVRM/) https://github.com/vrm-c/UniVRM/issues/1022 https://github.com/vrm-c/UniVRM/issues/496 |
| 06/23 | [0.78.0](https://github.com/vrm-c/UniVRM/releases/tag/v0.78.0) [milestone](https://github.com/vrm-c/UniVRM/milestone/40?closed=1) | | https://github.com/vrm-c/UniVRM/pull/1049 |
[^material_import]: [\#786](https://github.com/vrm-c/UniVRM/issues/786) [\#788](https://github.com/vrm-c/UniVRM/issues/788)
[^import_bug]: [\#790](https://github.com/vrm-c/UniVRM/issues/790) [\#794](https://github.com/vrm-c/UniVRM/issues/794)
[^NotUnique]: [\#812](https://github.com/vrm-c/UniVRM/pull/812)
[^EncodeToPng]: [\#831](https://github.com/vrm-c/UniVRM/pull/831)
[^MetallicOcclusion]: [\#836](https://github.com/vrm-c/UniVRM/issues/836)

View File

@@ -1,6 +1,18 @@
# パッケージ構成
# v0.79: Unity-2019.4
## パッケージ
## ReleaseNote
* `0.80.0` からサポートする Unity の最低バージョンを `2019.4LTS` に更新しました。
* `0.80.0` から `VRM-1.0β` のパッケージ提供を開始しました。
```{toctree}
:glob:
:maxdepth: 1
v*
```
## パッケージ(v0.81~)
| unitypackage | folder | contents |
|--------------------|-----------------------------------|-----------------------|
@@ -19,7 +31,7 @@
+----------------------+
```
## UPM
## UPM(v0.81~)
```json
// manifest.json 抜粋

View File

@@ -2,18 +2,12 @@
## [v0.79.0](https://github.com/vrm-c/UniVRM/tree/v0.79.0) (2021-07-19)
* commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.79.0
* milestone: https://github.com/vrm-c/UniVRM/milestone/41?closed=1
[Full Changelog](https://github.com/vrm-c/UniVRM/compare/v0.78.0...v0.79.0)
* [0.79.0](http://github.com/vrm-c/UniVRM/releases/tag/v0.79.0)
* [milestone](https://github.com/vrm-c/UniVRM/milestone/41?closed=1)
* [Full Changelog](https://github.com/vrm-c/UniVRM/compare/v0.78.0...v0.79.0)
このバージョンから `pre release` をやめて通常リリースに戻ります。
## ToDo:
* [ ] 0.66 ~ 0.79 の変更まとめ
* [ ] (GLB, GLTF) ScriptedImporter の導入 と Extract の説明
## AutoReference
Autoreference を有効にします。

View File

@@ -1,11 +1,10 @@
# v0.80.0: 1.0準備, 最低バージョンを Unity-2019.4LTS に更新
## [v0.80.0](https://github.com/vrm-c/UniVRM/tree/v0.80.0) (2021-08-11)
* commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.80.0
* milestone: https://github.com/vrm-c/UniVRM/milestone/42?closed=1
[Full Changelog](https://github.com/vrm-c/UniVRM/compare/v0.79.0...v0.80.0)
* [0.80.0](http://github.com/vrm-c/UniVRM/releases/tag/v0.80.0)
* [milestone](https://github.com/vrm-c/UniVRM/milestone/42?closed=1)
* [Full Changelog](https://github.com/vrm-c/UniVRM/compare/v0.79.0...v0.80.0)
* `Unity-2019.4LTS`
## 最低バージョンを Unity-2019.4LTS に更新
- Unityのサポートバージョンを 2019.4LTS 以降にする [\#1126](https://github.com/vrm-c/UniVRM/issues/1126)

View File

@@ -2,6 +2,12 @@
**Stable 安定板**
## [v0.81.0](https://github.com/vrm-c/UniVRM/tree/v0.81.0) (2021-08-20)
* [0.81.0](http://github.com/vrm-c/UniVRM/releases/tag/v0.81.0)
* [milestone](https://github.com/vrm-c/UniVRM/milestone/43?closed=1)
* [Full Changelog](https://github.com/vrm-c/UniVRM/compare/v0.80.0...v0.81.0)
`v0.81.0` から `unitypackage` が変わりました。
* Install `UniGLTF_VRMShaders` and `UniVRM`
@@ -34,13 +40,6 @@
`UniGLTF_VRMShaders` `UniVRM` の順に2つインストールしてください
## [v0.81.0](https://github.com/vrm-c/UniVRM/tree/v0.81.0) (2021-08-20)
* commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.81.0
* milestone: https://github.com/vrm-c/UniVRM/milestone/43?closed=1
[Full Changelog](https://github.com/vrm-c/UniVRM/compare/v0.80.0...v0.81.0)
## パッケージ整理など
- UniGLTF の UPM id を、`com.vrmc.unigltf` から `com.vrmc.gltf` に変えてバージョンを振り直し [\#1156](https://github.com/vrm-c/UniVRM/issues/1156)
- UnityPackage に Samples を含める [\#1159](https://github.com/vrm-c/UniVRM/pull/1159) ([ousttrue](https://github.com/ousttrue))

View File

@@ -1,10 +1,10 @@
# v0.82.0: 1.0準備, URP 向け Material置き換え機能
## [v0.82.0](https://github.com/vrm-c/UniVRM/tree/v0.82.0) (2021-09-01)
* commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.82.0
* milestone: https://github.com/vrm-c/UniVRM/milestone/44?closed=1
[Full Changelog](https://github.com/vrm-c/UniVRM/compare/v0.81.0...v0.82.0)
* [0.82.0](http://github.com/vrm-c/UniVRM/releases/tag/v0.82.0)
* [milestone](https://github.com/vrm-c/UniVRM/milestone/44?closed=1)
* [Full Changelog](https://github.com/vrm-c/UniVRM/compare/v0.81.0...v0.82.0)
* glb の import, URP API
## URP(Universal Render Pipeline)
URP 向けに Material Import をカスタマイズする機能をはじめました (Experimental)

View File

@@ -10,6 +10,8 @@ https://vrm-c.github.io/UniVRM/
## [v0.83.0](https://github.com/vrm-c/UniVRM/tree/v0.83.0) (2021-09-10)
| 09/03 | [0.82.1](http://github.com/vrm-c/UniVRM/releases/tag/v0.82.1) [milestone](https://github.com/vrm-c/UniVRM/milestone/45?closed=1) | | URP API |
* commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.83.0
* milestone: https://github.com/vrm-c/UniVRM/milestone/45?closed=1
[Full Changelog](https://github.com/vrm-c/UniVRM/compare/v0.82.1...v0.83.0)

View File

@@ -1,30 +1,16 @@
# Release
| バージョン | お勧め | Unity | |
|--------------|--------|--------------------|----------------------------------|
| v0.79 | 最新版 | Unity-2019.4 | 特に問題が無ければこれ。 |
| v0.68v0.78 | | Unity-2018.4 | 開発版。最新版を使ってください。 |
| v0.56v0.67 | v0.66 | Unity-2018.4 | |
| v0.55 | v0.55 | Unity-5.6(.NET3.5) | |
## v0.79
* `from 0.80`: `Unity-2019.4`
* `from 0.81`: `UniGLTF_VRMShaders` and `UniVRM` 2パッケージ構成
```{toctree}
:glob:
:maxdepth: 1
:reversed:
079/*
```
## Older versions
| バージョン | お勧め | Unity | |
|---------------------------------|--------|--------------------|----------------------------------|
| {doc}`v0.79 <079/index>` | 最新版 | Unity-2019.4 | 特に問題が無ければこれ。 |
| {doc}`v0.68v0.78 <068/index>` | | Unity-2018.4 | 開発版。最新版を使ってください。 |
| {doc}`v0.56v0.67 <056/index>` | v0.66 | Unity-2018.4 | |
| {doc}`v0.55 <055/index>` | v0.55 | Unity-5.6(.NET3.5) | |
```{toctree}
:maxdepth: 1
079/index
068/index
056/index
055/index

View File

@@ -0,0 +1,24 @@
# VRM
| version | |
|---------|-------------------------------------------------|
| v0.56 | BlendShapeKey の仕様変更 |
```{toctree}
:maxdepth: 1
0_82_runtime_import
0_79_runtime_import
0_77_runtime_import
0_68_runtime_import
0_44_runtime_import
0_58_blendshape
firstperson
```
## Samples
- SimpleViewer
- RuntimeExporerSample
- FirstPersonSample
- AnimationBridgeSample

View File

@@ -0,0 +1,15 @@
# VRM-1.0(β)
```{toctree}
:maxdepth: 2
vrm1_runtime_load
vrm1_get_humanoid
vrm1_expression
vrm1_lookat
vrm1_firstperson
```
## Samples
- VRM10Viewer

View File

@@ -0,0 +1 @@
.fa:before{-webkit-font-smoothing:antialiased}.clearfix{*zoom:1}.clearfix:after,.clearfix:before{display:table;content:""}.clearfix:after{clear:both}@font-face{font-family:FontAwesome;font-style:normal;font-weight:400;src:url(fonts/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713?#iefix) format("embedded-opentype"),url(fonts/fontawesome-webfont.woff2?af7ae505a9eed503f8b8e6982036873e) format("woff2"),url(fonts/fontawesome-webfont.woff?fee66e712a8a08eef5805a46892932ad) format("woff"),url(fonts/fontawesome-webfont.ttf?b06871f281fee6b241d60582ae9369b9) format("truetype"),url(fonts/fontawesome-webfont.svg?912ec66d7572ff821749319396470bde#FontAwesome) format("svg")}.fa:before{font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1}.fa:before,a .fa{text-decoration:inherit}.fa:before,a .fa,li .fa{display:inline-block}li .fa-large:before{width:1.875em}ul.fas{list-style-type:none;margin-left:2em;text-indent:-.8em}ul.fas li .fa{width:.8em}ul.fas li .fa-large:before{vertical-align:baseline}.fa-book:before,.icon-book:before{content:"\f02d"}.fa-caret-down:before,.icon-caret-down:before{content:"\f0d7"}.fa-caret-up:before,.icon-caret-up:before{content:"\f0d8"}.fa-caret-left:before,.icon-caret-left:before{content:"\f0d9"}.fa-caret-right:before,.icon-caret-right:before{content:"\f0da"}.rst-versions{position:fixed;bottom:0;left:0;width:300px;color:#fcfcfc;background:#1f1d1d;font-family:Lato,proxima-nova,Helvetica Neue,Arial,sans-serif;z-index:400}.rst-versions a{color:#2980b9;text-decoration:none}.rst-versions .rst-badge-small{display:none}.rst-versions .rst-current-version{padding:12px;background-color:#272525;display:block;text-align:right;font-size:90%;cursor:pointer;color:#27ae60}.rst-versions .rst-current-version:after{clear:both;content:"";display:block}.rst-versions .rst-current-version .fa{color:#fcfcfc}.rst-versions .rst-current-version .fa-book,.rst-versions .rst-current-version .icon-book{float:left}.rst-versions .rst-current-version.rst-out-of-date{background-color:#e74c3c;color:#fff}.rst-versions .rst-current-version.rst-active-old-version{background-color:#f1c40f;color:#000}.rst-versions.shift-up{height:auto;max-height:100%;overflow-y:scroll}.rst-versions.shift-up .rst-other-versions{display:block}.rst-versions .rst-other-versions{font-size:90%;padding:12px;color:grey;display:none}.rst-versions .rst-other-versions hr{display:block;height:1px;border:0;margin:20px 0;padding:0;border-top:1px solid #413d3d}.rst-versions .rst-other-versions dd{display:inline-block;margin:0}.rst-versions .rst-other-versions dd a{display:inline-block;padding:6px;color:#fcfcfc}.rst-versions.rst-badge{width:auto;bottom:20px;right:20px;left:auto;border:none;max-width:300px;max-height:90%}.rst-versions.rst-badge .fa-book,.rst-versions.rst-badge .icon-book{float:none;line-height:30px}.rst-versions.rst-badge.shift-up .rst-current-version{text-align:right}.rst-versions.rst-badge.shift-up .rst-current-version .fa-book,.rst-versions.rst-badge.shift-up .rst-current-version .icon-book{float:left}.rst-versions.rst-badge>.rst-current-version{width:auto;height:30px;line-height:30px;padding:0 6px;display:block;text-align:center}@media screen and (max-width:768px){.rst-versions{width:85%;display:none}.rst-versions.shift{display:block}}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 434 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

4
en/_static/css/theme.css Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
!function(e){var t={};function r(n){if(t[n])return t[n].exports;var o=t[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}r.m=e,r.c=t,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)r.d(n,o,function(t){return e[t]}.bind(null,o));return n},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=4)}({4:function(e,t,r){}});

View File

@@ -0,0 +1,4 @@
/**
* @preserve HTML5 Shiv 3.7.3-pre | @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed
*/
!function(a,b){function c(a,b){var c=a.createElement("p"),d=a.getElementsByTagName("head")[0]||a.documentElement;return c.innerHTML="x<style>"+b+"</style>",d.insertBefore(c.lastChild,d.firstChild)}function d(){var a=y.elements;return"string"==typeof a?a.split(" "):a}function e(a,b){var c=y.elements;"string"!=typeof c&&(c=c.join(" ")),"string"!=typeof a&&(a=a.join(" ")),y.elements=c+" "+a,j(b)}function f(a){var b=x[a[v]];return b||(b={},w++,a[v]=w,x[w]=b),b}function g(a,c,d){if(c||(c=b),q)return c.createElement(a);d||(d=f(c));var e;return e=d.cache[a]?d.cache[a].cloneNode():u.test(a)?(d.cache[a]=d.createElem(a)).cloneNode():d.createElem(a),!e.canHaveChildren||t.test(a)||e.tagUrn?e:d.frag.appendChild(e)}function h(a,c){if(a||(a=b),q)return a.createDocumentFragment();c=c||f(a);for(var e=c.frag.cloneNode(),g=0,h=d(),i=h.length;i>g;g++)e.createElement(h[g]);return e}function i(a,b){b.cache||(b.cache={},b.createElem=a.createElement,b.createFrag=a.createDocumentFragment,b.frag=b.createFrag()),a.createElement=function(c){return y.shivMethods?g(c,a,b):b.createElem(c)},a.createDocumentFragment=Function("h,f","return function(){var n=f.cloneNode(),c=n.createElement;h.shivMethods&&("+d().join().replace(/[\w\-:]+/g,function(a){return b.createElem(a),b.frag.createElement(a),'c("'+a+'")'})+");return n}")(y,b.frag)}function j(a){a||(a=b);var d=f(a);return!y.shivCSS||p||d.hasCSS||(d.hasCSS=!!c(a,"article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}mark{background:#FF0;color:#000}template{display:none}")),q||i(a,d),a}function k(a){for(var b,c=a.getElementsByTagName("*"),e=c.length,f=RegExp("^(?:"+d().join("|")+")$","i"),g=[];e--;)b=c[e],f.test(b.nodeName)&&g.push(b.applyElement(l(b)));return g}function l(a){for(var b,c=a.attributes,d=c.length,e=a.ownerDocument.createElement(A+":"+a.nodeName);d--;)b=c[d],b.specified&&e.setAttribute(b.nodeName,b.nodeValue);return e.style.cssText=a.style.cssText,e}function m(a){for(var b,c=a.split("{"),e=c.length,f=RegExp("(^|[\\s,>+~])("+d().join("|")+")(?=[[\\s,>+~#.:]|$)","gi"),g="$1"+A+"\\:$2";e--;)b=c[e]=c[e].split("}"),b[b.length-1]=b[b.length-1].replace(f,g),c[e]=b.join("}");return c.join("{")}function n(a){for(var b=a.length;b--;)a[b].removeNode()}function o(a){function b(){clearTimeout(g._removeSheetTimer),d&&d.removeNode(!0),d=null}var d,e,g=f(a),h=a.namespaces,i=a.parentWindow;return!B||a.printShived?a:("undefined"==typeof h[A]&&h.add(A),i.attachEvent("onbeforeprint",function(){b();for(var f,g,h,i=a.styleSheets,j=[],l=i.length,n=Array(l);l--;)n[l]=i[l];for(;h=n.pop();)if(!h.disabled&&z.test(h.media)){try{f=h.imports,g=f.length}catch(o){g=0}for(l=0;g>l;l++)n.push(f[l]);try{j.push(h.cssText)}catch(o){}}j=m(j.reverse().join("")),e=k(a),d=c(a,j)}),i.attachEvent("onafterprint",function(){n(e),clearTimeout(g._removeSheetTimer),g._removeSheetTimer=setTimeout(b,500)}),a.printShived=!0,a)}var p,q,r="3.7.3",s=a.html5||{},t=/^<|^(?:button|map|select|textarea|object|iframe|option|optgroup)$/i,u=/^(?:a|b|code|div|fieldset|h1|h2|h3|h4|h5|h6|i|label|li|ol|p|q|span|strong|style|table|tbody|td|th|tr|ul)$/i,v="_html5shiv",w=0,x={};!function(){try{var a=b.createElement("a");a.innerHTML="<xyz></xyz>",p="hidden"in a,q=1==a.childNodes.length||function(){b.createElement("a");var a=b.createDocumentFragment();return"undefined"==typeof a.cloneNode||"undefined"==typeof a.createDocumentFragment||"undefined"==typeof a.createElement}()}catch(c){p=!0,q=!0}}();var y={elements:s.elements||"abbr article aside audio bdi canvas data datalist details dialog figcaption figure footer header hgroup main mark meter nav output picture progress section summary template time video",version:r,shivCSS:s.shivCSS!==!1,supportsUnknownElements:q,shivMethods:s.shivMethods!==!1,type:"default",shivDocument:j,createElement:g,createDocumentFragment:h,addElements:e};a.html5=y,j(b);var z=/^$|\b(?:all|print)\b/,A="html5shiv",B=!q&&function(){var c=b.documentElement;return!("undefined"==typeof b.namespaces||"undefined"==typeof b.parentWindow||"undefined"==typeof c.applyElement||"undefined"==typeof c.removeNode||"undefined"==typeof a.attachEvent)}();y.type+=" print",y.shivPrint=o,o(b),"object"==typeof module&&module.exports&&(module.exports=y)}("undefined"!=typeof window?window:this,document);

4
en/_static/js/html5shiv.min.js vendored Normal file
View File

@@ -0,0 +1,4 @@
/**
* @preserve HTML5 Shiv 3.7.3 | @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed
*/
!function(a,b){function c(a,b){var c=a.createElement("p"),d=a.getElementsByTagName("head")[0]||a.documentElement;return c.innerHTML="x<style>"+b+"</style>",d.insertBefore(c.lastChild,d.firstChild)}function d(){var a=t.elements;return"string"==typeof a?a.split(" "):a}function e(a,b){var c=t.elements;"string"!=typeof c&&(c=c.join(" ")),"string"!=typeof a&&(a=a.join(" ")),t.elements=c+" "+a,j(b)}function f(a){var b=s[a[q]];return b||(b={},r++,a[q]=r,s[r]=b),b}function g(a,c,d){if(c||(c=b),l)return c.createElement(a);d||(d=f(c));var e;return e=d.cache[a]?d.cache[a].cloneNode():p.test(a)?(d.cache[a]=d.createElem(a)).cloneNode():d.createElem(a),!e.canHaveChildren||o.test(a)||e.tagUrn?e:d.frag.appendChild(e)}function h(a,c){if(a||(a=b),l)return a.createDocumentFragment();c=c||f(a);for(var e=c.frag.cloneNode(),g=0,h=d(),i=h.length;i>g;g++)e.createElement(h[g]);return e}function i(a,b){b.cache||(b.cache={},b.createElem=a.createElement,b.createFrag=a.createDocumentFragment,b.frag=b.createFrag()),a.createElement=function(c){return t.shivMethods?g(c,a,b):b.createElem(c)},a.createDocumentFragment=Function("h,f","return function(){var n=f.cloneNode(),c=n.createElement;h.shivMethods&&("+d().join().replace(/[\w\-:]+/g,function(a){return b.createElem(a),b.frag.createElement(a),'c("'+a+'")'})+");return n}")(t,b.frag)}function j(a){a||(a=b);var d=f(a);return!t.shivCSS||k||d.hasCSS||(d.hasCSS=!!c(a,"article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}mark{background:#FF0;color:#000}template{display:none}")),l||i(a,d),a}var k,l,m="3.7.3-pre",n=a.html5||{},o=/^<|^(?:button|map|select|textarea|object|iframe|option|optgroup)$/i,p=/^(?:a|b|code|div|fieldset|h1|h2|h3|h4|h5|h6|i|label|li|ol|p|q|span|strong|style|table|tbody|td|th|tr|ul)$/i,q="_html5shiv",r=0,s={};!function(){try{var a=b.createElement("a");a.innerHTML="<xyz></xyz>",k="hidden"in a,l=1==a.childNodes.length||function(){b.createElement("a");var a=b.createDocumentFragment();return"undefined"==typeof a.cloneNode||"undefined"==typeof a.createDocumentFragment||"undefined"==typeof a.createElement}()}catch(c){k=!0,l=!0}}();var t={elements:n.elements||"abbr article aside audio bdi canvas data datalist details dialog figcaption figure footer header hgroup main mark meter nav output picture progress section summary template time video",version:m,shivCSS:n.shivCSS!==!1,supportsUnknownElements:l,shivMethods:n.shivMethods!==!1,type:"default",shivDocument:j,createElement:g,createDocumentFragment:h,addElements:e};a.html5=t,j(b),"object"==typeof module&&module.exports&&(module.exports=t)}("undefined"!=typeof window?window:this,document);

1
en/_static/js/theme.js Normal file

File diff suppressed because one or more lines are too long

View File

@@ -1,246 +0,0 @@
/*
* nature.css_t
* ~~~~~~~~~~~~
*
* Sphinx stylesheet -- nature theme.
*
* :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
@import url("basic.css");
/* -- page layout ----------------------------------------------------------- */
body {
font-family: Arial, sans-serif;
font-size: 100%;
background-color: #fff;
color: #555;
margin: 0;
padding: 0;
}
div.documentwrapper {
float: left;
width: 100%;
}
div.bodywrapper {
margin: 0 0 0 230px;
}
hr {
border: 1px solid #B1B4B6;
}
div.document {
background-color: #eee;
}
div.body {
background-color: #ffffff;
color: #3E4349;
padding: 0 30px 30px 30px;
font-size: 0.9em;
}
div.footer {
color: #555;
width: 100%;
padding: 13px 0;
text-align: center;
font-size: 75%;
}
div.footer a {
color: #444;
text-decoration: underline;
}
div.related {
background-color: #6BA81E;
line-height: 32px;
color: #fff;
text-shadow: 0px 1px 0 #444;
font-size: 0.9em;
}
div.related a {
color: #E2F3CC;
}
div.sphinxsidebar {
font-size: 0.75em;
line-height: 1.5em;
}
div.sphinxsidebarwrapper{
padding: 20px 0;
}
div.sphinxsidebar h3,
div.sphinxsidebar h4 {
font-family: Arial, sans-serif;
color: #222;
font-size: 1.2em;
font-weight: normal;
margin: 0;
padding: 5px 10px;
background-color: #ddd;
text-shadow: 1px 1px 0 white
}
div.sphinxsidebar h4{
font-size: 1.1em;
}
div.sphinxsidebar h3 a {
color: #444;
}
div.sphinxsidebar p {
color: #888;
padding: 5px 20px;
}
div.sphinxsidebar p.topless {
}
div.sphinxsidebar ul {
margin: 10px 20px;
padding: 0;
color: #000;
}
div.sphinxsidebar a {
color: #444;
}
div.sphinxsidebar input {
border: 1px solid #ccc;
font-family: sans-serif;
font-size: 1em;
}
div.sphinxsidebar .searchformwrapper {
margin-left: 20px;
margin-right: 20px;
}
/* -- body styles ----------------------------------------------------------- */
a {
color: #005B81;
text-decoration: none;
}
a:hover {
color: #E32E00;
text-decoration: underline;
}
div.body h1,
div.body h2,
div.body h3,
div.body h4,
div.body h5,
div.body h6 {
font-family: Arial, sans-serif;
background-color: #BED4EB;
font-weight: normal;
color: #212224;
margin: 30px 0px 10px 0px;
padding: 5px 0 5px 10px;
text-shadow: 0px 1px 0 white
}
div.body h1 { border-top: 20px solid white; margin-top: 0; font-size: 200%; }
div.body h2 { font-size: 150%; background-color: #C8D5E3; }
div.body h3 { font-size: 120%; background-color: #D8DEE3; }
div.body h4 { font-size: 110%; background-color: #D8DEE3; }
div.body h5 { font-size: 100%; background-color: #D8DEE3; }
div.body h6 { font-size: 100%; background-color: #D8DEE3; }
a.headerlink {
color: #c60f0f;
font-size: 0.8em;
padding: 0 4px 0 4px;
text-decoration: none;
}
a.headerlink:hover {
background-color: #c60f0f;
color: white;
}
div.body p, div.body dd, div.body li {
line-height: 1.5em;
}
div.admonition p.admonition-title + p {
display: inline;
}
div.note {
background-color: #eee;
border: 1px solid #ccc;
}
div.seealso {
background-color: #ffc;
border: 1px solid #ff6;
}
div.topic {
background-color: #eee;
}
div.warning {
background-color: #ffe4e4;
border: 1px solid #f66;
}
p.admonition-title {
display: inline;
}
p.admonition-title:after {
content: ":";
}
pre {
padding: 10px;
line-height: 1.2em;
border: 1px solid #C6C9CB;
font-size: 1.1em;
margin: 1.5em 0 1.5em 0;
-webkit-box-shadow: 1px 1px 1px #d8d8d8;
-moz-box-shadow: 1px 1px 1px #d8d8d8;
}
code {
background-color: #ecf0f3;
color: #222;
/* padding: 1px 2px; */
font-size: 1.1em;
font-family: monospace;
}
.viewcode-back {
font-family: Arial, sans-serif;
}
div.viewcode-block:target {
background-color: #f4debf;
border-top: 1px solid #ac9;
border-bottom: 1px solid #ac9;
}
div.code-block-caption {
background-color: #ddd;
color: #222;
border: 1px solid #C6C9CB;
}

View File

@@ -1,77 +1,69 @@
.highlight .hll { background-color: #ffffcc }
.highlight { background: #f8f8f8; }
.highlight .c { color: #8f5902; font-style: italic } /* Comment */
.highlight .err { color: #a40000; border: 1px solid #ef2929 } /* Error */
.highlight .g { color: #000000 } /* Generic */
.highlight .k { color: #204a87; font-weight: bold } /* Keyword */
.highlight .l { color: #000000 } /* Literal */
.highlight .n { color: #000000 } /* Name */
.highlight .o { color: #ce5c00; font-weight: bold } /* Operator */
.highlight .x { color: #000000 } /* Other */
.highlight .p { color: #000000; font-weight: bold } /* Punctuation */
.highlight .ch { color: #8f5902; font-style: italic } /* Comment.Hashbang */
.highlight .cm { color: #8f5902; font-style: italic } /* Comment.Multiline */
.highlight .cp { color: #8f5902; font-style: italic } /* Comment.Preproc */
.highlight .cpf { color: #8f5902; font-style: italic } /* Comment.PreprocFile */
.highlight .c1 { color: #8f5902; font-style: italic } /* Comment.Single */
.highlight .cs { color: #8f5902; font-style: italic } /* Comment.Special */
.highlight .gd { color: #a40000 } /* Generic.Deleted */
.highlight .ge { color: #000000; font-style: italic } /* Generic.Emph */
.highlight .gr { color: #ef2929 } /* Generic.Error */
.highlight .c { color: #408080; font-style: italic } /* Comment */
.highlight .err { border: 1px solid #FF0000 } /* Error */
.highlight .k { color: #008000; font-weight: bold } /* Keyword */
.highlight .o { color: #666666 } /* Operator */
.highlight .ch { color: #408080; font-style: italic } /* Comment.Hashbang */
.highlight .cm { color: #408080; font-style: italic } /* Comment.Multiline */
.highlight .cp { color: #BC7A00 } /* Comment.Preproc */
.highlight .cpf { color: #408080; font-style: italic } /* Comment.PreprocFile */
.highlight .c1 { color: #408080; font-style: italic } /* Comment.Single */
.highlight .cs { color: #408080; font-style: italic } /* Comment.Special */
.highlight .gd { color: #A00000 } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gr { color: #FF0000 } /* Generic.Error */
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
.highlight .gi { color: #00A000 } /* Generic.Inserted */
.highlight .go { color: #000000; font-style: italic } /* Generic.Output */
.highlight .gp { color: #8f5902 } /* Generic.Prompt */
.highlight .gs { color: #000000; font-weight: bold } /* Generic.Strong */
.highlight .go { color: #888888 } /* Generic.Output */
.highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.highlight .gt { color: #a40000; font-weight: bold } /* Generic.Traceback */
.highlight .kc { color: #204a87; font-weight: bold } /* Keyword.Constant */
.highlight .kd { color: #204a87; font-weight: bold } /* Keyword.Declaration */
.highlight .kn { color: #204a87; font-weight: bold } /* Keyword.Namespace */
.highlight .kp { color: #204a87; font-weight: bold } /* Keyword.Pseudo */
.highlight .kr { color: #204a87; font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #204a87; font-weight: bold } /* Keyword.Type */
.highlight .ld { color: #000000 } /* Literal.Date */
.highlight .m { color: #0000cf; font-weight: bold } /* Literal.Number */
.highlight .s { color: #4e9a06 } /* Literal.String */
.highlight .na { color: #c4a000 } /* Name.Attribute */
.highlight .nb { color: #204a87 } /* Name.Builtin */
.highlight .nc { color: #000000 } /* Name.Class */
.highlight .no { color: #000000 } /* Name.Constant */
.highlight .nd { color: #5c35cc; font-weight: bold } /* Name.Decorator */
.highlight .ni { color: #ce5c00 } /* Name.Entity */
.highlight .ne { color: #cc0000; font-weight: bold } /* Name.Exception */
.highlight .nf { color: #000000 } /* Name.Function */
.highlight .nl { color: #f57900 } /* Name.Label */
.highlight .nn { color: #000000 } /* Name.Namespace */
.highlight .nx { color: #000000 } /* Name.Other */
.highlight .py { color: #000000 } /* Name.Property */
.highlight .nt { color: #204a87; font-weight: bold } /* Name.Tag */
.highlight .nv { color: #000000 } /* Name.Variable */
.highlight .ow { color: #204a87; font-weight: bold } /* Operator.Word */
.highlight .w { color: #f8f8f8; text-decoration: underline } /* Text.Whitespace */
.highlight .mb { color: #0000cf; font-weight: bold } /* Literal.Number.Bin */
.highlight .mf { color: #0000cf; font-weight: bold } /* Literal.Number.Float */
.highlight .mh { color: #0000cf; font-weight: bold } /* Literal.Number.Hex */
.highlight .mi { color: #0000cf; font-weight: bold } /* Literal.Number.Integer */
.highlight .mo { color: #0000cf; font-weight: bold } /* Literal.Number.Oct */
.highlight .sa { color: #4e9a06 } /* Literal.String.Affix */
.highlight .sb { color: #4e9a06 } /* Literal.String.Backtick */
.highlight .sc { color: #4e9a06 } /* Literal.String.Char */
.highlight .dl { color: #4e9a06 } /* Literal.String.Delimiter */
.highlight .sd { color: #8f5902; font-style: italic } /* Literal.String.Doc */
.highlight .s2 { color: #4e9a06 } /* Literal.String.Double */
.highlight .se { color: #4e9a06 } /* Literal.String.Escape */
.highlight .sh { color: #4e9a06 } /* Literal.String.Heredoc */
.highlight .si { color: #4e9a06 } /* Literal.String.Interpol */
.highlight .sx { color: #4e9a06 } /* Literal.String.Other */
.highlight .sr { color: #4e9a06 } /* Literal.String.Regex */
.highlight .s1 { color: #4e9a06 } /* Literal.String.Single */
.highlight .ss { color: #4e9a06 } /* Literal.String.Symbol */
.highlight .bp { color: #3465a4 } /* Name.Builtin.Pseudo */
.highlight .fm { color: #000000 } /* Name.Function.Magic */
.highlight .vc { color: #000000 } /* Name.Variable.Class */
.highlight .vg { color: #000000 } /* Name.Variable.Global */
.highlight .vi { color: #000000 } /* Name.Variable.Instance */
.highlight .vm { color: #000000 } /* Name.Variable.Magic */
.highlight .il { color: #0000cf; font-weight: bold } /* Literal.Number.Integer.Long */
.highlight .gt { color: #0044DD } /* Generic.Traceback */
.highlight .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
.highlight .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
.highlight .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
.highlight .kp { color: #008000 } /* Keyword.Pseudo */
.highlight .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #B00040 } /* Keyword.Type */
.highlight .m { color: #666666 } /* Literal.Number */
.highlight .s { color: #BA2121 } /* Literal.String */
.highlight .na { color: #7D9029 } /* Name.Attribute */
.highlight .nb { color: #008000 } /* Name.Builtin */
.highlight .nc { color: #0000FF; font-weight: bold } /* Name.Class */
.highlight .no { color: #880000 } /* Name.Constant */
.highlight .nd { color: #AA22FF } /* Name.Decorator */
.highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */
.highlight .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
.highlight .nf { color: #0000FF } /* Name.Function */
.highlight .nl { color: #A0A000 } /* Name.Label */
.highlight .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
.highlight .nt { color: #008000; font-weight: bold } /* Name.Tag */
.highlight .nv { color: #19177C } /* Name.Variable */
.highlight .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
.highlight .mb { color: #666666 } /* Literal.Number.Bin */
.highlight .mf { color: #666666 } /* Literal.Number.Float */
.highlight .mh { color: #666666 } /* Literal.Number.Hex */
.highlight .mi { color: #666666 } /* Literal.Number.Integer */
.highlight .mo { color: #666666 } /* Literal.Number.Oct */
.highlight .sa { color: #BA2121 } /* Literal.String.Affix */
.highlight .sb { color: #BA2121 } /* Literal.String.Backtick */
.highlight .sc { color: #BA2121 } /* Literal.String.Char */
.highlight .dl { color: #BA2121 } /* Literal.String.Delimiter */
.highlight .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
.highlight .s2 { color: #BA2121 } /* Literal.String.Double */
.highlight .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
.highlight .sh { color: #BA2121 } /* Literal.String.Heredoc */
.highlight .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
.highlight .sx { color: #008000 } /* Literal.String.Other */
.highlight .sr { color: #BB6688 } /* Literal.String.Regex */
.highlight .s1 { color: #BA2121 } /* Literal.String.Single */
.highlight .ss { color: #19177C } /* Literal.String.Symbol */
.highlight .bp { color: #008000 } /* Name.Builtin.Pseudo */
.highlight .fm { color: #0000FF } /* Name.Function.Magic */
.highlight .vc { color: #19177C } /* Name.Variable.Class */
.highlight .vg { color: #19177C } /* Name.Variable.Global */
.highlight .vi { color: #19177C } /* Name.Variable.Instance */
.highlight .vm { color: #19177C } /* Name.Variable.Magic */
.highlight .il { color: #666666 } /* Literal.Number.Integer.Long */

View File

@@ -1,64 +1,103 @@
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<title>アプリケーションのビルド &#8212; UniVRM Programming Document documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="_static/nature.css" />
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
<script src="_static/jquery.js"></script>
<script src="_static/underscore.js"></script>
<script src="_static/doctools.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>アプリケーションのビルド &mdash; UniVRM Programming Document documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
<script src="_static/js/html5shiv.min.js"></script>
<![endif]-->
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
<script src="_static/jquery.js"></script>
<script src="_static/underscore.js"></script>
<script src="_static/doctools.js"></script>
<script src="_static/js/theme.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="Runtime のリソース管理について" href="implementation/runtime_resource_management.html" />
<link rel="prev" title="Version" href="history.html" />
</head><body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="implementation/runtime_resource_management.html" title="Runtime のリソース管理について"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="history.html" title="Version"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">UniVRM Programming Document documentation</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">アプリケーションのビルド</a></li>
</ul>
</div>
<link rel="next" title="実装メモ" href="implementation/index.html" />
<link rel="prev" title="UniVRM Programming Document" href="index.html" />
</head>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" >
<a href="index.html" class="icon icon-home"> UniVRM Programming Document
</a>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
<li class="toctree-l1 current"><a class="current reference internal" href="#">アプリケーションのビルド</a><ul>
<li class="toctree-l2"><a class="reference internal" href="#id2">ビルドに含めるシェーダー</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#unlit">Unlit</a></li>
<li class="toctree-l3"><a class="reference internal" href="#mtoon">MToon</a></li>
<li class="toctree-l3"><a class="reference internal" href="#import-export">ランタイム import/export 時のテクスチャー変換用のシェーダー</a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="implementation/index.html">実装メモ</a></li>
<li class="toctree-l1"><a class="reference internal" href="gltf/index.html">glTF</a></li>
<li class="toctree-l1"><a class="reference internal" href="vrm0/index.html">VRM</a></li>
<li class="toctree-l1"><a class="reference internal" href="vrm1/index.html">VRM-1.0(β)</a></li>
<li class="toctree-l1"><a class="reference internal" href="release/index.html">Release</a></li>
</ul>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="index.html">UniVRM Programming Document</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="Page navigation">
<ul class="wy-breadcrumbs">
<li><a href="index.html" class="icon icon-home"></a> &raquo;</li>
<li>アプリケーションのビルド</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/vrm-c/UniVRM/blob/master/docs/build.md" class="fa fa-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<section class="tex2jax_ignore mathjax_ignore" id="id1">
<h1>アプリケーションのビルド<a class="headerlink" href="#id1" title="Permalink to this headline"></a></h1>
<h1>アプリケーションのビルド<a class="headerlink" href="#id1" title="Permalink to this headline"></a></h1>
<p>UniVRMを使うアプリケーションのビルドに関する注意事項</p>
<section id="id2">
<h2>ビルドに含めるシェーダー<a class="headerlink" href="#id2" title="Permalink to this headline"></a></h2>
<h2>ビルドに含めるシェーダー<a class="headerlink" href="#id2" title="Permalink to this headline"></a></h2>
<p><code class="docutils literal notranslate"><span class="pre">Project</span> <span class="pre">Settings</span> <span class="pre">=</span> <span class="pre">Graphics</span> <span class="pre">-</span> <span class="pre">Always</span> <span class="pre">Included</span> <span class="pre">Shaders</span></code> などに設定して、ビルドに含まれるようにしてください。</p>
<section id="unlit">
<h3>Unlit<a class="headerlink" href="#unlit" title="Permalink to this headline"></a></h3>
<h3>Unlit<a class="headerlink" href="#unlit" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><p><code class="docutils literal notranslate"><span class="pre">Assets\VRMShaders\GLTF\UniUnlit\Resources\UniGLTF\UniUnlit.shader</span></code></p></li>
</ul>
</section>
<section id="mtoon">
<h3>MToon<a class="headerlink" href="#mtoon" title="Permalink to this headline"></a></h3>
<h3>MToon<a class="headerlink" href="#mtoon" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><p><code class="docutils literal notranslate"><span class="pre">Assets\VRMShaders\VRM\MToon\MToon\Resources\Shaders\MToon.shader</span></code></p></li>
</ul>
</section>
<section id="import-export">
<h3>ランタイム import/export 時のテクスチャー変換用のシェーダー<a class="headerlink" href="#import-export" title="Permalink to this headline"></a></h3>
<h3>ランタイム import/export 時のテクスチャー変換用のシェーダー<a class="headerlink" href="#import-export" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><p><code class="docutils literal notranslate"><span class="pre">Assets\VRMShaders\GLTF\IO\Resources\UniGLTF\NormalMapExporter.shader</span></code></p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">Assets\VRMShaders\GLTF\IO\Resources\UniGLTF\StandardMapExporter.shader</span></code></p></li>
@@ -69,76 +108,34 @@
</section>
<div class="clearer"></div>
</div>
</div>
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="index.html" class="btn btn-neutral float-left" title="UniVRM Programming Document" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="implementation/index.html" class="btn btn-neutral float-right" title="実装メモ" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, VRM Consortium.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<ul>
<li><a href="../ja/build.html">日本語</a></li>
</ul>
</section>
</div>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>
<h3><a href="index.html">Table of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">アプリケーションのビルド</a><ul>
<li><a class="reference internal" href="#id2">ビルドに含めるシェーダー</a><ul>
<li><a class="reference internal" href="#unlit">Unlit</a></li>
<li><a class="reference internal" href="#mtoon">MToon</a></li>
<li><a class="reference internal" href="#import-export">ランタイム import/export 時のテクスチャー変換用のシェーダー</a></li>
</ul>
</li>
</ul>
</li>
</ul>
<h4>Previous topic</h4>
<p class="topless"><a href="history.html"
title="previous chapter">Version</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="implementation/runtime_resource_management.html"
title="next chapter">Runtime のリソース管理について</a></p>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="_sources/build.md.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Go" />
</form>
</div>
</div>
<script>$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="implementation/runtime_resource_management.html" title="Runtime のリソース管理について"
>next</a> |</li>
<li class="right" >
<a href="history.html" title="Version"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">UniVRM Programming Document documentation</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">アプリケーションのビルド</a></li>
</ul>
</div>
<div class="footer" role="contentinfo">
&#169; Copyright 2021, VRM Consortium.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 4.2.0.
</div>
</body>
</body>
</html>

View File

@@ -1,36 +1,72 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Index &#8212; UniVRM Programming Document documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="_static/nature.css" />
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
<script src="_static/jquery.js"></script>
<script src="_static/underscore.js"></script>
<script src="_static/doctools.js"></script>
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Index &mdash; UniVRM Programming Document documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
<script src="_static/js/html5shiv.min.js"></script>
<![endif]-->
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
<script src="_static/jquery.js"></script>
<script src="_static/underscore.js"></script>
<script src="_static/doctools.js"></script>
<script src="_static/js/theme.js"></script>
<link rel="index" title="Index" href="#" />
<link rel="search" title="Search" href="search.html" />
</head><body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="#" title="General Index"
accesskey="I">index</a></li>
<li class="nav-item nav-item-0"><a href="index.html">UniVRM Programming Document documentation</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">Index</a></li>
</ul>
</div>
</head>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" >
<a href="index.html" class="icon icon-home"> UniVRM Programming Document
</a>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul>
<li class="toctree-l1"><a class="reference internal" href="build.html">アプリケーションのビルド</a></li>
<li class="toctree-l1"><a class="reference internal" href="implementation/index.html">実装メモ</a></li>
<li class="toctree-l1"><a class="reference internal" href="gltf/index.html">glTF</a></li>
<li class="toctree-l1"><a class="reference internal" href="vrm0/index.html">VRM</a></li>
<li class="toctree-l1"><a class="reference internal" href="vrm1/index.html">VRM-1.0(β)</a></li>
<li class="toctree-l1"><a class="reference internal" href="release/index.html">Release</a></li>
</ul>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="index.html">UniVRM Programming Document</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="Page navigation">
<ul class="wy-breadcrumbs">
<li><a href="index.html" class="icon icon-home"></a> &raquo;</li>
<li>Index</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/vrm-c/UniVRM/blob/master/docs/genindex" class="fa fa-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<h1 id="index">Index</h1>
@@ -39,44 +75,31 @@
</div>
<div class="clearer"></div>
</div>
</div>
<footer>
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, VRM Consortium.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<ul>
<li><a href="../ja/genindex.html">日本語</a></li>
</ul>
</section>
</div>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Go" />
</form>
</div>
</div>
<script>$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="#" title="General Index"
>index</a></li>
<li class="nav-item nav-item-0"><a href="index.html">UniVRM Programming Document documentation</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">Index</a></li>
</ul>
</div>
<div class="footer" role="contentinfo">
&#169; Copyright 2021, VRM Consortium.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 4.2.0.
</div>
</body>
</body>
</html>

View File

@@ -1,49 +1,90 @@
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<title>GltfUpdate(0.36) &#8212; UniVRM Programming Document documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../_static/nature.css" />
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
<script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>GltfUpdate(0.36) &mdash; UniVRM Programming Document documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
<script src="../_static/js/html5shiv.min.js"></script>
<![endif]-->
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
<script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<script src="../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="glbフォーマット概説" href="format.html" />
<link rel="prev" title="The implementation of glTF extensions(0.63.2)" href="how_to_impl_extension.html" />
</head><body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="format.html" title="glbフォーマット概説"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="how_to_impl_extension.html" title="The implementation of glTF extensions(0.63.2)"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../index.html">UniVRM Programming Document documentation</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">GltfUpdate(0.36)</a></li>
</ul>
</div>
</head>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" >
<a href="../index.html" class="icon icon-home"> UniVRM Programming Document
</a>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../build.html">アプリケーションのビルド</a></li>
<li class="toctree-l1"><a class="reference internal" href="../implementation/index.html">実装メモ</a></li>
<li class="toctree-l1 current"><a class="reference internal" href="index.html">glTF</a><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="0_82_glb_import.html">GlbImport(0.82)</a></li>
<li class="toctree-l2"><a class="reference internal" href="how_to_impl_extension.html">The implementation of glTF extensions(0.63.2)</a></li>
<li class="toctree-l2 current"><a class="current reference internal" href="#">GltfUpdate(0.36)</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#id1">Changed Storage Position of Texture Name</a></li>
<li class="toctree-l3"><a class="reference internal" href="#id2">Fix blendshape name</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="format.html">glbフォーマット概説</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../vrm0/index.html">VRM</a></li>
<li class="toctree-l1"><a class="reference internal" href="../vrm1/index.html">VRM-1.0(β)</a></li>
<li class="toctree-l1"><a class="reference internal" href="../release/index.html">Release</a></li>
</ul>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="../index.html">UniVRM Programming Document</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="Page navigation">
<ul class="wy-breadcrumbs">
<li><a href="../index.html" class="icon icon-home"></a> &raquo;</li>
<li><a href="index.html">glTF</a> &raquo;</li>
<li>GltfUpdate(0.36)</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/vrm-c/UniVRM/blob/master/docs/gltf/0_36_update.md" class="fa fa-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<section class="tex2jax_ignore mathjax_ignore" id="gltfupdate-0-36">
<h1>GltfUpdate(0.36)<a class="headerlink" href="#gltfupdate-0-36" title="Permalink to this headline"></a></h1>
<h1>GltfUpdate(0.36)<a class="headerlink" href="#gltfupdate-0-36" title="Permalink to this headline"></a></h1>
<section id="id1">
<h2>Changed Storage Position of Texture Name<a class="headerlink" href="#id1" title="Permalink to this headline"></a></h2>
<h2>Changed Storage Position of Texture Name<a class="headerlink" href="#id1" title="Permalink to this headline"></a></h2>
<p>Conforming to the GLTF specification.</p>
<ul class="simple">
<li><p><code class="docutils literal notranslate"><span class="pre">extras</span></code> is not allowed in target</p></li>
@@ -58,7 +99,7 @@
</div>
</section>
<section id="id2">
<h2>Fix blendshape name<a class="headerlink" href="#id2" title="Permalink to this headline"></a></h2>
<h2>Fix blendshape name<a class="headerlink" href="#id2" title="Permalink to this headline"></a></h2>
<p>Conforming to the GLTF specification.</p>
<ul class="simple">
<li><p><code class="docutils literal notranslate"><span class="pre">extras</span></code> is not allowed in target</p></li>
@@ -76,72 +117,34 @@
</section>
<div class="clearer"></div>
</div>
</div>
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="how_to_impl_extension.html" class="btn btn-neutral float-left" title="The implementation of glTF extensions(0.63.2)" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="format.html" class="btn btn-neutral float-right" title="glbフォーマット概説" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, VRM Consortium.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<ul>
<li><a href="../../ja/gltf/0_36_update.html">日本語</a></li>
</ul>
</section>
</div>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>
<h3><a href="../index.html">Table of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">GltfUpdate(0.36)</a><ul>
<li><a class="reference internal" href="#id1">Changed Storage Position of Texture Name</a></li>
<li><a class="reference internal" href="#id2">Fix blendshape name</a></li>
</ul>
</li>
</ul>
<h4>Previous topic</h4>
<p class="topless"><a href="how_to_impl_extension.html"
title="previous chapter">The implementation of glTF extensions(0.63.2)</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="format.html"
title="next chapter">glbフォーマット概説</a></p>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../_sources/gltf/0_36_update.md.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="../search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Go" />
</form>
</div>
</div>
<script>$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="format.html" title="glbフォーマット概説"
>next</a> |</li>
<li class="right" >
<a href="how_to_impl_extension.html" title="The implementation of glTF extensions(0.63.2)"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../index.html">UniVRM Programming Document documentation</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">GltfUpdate(0.36)</a></li>
</ul>
</div>
<div class="footer" role="contentinfo">
&#169; Copyright 2021, VRM Consortium.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 4.2.0.
</div>
</body>
</body>
</html>

View File

@@ -1,47 +1,101 @@
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<title>GlbImport(0.82) &#8212; UniVRM Programming Document documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../_static/nature.css" />
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
<script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>GlbImport(0.82) &mdash; UniVRM Programming Document documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
<script src="../_static/js/html5shiv.min.js"></script>
<![endif]-->
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
<script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<script src="../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="The implementation of glTF extensions(0.63.2)" href="how_to_impl_extension.html" />
<link rel="prev" title="VRアプリケーションの FirstPerson 設定による Renderer の可視制御" href="../implementation/first_person.html" />
</head><body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="how_to_impl_extension.html" title="The implementation of glTF extensions(0.63.2)"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="../implementation/first_person.html" title="VRアプリケーションの FirstPerson 設定による Renderer の可視制御"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../index.html">UniVRM Programming Document documentation</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">GlbImport(0.82)</a></li>
</ul>
</div>
<link rel="prev" title="glTF" href="index.html" />
</head>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" >
<a href="../index.html" class="icon icon-home"> UniVRM Programming Document
</a>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../build.html">アプリケーションのビルド</a></li>
<li class="toctree-l1"><a class="reference internal" href="../implementation/index.html">実装メモ</a></li>
<li class="toctree-l1 current"><a class="reference internal" href="index.html">glTF</a><ul class="current">
<li class="toctree-l2 current"><a class="current reference internal" href="#">GlbImport(0.82)</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#id1">1. パースする</a><ul>
<li class="toctree-l4"><a class="reference internal" href="#glb">Parse glb from file path</a></li>
<li class="toctree-l4"><a class="reference internal" href="#id2">Parse glb byte array</a></li>
<li class="toctree-l4"><a class="reference internal" href="#gltf">Parse gltf from file path</a></li>
<li class="toctree-l4"><a class="reference internal" href="#zip">Parse gltf in zip archive from file path</a></li>
<li class="toctree-l4"><a class="reference internal" href="#id3">Parse by file extension</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="#id4">2. ロードする</a><ul>
<li class="toctree-l4"><a class="reference internal" href="#sync">sync</a></li>
<li class="toctree-l4"><a class="reference internal" href="#async">async</a></li>
<li class="toctree-l4"><a class="reference internal" href="#materialgenerator-urp">Load URP material by materialGenerator argument</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="#id5">3. インスタンスを使用する</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="how_to_impl_extension.html">The implementation of glTF extensions(0.63.2)</a></li>
<li class="toctree-l2"><a class="reference internal" href="0_36_update.html">GltfUpdate(0.36)</a></li>
<li class="toctree-l2"><a class="reference internal" href="format.html">glbフォーマット概説</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../vrm0/index.html">VRM</a></li>
<li class="toctree-l1"><a class="reference internal" href="../vrm1/index.html">VRM-1.0(β)</a></li>
<li class="toctree-l1"><a class="reference internal" href="../release/index.html">Release</a></li>
</ul>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="../index.html">UniVRM Programming Document</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="Page navigation">
<ul class="wy-breadcrumbs">
<li><a href="../index.html" class="icon icon-home"></a> &raquo;</li>
<li><a href="index.html">glTF</a> &raquo;</li>
<li>GlbImport(0.82)</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/vrm-c/UniVRM/blob/master/docs/gltf/0_82_glb_import.md" class="fa fa-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<section class="tex2jax_ignore mathjax_ignore" id="glbimport-0-82">
<h1>GlbImport(0.82)<a class="headerlink" href="#glbimport-0-82" title="Permalink to this headline"></a></h1>
<h1>GlbImport(0.82)<a class="headerlink" href="#glbimport-0-82" title="Permalink to this headline"></a></h1>
<p>If use <code class="docutils literal notranslate"><span class="pre">0.82.0</span></code>, please upgrade.</p>
<p>GLB load is below steps.</p>
<ol class="simple">
@@ -50,9 +104,9 @@
<li><p>Use the <code class="docutils literal notranslate"><span class="pre">RuntimeGltfInstance</span></code>, destroy the <code class="docutils literal notranslate"><span class="pre">RuntimeGltfInstance</span></code>.</p></li>
</ol>
<section id="id1">
<h2>1. パースする<a class="headerlink" href="#id1" title="Permalink to this headline"></a></h2>
<h2>1. パースする<a class="headerlink" href="#id1" title="Permalink to this headline"></a></h2>
<section id="glb">
<h3>Parse glb from file path<a class="headerlink" href="#glb" title="Permalink to this headline"></a></h3>
<h3>Parse glb from file path<a class="headerlink" href="#glb" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><p>Use this for vrm too.</p></li>
</ul>
@@ -64,7 +118,7 @@
</div>
</section>
<section id="id2">
<h3>Parse glb byte array<a class="headerlink" href="#id2" title="Permalink to this headline"></a></h3>
<h3>Parse glb byte array<a class="headerlink" href="#id2" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><p>Use this for vrm too.</p></li>
</ul>
@@ -76,7 +130,7 @@
</div>
</section>
<section id="gltf">
<h3>Parse gltf from file path<a class="headerlink" href="#gltf" title="Permalink to this headline"></a></h3>
<h3>Parse gltf from file path<a class="headerlink" href="#gltf" title="Permalink to this headline"></a></h3>
<div class="highlight-csharp notranslate"><div class="highlight"><pre><span></span><span class="n">GltfData</span> <span class="nf">Load</span><span class="p">(</span><span class="kt">string</span> <span class="n">path</span><span class="p">)</span>
<span class="p">{</span>
<span class="k">return</span> <span class="k">new</span> <span class="nf">GltfFileWithResourceFilesParser</span><span class="p">(</span><span class="n">path</span><span class="p">).</span><span class="n">Parse</span><span class="p">();</span>
@@ -85,7 +139,7 @@
</div>
</section>
<section id="zip">
<h3>Parse gltf in zip archive from file path<a class="headerlink" href="#zip" title="Permalink to this headline"></a></h3>
<h3>Parse gltf in zip archive from file path<a class="headerlink" href="#zip" title="Permalink to this headline"></a></h3>
<p>Zip archive that contains gltf and related files could parsed(expelemental).</p>
<div class="highlight-csharp notranslate"><div class="highlight"><pre><span></span><span class="n">GltfData</span> <span class="nf">Load</span><span class="p">(</span><span class="kt">string</span> <span class="n">path</span><span class="p">)</span>
<span class="p">{</span>
@@ -95,7 +149,7 @@
</div>
</section>
<section id="id3">
<h3>Parse by file extension<a class="headerlink" href="#id3" title="Permalink to this headline"></a></h3>
<h3>Parse by file extension<a class="headerlink" href="#id3" title="Permalink to this headline"></a></h3>
<p>See <code class="docutils literal notranslate"><span class="pre">SimpleViewer</span></code> sample.</p>
<div class="highlight-csharp notranslate"><div class="highlight"><pre><span></span><span class="n">GltfData</span> <span class="nf">Load</span><span class="p">(</span><span class="kt">string</span> <span class="n">path</span><span class="p">)</span>
<span class="p">{</span>
@@ -107,9 +161,9 @@
</section>
</section>
<section id="id4">
<h2>2. ロードする<a class="headerlink" href="#id4" title="Permalink to this headline"></a></h2>
<h2>2. ロードする<a class="headerlink" href="#id4" title="Permalink to this headline"></a></h2>
<section id="sync">
<h3>sync<a class="headerlink" href="#sync" title="Permalink to this headline"></a></h3>
<h3>sync<a class="headerlink" href="#sync" title="Permalink to this headline"></a></h3>
<div class="highlight-csharp notranslate"><div class="highlight"><pre><span></span><span class="n">RuntimeGltfInstance</span> <span class="nf">Load</span><span class="p">(</span><span class="n">GltfData</span> <span class="n">data</span><span class="p">)</span>
<span class="p">{</span>
<span class="c1">// ImporterContext は使用後に Dispose を呼び出してください。</span>
@@ -124,7 +178,7 @@
</div>
</section>
<section id="async">
<h3>async<a class="headerlink" href="#async" title="Permalink to this headline"></a></h3>
<h3>async<a class="headerlink" href="#async" title="Permalink to this headline"></a></h3>
<div class="highlight-csharp notranslate"><div class="highlight"><pre><span></span><span class="k">async</span> <span class="n">RuntimeGltfInstance</span> <span class="nf">Load</span><span class="p">(</span><span class="n">GltfData</span> <span class="n">data</span><span class="p">)</span>
<span class="p">{</span>
<span class="c1">// ImporterContext は使用後に Dispose を呼び出してください。</span>
@@ -139,7 +193,7 @@
</div>
</section>
<section id="materialgenerator-urp">
<h3>Load URP material by materialGenerator argument<a class="headerlink" href="#materialgenerator-urp" title="Permalink to this headline"></a></h3>
<h3>Load URP material by materialGenerator argument<a class="headerlink" href="#materialgenerator-urp" title="Permalink to this headline"></a></h3>
<p>You can load URP materials by setting the <code class="docutils literal notranslate"><span class="pre">materialGenerator</span></code> Argument (optional).</p>
<div class="highlight-csharp notranslate"><div class="highlight"><pre><span></span><span class="k">async</span> <span class="n">RuntimeGltfInstance</span> <span class="nf">Load</span><span class="p">(</span><span class="n">GltfData</span> <span class="n">data</span><span class="p">)</span>
<span class="p">{</span>
@@ -155,7 +209,7 @@
</section>
</section>
<section id="id5">
<h2>3. インスタンスを使用する<a class="headerlink" href="#id5" title="Permalink to this headline"></a></h2>
<h2>3. インスタンスを使用する<a class="headerlink" href="#id5" title="Permalink to this headline"></a></h2>
<div class="highlight-csharp notranslate"><div class="highlight"><pre><span></span><span class="c1">// SkinnedMeshRenderer に対する指示</span>
<span class="n">instance</span><span class="p">.</span><span class="n">EnableUpdateWhenOffscreen</span><span class="p">();</span>
<span class="c1">// 準備ができたら表示する(デフォルトでは非表示)</span>
@@ -170,85 +224,34 @@
</section>
<div class="clearer"></div>
</div>
</div>
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="index.html" class="btn btn-neutral float-left" title="glTF" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="how_to_impl_extension.html" class="btn btn-neutral float-right" title="The implementation of glTF extensions(0.63.2)" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, VRM Consortium.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<ul>
<li><a href="../../ja/gltf/0_82_glb_import.html">日本語</a></li>
</ul>
</section>
</div>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>
<h3><a href="../index.html">Table of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">GlbImport(0.82)</a><ul>
<li><a class="reference internal" href="#id1">1. パースする</a><ul>
<li><a class="reference internal" href="#glb">Parse glb from file path</a></li>
<li><a class="reference internal" href="#id2">Parse glb byte array</a></li>
<li><a class="reference internal" href="#gltf">Parse gltf from file path</a></li>
<li><a class="reference internal" href="#zip">Parse gltf in zip archive from file path</a></li>
<li><a class="reference internal" href="#id3">Parse by file extension</a></li>
</ul>
</li>
<li><a class="reference internal" href="#id4">2. ロードする</a><ul>
<li><a class="reference internal" href="#sync">sync</a></li>
<li><a class="reference internal" href="#async">async</a></li>
<li><a class="reference internal" href="#materialgenerator-urp">Load URP material by materialGenerator argument</a></li>
</ul>
</li>
<li><a class="reference internal" href="#id5">3. インスタンスを使用する</a></li>
</ul>
</li>
</ul>
<h4>Previous topic</h4>
<p class="topless"><a href="../implementation/first_person.html"
title="previous chapter">VRアプリケーションの FirstPerson 設定による Renderer の可視制御</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="how_to_impl_extension.html"
title="next chapter">The implementation of glTF extensions(0.63.2)</a></p>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../_sources/gltf/0_82_glb_import.md.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="../search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Go" />
</form>
</div>
</div>
<script>$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="how_to_impl_extension.html" title="The implementation of glTF extensions(0.63.2)"
>next</a> |</li>
<li class="right" >
<a href="../implementation/first_person.html" title="VRアプリケーションの FirstPerson 設定による Renderer の可視制御"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../index.html">UniVRM Programming Document documentation</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">GlbImport(0.82)</a></li>
</ul>
</div>
<div class="footer" role="contentinfo">
&#169; Copyright 2021, VRM Consortium.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 4.2.0.
</div>
</body>
</body>
</html>

View File

@@ -1,53 +1,96 @@
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<title>glbフォーマット概説 &#8212; UniVRM Programming Document documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../_static/nature.css" />
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
<script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>glbフォーマット概説 &mdash; UniVRM Programming Document documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
<script src="../_static/js/html5shiv.min.js"></script>
<![endif]-->
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
<script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<script src="../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="RuntimeImport(0.82)" href="../vrm0/0_82_runtime_import.html" />
<link rel="next" title="VRM" href="../vrm0/index.html" />
<link rel="prev" title="GltfUpdate(0.36)" href="0_36_update.html" />
</head><body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="../vrm0/0_82_runtime_import.html" title="RuntimeImport(0.82)"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="0_36_update.html" title="GltfUpdate(0.36)"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../index.html">UniVRM Programming Document documentation</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">glbフォーマット概説</a></li>
</ul>
</div>
</head>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" >
<a href="../index.html" class="icon icon-home"> UniVRM Programming Document
</a>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../build.html">アプリケーションのビルド</a></li>
<li class="toctree-l1"><a class="reference internal" href="../implementation/index.html">実装メモ</a></li>
<li class="toctree-l1 current"><a class="reference internal" href="index.html">glTF</a><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="0_82_glb_import.html">GlbImport(0.82)</a></li>
<li class="toctree-l2"><a class="reference internal" href="how_to_impl_extension.html">The implementation of glTF extensions(0.63.2)</a></li>
<li class="toctree-l2"><a class="reference internal" href="0_36_update.html">GltfUpdate(0.36)</a></li>
<li class="toctree-l2 current"><a class="current reference internal" href="#">glbフォーマット概説</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#id2">glb形式</a><ul>
<li class="toctree-l4"><a class="reference internal" href="#python3">python3によるパース例</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../vrm0/index.html">VRM</a></li>
<li class="toctree-l1"><a class="reference internal" href="../vrm1/index.html">VRM-1.0(β)</a></li>
<li class="toctree-l1"><a class="reference internal" href="../release/index.html">Release</a></li>
</ul>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="../index.html">UniVRM Programming Document</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="Page navigation">
<ul class="wy-breadcrumbs">
<li><a href="../index.html" class="icon icon-home"></a> &raquo;</li>
<li><a href="index.html">glTF</a> &raquo;</li>
<li>glbフォーマット概説</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/vrm-c/UniVRM/blob/master/docs/gltf/format.md" class="fa fa-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<section class="tex2jax_ignore mathjax_ignore" id="glb">
<h1>glbフォーマット概説<a class="headerlink" href="#glb" title="Permalink to this headline"></a></h1>
<h1>glbフォーマット概説<a class="headerlink" href="#glb" title="Permalink to this headline"></a></h1>
<p>JSON記述部と、画像や頂点配列を記録するバイナリ部のつの部分からなります。</p>
<p>gltf形式では、URLやパスで参照する方法で外部のバイナリデータにアクセスします。
glb形式ではJSON部とバイナリ部をひとつのファイルにまとめていて、バイト列のオフセットでバイナリデータにアクセスします。
プログラムから扱うには外部ファイルへのアクセスが無いglb形式の方が簡単<a class="footnote-reference brackets" href="#vrm-glb" id="id1">1</a>です。</p>
<section id="id2">
<h2>glb形式<a class="headerlink" href="#id2" title="Permalink to this headline"></a></h2>
<h2>glb形式<a class="headerlink" href="#id2" title="Permalink to this headline"></a></h2>
<p><code class="docutils literal notranslate"><span class="pre">ヘッダ部</span> <span class="pre">+</span> <span class="pre">チャンク部繰り返し</span></code>という構造になっています。
実質的には、
<code class="docutils literal notranslate"><span class="pre">ヘッダ部</span> <span class="pre">+</span> <span class="pre">JSON</span> <span class="pre">CHUNk</span> <span class="pre">+</span> <span class="pre">BINARY</span> <span class="pre">CHUNK</span></code>となります。</p>
@@ -106,7 +149,7 @@ glb形式ではJSON部とバイナリ部をひとつのファイルにまとめ
</tbody>
</table>
<section id="python3">
<h3>python3によるパース例<a class="headerlink" href="#python3" title="Permalink to this headline"></a></h3>
<h3>python3によるパース例<a class="headerlink" href="#python3" title="Permalink to this headline"></a></h3>
<div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="kn">import</span> <span class="nn">struct</span>
<span class="kn">import</span> <span class="nn">json</span>
@@ -183,74 +226,34 @@ glb形式ではJSON部とバイナリ部をひとつのファイルにまとめ
</section>
<div class="clearer"></div>
</div>
</div>
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="0_36_update.html" class="btn btn-neutral float-left" title="GltfUpdate(0.36)" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="../vrm0/index.html" class="btn btn-neutral float-right" title="VRM" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, VRM Consortium.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<ul>
<li><a href="../../ja/gltf/format.html">日本語</a></li>
</ul>
</section>
</div>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>
<h3><a href="../index.html">Table of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">glbフォーマット概説</a><ul>
<li><a class="reference internal" href="#id2">glb形式</a><ul>
<li><a class="reference internal" href="#python3">python3によるパース例</a></li>
</ul>
</li>
</ul>
</li>
</ul>
<h4>Previous topic</h4>
<p class="topless"><a href="0_36_update.html"
title="previous chapter">GltfUpdate(0.36)</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="../vrm0/0_82_runtime_import.html"
title="next chapter">RuntimeImport(0.82)</a></p>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../_sources/gltf/format.md.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="../search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Go" />
</form>
</div>
</div>
<script>$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="../vrm0/0_82_runtime_import.html" title="RuntimeImport(0.82)"
>next</a> |</li>
<li class="right" >
<a href="0_36_update.html" title="GltfUpdate(0.36)"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../index.html">UniVRM Programming Document documentation</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">glbフォーマット概説</a></li>
</ul>
</div>
<div class="footer" role="contentinfo">
&#169; Copyright 2021, VRM Consortium.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 4.2.0.
</div>
</body>
</body>
</html>

View File

@@ -1,50 +1,111 @@
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<title>The implementation of glTF extensions(0.63.2) &#8212; UniVRM Programming Document documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../_static/nature.css" />
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
<script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>The implementation of glTF extensions(0.63.2) &mdash; UniVRM Programming Document documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
<script src="../_static/js/html5shiv.min.js"></script>
<![endif]-->
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
<script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<script src="../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="GltfUpdate(0.36)" href="0_36_update.html" />
<link rel="prev" title="GlbImport(0.82)" href="0_82_glb_import.html" />
</head><body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="0_36_update.html" title="GltfUpdate(0.36)"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="0_82_glb_import.html" title="GlbImport(0.82)"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../index.html">UniVRM Programming Document documentation</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">The implementation of glTF extensions(0.63.2)</a></li>
</ul>
</div>
</head>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" >
<a href="../index.html" class="icon icon-home"> UniVRM Programming Document
</a>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../build.html">アプリケーションのビルド</a></li>
<li class="toctree-l1"><a class="reference internal" href="../implementation/index.html">実装メモ</a></li>
<li class="toctree-l1 current"><a class="reference internal" href="index.html">glTF</a><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="0_82_glb_import.html">GlbImport(0.82)</a></li>
<li class="toctree-l2 current"><a class="current reference internal" href="#">The implementation of glTF extensions(0.63.2)</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#gltf">About GLTF Extensions</a></li>
<li class="toctree-l3"><a class="reference internal" href="#unigltf-extensions">The extensions of UniGLTF</a></li>
<li class="toctree-l3"><a class="reference internal" href="#unigltf">UniGLTF の拡張の書き方</a><ul>
<li class="toctree-l4"><a class="reference internal" href="#jsonpath">JSONPATH と 型を決める</a></li>
<li class="toctree-l4"><a class="reference internal" href="#import">import</a></li>
<li class="toctree-l4"><a class="reference internal" href="#export">export</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="#id1">実装例</a><ul>
<li class="toctree-l4"><a class="reference internal" href="#gltf-gltf">GLTF: GLTF全体</a></li>
<li class="toctree-l4"><a class="reference internal" href="#gltf-meshes-extras-targetnames">GLTF: <code class="docutils literal notranslate"><span class="pre">meshes[*].extras.targetNames</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="#gltf-materials-extensions-khr-materials-unlit">GLTF: <code class="docutils literal notranslate"><span class="pre">materials[*].extensions.KHR_materials_unlit</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="#gltf-materials-extensions-khr-texture-transform">GLTF: <code class="docutils literal notranslate"><span class="pre">materials[*].extensions.KHR_texture_transform</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="#vrm0-extensions-vrm">VRM0: <code class="docutils literal notranslate"><span class="pre">extensions.VRM</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="#vrm1-extensions-vrmc-vrm">VRM1: <code class="docutils literal notranslate"><span class="pre">extensions.VRMC_vrm</span></code> など</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="#id4">コード生成</a><ul>
<li class="toctree-l4"><a class="reference internal" href="#c">C# の型から生成</a></li>
<li class="toctree-l4"><a class="reference internal" href="#jsonschema">JsonSchemaから生成</a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="0_36_update.html">GltfUpdate(0.36)</a></li>
<li class="toctree-l2"><a class="reference internal" href="format.html">glbフォーマット概説</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../vrm0/index.html">VRM</a></li>
<li class="toctree-l1"><a class="reference internal" href="../vrm1/index.html">VRM-1.0(β)</a></li>
<li class="toctree-l1"><a class="reference internal" href="../release/index.html">Release</a></li>
</ul>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="../index.html">UniVRM Programming Document</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="Page navigation">
<ul class="wy-breadcrumbs">
<li><a href="../index.html" class="icon icon-home"></a> &raquo;</li>
<li><a href="index.html">glTF</a> &raquo;</li>
<li>The implementation of glTF extensions(0.63.2)</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/vrm-c/UniVRM/blob/master/docs/gltf/how_to_impl_extension.md" class="fa fa-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<section class="tex2jax_ignore mathjax_ignore" id="gltf-0-63-2">
<h1>The implementation of glTF extensions(0.63.2)<a class="headerlink" href="#gltf-0-63-2" title="Permalink to this headline"></a></h1>
<h1>The implementation of glTF extensions(0.63.2)<a class="headerlink" href="#gltf-0-63-2" title="Permalink to this headline"></a></h1>
<p>From <code class="docutils literal notranslate"><span class="pre">UniVRM-0.63.2</span></code> , <code class="docutils literal notranslate"><span class="pre">UniGLTF</span></code> structure is changed, cause <code class="docutils literal notranslate"><span class="pre">extensions</span></code> / <code class="docutils literal notranslate"><span class="pre">extras</span></code> implementations is updated.</p>
<section id="gltf">
<h2>About GLTF Extensions<a class="headerlink" href="#gltf" title="Permalink to this headline"></a></h2>
<h2>About GLTF Extensions<a class="headerlink" href="#gltf" title="Permalink to this headline"></a></h2>
<p><code class="docutils literal notranslate"><span class="pre">glTF</span></code> has each <code class="docutils literal notranslate"><span class="pre">extensions</span></code>, <code class="docutils literal notranslate"><span class="pre">extras</span></code> points.</p>
<ul class="simple">
<li><p><code class="docutils literal notranslate"><span class="pre">extensions</span></code> (or extras)</p></li>
@@ -64,7 +125,7 @@
</div></blockquote>
</section>
<section id="unigltf-extensions">
<h2>The extensions of UniGLTF<a class="headerlink" href="#unigltf-extensions" title="Permalink to this headline"></a></h2>
<h2>The extensions of UniGLTF<a class="headerlink" href="#unigltf-extensions" title="Permalink to this headline"></a></h2>
<p>Before <code class="docutils literal notranslate"><span class="pre">v0.63.0</span></code>, <code class="docutils literal notranslate"><span class="pre">GLTF</span> <span class="pre">type</span></code> s <code class="docutils literal notranslate"><span class="pre">extensions</span></code> field is statically extended as <code class="docutils literal notranslate"><span class="pre">GLTFExtensions</span> <span class="pre">Type</span></code>, and had <code class="docutils literal notranslate"><span class="pre">VRM</span> <span class="pre">type</span></code> field.</p>
<div class="highlight-csharp notranslate"><div class="highlight"><pre><span></span><span class="k">class</span> <span class="nc">VRM</span>
<span class="p">{</span>
@@ -102,7 +163,7 @@ UniGLTF は <code class="docutils literal notranslate"><span class="pre">import/
</div>
</section>
<section id="unigltf">
<h2>UniGLTF の拡張の書き方<a class="headerlink" href="#unigltf" title="Permalink to this headline"></a></h2>
<h2>UniGLTF の拡張の書き方<a class="headerlink" href="#unigltf" title="Permalink to this headline"></a></h2>
<p>拡張は、以下の部品要素から作れます。</p>
<ul class="simple">
<li><p>名前(JsonPath)。例: <code class="docutils literal notranslate"><span class="pre">extensions.VRM</span></code>, <code class="docutils literal notranslate"><span class="pre">materials[*].extensions.KHR_materials_unlit</span></code></p></li>
@@ -111,7 +172,7 @@ UniGLTF は <code class="docutils literal notranslate"><span class="pre">import/
<li><p>シリアライザーexport)。<code class="docutils literal notranslate"><span class="pre">T型</span> <span class="pre">=&gt;</span> <span class="pre">jsonバイト列</span></code></p></li>
</ul>
<section id="jsonpath">
<h3>JSONPATH と 型を決める<a class="headerlink" href="#jsonpath" title="Permalink to this headline"></a></h3>
<h3>JSONPATH と 型を決める<a class="headerlink" href="#jsonpath" title="Permalink to this headline"></a></h3>
<div class="highlight-C# notranslate"><div class="highlight"><pre><span></span><span class="c1">// 型</span>
<span class="k">class</span> <span class="nc">GoodMaterial</span>
<span class="p">{</span>
@@ -124,7 +185,7 @@ UniGLTF は <code class="docutils literal notranslate"><span class="pre">import/
</div>
</section>
<section id="import">
<h3>import<a class="headerlink" href="#import" title="Permalink to this headline"></a></h3>
<h3>import<a class="headerlink" href="#import" title="Permalink to this headline"></a></h3>
<div class="highlight-C# notranslate"><div class="highlight"><pre><span></span><span class="n">GoodMaterial</span> <span class="nf">DeserializeGoodMaterial</span><span class="p">(</span><span class="n">ListTreeNode</span><span class="p">&lt;</span><span class="n">JsonValue</span><span class="p">&gt;</span> <span class="n">json</span><span class="p">)</span>
<span class="p">{</span>
<span class="c1">// デシリアライズ。手で書くかコード生成する(後述)</span>
@@ -162,7 +223,7 @@ UniGLTF は <code class="docutils literal notranslate"><span class="pre">import/
</div>
</section>
<section id="export">
<h3>export<a class="headerlink" href="#export" title="Permalink to this headline"></a></h3>
<h3>export<a class="headerlink" href="#export" title="Permalink to this headline"></a></h3>
<div class="highlight-csharp notranslate"><div class="highlight"><pre><span></span><span class="k">void</span> <span class="nf">SerializeGoodMaterial</span><span class="p">(</span><span class="n">UniJSON</span><span class="p">.</span><span class="n">JsonFormatter</span> <span class="n">f</span><span class="p">,</span> <span class="n">GoodMaterial</span> <span class="k">value</span><span class="p">)</span>
<span class="p">{</span>
<span class="c1">// シリアライズ。手で書くかコード生成する(後述)</span>
@@ -194,9 +255,9 @@ UniGLTF は <code class="docutils literal notranslate"><span class="pre">import/
</section>
</section>
<section id="id1">
<h2>実装例<a class="headerlink" href="#id1" title="Permalink to this headline"></a></h2>
<h2>実装例<a class="headerlink" href="#id1" title="Permalink to this headline"></a></h2>
<section id="gltf-gltf">
<h3>GLTF: GLTF全体<a class="headerlink" href="#gltf-gltf" title="Permalink to this headline"></a></h3>
<h3>GLTF: GLTF全体<a class="headerlink" href="#gltf-gltf" title="Permalink to this headline"></a></h3>
<p><code class="docutils literal notranslate"><span class="pre">C#の型からコード生成</span></code></p>
<ul class="simple">
<li><p><code class="docutils literal notranslate"><span class="pre">Assets\UniGLTF\Runtime\UniGLTF\Format\GltfSerializer.g.cs</span></code></p></li>
@@ -210,7 +271,7 @@ UniGLTF は <code class="docutils literal notranslate"><span class="pre">import/
<p>生成コードの呼び出し</p>
</section>
<section id="gltf-meshes-extras-targetnames">
<h3>GLTF: <code class="docutils literal notranslate"><span class="pre">meshes[*].extras.targetNames</span></code><a class="headerlink" href="#gltf-meshes-extras-targetnames" title="Permalink to this headline"></a></h3>
<h3>GLTF: <code class="docutils literal notranslate"><span class="pre">meshes[*].extras.targetNames</span></code><a class="headerlink" href="#gltf-meshes-extras-targetnames" title="Permalink to this headline"></a></h3>
<p><code class="docutils literal notranslate"><span class="pre">コード生成せずに手書き</span></code></p>
<ul class="simple">
<li><p><code class="docutils literal notranslate"><span class="pre">Assets\UniGLTF\Runtime\UniGLTF\Format\ExtensionsAndExtras\gltf_mesh_extras_targetNames.cs</span></code></p></li>
@@ -218,7 +279,7 @@ UniGLTF は <code class="docutils literal notranslate"><span class="pre">import/
<p>生成コードの呼び出し</p>
</section>
<section id="gltf-materials-extensions-khr-materials-unlit">
<h3>GLTF: <code class="docutils literal notranslate"><span class="pre">materials[*].extensions.KHR_materials_unlit</span></code><a class="headerlink" href="#gltf-materials-extensions-khr-materials-unlit" title="Permalink to this headline"></a></h3>
<h3>GLTF: <code class="docutils literal notranslate"><span class="pre">materials[*].extensions.KHR_materials_unlit</span></code><a class="headerlink" href="#gltf-materials-extensions-khr-materials-unlit" title="Permalink to this headline"></a></h3>
<p><code class="docutils literal notranslate"><span class="pre">コード生成せずに手書き</span></code></p>
<ul class="simple">
<li><p><code class="docutils literal notranslate"><span class="pre">Assets\UniGLTF\Runtime\UniGLTF\Format\ExtensionsAndExtras\KHR_materials_unlit.cs</span></code></p></li>
@@ -226,7 +287,7 @@ UniGLTF は <code class="docutils literal notranslate"><span class="pre">import/
<p>生成コードの呼び出し</p>
</section>
<section id="gltf-materials-extensions-khr-texture-transform">
<h3>GLTF: <code class="docutils literal notranslate"><span class="pre">materials[*].extensions.KHR_texture_transform</span></code><a class="headerlink" href="#gltf-materials-extensions-khr-texture-transform" title="Permalink to this headline"></a></h3>
<h3>GLTF: <code class="docutils literal notranslate"><span class="pre">materials[*].extensions.KHR_texture_transform</span></code><a class="headerlink" href="#gltf-materials-extensions-khr-texture-transform" title="Permalink to this headline"></a></h3>
<p><code class="docutils literal notranslate"><span class="pre">コード生成せずに手書き</span></code></p>
<ul class="simple">
<li><p><code class="docutils literal notranslate"><span class="pre">Assets\UniGLTF\Runtime\UniGLTF\Format\ExtensionsAndExtras\KHR_texture_transform.cs</span></code></p></li>
@@ -238,7 +299,7 @@ UniGLTF は <code class="docutils literal notranslate"><span class="pre">import/
</ul>
</section>
<section id="vrm0-extensions-vrm">
<h3>VRM0: <code class="docutils literal notranslate"><span class="pre">extensions.VRM</span></code><a class="headerlink" href="#vrm0-extensions-vrm" title="Permalink to this headline"></a></h3>
<h3>VRM0: <code class="docutils literal notranslate"><span class="pre">extensions.VRM</span></code><a class="headerlink" href="#vrm0-extensions-vrm" title="Permalink to this headline"></a></h3>
<p><code class="docutils literal notranslate"><span class="pre">C#の型からコード生成</span></code></p>
<ul class="simple">
<li><p><code class="docutils literal notranslate"><span class="pre">Assets\VRM\Runtime\Format\VRMSerializer.g.cs</span></code></p></li>
@@ -256,59 +317,59 @@ UniGLTF は <code class="docutils literal notranslate"><span class="pre">import/
</ul>
</section>
<section id="vrm1-extensions-vrmc-vrm">
<h3>VRM1: <code class="docutils literal notranslate"><span class="pre">extensions.VRMC_vrm</span></code> など<a class="headerlink" href="#vrm1-extensions-vrmc-vrm" title="Permalink to this headline"></a></h3>
<h3>VRM1: <code class="docutils literal notranslate"><span class="pre">extensions.VRMC_vrm</span></code> など<a class="headerlink" href="#vrm1-extensions-vrmc-vrm" title="Permalink to this headline"></a></h3>
<p><code class="docutils literal notranslate"><span class="pre">JsonSchemaからコード生成</span></code></p>
<p>5つの Extensions に分かれたので個別に作成。
ささる場所(JsonPath)が違うのに注意。</p>
<section id="extensions-vrmc-vrm">
<h4><code class="docutils literal notranslate"><span class="pre">extensions.VRMC_vrm</span></code><a class="headerlink" href="#extensions-vrmc-vrm" title="Permalink to this headline"></a></h4>
<h4><code class="docutils literal notranslate"><span class="pre">extensions.VRMC_vrm</span></code><a class="headerlink" href="#extensions-vrmc-vrm" title="Permalink to this headline"></a></h4>
<ul class="simple">
<li><p><code class="docutils literal notranslate"><span class="pre">Assets\VRM10\Runtime\Format\VRM</span></code></p></li>
</ul>
</section>
<section id="materials-extensions-vrmc-materials-mtoon">
<h4><code class="docutils literal notranslate"><span class="pre">materials[*].extensions.VRMC_materials_mtoon</span></code><a class="headerlink" href="#materials-extensions-vrmc-materials-mtoon" title="Permalink to this headline"></a></h4>
<h4><code class="docutils literal notranslate"><span class="pre">materials[*].extensions.VRMC_materials_mtoon</span></code><a class="headerlink" href="#materials-extensions-vrmc-materials-mtoon" title="Permalink to this headline"></a></h4>
<ul class="simple">
<li><p><code class="docutils literal notranslate"><span class="pre">Assets\VRM10\Runtime\Format\MaterialsMToon</span></code></p></li>
</ul>
</section>
<section id="nodes-extensions-vrmc-node-collider">
<h4><code class="docutils literal notranslate"><span class="pre">nodes[*].extensions.VRMC_node_collider</span></code><a class="headerlink" href="#nodes-extensions-vrmc-node-collider" title="Permalink to this headline"></a></h4>
<h4><code class="docutils literal notranslate"><span class="pre">nodes[*].extensions.VRMC_node_collider</span></code><a class="headerlink" href="#nodes-extensions-vrmc-node-collider" title="Permalink to this headline"></a></h4>
<ul class="simple">
<li><p><code class="docutils literal notranslate"><span class="pre">Assets\VRM10\Runtime\Format\NodeCollider</span></code></p></li>
</ul>
</section>
<section id="extensions-vrmc-springbone">
<h4><code class="docutils literal notranslate"><span class="pre">extensions.VRMC_springBone</span></code><a class="headerlink" href="#extensions-vrmc-springbone" title="Permalink to this headline"></a></h4>
<h4><code class="docutils literal notranslate"><span class="pre">extensions.VRMC_springBone</span></code><a class="headerlink" href="#extensions-vrmc-springbone" title="Permalink to this headline"></a></h4>
<ul class="simple">
<li><p><code class="docutils literal notranslate"><span class="pre">Assets\VRM10\Runtime\Format\SpringBone</span></code></p></li>
</ul>
</section>
<section id="extensions-vrmc-vrm-constraints">
<h4><code class="docutils literal notranslate"><span class="pre">extensions.VRMC_vrm_constraints</span></code><a class="headerlink" href="#extensions-vrmc-vrm-constraints" title="Permalink to this headline"></a></h4>
<h4><code class="docutils literal notranslate"><span class="pre">extensions.VRMC_vrm_constraints</span></code><a class="headerlink" href="#extensions-vrmc-vrm-constraints" title="Permalink to this headline"></a></h4>
<ul class="simple">
<li><p><code class="docutils literal notranslate"><span class="pre">Assets\VRM10\Runtime\Format\Constraints</span></code></p></li>
</ul>
</section>
<section id="id2">
<h4>ジェネレーターの呼び出しコード<a class="headerlink" href="#id2" title="Permalink to this headline"></a></h4>
<h4>ジェネレーターの呼び出しコード<a class="headerlink" href="#id2" title="Permalink to this headline"></a></h4>
<ul class="simple">
<li><p><code class="docutils literal notranslate"><span class="pre">Assets\VRM10\Editor\GeneratorMenu.cs</span></code></p></li>
</ul>
</section>
<section id="id3">
<h4>生成コードの呼び出し<a class="headerlink" href="#id3" title="Permalink to this headline"></a></h4>
<h4>生成コードの呼び出し<a class="headerlink" href="#id3" title="Permalink to this headline"></a></h4>
</section>
</section>
</section>
<section id="id4">
<h2>コード生成<a class="headerlink" href="#id4" title="Permalink to this headline"></a></h2>
<h2>コード生成<a class="headerlink" href="#id4" title="Permalink to this headline"></a></h2>
<p>JSON と C# の型との シリアライズ/デシリアライズは定型コードになるので、ジェネレーターがあります。
C# の型から生成するものと、JsonSchema から C# の型とともに生成するものがあります。</p>
<section id="c">
<h3>C# の型から生成<a class="headerlink" href="#c" title="Permalink to this headline"></a></h3>
<h3>C# の型から生成<a class="headerlink" href="#c" title="Permalink to this headline"></a></h3>
<section id="id5">
<h4>シリアライザー<a class="headerlink" href="#id5" title="Permalink to this headline"></a></h4>
<h4>シリアライザー<a class="headerlink" href="#id5" title="Permalink to this headline"></a></h4>
<p>ジェネレーターを呼び出すコードを作成します。</p>
<ul class="simple">
<li><p>元になる型</p></li>
@@ -383,7 +444,7 @@ C# の型から生成するものと、JsonSchema から C# の型とともに
</div>
</section>
<section id="id6">
<h4>デシリアライザー<a class="headerlink" href="#id6" title="Permalink to this headline"></a></h4>
<h4>デシリアライザー<a class="headerlink" href="#id6" title="Permalink to this headline"></a></h4>
<p>ジェネレーターを呼び出すコードを作成します。</p>
<ul class="simple">
<li><p>元になる型</p></li>
@@ -459,7 +520,7 @@ C# の型から生成するものと、JsonSchema から C# の型とともに
</div>
</section>
<section id="id7">
<h4>キー出力の抑制<a class="headerlink" href="#id7" title="Permalink to this headline"></a></h4>
<h4>キー出力の抑制<a class="headerlink" href="#id7" title="Permalink to this headline"></a></h4>
<p><code class="docutils literal notranslate"><span class="pre">index</span></code> に無効な値として <code class="docutils literal notranslate"><span class="pre">-1</span></code> を入れる場合に、JSONではキーを出力しないとしたいことがあります。</p>
<p>TODO: <code class="docutils literal notranslate"><span class="pre">int?</span></code> にするべきだった</p>
<div class="highlight-csharp notranslate"><div class="highlight"><pre><span></span><span class="na">[JsonSchema(Minimum = 0)]</span>
@@ -478,7 +539,7 @@ C# の型から生成するものと、JsonSchema から C# の型とともに
</div>
</section>
<section id="enum">
<h4>enum のエンコーディング<a class="headerlink" href="#enum" title="Permalink to this headline"></a></h4>
<h4>enum のエンコーディング<a class="headerlink" href="#enum" title="Permalink to this headline"></a></h4>
<p>enumの値の名前を文字列で使う、enumの値の数値を使うの2種類がありえます。
enumの場合はデフォルト値が無いので必須です。</p>
<div class="highlight-csharp notranslate"><div class="highlight"><pre><span></span><span class="na">[JsonSchema(EnumSerializationType = EnumSerializationType.AsInt)]</span>
@@ -491,7 +552,7 @@ enumの場合はデフォルト値が無いので必須です。</p>
</section>
</section>
<section id="jsonschema">
<h3>JsonSchemaから生成<a class="headerlink" href="#jsonschema" title="Permalink to this headline"></a></h3>
<h3>JsonSchemaから生成<a class="headerlink" href="#jsonschema" title="Permalink to this headline"></a></h3>
<p>VRM-1.0 の実装</p>
<p>TODO:</p>
</section>
@@ -499,107 +560,34 @@ enumの場合はデフォルト値が無いので必須です。</p>
</section>
<div class="clearer"></div>
</div>
</div>
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="0_82_glb_import.html" class="btn btn-neutral float-left" title="GlbImport(0.82)" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="0_36_update.html" class="btn btn-neutral float-right" title="GltfUpdate(0.36)" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, VRM Consortium.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<ul>
<li><a href="../../ja/gltf/how_to_impl_extension.html">日本語</a></li>
</ul>
</section>
</div>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>
<h3><a href="../index.html">Table of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">The implementation of glTF extensions(0.63.2)</a><ul>
<li><a class="reference internal" href="#gltf">About GLTF Extensions</a></li>
<li><a class="reference internal" href="#unigltf-extensions">The extensions of UniGLTF</a></li>
<li><a class="reference internal" href="#unigltf">UniGLTF の拡張の書き方</a><ul>
<li><a class="reference internal" href="#jsonpath">JSONPATH と 型を決める</a></li>
<li><a class="reference internal" href="#import">import</a></li>
<li><a class="reference internal" href="#export">export</a></li>
</ul>
</li>
<li><a class="reference internal" href="#id1">実装例</a><ul>
<li><a class="reference internal" href="#gltf-gltf">GLTF: GLTF全体</a></li>
<li><a class="reference internal" href="#gltf-meshes-extras-targetnames">GLTF: <code class="docutils literal notranslate"><span class="pre">meshes[*].extras.targetNames</span></code></a></li>
<li><a class="reference internal" href="#gltf-materials-extensions-khr-materials-unlit">GLTF: <code class="docutils literal notranslate"><span class="pre">materials[*].extensions.KHR_materials_unlit</span></code></a></li>
<li><a class="reference internal" href="#gltf-materials-extensions-khr-texture-transform">GLTF: <code class="docutils literal notranslate"><span class="pre">materials[*].extensions.KHR_texture_transform</span></code></a></li>
<li><a class="reference internal" href="#vrm0-extensions-vrm">VRM0: <code class="docutils literal notranslate"><span class="pre">extensions.VRM</span></code></a></li>
<li><a class="reference internal" href="#vrm1-extensions-vrmc-vrm">VRM1: <code class="docutils literal notranslate"><span class="pre">extensions.VRMC_vrm</span></code> など</a><ul>
<li><a class="reference internal" href="#extensions-vrmc-vrm"><code class="docutils literal notranslate"><span class="pre">extensions.VRMC_vrm</span></code></a></li>
<li><a class="reference internal" href="#materials-extensions-vrmc-materials-mtoon"><code class="docutils literal notranslate"><span class="pre">materials[*].extensions.VRMC_materials_mtoon</span></code></a></li>
<li><a class="reference internal" href="#nodes-extensions-vrmc-node-collider"><code class="docutils literal notranslate"><span class="pre">nodes[*].extensions.VRMC_node_collider</span></code></a></li>
<li><a class="reference internal" href="#extensions-vrmc-springbone"><code class="docutils literal notranslate"><span class="pre">extensions.VRMC_springBone</span></code></a></li>
<li><a class="reference internal" href="#extensions-vrmc-vrm-constraints"><code class="docutils literal notranslate"><span class="pre">extensions.VRMC_vrm_constraints</span></code></a></li>
<li><a class="reference internal" href="#id2">ジェネレーターの呼び出しコード</a></li>
<li><a class="reference internal" href="#id3">生成コードの呼び出し</a></li>
</ul>
</li>
</ul>
</li>
<li><a class="reference internal" href="#id4">コード生成</a><ul>
<li><a class="reference internal" href="#c">C# の型から生成</a><ul>
<li><a class="reference internal" href="#id5">シリアライザー</a></li>
<li><a class="reference internal" href="#id6">デシリアライザー</a></li>
<li><a class="reference internal" href="#id7">キー出力の抑制</a></li>
<li><a class="reference internal" href="#enum">enum のエンコーディング</a></li>
</ul>
</li>
<li><a class="reference internal" href="#jsonschema">JsonSchemaから生成</a></li>
</ul>
</li>
</ul>
</li>
</ul>
<h4>Previous topic</h4>
<p class="topless"><a href="0_82_glb_import.html"
title="previous chapter">GlbImport(0.82)</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="0_36_update.html"
title="next chapter">GltfUpdate(0.36)</a></p>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../_sources/gltf/how_to_impl_extension.md.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="../search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Go" />
</form>
</div>
</div>
<script>$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="0_36_update.html" title="GltfUpdate(0.36)"
>next</a> |</li>
<li class="right" >
<a href="0_82_glb_import.html" title="GlbImport(0.82)"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../index.html">UniVRM Programming Document documentation</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">The implementation of glTF extensions(0.63.2)</a></li>
</ul>
</div>
<div class="footer" role="contentinfo">
&#169; Copyright 2021, VRM Consortium.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 4.2.0.
</div>
</body>
</body>
</html>

146
en/gltf/index.html Normal file
View File

@@ -0,0 +1,146 @@
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>glTF &mdash; UniVRM Programming Document documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
<script src="../_static/js/html5shiv.min.js"></script>
<![endif]-->
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
<script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<script src="../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="GlbImport(0.82)" href="0_82_glb_import.html" />
<link rel="prev" title="VRアプリケーションの FirstPerson 設定による Renderer の可視制御" href="../implementation/first_person.html" />
</head>
<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" >
<a href="../index.html" class="icon icon-home"> UniVRM Programming Document
</a>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../build.html">アプリケーションのビルド</a></li>
<li class="toctree-l1"><a class="reference internal" href="../implementation/index.html">実装メモ</a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="#">glTF</a><ul>
<li class="toctree-l2"><a class="reference internal" href="0_82_glb_import.html">GlbImport(0.82)</a></li>
<li class="toctree-l2"><a class="reference internal" href="how_to_impl_extension.html">The implementation of glTF extensions(0.63.2)</a></li>
<li class="toctree-l2"><a class="reference internal" href="0_36_update.html">GltfUpdate(0.36)</a></li>
<li class="toctree-l2"><a class="reference internal" href="format.html">glbフォーマット概説</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../vrm0/index.html">VRM</a></li>
<li class="toctree-l1"><a class="reference internal" href="../vrm1/index.html">VRM-1.0(β)</a></li>
<li class="toctree-l1"><a class="reference internal" href="../release/index.html">Release</a></li>
</ul>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="../index.html">UniVRM Programming Document</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="Page navigation">
<ul class="wy-breadcrumbs">
<li><a href="../index.html" class="icon icon-home"></a> &raquo;</li>
<li>glTF</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/vrm-c/UniVRM/blob/master/docs/gltf/index.md" class="fa fa-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<section class="tex2jax_ignore mathjax_ignore" id="gltf">
<h1>glTF<a class="headerlink" href="#gltf" title="Permalink to this headline"></a></h1>
<table class="colwidths-auto docutils align-default">
<thead>
<tr class="row-odd"><th class="head"><p>version</p></th>
<th class="head"><p></p></th>
</tr>
</thead>
<tbody>
<tr class="row-even"><td><p>v0.82.1</p></td>
<td><p><code class="docutils literal notranslate"><span class="pre">materialGenerator(URP対応)</span></code> 引き数と <code class="docutils literal notranslate"><span class="pre">VrmData</span></code></p></td>
</tr>
<tr class="row-odd"><td><p>v0.79</p></td>
<td><p><code class="docutils literal notranslate"><span class="pre">GltfData</span></code></p></td>
</tr>
<tr class="row-even"><td><p>v0.77</p></td>
<td><p><code class="docutils literal notranslate"><span class="pre">RuntimeGltfInstance</span></code></p></td>
</tr>
<tr class="row-odd"><td><p>v0.68</p></td>
<td><p><code class="docutils literal notranslate"><span class="pre">GltfParser</span></code></p></td>
</tr>
<tr class="row-even"><td><p>v0.63.2</p></td>
<td><p>gltf の extension の実装方法を変更</p></td>
</tr>
</tbody>
</table>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="0_82_glb_import.html">GlbImport(0.82)</a></li>
<li class="toctree-l1"><a class="reference internal" href="how_to_impl_extension.html">The implementation of glTF extensions(0.63.2)</a></li>
<li class="toctree-l1"><a class="reference internal" href="0_36_update.html">GltfUpdate(0.36)</a></li>
<li class="toctree-l1"><a class="reference internal" href="format.html">glbフォーマット概説</a></li>
</ul>
</div>
</section>
</div>
</div>
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="../implementation/first_person.html" class="btn btn-neutral float-left" title="VRアプリケーションの FirstPerson 設定による Renderer の可視制御" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="0_82_glb_import.html" class="btn btn-neutral float-right" title="GlbImport(0.82)" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, VRM Consortium.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
</section>
</div>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>
</body>
</html>

View File

@@ -1,134 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<title>Version &#8212; UniVRM Programming Document documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="_static/nature.css" />
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
<script src="_static/jquery.js"></script>
<script src="_static/underscore.js"></script>
<script src="_static/doctools.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="アプリケーションのビルド" href="build.html" />
<link rel="prev" title="Package Structure" href="package.html" />
</head><body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="build.html" title="アプリケーションのビルド"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="package.html" title="Package Structure"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">UniVRM Programming Document documentation</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">Version</a></li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<section class="tex2jax_ignore mathjax_ignore" id="version">
<h1>Version<a class="headerlink" href="#version" title="Permalink to this headline"></a></h1>
<table class="colwidths-auto docutils align-default">
<thead>
<tr class="row-odd"><th class="head"><p>version</p></th>
<th class="head"><p></p></th>
</tr>
</thead>
<tbody>
<tr class="row-even"><td><p>v0.82.1</p></td>
<td><p><code class="docutils literal notranslate"><span class="pre">materialGenerator(for</span> <span class="pre">URP)</span></code> argument and <code class="docutils literal notranslate"><span class="pre">VrmData</span></code></p></td>
</tr>
<tr class="row-odd"><td><p>v0.79</p></td>
<td><p><code class="docutils literal notranslate"><span class="pre">GltfData</span></code></p></td>
</tr>
<tr class="row-even"><td><p>v0.77</p></td>
<td><p><code class="docutils literal notranslate"><span class="pre">RuntimeGltfInstance</span></code></p></td>
</tr>
<tr class="row-odd"><td><p>v0.68</p></td>
<td><p><code class="docutils literal notranslate"><span class="pre">GltfParser</span></code></p></td>
</tr>
<tr class="row-even"><td><p>v0.63.2</p></td>
<td><p>Update gltf extensions implementation</p></td>
</tr>
<tr class="row-odd"><td><p>v0.56</p></td>
<td><p>Update BlendShapeKey spec</p></td>
</tr>
</tbody>
</table>
</section>
<div class="clearer"></div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<ul>
<li><a href="../ja/history.html">日本語</a></li>
</ul>
<h4>Previous topic</h4>
<p class="topless"><a href="package.html"
title="previous chapter">Package Structure</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="build.html"
title="next chapter">アプリケーションのビルド</a></p>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="_sources/history.md.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Go" />
</form>
</div>
</div>
<script>$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="build.html" title="アプリケーションのビルド"
>next</a> |</li>
<li class="right" >
<a href="package.html" title="Package Structure"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">UniVRM Programming Document documentation</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">Version</a></li>
</ul>
</div>
<div class="footer" role="contentinfo">
&#169; Copyright 2021, VRM Consortium.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 4.2.0.
</div>
</body>
</html>

View File

@@ -1,49 +1,97 @@
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<title>座標系の変換 &#8212; UniVRM Programming Document documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../_static/nature.css" />
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
<script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<script async="async" src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
<script>window.MathJax = {"options": {"processHtmlClass": "tex2jax_process|mathjax_process|math|output_area"}}</script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>座標系の変換 &mdash; UniVRM Programming Document documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
<script src="../_static/js/html5shiv.min.js"></script>
<![endif]-->
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
<script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<script async="async" src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
<script>window.MathJax = {"options": {"processHtmlClass": "tex2jax_process|mathjax_process|math|output_area"}}</script>
<script src="../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="FastSpringBoneについて" href="fast_spring_bone.html" />
<link rel="prev" title="Texture関連" href="texture_manipulation.html" />
</head><body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="fast_spring_bone.html" title="FastSpringBoneについて"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="texture_manipulation.html" title="Texture関連"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../index.html">UniVRM Programming Document documentation</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">座標系の変換</a></li>
</ul>
</div>
</head>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" >
<a href="../index.html" class="icon icon-home"> UniVRM Programming Document
</a>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../build.html">アプリケーションのビルド</a></li>
<li class="toctree-l1 current"><a class="reference internal" href="index.html">実装メモ</a><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="runtime_resource_management.html">Runtime のリソース管理について</a></li>
<li class="toctree-l2"><a class="reference internal" href="texture_manipulation.html">Texture関連</a></li>
<li class="toctree-l2 current"><a class="current reference internal" href="#">座標系の変換</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#uv">UV</a></li>
<li class="toctree-l3"><a class="reference internal" href="#unity-vrm0">Unity &lt;-&gt; VRM0</a><ul>
<li class="toctree-l4"><a class="reference internal" href="#vector3-position-normal">Vector3: Position, Normalなど</a></li>
<li class="toctree-l4"><a class="reference internal" href="#quaternion-rotation">Quaternion: Rotation</a></li>
<li class="toctree-l4"><a class="reference internal" href="#matrix-bindmatrices">Matrix: BindMatrices</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="#unity-vrm1">Unity &lt;-&gt; VRM1</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="fast_spring_bone.html">FastSpringBoneについて</a></li>
<li class="toctree-l2"><a class="reference internal" href="first_person.html">VRアプリケーションの FirstPerson 設定による Renderer の可視制御</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../gltf/index.html">glTF</a></li>
<li class="toctree-l1"><a class="reference internal" href="../vrm0/index.html">VRM</a></li>
<li class="toctree-l1"><a class="reference internal" href="../vrm1/index.html">VRM-1.0(β)</a></li>
<li class="toctree-l1"><a class="reference internal" href="../release/index.html">Release</a></li>
</ul>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="../index.html">UniVRM Programming Document</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="Page navigation">
<ul class="wy-breadcrumbs">
<li><a href="../index.html" class="icon icon-home"></a> &raquo;</li>
<li><a href="index.html">実装メモ</a> &raquo;</li>
<li>座標系の変換</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/vrm-c/UniVRM/blob/master/docs/implementation/coordinate.md" class="fa fa-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<section class="tex2jax_ignore mathjax_ignore" id="id1">
<h1>座標系の変換<a class="headerlink" href="#id1" title="Permalink to this headline"></a></h1>
<h1>座標系の変換<a class="headerlink" href="#id1" title="Permalink to this headline"></a></h1>
<p>UniVRMは、インポート・エクスポート時に座標変換を実行しています。</p>
<table class="colwidths-auto docutils align-default">
<thead>
@@ -92,16 +140,16 @@
</tbody>
</table>
<section id="uv">
<h2>UV<a class="headerlink" href="#uv" title="Permalink to this headline"></a></h2>
<h2>UV<a class="headerlink" href="#uv" title="Permalink to this headline"></a></h2>
<p>以下のように変換します。</p>
<div class="math notranslate nohighlight">
\[V^{\prime} = 1 - V\]</div>
</section>
<section id="unity-vrm0">
<h2>Unity &lt;-&gt; VRM0<a class="headerlink" href="#unity-vrm0" title="Permalink to this headline"></a></h2>
<h2>Unity &lt;-&gt; VRM0<a class="headerlink" href="#unity-vrm0" title="Permalink to this headline"></a></h2>
<p>Z軸を反転します。</p>
<section id="vector3-position-normal">
<h3>Vector3: Position, Normalなど<a class="headerlink" href="#vector3-position-normal" title="Permalink to this headline"></a></h3>
<h3>Vector3: Position, Normalなど<a class="headerlink" href="#vector3-position-normal" title="Permalink to this headline"></a></h3>
<div class="highlight-csharp notranslate"><div class="highlight"><pre><span></span><span class="k">public</span> <span class="k">static</span> <span class="n">Vector3</span> <span class="nf">ReverseZ</span><span class="p">(</span><span class="k">this</span> <span class="n">Vector3</span> <span class="n">v</span><span class="p">)</span>
<span class="p">{</span>
<span class="k">return</span> <span class="k">new</span> <span class="nf">Vector3</span><span class="p">(</span><span class="n">v</span><span class="p">.</span><span class="n">x</span><span class="p">,</span> <span class="n">v</span><span class="p">.</span><span class="n">y</span><span class="p">,</span> <span class="p">-</span><span class="n">v</span><span class="p">.</span><span class="n">z</span><span class="p">);</span>
@@ -110,7 +158,7 @@
</div>
</section>
<section id="quaternion-rotation">
<h3>Quaternion: Rotation<a class="headerlink" href="#quaternion-rotation" title="Permalink to this headline"></a></h3>
<h3>Quaternion: Rotation<a class="headerlink" href="#quaternion-rotation" title="Permalink to this headline"></a></h3>
<div class="highlight-csharp notranslate"><div class="highlight"><pre><span></span><span class="k">public</span> <span class="k">static</span> <span class="n">Quaternion</span> <span class="nf">ReverseZ</span><span class="p">(</span><span class="k">this</span> <span class="n">Quaternion</span> <span class="n">q</span><span class="p">)</span>
<span class="p">{</span>
<span class="kt">float</span> <span class="n">angle</span><span class="p">;</span>
@@ -122,7 +170,7 @@
</div>
</section>
<section id="matrix-bindmatrices">
<h3>Matrix: BindMatrices<a class="headerlink" href="#matrix-bindmatrices" title="Permalink to this headline"></a></h3>
<h3>Matrix: BindMatrices<a class="headerlink" href="#matrix-bindmatrices" title="Permalink to this headline"></a></h3>
<p>スケール値が入っているとうまくいきません</p>
<div class="highlight-csharp notranslate"><div class="highlight"><pre><span></span><span class="k">public</span> <span class="k">static</span> <span class="n">Matrix4x4</span> <span class="nf">ReverseZ</span><span class="p">(</span><span class="k">this</span> <span class="n">Matrix4x4</span> <span class="n">m</span><span class="p">)</span>
<span class="p">{</span>
@@ -138,84 +186,40 @@
</section>
</section>
<section id="unity-vrm1">
<h2>Unity &lt;-&gt; VRM1<a class="headerlink" href="#unity-vrm1" title="Permalink to this headline"></a></h2>
<h2>Unity &lt;-&gt; VRM1<a class="headerlink" href="#unity-vrm1" title="Permalink to this headline"></a></h2>
<p>X軸を反転します。</p>
</section>
</section>
<div class="clearer"></div>
</div>
</div>
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="texture_manipulation.html" class="btn btn-neutral float-left" title="Texture関連" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="fast_spring_bone.html" class="btn btn-neutral float-right" title="FastSpringBoneについて" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, VRM Consortium.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<ul>
<li><a href="../../ja/implementation/coordinate.html">日本語</a></li>
</ul>
</section>
</div>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>
<h3><a href="../index.html">Table of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">座標系の変換</a><ul>
<li><a class="reference internal" href="#uv">UV</a></li>
<li><a class="reference internal" href="#unity-vrm0">Unity &lt;-&gt; VRM0</a><ul>
<li><a class="reference internal" href="#vector3-position-normal">Vector3: Position, Normalなど</a></li>
<li><a class="reference internal" href="#quaternion-rotation">Quaternion: Rotation</a></li>
<li><a class="reference internal" href="#matrix-bindmatrices">Matrix: BindMatrices</a></li>
</ul>
</li>
<li><a class="reference internal" href="#unity-vrm1">Unity &lt;-&gt; VRM1</a></li>
</ul>
</li>
</ul>
<h4>Previous topic</h4>
<p class="topless"><a href="texture_manipulation.html"
title="previous chapter">Texture関連</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="fast_spring_bone.html"
title="next chapter">FastSpringBoneについて</a></p>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../_sources/implementation/coordinate.md.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="../search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Go" />
</form>
</div>
</div>
<script>$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="fast_spring_bone.html" title="FastSpringBoneについて"
>next</a> |</li>
<li class="right" >
<a href="texture_manipulation.html" title="Texture関連"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../index.html">UniVRM Programming Document documentation</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">座標系の変換</a></li>
</ul>
</div>
<div class="footer" role="contentinfo">
&#169; Copyright 2021, VRM Consortium.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 4.2.0.
</div>
</body>
</body>
</html>

View File

@@ -1,65 +1,111 @@
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<title>FastSpringBoneについて &#8212; UniVRM Programming Document documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../_static/nature.css" />
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
<script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>FastSpringBoneについて &mdash; UniVRM Programming Document documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
<script src="../_static/js/html5shiv.min.js"></script>
<![endif]-->
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
<script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<script src="../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="VRアプリケーションの FirstPerson 設定による Renderer の可視制御" href="first_person.html" />
<link rel="prev" title="座標系の変換" href="coordinate.html" />
</head><body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="first_person.html" title="VRアプリケーションの FirstPerson 設定による Renderer の可視制御"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="coordinate.html" title="座標系の変換"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../index.html">UniVRM Programming Document documentation</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">FastSpringBoneについて</a></li>
</ul>
</div>
</head>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" >
<a href="../index.html" class="icon icon-home"> UniVRM Programming Document
</a>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../build.html">アプリケーションのビルド</a></li>
<li class="toctree-l1 current"><a class="reference internal" href="index.html">実装メモ</a><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="runtime_resource_management.html">Runtime のリソース管理について</a></li>
<li class="toctree-l2"><a class="reference internal" href="texture_manipulation.html">Texture関連</a></li>
<li class="toctree-l2"><a class="reference internal" href="coordinate.html">座標系の変換</a></li>
<li class="toctree-l2 current"><a class="current reference internal" href="#">FastSpringBoneについて</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#id1">概要</a></li>
<li class="toctree-l3"><a class="reference internal" href="#vrm-1-0-fastspringbone">VRM 1.0 での FastSpringBone の概要</a></li>
<li class="toctree-l3"><a class="reference internal" href="#vrm-0-x-fastspringbone">VRM 0.x での FastSpringBone の概要</a></li>
<li class="toctree-l3"><a class="reference internal" href="#id2">VRM 0.x での FastSpringBone の導入方法</a></li>
<li class="toctree-l3"><a class="reference internal" href="#burst">Burstの導入について</a></li>
<li class="toctree-l3"><a class="reference internal" href="#fastspringboneservice">FastSpringBoneServiceについて</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="first_person.html">VRアプリケーションの FirstPerson 設定による Renderer の可視制御</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../gltf/index.html">glTF</a></li>
<li class="toctree-l1"><a class="reference internal" href="../vrm0/index.html">VRM</a></li>
<li class="toctree-l1"><a class="reference internal" href="../vrm1/index.html">VRM-1.0(β)</a></li>
<li class="toctree-l1"><a class="reference internal" href="../release/index.html">Release</a></li>
</ul>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="../index.html">UniVRM Programming Document</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="Page navigation">
<ul class="wy-breadcrumbs">
<li><a href="../index.html" class="icon icon-home"></a> &raquo;</li>
<li><a href="index.html">実装メモ</a> &raquo;</li>
<li>FastSpringBoneについて</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/vrm-c/UniVRM/blob/master/docs/implementation/fast_spring_bone.md" class="fa fa-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<section class="tex2jax_ignore mathjax_ignore" id="fastspringbone">
<h1>FastSpringBoneについて<a class="headerlink" href="#fastspringbone" title="Permalink to this headline"></a></h1>
<h1>FastSpringBoneについて<a class="headerlink" href="#fastspringbone" title="Permalink to this headline"></a></h1>
<section id="id1">
<h2>概要<a class="headerlink" href="#id1" title="Permalink to this headline"></a></h2>
<h2>概要<a class="headerlink" href="#id1" title="Permalink to this headline"></a></h2>
<p>UniVRMでは、DOTSを利用した高速なSpringBone実装である「FastSpringBone」を用意しています。</p>
<p>揺れ物の各房を並列処理・最適化することで1フレームあたりの処理時間を大幅に抑えます。</p>
<p>VRM0.x と VRM1.0 で、それぞれFastSpringBoneの立ち位置・実装が異なります。</p>
</section>
<section id="vrm-1-0-fastspringbone">
<h2>VRM 1.0 での FastSpringBone の概要<a class="headerlink" href="#vrm-1-0-fastspringbone" title="Permalink to this headline"></a></h2>
<h2>VRM 1.0 での FastSpringBone の概要<a class="headerlink" href="#vrm-1-0-fastspringbone" title="Permalink to this headline"></a></h2>
<p>VRM1.0ではFastSpringBoneが揺れものの標準実装です。</p>
<p>VRMのライフサイクルに紐付いて自動的に生成・破棄されます。</p>
</section>
<section id="vrm-0-x-fastspringbone">
<h2>VRM 0.x での FastSpringBone の概要<a class="headerlink" href="#vrm-0-x-fastspringbone" title="Permalink to this headline"></a></h2>
<h2>VRM 0.x での FastSpringBone の概要<a class="headerlink" href="#vrm-0-x-fastspringbone" title="Permalink to this headline"></a></h2>
<p>VRM0.xでは後方互換性を保つため、デフォルトでは従来のDOTS実装でないSpringBoneで動作します。</p>
<p>VRM0.x向けのFastSpringBone実装は <code class="docutils literal notranslate"><span class="pre">VRM/Runtime/FastSpringBone</span></code> ディレクトリにあります。</p>
</section>
<section id="id2">
<h2>VRM 0.x での FastSpringBone の導入方法<a class="headerlink" href="#id2" title="Permalink to this headline"></a></h2>
<h2>VRM 0.x での FastSpringBone の導入方法<a class="headerlink" href="#id2" title="Permalink to this headline"></a></h2>
<p>差し替えを行いたいタイミングで <code class="docutils literal notranslate"><span class="pre">FastSpringBoneReplacer.ReplaceAsync</span></code> を呼び出してください</p>
<p>これを明示的に呼ばなければ、従来のSpringBoneのまま動作します。</p>
<div class="highlight-cs notranslate"><div class="highlight"><pre><span></span>using (var loader = new UniGLTF.ImporterContext(data))
@@ -75,12 +121,12 @@ instance.ShowMeshes();
</div>
</section>
<section id="burst">
<h2>Burstの導入について<a class="headerlink" href="#burst" title="Permalink to this headline"></a></h2>
<h2>Burstの導入について<a class="headerlink" href="#burst" title="Permalink to this headline"></a></h2>
<p>UniVRM に加えて Burst を別途導入すると、 FastSpringBone が Burst によって高速化されます。</p>
<p>Burst の導入方法は <a class="reference external" href="https://docs.unity3d.com/ja/2019.4/Manual/upm-ui-install.html">こちら</a> をご参照ください。</p>
</section>
<section id="fastspringboneservice">
<h2>FastSpringBoneServiceについて<a class="headerlink" href="#fastspringboneservice" title="Permalink to this headline"></a></h2>
<h2>FastSpringBoneServiceについて<a class="headerlink" href="#fastspringboneservice" title="Permalink to this headline"></a></h2>
<p>FastSpringBone が実行されると、<code class="docutils literal notranslate"><span class="pre">FastSpringBone</span> <span class="pre">Service</span></code> GameObject が <code class="docutils literal notranslate"><span class="pre">DontDestroyOnLoad</span></code> で生成されます。</p>
<p>これは全 VRM の FastSpringBone を集め、バッファの構築や、 FastSpringBone の実行タイミングの制御などを行う GameObject です。</p>
<p>明示的に破棄を行いたい場合は <code class="docutils literal notranslate"><span class="pre">FastSpringBoneService.Free</span></code> を呼んでください。</p>
@@ -88,76 +134,34 @@ instance.ShowMeshes();
</section>
<div class="clearer"></div>
</div>
</div>
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="coordinate.html" class="btn btn-neutral float-left" title="座標系の変換" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="first_person.html" class="btn btn-neutral float-right" title="VRアプリケーションの FirstPerson 設定による Renderer の可視制御" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, VRM Consortium.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<ul>
<li><a href="../../ja/implementation/fast_spring_bone.html">日本語</a></li>
</ul>
</section>
</div>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>
<h3><a href="../index.html">Table of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">FastSpringBoneについて</a><ul>
<li><a class="reference internal" href="#id1">概要</a></li>
<li><a class="reference internal" href="#vrm-1-0-fastspringbone">VRM 1.0 での FastSpringBone の概要</a></li>
<li><a class="reference internal" href="#vrm-0-x-fastspringbone">VRM 0.x での FastSpringBone の概要</a></li>
<li><a class="reference internal" href="#id2">VRM 0.x での FastSpringBone の導入方法</a></li>
<li><a class="reference internal" href="#burst">Burstの導入について</a></li>
<li><a class="reference internal" href="#fastspringboneservice">FastSpringBoneServiceについて</a></li>
</ul>
</li>
</ul>
<h4>Previous topic</h4>
<p class="topless"><a href="coordinate.html"
title="previous chapter">座標系の変換</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="first_person.html"
title="next chapter">VRアプリケーションの FirstPerson 設定による Renderer の可視制御</a></p>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../_sources/implementation/fast_spring_bone.md.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="../search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Go" />
</form>
</div>
</div>
<script>$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="first_person.html" title="VRアプリケーションの FirstPerson 設定による Renderer の可視制御"
>next</a> |</li>
<li class="right" >
<a href="coordinate.html" title="座標系の変換"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../index.html">UniVRM Programming Document documentation</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">FastSpringBoneについて</a></li>
</ul>
</div>
<div class="footer" role="contentinfo">
&#169; Copyright 2021, VRM Consortium.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 4.2.0.
</div>
</body>
</body>
</html>

View File

@@ -1,47 +1,85 @@
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<title>VRアプリケーションの FirstPerson 設定による Renderer の可視制御 &#8212; UniVRM Programming Document documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../_static/nature.css" />
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
<script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>VRアプリケーションの FirstPerson 設定による Renderer の可視制御 &mdash; UniVRM Programming Document documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
<script src="../_static/js/html5shiv.min.js"></script>
<![endif]-->
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
<script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<script src="../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="GlbImport(0.82)" href="../gltf/0_82_glb_import.html" />
<link rel="next" title="glTF" href="../gltf/index.html" />
<link rel="prev" title="FastSpringBoneについて" href="fast_spring_bone.html" />
</head><body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="../gltf/0_82_glb_import.html" title="GlbImport(0.82)"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="fast_spring_bone.html" title="FastSpringBoneについて"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../index.html">UniVRM Programming Document documentation</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">VRアプリケーションの FirstPerson 設定による Renderer の可視制御</a></li>
</ul>
</div>
</head>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" >
<a href="../index.html" class="icon icon-home"> UniVRM Programming Document
</a>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../build.html">アプリケーションのビルド</a></li>
<li class="toctree-l1 current"><a class="reference internal" href="index.html">実装メモ</a><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="runtime_resource_management.html">Runtime のリソース管理について</a></li>
<li class="toctree-l2"><a class="reference internal" href="texture_manipulation.html">Texture関連</a></li>
<li class="toctree-l2"><a class="reference internal" href="coordinate.html">座標系の変換</a></li>
<li class="toctree-l2"><a class="reference internal" href="fast_spring_bone.html">FastSpringBoneについて</a></li>
<li class="toctree-l2 current"><a class="current reference internal" href="#">VRアプリケーションの FirstPerson 設定による Renderer の可視制御</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../gltf/index.html">glTF</a></li>
<li class="toctree-l1"><a class="reference internal" href="../vrm0/index.html">VRM</a></li>
<li class="toctree-l1"><a class="reference internal" href="../vrm1/index.html">VRM-1.0(β)</a></li>
<li class="toctree-l1"><a class="reference internal" href="../release/index.html">Release</a></li>
</ul>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="../index.html">UniVRM Programming Document</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="Page navigation">
<ul class="wy-breadcrumbs">
<li><a href="../index.html" class="icon icon-home"></a> &raquo;</li>
<li><a href="index.html">実装メモ</a> &raquo;</li>
<li>VRアプリケーションの FirstPerson 設定による Renderer の可視制御</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/vrm-c/UniVRM/blob/master/docs/implementation/first_person.md" class="fa fa-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<section class="tex2jax_ignore mathjax_ignore" id="vr-firstperson-renderer">
<h1>VRアプリケーションの FirstPerson 設定による Renderer の可視制御<a class="headerlink" href="#vr-firstperson-renderer" title="Permalink to this headline"></a></h1>
<h1>VRアプリケーションの FirstPerson 設定による Renderer の可視制御<a class="headerlink" href="#vr-firstperson-renderer" title="Permalink to this headline"></a></h1>
<ul class="simple">
<li><p><code class="docutils literal notranslate"><span class="pre">isSelf==true</span></code> 自分のアバター</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">isSelf==false</span></code> 自分以外のアバター</p></li>
@@ -111,63 +149,34 @@
</section>
<div class="clearer"></div>
</div>
</div>
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="fast_spring_bone.html" class="btn btn-neutral float-left" title="FastSpringBoneについて" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="../gltf/index.html" class="btn btn-neutral float-right" title="glTF" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, VRM Consortium.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<ul>
<li><a href="../../ja/implementation/first_person.html">日本語</a></li>
</ul>
</section>
</div>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>
<h4>Previous topic</h4>
<p class="topless"><a href="fast_spring_bone.html"
title="previous chapter">FastSpringBoneについて</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="../gltf/0_82_glb_import.html"
title="next chapter">GlbImport(0.82)</a></p>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../_sources/implementation/first_person.md.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="../search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Go" />
</form>
</div>
</div>
<script>$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="../gltf/0_82_glb_import.html" title="GlbImport(0.82)"
>next</a> |</li>
<li class="right" >
<a href="fast_spring_bone.html" title="FastSpringBoneについて"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../index.html">UniVRM Programming Document documentation</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">VRアプリケーションの FirstPerson 設定による Renderer の可視制御</a></li>
</ul>
</div>
<div class="footer" role="contentinfo">
&#169; Copyright 2021, VRM Consortium.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 4.2.0.
</div>
</body>
</body>
</html>

View File

@@ -0,0 +1,124 @@
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>実装メモ &mdash; UniVRM Programming Document documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
<script src="../_static/js/html5shiv.min.js"></script>
<![endif]-->
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
<script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<script src="../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="Runtime のリソース管理について" href="runtime_resource_management.html" />
<link rel="prev" title="アプリケーションのビルド" href="../build.html" />
</head>
<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" >
<a href="../index.html" class="icon icon-home"> UniVRM Programming Document
</a>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../build.html">アプリケーションのビルド</a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="#">実装メモ</a><ul>
<li class="toctree-l2"><a class="reference internal" href="runtime_resource_management.html">Runtime のリソース管理について</a></li>
<li class="toctree-l2"><a class="reference internal" href="texture_manipulation.html">Texture関連</a></li>
<li class="toctree-l2"><a class="reference internal" href="coordinate.html">座標系の変換</a></li>
<li class="toctree-l2"><a class="reference internal" href="fast_spring_bone.html">FastSpringBoneについて</a></li>
<li class="toctree-l2"><a class="reference internal" href="first_person.html">VRアプリケーションの FirstPerson 設定による Renderer の可視制御</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../gltf/index.html">glTF</a></li>
<li class="toctree-l1"><a class="reference internal" href="../vrm0/index.html">VRM</a></li>
<li class="toctree-l1"><a class="reference internal" href="../vrm1/index.html">VRM-1.0(β)</a></li>
<li class="toctree-l1"><a class="reference internal" href="../release/index.html">Release</a></li>
</ul>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="../index.html">UniVRM Programming Document</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="Page navigation">
<ul class="wy-breadcrumbs">
<li><a href="../index.html" class="icon icon-home"></a> &raquo;</li>
<li>実装メモ</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/vrm-c/UniVRM/blob/master/docs/implementation/index.md" class="fa fa-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<section class="tex2jax_ignore mathjax_ignore" id="id1">
<h1>実装メモ<a class="headerlink" href="#id1" title="Permalink to this headline"></a></h1>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="runtime_resource_management.html">Runtime のリソース管理について</a></li>
<li class="toctree-l1"><a class="reference internal" href="texture_manipulation.html">Texture関連</a></li>
<li class="toctree-l1"><a class="reference internal" href="coordinate.html">座標系の変換</a></li>
<li class="toctree-l1"><a class="reference internal" href="fast_spring_bone.html">FastSpringBoneについて</a></li>
<li class="toctree-l1"><a class="reference internal" href="first_person.html">VRアプリケーションの FirstPerson 設定による Renderer の可視制御</a></li>
</ul>
</div>
</section>
</div>
</div>
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="../build.html" class="btn btn-neutral float-left" title="アプリケーションのビルド" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="runtime_resource_management.html" class="btn btn-neutral float-right" title="Runtime のリソース管理について" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, VRM Consortium.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
</section>
</div>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>
</body>
</html>

View File

@@ -1,51 +1,96 @@
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<title>Runtime のリソース管理について &#8212; UniVRM Programming Document documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../_static/nature.css" />
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
<script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Runtime のリソース管理について &mdash; UniVRM Programming Document documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
<script src="../_static/js/html5shiv.min.js"></script>
<![endif]-->
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
<script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<script src="../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="Texture関連" href="texture_manipulation.html" />
<link rel="prev" title="アプリケーションのビルド" href="../build.html" />
</head><body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="texture_manipulation.html" title="Texture関連"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="../build.html" title="アプリケーションのビルド"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../index.html">UniVRM Programming Document documentation</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">Runtime のリソース管理について</a></li>
</ul>
</div>
<link rel="prev" title="実装メモ" href="index.html" />
</head>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" >
<a href="../index.html" class="icon icon-home"> UniVRM Programming Document
</a>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../build.html">アプリケーションのビルド</a></li>
<li class="toctree-l1 current"><a class="reference internal" href="index.html">実装メモ</a><ul class="current">
<li class="toctree-l2 current"><a class="current reference internal" href="#">Runtime のリソース管理について</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#runtimegltfinstance">RuntimeGltfInstance</a></li>
<li class="toctree-l3"><a class="reference internal" href="#vrm10instance">Vrm10Instance</a><ul>
<li class="toctree-l4"><a class="reference internal" href="#firstperson">FirstPerson</a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="texture_manipulation.html">Texture関連</a></li>
<li class="toctree-l2"><a class="reference internal" href="coordinate.html">座標系の変換</a></li>
<li class="toctree-l2"><a class="reference internal" href="fast_spring_bone.html">FastSpringBoneについて</a></li>
<li class="toctree-l2"><a class="reference internal" href="first_person.html">VRアプリケーションの FirstPerson 設定による Renderer の可視制御</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../gltf/index.html">glTF</a></li>
<li class="toctree-l1"><a class="reference internal" href="../vrm0/index.html">VRM</a></li>
<li class="toctree-l1"><a class="reference internal" href="../vrm1/index.html">VRM-1.0(β)</a></li>
<li class="toctree-l1"><a class="reference internal" href="../release/index.html">Release</a></li>
</ul>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="../index.html">UniVRM Programming Document</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="Page navigation">
<ul class="wy-breadcrumbs">
<li><a href="../index.html" class="icon icon-home"></a> &raquo;</li>
<li><a href="index.html">実装メモ</a> &raquo;</li>
<li>Runtime のリソース管理について</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/vrm-c/UniVRM/blob/master/docs/implementation/runtime_resource_management.md" class="fa fa-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<section class="tex2jax_ignore mathjax_ignore" id="runtime">
<h1>Runtime のリソース管理について<a class="headerlink" href="#runtime" title="Permalink to this headline"></a></h1>
<h1>Runtime のリソース管理について<a class="headerlink" href="#runtime" title="Permalink to this headline"></a></h1>
<p>Runtime Import で <code class="docutils literal notranslate"><span class="pre">Texture</span></code>, <code class="docutils literal notranslate"><span class="pre">Material</span></code>, <code class="docutils literal notranslate"><span class="pre">Mesh</span></code> などのリソースを Root の <code class="docutils literal notranslate"><span class="pre">GameObject.OnDestroy</span></code>
と同時に <code class="docutils literal notranslate"><span class="pre">UnityEngine.Object.Destroy</span></code> したい。</p>
<section id="runtimegltfinstance">
<h2>RuntimeGltfInstance<a class="headerlink" href="#runtimegltfinstance" title="Permalink to this headline"></a></h2>
<h2>RuntimeGltfInstance<a class="headerlink" href="#runtimegltfinstance" title="Permalink to this headline"></a></h2>
<p><code class="docutils literal notranslate"><span class="pre">RuntimeGltfInstance.OnDestroy</span></code> で破棄を実行するようにした。</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>ImporterContext
[Own]List&lt;Mesh&gt;
@@ -69,7 +114,7 @@ RuntimeGltfInstance
</div></blockquote>
</section>
<section id="vrm10instance">
<h2>Vrm10Instance<a class="headerlink" href="#vrm10instance" title="Permalink to this headline"></a></h2>
<h2>Vrm10Instance<a class="headerlink" href="#vrm10instance" title="Permalink to this headline"></a></h2>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>Vrm10Importer
[Own]HumanoidAvatar
[Own]Vrm10Object
@@ -84,7 +129,7 @@ RuntimeGltfInstance
</pre></div>
</div>
<section id="firstperson">
<h3>FirstPerson<a class="headerlink" href="#firstperson" title="Permalink to this headline"></a></h3>
<h3>FirstPerson<a class="headerlink" href="#firstperson" title="Permalink to this headline"></a></h3>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>👇 Vrm10Instance.FirstPerson.SetupAsync
RuntimeGltfInstance
@@ -96,75 +141,34 @@ RuntimeGltfInstance
</section>
<div class="clearer"></div>
</div>
</div>
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="index.html" class="btn btn-neutral float-left" title="実装メモ" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="texture_manipulation.html" class="btn btn-neutral float-right" title="Texture関連" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, VRM Consortium.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<ul>
<li><a href="../../ja/implementation/runtime_resource_management.html">日本語</a></li>
</ul>
</section>
</div>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>
<h3><a href="../index.html">Table of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">Runtime のリソース管理について</a><ul>
<li><a class="reference internal" href="#runtimegltfinstance">RuntimeGltfInstance</a></li>
<li><a class="reference internal" href="#vrm10instance">Vrm10Instance</a><ul>
<li><a class="reference internal" href="#firstperson">FirstPerson</a></li>
</ul>
</li>
</ul>
</li>
</ul>
<h4>Previous topic</h4>
<p class="topless"><a href="../build.html"
title="previous chapter">アプリケーションのビルド</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="texture_manipulation.html"
title="next chapter">Texture関連</a></p>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../_sources/implementation/runtime_resource_management.md.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="../search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Go" />
</form>
</div>
</div>
<script>$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="texture_manipulation.html" title="Texture関連"
>next</a> |</li>
<li class="right" >
<a href="../build.html" title="アプリケーションのビルド"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../index.html">UniVRM Programming Document documentation</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">Runtime のリソース管理について</a></li>
</ul>
</div>
<div class="footer" role="contentinfo">
&#169; Copyright 2021, VRM Consortium.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 4.2.0.
</div>
</body>
</body>
</html>

View File

@@ -1,51 +1,101 @@
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<title>Texture関連 &#8212; UniVRM Programming Document documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../_static/nature.css" />
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
<script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Texture関連 &mdash; UniVRM Programming Document documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
<script src="../_static/js/html5shiv.min.js"></script>
<![endif]-->
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
<script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<script src="../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="座標系の変換" href="coordinate.html" />
<link rel="prev" title="Runtime のリソース管理について" href="runtime_resource_management.html" />
</head><body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="coordinate.html" title="座標系の変換"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="runtime_resource_management.html" title="Runtime のリソース管理について"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../index.html">UniVRM Programming Document documentation</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">Texture関連</a></li>
</ul>
</div>
</head>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" >
<a href="../index.html" class="icon icon-home"> UniVRM Programming Document
</a>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../build.html">アプリケーションのビルド</a></li>
<li class="toctree-l1 current"><a class="reference internal" href="index.html">実装メモ</a><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="runtime_resource_management.html">Runtime のリソース管理について</a></li>
<li class="toctree-l2 current"><a class="current reference internal" href="#">Texture関連</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#unity-linear">Unity の linear の テクスチャーの挙動について</a><ul>
<li class="toctree-l4"><a class="reference internal" href="#runtime">Runtime</a></li>
<li class="toctree-l4"><a class="reference internal" href="#editor-asset">Editor(Asset)</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="#unity-normalmap">Unity の NormalMap の挙動について</a><ul>
<li class="toctree-l4"><a class="reference internal" href="#id1">Runtime</a></li>
<li class="toctree-l4"><a class="reference internal" href="#id2">Editor(Asset)</a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="coordinate.html">座標系の変換</a></li>
<li class="toctree-l2"><a class="reference internal" href="fast_spring_bone.html">FastSpringBoneについて</a></li>
<li class="toctree-l2"><a class="reference internal" href="first_person.html">VRアプリケーションの FirstPerson 設定による Renderer の可視制御</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../gltf/index.html">glTF</a></li>
<li class="toctree-l1"><a class="reference internal" href="../vrm0/index.html">VRM</a></li>
<li class="toctree-l1"><a class="reference internal" href="../vrm1/index.html">VRM-1.0(β)</a></li>
<li class="toctree-l1"><a class="reference internal" href="../release/index.html">Release</a></li>
</ul>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="../index.html">UniVRM Programming Document</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="Page navigation">
<ul class="wy-breadcrumbs">
<li><a href="../index.html" class="icon icon-home"></a> &raquo;</li>
<li><a href="index.html">実装メモ</a> &raquo;</li>
<li>Texture関連</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/vrm-c/UniVRM/blob/master/docs/implementation/texture_manipulation.md" class="fa fa-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<section class="tex2jax_ignore mathjax_ignore" id="texture">
<h1>Texture関連<a class="headerlink" href="#texture" title="Permalink to this headline"></a></h1>
<h1>Texture関連<a class="headerlink" href="#texture" title="Permalink to this headline"></a></h1>
<section id="unity-linear">
<h2>Unity の linear の テクスチャーの挙動について<a class="headerlink" href="#unity-linear" title="Permalink to this headline"></a></h2>
<h2>Unity の linear の テクスチャーの挙動について<a class="headerlink" href="#unity-linear" title="Permalink to this headline"></a></h2>
<section id="runtime">
<h3>Runtime<a class="headerlink" href="#runtime" title="Permalink to this headline"></a></h3>
<h3>Runtime<a class="headerlink" href="#runtime" title="Permalink to this headline"></a></h3>
<p>new する場合は、</p>
<div class="highlight-csharp notranslate"><div class="highlight"><pre><span></span><span class="kt">var</span> <span class="n">texture</span> <span class="p">=</span> <span class="k">new</span> <span class="n">Texture2D</span><span class="p">(</span><span class="n">width</span><span class="p">,</span> <span class="n">height</span><span class="p">,</span> <span class="n">format</span><span class="p">,</span> <span class="n">mipChain</span><span class="p">,</span> <span class="n">linear</span> <span class="p">=</span> <span class="k">true</span><span class="p">);</span>
</pre></div>
@@ -53,7 +103,7 @@
<p>とする。</p>
</section>
<section id="editor-asset">
<h3>Editor(Asset)<a class="headerlink" href="#editor-asset" title="Permalink to this headline"></a></h3>
<h3>Editor(Asset)<a class="headerlink" href="#editor-asset" title="Permalink to this headline"></a></h3>
<p>AssetFolder の png/jpg からloadする場合は、
事前に設定が必用。</p>
<div class="highlight-csharp notranslate"><div class="highlight"><pre><span></span><span class="kt">var</span> <span class="n">textureImporter</span> <span class="p">=</span> <span class="n">AssetImporter</span><span class="p">.</span><span class="n">GetAtPath</span><span class="p">(</span><span class="n">assetPath</span><span class="p">)</span> <span class="k">as</span> <span class="n">TextureImporter</span><span class="p">;</span>
@@ -67,12 +117,12 @@
</section>
</section>
<section id="unity-normalmap">
<h2>Unity の NormalMap の挙動について<a class="headerlink" href="#unity-normalmap" title="Permalink to this headline"></a></h2>
<h2>Unity の NormalMap の挙動について<a class="headerlink" href="#unity-normalmap" title="Permalink to this headline"></a></h2>
<blockquote>
<div><p>MToon の NormalMap も同じ</p>
</div></blockquote>
<section id="id1">
<h3>Runtime<a class="headerlink" href="#id1" title="Permalink to this headline"></a></h3>
<h3>Runtime<a class="headerlink" href="#id1" title="Permalink to this headline"></a></h3>
<p>new する場合は、</p>
<div class="highlight-csharp notranslate"><div class="highlight"><pre><span></span><span class="kt">var</span> <span class="n">texture</span> <span class="p">=</span> <span class="k">new</span> <span class="n">Texture2D</span><span class="p">(</span><span class="n">width</span><span class="p">,</span> <span class="n">height</span><span class="p">,</span> <span class="n">format</span><span class="p">,</span> <span class="n">mipChain</span><span class="p">,</span> <span class="n">linear</span> <span class="p">=</span> <span class="k">true</span><span class="p">);</span>
</pre></div>
@@ -89,7 +139,7 @@ y と w の2要素だけを使います。</p>
</div>
</section>
<section id="id2">
<h3>Editor(Asset)<a class="headerlink" href="#id2" title="Permalink to this headline"></a></h3>
<h3>Editor(Asset)<a class="headerlink" href="#id2" title="Permalink to this headline"></a></h3>
<p>AssetFolder の png/jpg からloadする場合は、
ロードする前に設定が必用。</p>
<div class="highlight-csharp notranslate"><div class="highlight"><pre><span></span><span class="kt">var</span> <span class="n">textureImporter</span> <span class="p">=</span> <span class="n">AssetImporter</span><span class="p">.</span><span class="n">GetAtPath</span><span class="p">(</span><span class="n">assetPath</span><span class="p">)</span> <span class="k">as</span> <span class="n">TextureImporter</span><span class="p">;</span>
@@ -105,80 +155,34 @@ y と w の2要素だけを使います。</p>
</section>
<div class="clearer"></div>
</div>
</div>
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="runtime_resource_management.html" class="btn btn-neutral float-left" title="Runtime のリソース管理について" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="coordinate.html" class="btn btn-neutral float-right" title="座標系の変換" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, VRM Consortium.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<ul>
<li><a href="../../ja/implementation/texture_manipulation.html">日本語</a></li>
</ul>
</section>
</div>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>
<h3><a href="../index.html">Table of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">Texture関連</a><ul>
<li><a class="reference internal" href="#unity-linear">Unity の linear の テクスチャーの挙動について</a><ul>
<li><a class="reference internal" href="#runtime">Runtime</a></li>
<li><a class="reference internal" href="#editor-asset">Editor(Asset)</a></li>
</ul>
</li>
<li><a class="reference internal" href="#unity-normalmap">Unity の NormalMap の挙動について</a><ul>
<li><a class="reference internal" href="#id1">Runtime</a></li>
<li><a class="reference internal" href="#id2">Editor(Asset)</a></li>
</ul>
</li>
</ul>
</li>
</ul>
<h4>Previous topic</h4>
<p class="topless"><a href="runtime_resource_management.html"
title="previous chapter">Runtime のリソース管理について</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="coordinate.html"
title="next chapter">座標系の変換</a></p>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../_sources/implementation/texture_manipulation.md.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="../search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Go" />
</form>
</div>
</div>
<script>$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="coordinate.html" title="座標系の変換"
>next</a> |</li>
<li class="right" >
<a href="runtime_resource_management.html" title="Runtime のリソース管理について"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../index.html">UniVRM Programming Document documentation</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">Texture関連</a></li>
</ul>
</div>
<div class="footer" role="contentinfo">
&#169; Copyright 2021, VRM Consortium.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 4.2.0.
</div>
</body>
</body>
</html>

View File

@@ -1,154 +1,91 @@
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<title>UniVRM Programming Document &#8212; UniVRM Programming Document documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="_static/nature.css" />
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
<script src="_static/jquery.js"></script>
<script src="_static/underscore.js"></script>
<script src="_static/doctools.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>UniVRM Programming Document &mdash; UniVRM Programming Document documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
<script src="_static/js/html5shiv.min.js"></script>
<![endif]-->
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
<script src="_static/jquery.js"></script>
<script src="_static/underscore.js"></script>
<script src="_static/doctools.js"></script>
<script src="_static/js/theme.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="Package Structure" href="package.html" />
</head><body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="package.html" title="Package Structure"
accesskey="N">next</a> |</li>
<li class="nav-item nav-item-0"><a href="#">UniVRM Programming Document documentation</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">UniVRM Programming Document</a></li>
</ul>
</div>
<link rel="next" title="アプリケーションのビルド" href="build.html" />
</head>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" >
<a href="#" class="icon icon-home"> UniVRM Programming Document
</a>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul>
<li class="toctree-l1"><a class="reference internal" href="build.html">アプリケーションのビルド</a></li>
<li class="toctree-l1"><a class="reference internal" href="implementation/index.html">実装メモ</a></li>
<li class="toctree-l1"><a class="reference internal" href="gltf/index.html">glTF</a></li>
<li class="toctree-l1"><a class="reference internal" href="vrm0/index.html">VRM</a></li>
<li class="toctree-l1"><a class="reference internal" href="vrm1/index.html">VRM-1.0(β)</a></li>
<li class="toctree-l1"><a class="reference internal" href="release/index.html">Release</a></li>
</ul>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="#">UniVRM Programming Document</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="Page navigation">
<ul class="wy-breadcrumbs">
<li><a href="#" class="icon icon-home"></a> &raquo;</li>
<li>UniVRM Programming Document</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/vrm-c/UniVRM/blob/master/docs/index.md" class="fa fa-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<section class="tex2jax_ignore mathjax_ignore" id="univrm-programming-document">
<h1>UniVRM Programming Document<a class="headerlink" href="#univrm-programming-document" title="Permalink to this headline"></a></h1>
<h1>UniVRM Programming Document<a class="headerlink" href="#univrm-programming-document" title="Permalink to this headline"></a></h1>
<p>これは、<a class="reference external" href="https://github.com/vrm-c/UniVRM">UniVRM</a> の開発ドキュメントです。
UnityでVRMをエクスポートする方法などについては <a class="reference external" href="https://vrm.dev/docs/univrm/">manual</a> を参照してください。</p>
<section id="id1">
<h2>Overview<a class="headerlink" href="#id1" title="Permalink to this headline"></a></h2>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="package.html">Package Structure</a></li>
<li class="toctree-l1"><a class="reference internal" href="history.html">Version</a></li>
</ul>
</div>
</section>
<section id="build">
<h2>build<a class="headerlink" href="#build" title="Permalink to this headline"></a></h2>
<p>UniVRMを使うアプリケーションのビルドに関する注意事項</p>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="build.html">アプリケーションのビルド</a><ul>
<li class="toctree-l2"><a class="reference internal" href="build.html#id2">ビルドに含めるシェーダー</a><ul>
<li class="toctree-l3"><a class="reference internal" href="build.html#unlit">Unlit</a></li>
<li class="toctree-l3"><a class="reference internal" href="build.html#mtoon">MToon</a></li>
<li class="toctree-l3"><a class="reference internal" href="build.html#import-export">ランタイム import/export 時のテクスチャー変換用のシェーダー</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</section>
<section id="id2">
<h2>実装メモ<a class="headerlink" href="#id2" title="Permalink to this headline"></a></h2>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="implementation/runtime_resource_management.html">Runtime のリソース管理について</a></li>
<li class="toctree-l1"><a class="reference internal" href="implementation/texture_manipulation.html">Texture関連</a></li>
<li class="toctree-l1"><a class="reference internal" href="implementation/coordinate.html">座標系の変換</a></li>
<li class="toctree-l1"><a class="reference internal" href="implementation/fast_spring_bone.html">FastSpringBoneについて</a></li>
<li class="toctree-l1"><a class="reference internal" href="implementation/first_person.html">VRアプリケーションの FirstPerson 設定による Renderer の可視制御</a></li>
</ul>
</div>
</section>
<section id="gltf">
<h2>glTF<a class="headerlink" href="#gltf" title="Permalink to this headline"></a></h2>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="gltf/0_82_glb_import.html">GlbImport(0.82)</a></li>
<li class="toctree-l1"><a class="reference internal" href="gltf/how_to_impl_extension.html">The implementation of glTF extensions(0.63.2)</a></li>
<li class="toctree-l1"><a class="reference internal" href="gltf/0_36_update.html">GltfUpdate(0.36)</a></li>
<li class="toctree-l1"><a class="reference internal" href="gltf/format.html">glbフォーマット概説</a></li>
</ul>
</div>
</section>
<section id="vrm">
<h2>VRM<a class="headerlink" href="#vrm" title="Permalink to this headline"></a></h2>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="vrm0/0_82_runtime_import.html">RuntimeImport(0.82)</a></li>
<li class="toctree-l1"><a class="reference internal" href="vrm0/0_79_runtime_import.html">RuntimeImport(0.79)</a></li>
<li class="toctree-l1"><a class="reference internal" href="vrm0/0_77_runtime_import.html">RuntimeImport(0.77)</a></li>
<li class="toctree-l1"><a class="reference internal" href="vrm0/0_68_runtime_import.html">RuntimeImport(0.68)</a></li>
<li class="toctree-l1"><a class="reference internal" href="vrm0/0_44_runtime_import.html">RuntimeImport(0.44)</a></li>
<li class="toctree-l1"><a class="reference internal" href="vrm0/0_58_blendshape.html">BlendShapeProxy(0.58)</a></li>
<li class="toctree-l1"><a class="reference internal" href="vrm0/firstperson.html">How to use VRMFirstPerson</a></li>
</ul>
</div>
<section id="samples">
<h3>Samples<a class="headerlink" href="#samples" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><p>SimpleViewer</p></li>
<li><p>RuntimeExporerSample</p></li>
<li><p>FirstPersonSample</p></li>
<li><p>AnimationBridgeSample</p></li>
</ul>
</section>
</section>
<section id="vrm-1-0">
<h2>VRM-1.0(β)<a class="headerlink" href="#vrm-1-0" title="Permalink to this headline"></a></h2>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="vrm1/vrm1_runtime_load.html">RuntimeLoad</a></li>
<li class="toctree-l1"><a class="reference internal" href="vrm1/vrm1_get_humanoid.html">🚧Humanoid</a><ul>
<li class="toctree-l2"><a class="reference internal" href="vrm1/vrm1_get_humanoid.html#humanoid-bone">Humanoid Bone の取得方法</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="vrm1/vrm1_expression.html">🚧Expression</a></li>
<li class="toctree-l1"><a class="reference internal" href="vrm1/vrm1_lookat.html">🚧LookAt</a></li>
<li class="toctree-l1"><a class="reference internal" href="vrm1/vrm1_firstperson.html">FirstPerson</a><ul>
<li class="toctree-l2"><a class="reference internal" href="vrm1/vrm1_firstperson.html#runtime-firstperson">Enable FirstPerson function at runtime.</a></li>
<li class="toctree-l2"><a class="reference internal" href="vrm1/vrm1_firstperson.html#vrm-vr">Recommended camera layer settings</a></li>
<li class="toctree-l2"><a class="reference internal" href="vrm1/vrm1_firstperson.html#layer">Specify layer at initialization</a></li>
</ul>
</li>
</ul>
</div>
<section id="id3">
<h3>Samples<a class="headerlink" href="#id3" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><p>VRM10Viewer</p></li>
</ul>
</section>
</section>
<section id="release">
<h2>Release<a class="headerlink" href="#release" title="Permalink to this headline"></a></h2>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="build.html">アプリケーションのビルド</a></li>
<li class="toctree-l1"><a class="reference internal" href="implementation/index.html">実装メモ</a></li>
<li class="toctree-l1"><a class="reference internal" href="gltf/index.html">glTF</a></li>
<li class="toctree-l1"><a class="reference internal" href="vrm0/index.html">VRM</a></li>
<li class="toctree-l1"><a class="reference internal" href="vrm1/index.html">VRM-1.0(β)</a></li>
<li class="toctree-l1"><a class="reference internal" href="release/index.html">Release</a></li>
</ul>
</div>
</section>
</section>
<section class="tex2jax_ignore mathjax_ignore" id="indices-and-tables">
<h1>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Permalink to this headline"></a></h1>
<h1>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Permalink to this headline"></a></h1>
<ul class="simple">
<li><p><a class="reference internal" href="genindex.html"><span class="std std-ref">Index</span></a></p></li>
<li><p><a class="reference internal" href="py-modindex.html"><span class="std std-ref">Module Index</span></a></p></li>
@@ -157,78 +94,33 @@ UnityでVRMをエクスポートする方法などについては <a class="refe
</section>
<div class="clearer"></div>
</div>
</div>
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="build.html" class="btn btn-neutral float-right" title="アプリケーションのビルド" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, VRM Consortium.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<ul>
<li><a href="../ja/index.html">日本語</a></li>
</ul>
</section>
</div>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>
<h3><a href="#">Table of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">UniVRM Programming Document</a><ul>
<li><a class="reference internal" href="#id1">Overview</a></li>
<li><a class="reference internal" href="#build">build</a></li>
<li><a class="reference internal" href="#id2">実装メモ</a></li>
<li><a class="reference internal" href="#gltf">glTF</a></li>
<li><a class="reference internal" href="#vrm">VRM</a><ul>
<li><a class="reference internal" href="#samples">Samples</a></li>
</ul>
</li>
<li><a class="reference internal" href="#vrm-1-0">VRM-1.0(β)</a><ul>
<li><a class="reference internal" href="#id3">Samples</a></li>
</ul>
</li>
<li><a class="reference internal" href="#release">Release</a></li>
</ul>
</li>
<li><a class="reference internal" href="#indices-and-tables">Indices and tables</a></li>
</ul>
<h4>Next topic</h4>
<p class="topless"><a href="package.html"
title="next chapter">Package Structure</a></p>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="_sources/index.md.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Go" />
</form>
</div>
</div>
<script>$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="package.html" title="Package Structure"
>next</a> |</li>
<li class="nav-item nav-item-0"><a href="#">UniVRM Programming Document documentation</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">UniVRM Programming Document</a></li>
</ul>
</div>
<div class="footer" role="contentinfo">
&#169; Copyright 2021, VRM Consortium.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 4.2.0.
</div>
</body>
</body>
</html>

Binary file not shown.

View File

@@ -1,165 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<title>Package Structure &#8212; UniVRM Programming Document documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="_static/nature.css" />
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
<script src="_static/jquery.js"></script>
<script src="_static/underscore.js"></script>
<script src="_static/doctools.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="Version" href="history.html" />
<link rel="prev" title="UniVRM Programming Document" href="index.html" />
</head><body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="history.html" title="Version"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="index.html" title="UniVRM Programming Document"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">UniVRM Programming Document documentation</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">Package Structure</a></li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<section class="tex2jax_ignore mathjax_ignore" id="id1">
<h1>Package Structure<a class="headerlink" href="#id1" title="Permalink to this headline"></a></h1>
<section id="id2">
<h2>Package<a class="headerlink" href="#id2" title="Permalink to this headline"></a></h2>
<table class="colwidths-auto docutils align-default">
<thead>
<tr class="row-odd"><th class="head"><p>unitypackage</p></th>
<th class="head"><p>folder</p></th>
<th class="head"><p>contents</p></th>
</tr>
</thead>
<tbody>
<tr class="row-even"><td><p>VRMShaders_UniGLTF</p></td>
<td><p>Assets/VRMShaders, Assets/UniGLTF</p></td>
<td><p>VRMShaders and UniGLTF</p></td>
</tr>
<tr class="row-odd"><td><p>UniVRM</p></td>
<td><p>Assets/VRM</p></td>
<td><p>VRM-0.X</p></td>
</tr>
<tr class="row-even"><td><p>VRM</p></td>
<td><p>Assets/VRM10</p></td>
<td><p>VRM-1.0(β)</p></td>
</tr>
</tbody>
</table>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="o">+----------++----------+</span>
<span class="o">|</span><span class="n">UniVRM</span><span class="o">-</span><span class="mf">0.</span><span class="n">X</span><span class="o">||</span><span class="n">UniVRM</span><span class="o">-</span><span class="mf">1.0</span><span class="o">|</span>
<span class="o">+----------++----------+</span>
<span class="o">+----------------------+</span>
<span class="o">|</span> <span class="n">UniGLTF</span> <span class="o">|</span>
<span class="o">+----------------------+</span>
<span class="o">|</span> <span class="n">VRMShaders</span> <span class="o">|</span>
<span class="o">+----------------------+</span>
</pre></div>
</div>
</section>
<section id="upm">
<h2>UPM<a class="headerlink" href="#upm" title="Permalink to this headline"></a></h2>
<div class="highlight-json notranslate"><div class="highlight"><pre><span></span>// manifest.json 抜粋
{
&quot;dependencies&quot;: {
&quot;com.vrmc.vrmshaders&quot;: &quot;https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.82.1&quot;,
&quot;com.vrmc.gltf&quot;: &quot;https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.82.1&quot;, // rename unigltf to gltf
&quot;com.vrmc.univrm&quot;: &quot;https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.82.1&quot;,
&quot;com.vrmc.vrm&quot;: &quot;https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.82.1&quot;, // rename univrm1 to vrm
}
}
</pre></div>
</div>
</section>
</section>
<div class="clearer"></div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<ul>
<li><a href="../ja/package.html">日本語</a></li>
</ul>
<h3><a href="index.html">Table of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">Package Structure</a><ul>
<li><a class="reference internal" href="#id2">Package</a></li>
<li><a class="reference internal" href="#upm">UPM</a></li>
</ul>
</li>
</ul>
<h4>Previous topic</h4>
<p class="topless"><a href="index.html"
title="previous chapter">UniVRM Programming Document</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="history.html"
title="next chapter">Version</a></p>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="_sources/package.md.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Go" />
</form>
</div>
</div>
<script>$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="history.html" title="Version"
>next</a> |</li>
<li class="right" >
<a href="index.html" title="UniVRM Programming Document"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">UniVRM Programming Document documentation</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">Package Structure</a></li>
</ul>
</div>
<div class="footer" role="contentinfo">
&#169; Copyright 2021, VRM Consortium.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 4.2.0.
</div>
</body>
</html>

View File

@@ -1,147 +1,166 @@
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<title>v0.55: Unity-5.6(.NET-3.5) &#8212; UniVRM Programming Document documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../../_static/nature.css" />
<script data-url_root="../../" id="documentation_options" src="../../_static/documentation_options.js"></script>
<script src="../../_static/jquery.js"></script>
<script src="../../_static/underscore.js"></script>
<script src="../../_static/doctools.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>v0.55: Unity-5.6(.NET-3.5) &mdash; UniVRM Programming Document documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
<script src="../../_static/js/html5shiv.min.js"></script>
<![endif]-->
<script data-url_root="../../" id="documentation_options" src="../../_static/documentation_options.js"></script>
<script src="../../_static/jquery.js"></script>
<script src="../../_static/underscore.js"></script>
<script src="../../_static/doctools.js"></script>
<script src="../../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
<link rel="next" title="v0.55.0" href="v0.55.0.html" />
<link rel="prev" title="v0.56v0.67: Unity-2018.4" href="../056/index.html" />
</head><body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="v0.55.0.html" title="v0.55.0"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="../056/index.html" title="v0.56v0.67: Unity-2018.4"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../../index.html">UniVRM Programming Document documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../index.html" accesskey="U">Release</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">v0.55: Unity-5.6(.NET-3.5)</a></li>
</ul>
</div>
<link rel="next" title="v0.40" href="v0.40.html" />
<link rel="prev" title="v0.67.0: UniJson 単純化" href="../056/v0.67.0.html" />
</head>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" >
<a href="../../index.html" class="icon icon-home"> UniVRM Programming Document
</a>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../../build.html">アプリケーションのビルド</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../implementation/index.html">実装メモ</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../gltf/index.html">glTF</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../vrm0/index.html">VRM</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../vrm1/index.html">VRM-1.0(β)</a></li>
<li class="toctree-l1 current"><a class="reference internal" href="../index.html">Release</a><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="../079/index.html">v0.79: Unity-2019.4</a></li>
<li class="toctree-l2"><a class="reference internal" href="../068/index.html">v0.68v0.78: Unity-2018.4 (pre release)</a></li>
<li class="toctree-l2"><a class="reference internal" href="../056/index.html">v0.56v0.67: Unity-2018.4</a></li>
<li class="toctree-l2 current"><a class="current reference internal" href="#">v0.55: Unity-5.6(.NET-3.5)</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#unitypackage">UnityPackage</a></li>
<li class="toctree-l3"><a class="reference internal" href="#releases">Releases</a><ul>
<li class="toctree-l4"><a class="reference internal" href="v0.40.html">v0.40</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.41.html">v0.41</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.42.html">v0.42</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.43.html">v0.43</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.44.html">v0.44: UniGLTF/UniUnlit 追加</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.45.html">v0.45</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.46.html">v0.46</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.47.html">v0.47</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.48.html">v0.48</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.49.html">v0.49</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.50.html">v0.50</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.51.0.html">v0.51.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.52.0.html">v0.52.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.53.0.html">v0.53.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.54.0.html">v0.54.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.55.0.html">v0.55.0</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="../../index.html">UniVRM Programming Document</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="Page navigation">
<ul class="wy-breadcrumbs">
<li><a href="../../index.html" class="icon icon-home"></a> &raquo;</li>
<li><a href="../index.html">Release</a> &raquo;</li>
<li>v0.55: Unity-5.6(.NET-3.5)</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/vrm-c/UniVRM/blob/master/docs/release/055/index.md" class="fa fa-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<section class="tex2jax_ignore mathjax_ignore" id="v0-55-unity-5-6-net-3-5">
<h1>v0.55: Unity-5.6(.NET-3.5)<a class="headerlink" href="#v0-55-unity-5-6-net-3-5" title="Permalink to this headline"></a></h1>
<h1>v0.55: Unity-5.6(.NET-3.5)<a class="headerlink" href="#v0-55-unity-5-6-net-3-5" title="Permalink to this headline"></a></h1>
<section id="unitypackage">
<h2>UnityPackage<a class="headerlink" href="#unitypackage" title="Permalink to this headline"></a></h2>
<h2>UnityPackage<a class="headerlink" href="#unitypackage" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li><p><code class="docutils literal notranslate"><span class="pre">UniVRM-0.XX.0_YYYY.unitypackage</span></code></p></li>
</ul>
</section>
<section id="releases">
<h2>Releases<a class="headerlink" href="#releases" title="Permalink to this headline"></a></h2>
<h2>Releases<a class="headerlink" href="#releases" title="Permalink to this headline"></a></h2>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="v0.55.0.html">v0.55.0</a></li>
<li class="toctree-l1"><a class="reference internal" href="v0.54.0.html">v0.54.0</a></li>
<li class="toctree-l1"><a class="reference internal" href="v0.53.0.html">v0.53.0</a></li>
<li class="toctree-l1"><a class="reference internal" href="v0.52.0.html">v0.52.0</a></li>
<li class="toctree-l1"><a class="reference internal" href="v0.51.0.html">v0.51.0</a></li>
<li class="toctree-l1"><a class="reference internal" href="v0.50.html">v0.50</a></li>
<li class="toctree-l1"><a class="reference internal" href="v0.49.html">v0.49</a></li>
<li class="toctree-l1"><a class="reference internal" href="v0.48.html">v0.48</a></li>
<li class="toctree-l1"><a class="reference internal" href="v0.47.html">v0.47</a></li>
<li class="toctree-l1"><a class="reference internal" href="v0.46.html">v0.46</a></li>
<li class="toctree-l1"><a class="reference internal" href="v0.45.html">v0.45</a></li>
<li class="toctree-l1"><a class="reference internal" href="v0.44.html">v0.44: UniGLTF/UniUnlit 追加</a></li>
<li class="toctree-l1"><a class="reference internal" href="v0.43.html">v0.43</a></li>
<li class="toctree-l1"><a class="reference internal" href="v0.42.html">v0.42</a></li>
<li class="toctree-l1"><a class="reference internal" href="v0.41.html">v0.41</a></li>
<li class="toctree-l1"><a class="reference internal" href="v0.40.html">v0.40</a></li>
<li class="toctree-l1"><a class="reference internal" href="v0.41.html">v0.41</a></li>
<li class="toctree-l1"><a class="reference internal" href="v0.42.html">v0.42</a></li>
<li class="toctree-l1"><a class="reference internal" href="v0.43.html">v0.43</a></li>
<li class="toctree-l1"><a class="reference internal" href="v0.44.html">v0.44: UniGLTF/UniUnlit 追加</a></li>
<li class="toctree-l1"><a class="reference internal" href="v0.45.html">v0.45</a></li>
<li class="toctree-l1"><a class="reference internal" href="v0.46.html">v0.46</a></li>
<li class="toctree-l1"><a class="reference internal" href="v0.47.html">v0.47</a></li>
<li class="toctree-l1"><a class="reference internal" href="v0.48.html">v0.48</a></li>
<li class="toctree-l1"><a class="reference internal" href="v0.49.html">v0.49</a></li>
<li class="toctree-l1"><a class="reference internal" href="v0.50.html">v0.50</a></li>
<li class="toctree-l1"><a class="reference internal" href="v0.51.0.html">v0.51.0</a></li>
<li class="toctree-l1"><a class="reference internal" href="v0.52.0.html">v0.52.0</a></li>
<li class="toctree-l1"><a class="reference internal" href="v0.53.0.html">v0.53.0</a></li>
<li class="toctree-l1"><a class="reference internal" href="v0.54.0.html">v0.54.0</a></li>
<li class="toctree-l1"><a class="reference internal" href="v0.55.0.html">v0.55.0</a></li>
</ul>
</div>
</section>
</section>
<div class="clearer"></div>
</div>
</div>
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="../056/v0.67.0.html" class="btn btn-neutral float-left" title="v0.67.0: UniJson 単純化" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="v0.40.html" class="btn btn-neutral float-right" title="v0.40" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, VRM Consortium.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<ul>
<li><a href="../../../ja/release/055/index.html">日本語</a></li>
</ul>
</section>
</div>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>
<h3><a href="../../index.html">Table of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">v0.55: Unity-5.6(.NET-3.5)</a><ul>
<li><a class="reference internal" href="#unitypackage">UnityPackage</a></li>
<li><a class="reference internal" href="#releases">Releases</a></li>
</ul>
</li>
</ul>
<h4>Previous topic</h4>
<p class="topless"><a href="../056/index.html"
title="previous chapter">v0.56v0.67: Unity-2018.4</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="v0.55.0.html"
title="next chapter">v0.55.0</a></p>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../../_sources/release/055/index.md.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="../../search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Go" />
</form>
</div>
</div>
<script>$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../../genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="v0.55.0.html" title="v0.55.0"
>next</a> |</li>
<li class="right" >
<a href="../056/index.html" title="v0.56v0.67: Unity-2018.4"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../../index.html">UniVRM Programming Document documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../index.html" >Release</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">v0.55: Unity-5.6(.NET-3.5)</a></li>
</ul>
</div>
<div class="footer" role="contentinfo">
&#169; Copyright 2021, VRM Consortium.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 4.2.0.
</div>
</body>
</body>
</html>

View File

@@ -1,47 +1,109 @@
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<title>v0.40 &#8212; UniVRM Programming Document documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../../_static/nature.css" />
<script data-url_root="../../" id="documentation_options" src="../../_static/documentation_options.js"></script>
<script src="../../_static/jquery.js"></script>
<script src="../../_static/underscore.js"></script>
<script src="../../_static/doctools.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>v0.40 &mdash; UniVRM Programming Document documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
<script src="../../_static/js/html5shiv.min.js"></script>
<![endif]-->
<script data-url_root="../../" id="documentation_options" src="../../_static/documentation_options.js"></script>
<script src="../../_static/jquery.js"></script>
<script src="../../_static/underscore.js"></script>
<script src="../../_static/doctools.js"></script>
<script src="../../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
<link rel="prev" title="v0.41" href="v0.41.html" />
</head><body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="v0.41.html" title="v0.41"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../../index.html">UniVRM Programming Document documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../index.html" >Release</a> &#187;</li>
<li class="nav-item nav-item-2"><a href="index.html" accesskey="U">v0.55: Unity-5.6(.NET-3.5)</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">v0.40</a></li>
</ul>
</div>
<link rel="next" title="v0.41" href="v0.41.html" />
<link rel="prev" title="v0.55: Unity-5.6(.NET-3.5)" href="index.html" />
</head>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" >
<a href="../../index.html" class="icon icon-home"> UniVRM Programming Document
</a>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../../build.html">アプリケーションのビルド</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../implementation/index.html">実装メモ</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../gltf/index.html">glTF</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../vrm0/index.html">VRM</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../vrm1/index.html">VRM-1.0(β)</a></li>
<li class="toctree-l1 current"><a class="reference internal" href="../index.html">Release</a><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="../079/index.html">v0.79: Unity-2019.4</a></li>
<li class="toctree-l2"><a class="reference internal" href="../068/index.html">v0.68v0.78: Unity-2018.4 (pre release)</a></li>
<li class="toctree-l2"><a class="reference internal" href="../056/index.html">v0.56v0.67: Unity-2018.4</a></li>
<li class="toctree-l2 current"><a class="reference internal" href="index.html">v0.55: Unity-5.6(.NET-3.5)</a><ul class="current">
<li class="toctree-l3"><a class="reference internal" href="index.html#unitypackage">UnityPackage</a></li>
<li class="toctree-l3 current"><a class="reference internal" href="index.html#releases">Releases</a><ul class="current">
<li class="toctree-l4 current"><a class="current reference internal" href="#">v0.40</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.41.html">v0.41</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.42.html">v0.42</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.43.html">v0.43</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.44.html">v0.44: UniGLTF/UniUnlit 追加</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.45.html">v0.45</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.46.html">v0.46</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.47.html">v0.47</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.48.html">v0.48</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.49.html">v0.49</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.50.html">v0.50</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.51.0.html">v0.51.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.52.0.html">v0.52.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.53.0.html">v0.53.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.54.0.html">v0.54.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.55.0.html">v0.55.0</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="../../index.html">UniVRM Programming Document</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="Page navigation">
<ul class="wy-breadcrumbs">
<li><a href="../../index.html" class="icon icon-home"></a> &raquo;</li>
<li><a href="../index.html">Release</a> &raquo;</li>
<li><a href="index.html">v0.55: Unity-5.6(.NET-3.5)</a> &raquo;</li>
<li>v0.40</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/vrm-c/UniVRM/blob/master/docs/release/055/v0.40.md" class="fa fa-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<section class="tex2jax_ignore mathjax_ignore" id="v0-40">
<h1>v0.40<a class="headerlink" href="#v0-40" title="Permalink to this headline"></a></h1>
<h1>v0.40<a class="headerlink" href="#v0-40" title="Permalink to this headline"></a></h1>
<section id="major-fixes">
<h2>Major fixes:<a class="headerlink" href="#major-fixes" title="Permalink to this headline"></a></h2>
<h2>Major fixes:<a class="headerlink" href="#major-fixes" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li><p>(Exporter) Capable of collecting VRMSpringBone other than secondary (since VRMSpringBones attached position is not recorded, all of VRMSpringBones will be attached to secondary during the import)</p></li>
<li><p>(Importer) Added the callback “OnError” to LoadVRMAsync</p></li>
@@ -54,7 +116,7 @@
<li><p>(UniGLTF) Fixed bugs that all textures became the same when putting vrm directly under Assets</p></li>
</ul>
<section id="we-released-v0-40-as-the-version-of-bugs-corrections-in-v0-39">
<h3>We released v0.40 as the version of bugs corrections in v0.39<a class="headerlink" href="#we-released-v0-40-as-the-version-of-bugs-corrections-in-v0-39" title="Permalink to this headline"></a></h3>
<h3>We released v0.40 as the version of bugs corrections in v0.39<a class="headerlink" href="#we-released-v0-40-as-the-version-of-bugs-corrections-in-v0-39" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><p>Importing Texture fails if VRM file is put directly under the Assets folder. There is a bug in parsing path.
v0.39 package was in the erroneous state described above before the following commit:</p></li>
@@ -65,70 +127,34 @@ v0.39 package was in the erroneous state described above before the following co
</section>
<div class="clearer"></div>
</div>
</div>
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="index.html" class="btn btn-neutral float-left" title="v0.55: Unity-5.6(.NET-3.5)" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="v0.41.html" class="btn btn-neutral float-right" title="v0.41" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, VRM Consortium.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<ul>
<li><a href="../../../ja/release/055/v0.40.html">日本語</a></li>
</ul>
</section>
</div>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>
<h3><a href="../../index.html">Table of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">v0.40</a><ul>
<li><a class="reference internal" href="#major-fixes">Major fixes:</a><ul>
<li><a class="reference internal" href="#we-released-v0-40-as-the-version-of-bugs-corrections-in-v0-39">We released v0.40 as the version of bugs corrections in v0.39</a></li>
</ul>
</li>
</ul>
</li>
</ul>
<h4>Previous topic</h4>
<p class="topless"><a href="v0.41.html"
title="previous chapter">v0.41</a></p>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../../_sources/release/055/v0.40.md.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="../../search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Go" />
</form>
</div>
</div>
<script>$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../../genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="v0.41.html" title="v0.41"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../../index.html">UniVRM Programming Document documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../index.html" >Release</a> &#187;</li>
<li class="nav-item nav-item-2"><a href="index.html" >v0.55: Unity-5.6(.NET-3.5)</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">v0.40</a></li>
</ul>
</div>
<div class="footer" role="contentinfo">
&#169; Copyright 2021, VRM Consortium.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 4.2.0.
</div>
</body>
</body>
</html>

View File

@@ -1,54 +1,112 @@
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<title>v0.41 &#8212; UniVRM Programming Document documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../../_static/nature.css" />
<script data-url_root="../../" id="documentation_options" src="../../_static/documentation_options.js"></script>
<script src="../../_static/jquery.js"></script>
<script src="../../_static/underscore.js"></script>
<script src="../../_static/doctools.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>v0.41 &mdash; UniVRM Programming Document documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
<script src="../../_static/js/html5shiv.min.js"></script>
<![endif]-->
<script data-url_root="../../" id="documentation_options" src="../../_static/documentation_options.js"></script>
<script src="../../_static/jquery.js"></script>
<script src="../../_static/underscore.js"></script>
<script src="../../_static/doctools.js"></script>
<script src="../../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
<link rel="next" title="v0.40" href="v0.40.html" />
<link rel="prev" title="v0.42" href="v0.42.html" />
</head><body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="v0.40.html" title="v0.40"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="v0.42.html" title="v0.42"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../../index.html">UniVRM Programming Document documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../index.html" >Release</a> &#187;</li>
<li class="nav-item nav-item-2"><a href="index.html" accesskey="U">v0.55: Unity-5.6(.NET-3.5)</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">v0.41</a></li>
</ul>
</div>
<link rel="next" title="v0.42" href="v0.42.html" />
<link rel="prev" title="v0.40" href="v0.40.html" />
</head>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" >
<a href="../../index.html" class="icon icon-home"> UniVRM Programming Document
</a>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../../build.html">アプリケーションのビルド</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../implementation/index.html">実装メモ</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../gltf/index.html">glTF</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../vrm0/index.html">VRM</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../vrm1/index.html">VRM-1.0(β)</a></li>
<li class="toctree-l1 current"><a class="reference internal" href="../index.html">Release</a><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="../079/index.html">v0.79: Unity-2019.4</a></li>
<li class="toctree-l2"><a class="reference internal" href="../068/index.html">v0.68v0.78: Unity-2018.4 (pre release)</a></li>
<li class="toctree-l2"><a class="reference internal" href="../056/index.html">v0.56v0.67: Unity-2018.4</a></li>
<li class="toctree-l2 current"><a class="reference internal" href="index.html">v0.55: Unity-5.6(.NET-3.5)</a><ul class="current">
<li class="toctree-l3"><a class="reference internal" href="index.html#unitypackage">UnityPackage</a></li>
<li class="toctree-l3 current"><a class="reference internal" href="index.html#releases">Releases</a><ul class="current">
<li class="toctree-l4"><a class="reference internal" href="v0.40.html">v0.40</a></li>
<li class="toctree-l4 current"><a class="current reference internal" href="#">v0.41</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.42.html">v0.42</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.43.html">v0.43</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.44.html">v0.44: UniGLTF/UniUnlit 追加</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.45.html">v0.45</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.46.html">v0.46</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.47.html">v0.47</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.48.html">v0.48</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.49.html">v0.49</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.50.html">v0.50</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.51.0.html">v0.51.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.52.0.html">v0.52.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.53.0.html">v0.53.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.54.0.html">v0.54.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.55.0.html">v0.55.0</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="../../index.html">UniVRM Programming Document</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="Page navigation">
<ul class="wy-breadcrumbs">
<li><a href="../../index.html" class="icon icon-home"></a> &raquo;</li>
<li><a href="../index.html">Release</a> &raquo;</li>
<li><a href="index.html">v0.55: Unity-5.6(.NET-3.5)</a> &raquo;</li>
<li>v0.41</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/vrm-c/UniVRM/blob/master/docs/release/055/v0.41.md" class="fa fa-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<section class="tex2jax_ignore mathjax_ignore" id="v0-41">
<h1>v0.41<a class="headerlink" href="#v0-41" title="Permalink to this headline"></a></h1>
<h1>v0.41<a class="headerlink" href="#v0-41" title="Permalink to this headline"></a></h1>
<section id="important-information">
<h2>※Important Information※<a class="headerlink" href="#important-information" title="Permalink to this headline"></a></h2>
<h2>※Important Information※<a class="headerlink" href="#important-information" title="Permalink to this headline"></a></h2>
</section>
<section id="major-updates">
<h2>Major Updates:<a class="headerlink" href="#major-updates" title="Permalink to this headline"></a></h2>
<h2>Major Updates:<a class="headerlink" href="#major-updates" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li><p>[Exporter] Corrected exported normal map (for DXT5)</p></li>
<li><p>[Exporter] Fixed bugs that material parameters were gone when exporting VRM at runtime (for ShaderProperty that cannot be enumerated)</p></li>
@@ -60,7 +118,7 @@
</ul>
</section>
<section id="editor-updates">
<h2>Editor Updates:<a class="headerlink" href="#editor-updates" title="Permalink to this headline"></a></h2>
<h2>Editor Updates:<a class="headerlink" href="#editor-updates" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li><p>[Editor] Added version# in VRM menu</p></li>
<li><p>[Editor] Added git hash to unitypackage file name</p></li>
@@ -68,7 +126,7 @@
</ul>
</section>
<section id="api-updates">
<h2>API Updates:<a class="headerlink" href="#api-updates" title="Permalink to this headline"></a></h2>
<h2>API Updates:<a class="headerlink" href="#api-updates" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li><p>[Importer] Added the argument: show. Now you can choose to undisplay VRM model when VrmImporter.LoadVrmAsync is ended</p></li>
<li><p>[Importer] Extended code that relies on unpacking textures in the same path as glb</p></li>
@@ -89,7 +147,7 @@
</ul>
</section>
<section id="json-related-fixes">
<h2>JSON Related Fixes:<a class="headerlink" href="#json-related-fixes" title="Permalink to this headline"></a></h2>
<h2>JSON Related Fixes:<a class="headerlink" href="#json-related-fixes" title="Permalink to this headline"></a></h2>
<p>Discarded <code class="docutils literal notranslate"><span class="pre">/nodes/*/extras/rootBone</span></code>.</p>
<p>This item was meant to save <code class="docutils literal notranslate"><span class="pre">SkinnedMeshRenderer.rootBone</span></code>,
but we found it was the same as <code class="docutils literal notranslate"><span class="pre">/</span> <span class="pre">skins</span> <span class="pre">/</span> <span class="pre">*</span> <span class="pre">/</span> <span class="pre">skeleton</span></code> of the GLTF specification.</p>
@@ -101,77 +159,34 @@ there may be influences by <code class="docutils literal notranslate"><span clas
</section>
<div class="clearer"></div>
</div>
</div>
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="v0.40.html" class="btn btn-neutral float-left" title="v0.40" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="v0.42.html" class="btn btn-neutral float-right" title="v0.42" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, VRM Consortium.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<ul>
<li><a href="../../../ja/release/055/v0.41.html">日本語</a></li>
</ul>
</section>
</div>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>
<h3><a href="../../index.html">Table of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">v0.41</a><ul>
<li><a class="reference internal" href="#important-information">※Important Information※</a></li>
<li><a class="reference internal" href="#major-updates">Major Updates:</a></li>
<li><a class="reference internal" href="#editor-updates">Editor Updates:</a></li>
<li><a class="reference internal" href="#api-updates">API Updates:</a></li>
<li><a class="reference internal" href="#json-related-fixes">JSON Related Fixes:</a></li>
</ul>
</li>
</ul>
<h4>Previous topic</h4>
<p class="topless"><a href="v0.42.html"
title="previous chapter">v0.42</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="v0.40.html"
title="next chapter">v0.40</a></p>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../../_sources/release/055/v0.41.md.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="../../search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Go" />
</form>
</div>
</div>
<script>$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../../genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="v0.40.html" title="v0.40"
>next</a> |</li>
<li class="right" >
<a href="v0.42.html" title="v0.42"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../../index.html">UniVRM Programming Document documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../index.html" >Release</a> &#187;</li>
<li class="nav-item nav-item-2"><a href="index.html" >v0.55: Unity-5.6(.NET-3.5)</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">v0.41</a></li>
</ul>
</div>
<div class="footer" role="contentinfo">
&#169; Copyright 2021, VRM Consortium.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 4.2.0.
</div>
</body>
</body>
</html>

View File

@@ -1,51 +1,109 @@
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<title>v0.42 &#8212; UniVRM Programming Document documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../../_static/nature.css" />
<script data-url_root="../../" id="documentation_options" src="../../_static/documentation_options.js"></script>
<script src="../../_static/jquery.js"></script>
<script src="../../_static/underscore.js"></script>
<script src="../../_static/doctools.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>v0.42 &mdash; UniVRM Programming Document documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
<script src="../../_static/js/html5shiv.min.js"></script>
<![endif]-->
<script data-url_root="../../" id="documentation_options" src="../../_static/documentation_options.js"></script>
<script src="../../_static/jquery.js"></script>
<script src="../../_static/underscore.js"></script>
<script src="../../_static/doctools.js"></script>
<script src="../../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
<link rel="next" title="v0.41" href="v0.41.html" />
<link rel="prev" title="v0.43" href="v0.43.html" />
</head><body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="v0.41.html" title="v0.41"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="v0.43.html" title="v0.43"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../../index.html">UniVRM Programming Document documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../index.html" >Release</a> &#187;</li>
<li class="nav-item nav-item-2"><a href="index.html" accesskey="U">v0.55: Unity-5.6(.NET-3.5)</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">v0.42</a></li>
</ul>
</div>
<link rel="next" title="v0.43" href="v0.43.html" />
<link rel="prev" title="v0.41" href="v0.41.html" />
</head>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" >
<a href="../../index.html" class="icon icon-home"> UniVRM Programming Document
</a>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../../build.html">アプリケーションのビルド</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../implementation/index.html">実装メモ</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../gltf/index.html">glTF</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../vrm0/index.html">VRM</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../vrm1/index.html">VRM-1.0(β)</a></li>
<li class="toctree-l1 current"><a class="reference internal" href="../index.html">Release</a><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="../079/index.html">v0.79: Unity-2019.4</a></li>
<li class="toctree-l2"><a class="reference internal" href="../068/index.html">v0.68v0.78: Unity-2018.4 (pre release)</a></li>
<li class="toctree-l2"><a class="reference internal" href="../056/index.html">v0.56v0.67: Unity-2018.4</a></li>
<li class="toctree-l2 current"><a class="reference internal" href="index.html">v0.55: Unity-5.6(.NET-3.5)</a><ul class="current">
<li class="toctree-l3"><a class="reference internal" href="index.html#unitypackage">UnityPackage</a></li>
<li class="toctree-l3 current"><a class="reference internal" href="index.html#releases">Releases</a><ul class="current">
<li class="toctree-l4"><a class="reference internal" href="v0.40.html">v0.40</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.41.html">v0.41</a></li>
<li class="toctree-l4 current"><a class="current reference internal" href="#">v0.42</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.43.html">v0.43</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.44.html">v0.44: UniGLTF/UniUnlit 追加</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.45.html">v0.45</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.46.html">v0.46</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.47.html">v0.47</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.48.html">v0.48</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.49.html">v0.49</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.50.html">v0.50</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.51.0.html">v0.51.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.52.0.html">v0.52.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.53.0.html">v0.53.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.54.0.html">v0.54.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.55.0.html">v0.55.0</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="../../index.html">UniVRM Programming Document</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="Page navigation">
<ul class="wy-breadcrumbs">
<li><a href="../../index.html" class="icon icon-home"></a> &raquo;</li>
<li><a href="../index.html">Release</a> &raquo;</li>
<li><a href="index.html">v0.55: Unity-5.6(.NET-3.5)</a> &raquo;</li>
<li>v0.42</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/vrm-c/UniVRM/blob/master/docs/release/055/v0.42.md" class="fa fa-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<section class="tex2jax_ignore mathjax_ignore" id="v0-42">
<h1>v0.42<a class="headerlink" href="#v0-42" title="Permalink to this headline"></a></h1>
<h1>v0.42<a class="headerlink" href="#v0-42" title="Permalink to this headline"></a></h1>
<section id="important-information">
<h2>※Important Information※<a class="headerlink" href="#important-information" title="Permalink to this headline"></a></h2>
<h2>※Important Information※<a class="headerlink" href="#important-information" title="Permalink to this headline"></a></h2>
<p>The errors in VRM output from earlier versions (UniVRM 0.41 and before) have been fixed in v0.42. However, this fix comes along with the following impact:</p>
<ul class="simple">
<li><p>The exported VRM data in v0.42 or later cannot be imported correctly in the earlier versions</p></li>
@@ -54,7 +112,7 @@
If you are using UniVRM to import VRM data, please update UniVRM to the latest version as soon as you can.</p>
</section>
<section id="uv-bugs-fix">
<h2>UV Bugs Fix:<a class="headerlink" href="#uv-bugs-fix" title="Permalink to this headline"></a></h2>
<h2>UV Bugs Fix:<a class="headerlink" href="#uv-bugs-fix" title="Permalink to this headline"></a></h2>
<p>In v0.41 and the earlier versions, converting UV between Unity and GLTF was incorrect.</p>
<p>Before</p>
<div class="highlight-csharp notranslate"><div class="highlight"><pre><span></span><span class="kt">var</span> <span class="n">converted_uv</span> <span class="p">=</span> <span class="k">new</span> <span class="n">Vec2</span><span class="p">(</span><span class="n">uv</span><span class="p">.</span><span class="n">x</span><span class="p">,</span> <span class="p">-</span><span class="n">uv</span><span class="p">.</span><span class="n">y</span><span class="p">);</span> <span class="c1">// value becomes negative</span>
@@ -66,7 +124,7 @@ If you are using UniVRM to import VRM data, please update UniVRM to the latest v
</div>
<p>This change influences both import and export.</p>
<section id="current-status-in-v0-42">
<h3>Current status in v0.42:<a class="headerlink" href="#current-status-in-v0-42" title="Permalink to this headline"></a></h3>
<h3>Current status in v0.42:<a class="headerlink" href="#current-status-in-v0-42" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><p>The UV of imported VRM is correct.</p></li>
<li><p>V will become negative when loading the correct UV of VRM with the earlier versions.</p></li>
@@ -101,13 +159,13 @@ If you are using UniVRM to import VRM data, please update UniVRM to the latest v
</section>
</section>
<section id="tangents-bugs-fix">
<h2>Tangents Bugs Fix:<a class="headerlink" href="#tangents-bugs-fix" title="Permalink to this headline"></a></h2>
<h2>Tangents Bugs Fix:<a class="headerlink" href="#tangents-bugs-fix" title="Permalink to this headline"></a></h2>
<p>The method to call <a class="reference external" href="https://docs.unity3d.com/ScriptReference/Mesh.RecalculateTangents.html">Mesh.RecalculateTangents</a>
was inappropriate and it was not able to generate Tangents.
We have fixed this issue.
It influences the use of normal map.</p>
<section id="tangents-processing-modification">
<h3>Tangents processing modification:<a class="headerlink" href="#tangents-processing-modification" title="Permalink to this headline"></a></h3>
<h3>Tangents processing modification:<a class="headerlink" href="#tangents-processing-modification" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><p>Tangents can be calculated and generated from Normal and UV</p></li>
<li><p>The differences of coordinate axes between GLTF and Unity can be absorbed</p></li>
@@ -118,9 +176,9 @@ It influences the use of normal map.</p>
</section>
</section>
<section id="gltf-improvement">
<h2>GLTF Improvement:<a class="headerlink" href="#gltf-improvement" title="Permalink to this headline"></a></h2>
<h2>GLTF Improvement:<a class="headerlink" href="#gltf-improvement" title="Permalink to this headline"></a></h2>
<section id="bufferviews-bytestridewill-not-output">
<h3><code class="docutils literal notranslate"><span class="pre">/bufferViews/*/byteStride</span></code>will not output<a class="headerlink" href="#bufferviews-bytestridewill-not-output" title="Permalink to this headline"></a></h3>
<h3><code class="docutils literal notranslate"><span class="pre">/bufferViews/*/byteStride</span></code>will not output<a class="headerlink" href="#bufferviews-bytestridewill-not-output" title="Permalink to this headline"></a></h3>
<p>It seems necessary for outputting OpenGLs interleaved vbo format:</p>
<div class="highlight-csharp notranslate"><div class="highlight"><pre><span></span><span class="c1">// Example of interleaved format</span>
<span class="k">struct</span> <span class="nc">Vertex</span>
@@ -138,7 +196,7 @@ It influences the use of normal map.</p>
<p>Also, we found that ByteStride should not output to Index.</p>
</section>
<section id="gltf-material-support-improvement">
<h3>GLTF material support improvement:<a class="headerlink" href="#gltf-material-support-improvement" title="Permalink to this headline"></a></h3>
<h3>GLTF material support improvement:<a class="headerlink" href="#gltf-material-support-improvement" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><p><code class="docutils literal notranslate"><span class="pre">/materials/*/alphaMode</span></code></p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">/materials/*/doubleSided</span></code></p></li>
@@ -153,122 +211,65 @@ It influences the use of normal map.</p>
</section>
</section>
<section id="vrm-jsonshcema-release">
<h2>VRM JsonShcema Release:<a class="headerlink" href="#vrm-jsonshcema-release" title="Permalink to this headline"></a></h2>
<h2>VRM JsonShcema Release:<a class="headerlink" href="#vrm-jsonshcema-release" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li><p>https://github.com/dwango/UniVRM/tree/master/specification/0.0/schema</p></li>
</ul>
</section>
<section id="directory-structure-changes">
<h2>Directory Structure Changes:<a class="headerlink" href="#directory-structure-changes" title="Permalink to this headline"></a></h2>
<h2>Directory Structure Changes:<a class="headerlink" href="#directory-structure-changes" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li><p>VRM/UniHumanoid =&gt; VRM/UniGLTF/UniHumanoid</p></li>
<li><p>VRM/Scripts/DepthFirstScheduler(Former UniTask) =&gt; VRM/UniGLTF/DepthFirstScheduler</p></li>
</ul>
</section>
<section id="blendshape-asset">
<h2>BlendShape Asset:<a class="headerlink" href="#blendshape-asset" title="Permalink to this headline"></a></h2>
<h2>BlendShape Asset:<a class="headerlink" href="#blendshape-asset" title="Permalink to this headline"></a></h2>
<p>The asset for BlendShape now is independent (previously it is a sub-asset of Prefab)</p>
<ul class="simple">
<li><p>https://github.com/dwango/UniVRM/pull/26</p></li>
</ul>
</section>
<section id="blendshape-reference">
<h2>BlendShape Reference:<a class="headerlink" href="#blendshape-reference" title="Permalink to this headline"></a></h2>
<h2>BlendShape Reference:<a class="headerlink" href="#blendshape-reference" title="Permalink to this headline"></a></h2>
<p>The state of BlendShape before model normalization is now used as a reference. You can make BlendShape before normalization and Bake the state of BlendShape during normalization.</p>
</section>
<section id="unihumanoid-bvh-judgement-fix">
<h2>UniHumanoid BVH Judgement Fix:<a class="headerlink" href="#unihumanoid-bvh-judgement-fix" title="Permalink to this headline"></a></h2>
<h2>UniHumanoid BVH Judgement Fix:<a class="headerlink" href="#unihumanoid-bvh-judgement-fix" title="Permalink to this headline"></a></h2>
<p>We fixed BVH skeleton estimation.
Report errors here when it fails: https://github.com/ousttrue/UniHumanoid/issues</p>
</section>
</section>
<div class="clearer"></div>
</div>
</div>
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="v0.41.html" class="btn btn-neutral float-left" title="v0.41" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="v0.43.html" class="btn btn-neutral float-right" title="v0.43" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, VRM Consortium.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<ul>
<li><a href="../../../ja/release/055/v0.42.html">日本語</a></li>
</ul>
</section>
</div>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>
<h3><a href="../../index.html">Table of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">v0.42</a><ul>
<li><a class="reference internal" href="#important-information">※Important Information※</a></li>
<li><a class="reference internal" href="#uv-bugs-fix">UV Bugs Fix:</a><ul>
<li><a class="reference internal" href="#current-status-in-v0-42">Current status in v0.42:</a></li>
</ul>
</li>
<li><a class="reference internal" href="#tangents-bugs-fix">Tangents Bugs Fix:</a><ul>
<li><a class="reference internal" href="#tangents-processing-modification">Tangents processing modification:</a></li>
</ul>
</li>
<li><a class="reference internal" href="#gltf-improvement">GLTF Improvement:</a><ul>
<li><a class="reference internal" href="#bufferviews-bytestridewill-not-output"><code class="docutils literal notranslate"><span class="pre">/bufferViews/*/byteStride</span></code>will not output</a></li>
<li><a class="reference internal" href="#gltf-material-support-improvement">GLTF material support improvement:</a></li>
</ul>
</li>
<li><a class="reference internal" href="#vrm-jsonshcema-release">VRM JsonShcema Release:</a></li>
<li><a class="reference internal" href="#directory-structure-changes">Directory Structure Changes:</a></li>
<li><a class="reference internal" href="#blendshape-asset">BlendShape Asset:</a></li>
<li><a class="reference internal" href="#blendshape-reference">BlendShape Reference:</a></li>
<li><a class="reference internal" href="#unihumanoid-bvh-judgement-fix">UniHumanoid BVH Judgement Fix:</a></li>
</ul>
</li>
</ul>
<h4>Previous topic</h4>
<p class="topless"><a href="v0.43.html"
title="previous chapter">v0.43</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="v0.41.html"
title="next chapter">v0.41</a></p>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../../_sources/release/055/v0.42.md.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="../../search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Go" />
</form>
</div>
</div>
<script>$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../../genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="v0.41.html" title="v0.41"
>next</a> |</li>
<li class="right" >
<a href="v0.43.html" title="v0.43"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../../index.html">UniVRM Programming Document documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../index.html" >Release</a> &#187;</li>
<li class="nav-item nav-item-2"><a href="index.html" >v0.55: Unity-5.6(.NET-3.5)</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">v0.42</a></li>
</ul>
</div>
<div class="footer" role="contentinfo">
&#169; Copyright 2021, VRM Consortium.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 4.2.0.
</div>
</body>
</body>
</html>

View File

@@ -1,51 +1,109 @@
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<title>v0.43 &#8212; UniVRM Programming Document documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../../_static/nature.css" />
<script data-url_root="../../" id="documentation_options" src="../../_static/documentation_options.js"></script>
<script src="../../_static/jquery.js"></script>
<script src="../../_static/underscore.js"></script>
<script src="../../_static/doctools.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>v0.43 &mdash; UniVRM Programming Document documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
<script src="../../_static/js/html5shiv.min.js"></script>
<![endif]-->
<script data-url_root="../../" id="documentation_options" src="../../_static/documentation_options.js"></script>
<script src="../../_static/jquery.js"></script>
<script src="../../_static/underscore.js"></script>
<script src="../../_static/doctools.js"></script>
<script src="../../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
<link rel="next" title="v0.42" href="v0.42.html" />
<link rel="prev" title="v0.44: UniGLTF/UniUnlit 追加" href="v0.44.html" />
</head><body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="v0.42.html" title="v0.42"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="v0.44.html" title="v0.44: UniGLTF/UniUnlit 追加"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../../index.html">UniVRM Programming Document documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../index.html" >Release</a> &#187;</li>
<li class="nav-item nav-item-2"><a href="index.html" accesskey="U">v0.55: Unity-5.6(.NET-3.5)</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">v0.43</a></li>
</ul>
</div>
<link rel="next" title="v0.44: UniGLTF/UniUnlit 追加" href="v0.44.html" />
<link rel="prev" title="v0.42" href="v0.42.html" />
</head>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" >
<a href="../../index.html" class="icon icon-home"> UniVRM Programming Document
</a>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../../build.html">アプリケーションのビルド</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../implementation/index.html">実装メモ</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../gltf/index.html">glTF</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../vrm0/index.html">VRM</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../vrm1/index.html">VRM-1.0(β)</a></li>
<li class="toctree-l1 current"><a class="reference internal" href="../index.html">Release</a><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="../079/index.html">v0.79: Unity-2019.4</a></li>
<li class="toctree-l2"><a class="reference internal" href="../068/index.html">v0.68v0.78: Unity-2018.4 (pre release)</a></li>
<li class="toctree-l2"><a class="reference internal" href="../056/index.html">v0.56v0.67: Unity-2018.4</a></li>
<li class="toctree-l2 current"><a class="reference internal" href="index.html">v0.55: Unity-5.6(.NET-3.5)</a><ul class="current">
<li class="toctree-l3"><a class="reference internal" href="index.html#unitypackage">UnityPackage</a></li>
<li class="toctree-l3 current"><a class="reference internal" href="index.html#releases">Releases</a><ul class="current">
<li class="toctree-l4"><a class="reference internal" href="v0.40.html">v0.40</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.41.html">v0.41</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.42.html">v0.42</a></li>
<li class="toctree-l4 current"><a class="current reference internal" href="#">v0.43</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.44.html">v0.44: UniGLTF/UniUnlit 追加</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.45.html">v0.45</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.46.html">v0.46</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.47.html">v0.47</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.48.html">v0.48</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.49.html">v0.49</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.50.html">v0.50</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.51.0.html">v0.51.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.52.0.html">v0.52.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.53.0.html">v0.53.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.54.0.html">v0.54.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.55.0.html">v0.55.0</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="../../index.html">UniVRM Programming Document</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="Page navigation">
<ul class="wy-breadcrumbs">
<li><a href="../../index.html" class="icon icon-home"></a> &raquo;</li>
<li><a href="../index.html">Release</a> &raquo;</li>
<li><a href="index.html">v0.55: Unity-5.6(.NET-3.5)</a> &raquo;</li>
<li>v0.43</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/vrm-c/UniVRM/blob/master/docs/release/055/v0.43.md" class="fa fa-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<section class="tex2jax_ignore mathjax_ignore" id="v0-43">
<h1>v0.43<a class="headerlink" href="#v0-43" title="Permalink to this headline"></a></h1>
<h1>v0.43<a class="headerlink" href="#v0-43" title="Permalink to this headline"></a></h1>
<section id="important-information">
<h2>※Important Information※<a class="headerlink" href="#important-information" title="Permalink to this headline"></a></h2>
<h2>※Important Information※<a class="headerlink" href="#important-information" title="Permalink to this headline"></a></h2>
<p>The errors in VRM output from earlier versions (UniVRM 0.41 and before) have been fixed since v0.42. However, this fix comes along with the following impact:</p>
<ul class="simple">
<li><p>The exported VRM data in v0.42 or later cannot be imported correctly in the earlier versions</p></li>
@@ -54,7 +112,7 @@
If you are using UniVRM to import VRM data, please update UniVRM to the latest version as soon as you can.</p>
</section>
<section id="blendshape-object-bug-fix">
<h2>BlendShape Object Bug Fix:<a class="headerlink" href="#blendshape-object-bug-fix" title="Permalink to this headline"></a></h2>
<h2>BlendShape Object Bug Fix:<a class="headerlink" href="#blendshape-object-bug-fix" title="Permalink to this headline"></a></h2>
<p>In v0.42, BlendShape.Clips will not be saved if you try to save clips in the following order:</p>
<ul class="simple">
<li><p>Import VRM</p></li>
@@ -69,7 +127,7 @@ If you are using UniVRM to import VRM data, please update UniVRM to the latest v
<p>This issue has been fixed in v0.43.</p>
</section>
<section id="how-to-restore-empty-blendshape-resulted-by-v0-42">
<h2>How to restore empty BlendShape resulted by v0.42:<a class="headerlink" href="#how-to-restore-empty-blendshape-resulted-by-v0-42" title="Permalink to this headline"></a></h2>
<h2>How to restore empty BlendShape resulted by v0.42:<a class="headerlink" href="#how-to-restore-empty-blendshape-resulted-by-v0-42" title="Permalink to this headline"></a></h2>
<p>Either way described below can restore BlendShape clips once UniVRM is updated to v0.43.</p>
<ol class="simple">
<li><p>Right click VRM file and select Reimport.</p></li>
@@ -83,7 +141,7 @@ If you are using UniVRM to import VRM data, please update UniVRM to the latest v
The BlendShape clips set before will be back (the BlendShape clips in the same folder).</p>
</section>
<section id="other-fixes">
<h2>Other Fixes:<a class="headerlink" href="#other-fixes" title="Permalink to this headline"></a></h2>
<h2>Other Fixes:<a class="headerlink" href="#other-fixes" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li><p>Normal map conversion fix at runtime loading: https://github.com/ousttrue/UniGLTF/issues/21</p></li>
<li><p>Added the argument: VRMSpringBone.Setup(force)https://github.com/dwango/UniVRM/commit/b99e7cb9a47de77280eece57d6ed5e7718e848db</p></li>
@@ -92,76 +150,34 @@ The BlendShape clips set before will be back (the BlendShape clips in the same f
</section>
<div class="clearer"></div>
</div>
</div>
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="v0.42.html" class="btn btn-neutral float-left" title="v0.42" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="v0.44.html" class="btn btn-neutral float-right" title="v0.44: UniGLTF/UniUnlit 追加" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, VRM Consortium.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<ul>
<li><a href="../../../ja/release/055/v0.43.html">日本語</a></li>
</ul>
</section>
</div>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>
<h3><a href="../../index.html">Table of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">v0.43</a><ul>
<li><a class="reference internal" href="#important-information">※Important Information※</a></li>
<li><a class="reference internal" href="#blendshape-object-bug-fix">BlendShape Object Bug Fix:</a></li>
<li><a class="reference internal" href="#how-to-restore-empty-blendshape-resulted-by-v0-42">How to restore empty BlendShape resulted by v0.42:</a></li>
<li><a class="reference internal" href="#other-fixes">Other Fixes:</a></li>
</ul>
</li>
</ul>
<h4>Previous topic</h4>
<p class="topless"><a href="v0.44.html"
title="previous chapter">v0.44: UniGLTF/UniUnlit 追加</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="v0.42.html"
title="next chapter">v0.42</a></p>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../../_sources/release/055/v0.43.md.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="../../search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Go" />
</form>
</div>
</div>
<script>$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../../genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="v0.42.html" title="v0.42"
>next</a> |</li>
<li class="right" >
<a href="v0.44.html" title="v0.44: UniGLTF/UniUnlit 追加"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../../index.html">UniVRM Programming Document documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../index.html" >Release</a> &#187;</li>
<li class="nav-item nav-item-2"><a href="index.html" >v0.55: Unity-5.6(.NET-3.5)</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">v0.43</a></li>
</ul>
</div>
<div class="footer" role="contentinfo">
&#169; Copyright 2021, VRM Consortium.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 4.2.0.
</div>
</body>
</body>
</html>

View File

@@ -1,54 +1,112 @@
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<title>v0.44: UniGLTF/UniUnlit 追加 &#8212; UniVRM Programming Document documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../../_static/nature.css" />
<script data-url_root="../../" id="documentation_options" src="../../_static/documentation_options.js"></script>
<script src="../../_static/jquery.js"></script>
<script src="../../_static/underscore.js"></script>
<script src="../../_static/doctools.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>v0.44: UniGLTF/UniUnlit 追加 &mdash; UniVRM Programming Document documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
<script src="../../_static/js/html5shiv.min.js"></script>
<![endif]-->
<script data-url_root="../../" id="documentation_options" src="../../_static/documentation_options.js"></script>
<script src="../../_static/jquery.js"></script>
<script src="../../_static/underscore.js"></script>
<script src="../../_static/doctools.js"></script>
<script src="../../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
<link rel="next" title="v0.43" href="v0.43.html" />
<link rel="prev" title="v0.45" href="v0.45.html" />
</head><body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="v0.43.html" title="v0.43"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="v0.45.html" title="v0.45"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../../index.html">UniVRM Programming Document documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../index.html" >Release</a> &#187;</li>
<li class="nav-item nav-item-2"><a href="index.html" accesskey="U">v0.55: Unity-5.6(.NET-3.5)</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">v0.44: UniGLTF/UniUnlit 追加</a></li>
</ul>
</div>
<link rel="next" title="v0.45" href="v0.45.html" />
<link rel="prev" title="v0.43" href="v0.43.html" />
</head>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" >
<a href="../../index.html" class="icon icon-home"> UniVRM Programming Document
</a>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../../build.html">アプリケーションのビルド</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../implementation/index.html">実装メモ</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../gltf/index.html">glTF</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../vrm0/index.html">VRM</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../vrm1/index.html">VRM-1.0(β)</a></li>
<li class="toctree-l1 current"><a class="reference internal" href="../index.html">Release</a><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="../079/index.html">v0.79: Unity-2019.4</a></li>
<li class="toctree-l2"><a class="reference internal" href="../068/index.html">v0.68v0.78: Unity-2018.4 (pre release)</a></li>
<li class="toctree-l2"><a class="reference internal" href="../056/index.html">v0.56v0.67: Unity-2018.4</a></li>
<li class="toctree-l2 current"><a class="reference internal" href="index.html">v0.55: Unity-5.6(.NET-3.5)</a><ul class="current">
<li class="toctree-l3"><a class="reference internal" href="index.html#unitypackage">UnityPackage</a></li>
<li class="toctree-l3 current"><a class="reference internal" href="index.html#releases">Releases</a><ul class="current">
<li class="toctree-l4"><a class="reference internal" href="v0.40.html">v0.40</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.41.html">v0.41</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.42.html">v0.42</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.43.html">v0.43</a></li>
<li class="toctree-l4 current"><a class="current reference internal" href="#">v0.44: UniGLTF/UniUnlit 追加</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.45.html">v0.45</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.46.html">v0.46</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.47.html">v0.47</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.48.html">v0.48</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.49.html">v0.49</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.50.html">v0.50</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.51.0.html">v0.51.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.52.0.html">v0.52.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.53.0.html">v0.53.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.54.0.html">v0.54.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.55.0.html">v0.55.0</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="../../index.html">UniVRM Programming Document</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="Page navigation">
<ul class="wy-breadcrumbs">
<li><a href="../../index.html" class="icon icon-home"></a> &raquo;</li>
<li><a href="../index.html">Release</a> &raquo;</li>
<li><a href="index.html">v0.55: Unity-5.6(.NET-3.5)</a> &raquo;</li>
<li>v0.44: UniGLTF/UniUnlit 追加</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/vrm-c/UniVRM/blob/master/docs/release/055/v0.44.md" class="fa fa-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<section class="tex2jax_ignore mathjax_ignore" id="v0-44-unigltf-uniunlit">
<h1>v0.44: UniGLTF/UniUnlit 追加<a class="headerlink" href="#v0-44-unigltf-uniunlit" title="Permalink to this headline"></a></h1>
<h1>v0.44: UniGLTF/UniUnlit 追加<a class="headerlink" href="#v0-44-unigltf-uniunlit" title="Permalink to this headline"></a></h1>
<p><code class="docutils literal notranslate"><span class="pre">67a6</span></code> https://github.com/dwango/UniVRM/releases/tag/v0.44</p>
<section id="id1">
<h2>※大切なお知らせ※<a class="headerlink" href="#id1" title="Permalink to this headline"></a></h2>
<h2>※大切なお知らせ※<a class="headerlink" href="#id1" title="Permalink to this headline"></a></h2>
<section id="import">
<h3>新シェーダーを0.43以前のバージョンでImportしたとき<a class="headerlink" href="#import" title="Permalink to this headline"></a></h3>
<h3>新シェーダーを0.43以前のバージョンでImportしたとき<a class="headerlink" href="#import" title="Permalink to this headline"></a></h3>
<p>0.44で新シェーダーUniGLTF/Unlit を追加しました。</p>
<p>【UniGLTF/Unlit】
既存のUnlit系シェーダではできなかった、</p>
@@ -64,7 +122,7 @@
</ul>
</section>
<section id="id2">
<h3>法線マップの入出力について<a class="headerlink" href="#id2" title="Permalink to this headline"></a></h3>
<h3>法線マップの入出力について<a class="headerlink" href="#id2" title="Permalink to this headline"></a></h3>
<p>0.44から正しくエクスポートし、正しくインポートできるようになりました。<br>
そのため、法線モデルを含んだモデルは、0.44以降でエクスポートし、<br>
0.44以降のアプリケーションでロードしなければ正しく表示されません。<br>
@@ -72,7 +130,7 @@
</section>
</section>
<section id="gltf-uniunlit">
<h2>[GLTF]UniUnlitの導入<a class="headerlink" href="#gltf-uniunlit" title="Permalink to this headline"></a></h2>
<h2>[GLTF]UniUnlitの導入<a class="headerlink" href="#gltf-uniunlit" title="Permalink to this headline"></a></h2>
<p>新規に <code class="docutils literal notranslate"><span class="pre">UniGLTF/Unlit</span></code> を導入しました。<br>
既存のUnlit系シェーダーでできなかった、<br></p>
<ul class="simple">
@@ -84,14 +142,14 @@
<p>を設定できます。</p>
</section>
<section id="vrm-unlitstandardvrm">
<h2>[VRM] UnlitとStandardマテリアルに関しては、VRM部に重複した情報を保存しない仕様変更<a class="headerlink" href="#vrm-unlitstandardvrm" title="Permalink to this headline"></a></h2>
<h2>[VRM] UnlitとStandardマテリアルに関しては、VRM部に重複した情報を保存しない仕様変更<a class="headerlink" href="#vrm-unlitstandardvrm" title="Permalink to this headline"></a></h2>
<p>0.43以前では、<code class="docutils literal notranslate"><span class="pre">/materials</span></code><code class="docutils literal notranslate"><span class="pre">/extensions/VRM/materialProperties</span></code> に2重に情報を保存していました。
0.44から、~~GLTFで記述可能な~~GLTFとだいたい互換できる <code class="docutils literal notranslate"><span class="pre">Unlit</span></code><code class="docutils literal notranslate"><span class="pre">Standard</span></code><code class="docutils literal notranslate"><span class="pre">/materials</span></code> に一本化することにしました。</p>
<p>GLTFで表現できないマテリアル情報は、</p>
<p><code class="docutils literal notranslate"><span class="pre">VRM/MToon</span></code><code class="docutils literal notranslate"><span class="pre">VRM/UnlitTransparentZWrite</span></code> です。</p>
</section>
<section id="vrm-disablegameobject">
<h2>[VRM]正規化する時にDisableのGameObjectがあると失敗する場合があるのを修正<a class="headerlink" href="#vrm-disablegameobject" title="Permalink to this headline"></a></h2>
<h2>[VRM]正規化する時にDisableのGameObjectがあると失敗する場合があるのを修正<a class="headerlink" href="#vrm-disablegameobject" title="Permalink to this headline"></a></h2>
<p>HumanBoneに割り当てられていてDisableなど、一定の条件で失敗するのを修正しました。</p>
<ul class="simple">
<li><p>https://github.com/dwango/UniVRM/issues/36</p></li>
@@ -99,7 +157,7 @@
</ul>
</section>
<section id="gltf-normalmap">
<h2>[GLTF]NormalMap等のマテリアル対応関連<a class="headerlink" href="#gltf-normalmap" title="Permalink to this headline"></a></h2>
<h2>[GLTF]NormalMap等のマテリアル対応関連<a class="headerlink" href="#gltf-normalmap" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li><p>https://github.com/dwango/UniVRM/issues/17</p></li>
<li><p>https://github.com/dwango/UniVRM/issues/46</p></li>
@@ -108,13 +166,13 @@
<li><p>https://github.com/dwango/UniVRM/issues/36</p></li>
</ul>
<section id="normalmap-asset-import">
<h3>NormalMap asset import<a class="headerlink" href="#normalmap-asset-import" title="Permalink to this headline"></a></h3>
<h3>NormalMap asset import<a class="headerlink" href="#normalmap-asset-import" title="Permalink to this headline"></a></h3>
<div class="highlight-csharp notranslate"><div class="highlight"><pre><span></span><span class="n">textureImporter</span><span class="p">.</span><span class="n">textureType</span> <span class="p">=</span> <span class="n">TextureImporterType</span><span class="p">.</span><span class="n">NormalMap</span><span class="p">;</span>
</pre></div>
</div>
</section>
<section id="normalmap-runtime-import">
<h3>NormalMap runtime import<a class="headerlink" href="#normalmap-runtime-import" title="Permalink to this headline"></a></h3>
<h3>NormalMap runtime import<a class="headerlink" href="#normalmap-runtime-import" title="Permalink to this headline"></a></h3>
<p>pack</p>
<div class="highlight-hlsl notranslate"><div class="highlight"><pre><span></span><span class="n">fixed4</span> <span class="n">frag</span><span class="p">(</span><span class="n">v2f</span> <span class="n">i</span><span class="p">)</span> <span class="o">:</span> <span class="nd">SV_Target</span>
<span class="p">{</span>
@@ -131,7 +189,7 @@
</div>
</section>
<section id="normalmap-export">
<h3>NormalMap export<a class="headerlink" href="#normalmap-export" title="Permalink to this headline"></a></h3>
<h3>NormalMap export<a class="headerlink" href="#normalmap-export" title="Permalink to this headline"></a></h3>
<p>unpack</p>
<ul class="simple">
<li><p>https://github.com/ousttrue/UniGLTF/issues/29</p></li>
@@ -139,39 +197,39 @@
</section>
</section>
<section id="gltf-animation">
<h2>[GLTF]Animation関連<a class="headerlink" href="#gltf-animation" title="Permalink to this headline"></a></h2>
<h2>[GLTF]Animation関連<a class="headerlink" href="#gltf-animation" title="Permalink to this headline"></a></h2>
<p>GLTFのアニメーション対応を更新しました。</p>
<section id="id3">
<h3>import<a class="headerlink" href="#id3" title="Permalink to this headline"></a></h3>
<h3>import<a class="headerlink" href="#id3" title="Permalink to this headline"></a></h3>
<p>Unityのlegacy AnimationClipとしてロードできます。
GameObjectに対する、 <code class="docutils literal notranslate"><span class="pre">localPosition</span></code>, <code class="docutils literal notranslate"><span class="pre">localRotation</span></code>, <code class="docutils literal notranslate"><span class="pre">localScale</span></code> とBlendShapeのキーフレームに対応しています。</p>
</section>
<section id="editor-export">
<h3>editor export<a class="headerlink" href="#editor-export" title="Permalink to this headline"></a></h3>
<h3>editor export<a class="headerlink" href="#editor-export" title="Permalink to this headline"></a></h3>
<p>エクスポート対象のルートにアタッチされた <code class="docutils literal notranslate"><span class="pre">Animation</span></code> または <code class="docutils literal notranslate"><span class="pre">Animator</span></code> のヒューマノイドではない <code class="docutils literal notranslate"><span class="pre">AnimationClip</span></code>(legacy or generic) の、<code class="docutils literal notranslate"><span class="pre">localPosition</span></code>, <code class="docutils literal notranslate"><span class="pre">localRotation</span></code>, <code class="docutils literal notranslate"><span class="pre">localScale</span></code>
を出力できます。BlendShapeは未対応です。</p>
</section>
</section>
<section id="mtoon">
<h2>[MToon]更新<a class="headerlink" href="#mtoon" title="Permalink to this headline"></a></h2>
<h2>[MToon]更新<a class="headerlink" href="#mtoon" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li><p>https://github.com/Santarh/MToon/releases/tag/v1.5</p></li>
</ul>
</section>
<section id="gltf-importer">
<h2>[GLTF]Importerインタフェース整理<a class="headerlink" href="#gltf-importer" title="Permalink to this headline"></a></h2>
<h2>[GLTF]Importerインタフェース整理<a class="headerlink" href="#gltf-importer" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li><p>https://github.com/dwango/UniVRM/wiki/Runtime-import</p></li>
</ul>
</section>
<section id="vrm-automeshrenderer">
<h2>[VRM] Auto指定のMeshRendererが一人称視点で非表示になるのを修正<a class="headerlink" href="#vrm-automeshrenderer" title="Permalink to this headline"></a></h2>
<h2>[VRM] Auto指定のMeshRendererが一人称視点で非表示になるのを修正<a class="headerlink" href="#vrm-automeshrenderer" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li><p>https://github.com/dwango/UniVRM/commit/b7ab741b16c9037b12defc6a34c885953635bd7c</p></li>
</ul>
</section>
<section id="gltf-glb">
<h2>[GLTF]GLBエクスポーター<a class="headerlink" href="#gltf-glb" title="Permalink to this headline"></a></h2>
<h2>[GLTF]GLBエクスポーター<a class="headerlink" href="#gltf-glb" title="Permalink to this headline"></a></h2>
<p>GLBエクスポーターが動作するようになりました。</p>
<ul class="simple">
<li><p><a class="reference external" href="https://github.com/dwango/UniVRM/wiki/glb%E3%83%95%E3%82%A1%E3%82%A4%E3%83%AB%E3%81%AE%E4%BD%9C%E3%82%8A%E6%96%B9">glbファイルの作り方</a></p></li>
@@ -180,95 +238,34 @@ GameObjectに対する、 <code class="docutils literal notranslate"><span class
</section>
<div class="clearer"></div>
</div>
</div>
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="v0.43.html" class="btn btn-neutral float-left" title="v0.43" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="v0.45.html" class="btn btn-neutral float-right" title="v0.45" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, VRM Consortium.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<ul>
<li><a href="../../../ja/release/055/v0.44.html">日本語</a></li>
</ul>
</section>
</div>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>
<h3><a href="../../index.html">Table of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">v0.44: UniGLTF/UniUnlit 追加</a><ul>
<li><a class="reference internal" href="#id1">※大切なお知らせ※</a><ul>
<li><a class="reference internal" href="#import">新シェーダーを0.43以前のバージョンでImportしたとき</a></li>
<li><a class="reference internal" href="#id2">法線マップの入出力について</a></li>
</ul>
</li>
<li><a class="reference internal" href="#gltf-uniunlit">[GLTF]UniUnlitの導入</a></li>
<li><a class="reference internal" href="#vrm-unlitstandardvrm">[VRM] UnlitとStandardマテリアルに関しては、VRM部に重複した情報を保存しない仕様変更</a></li>
<li><a class="reference internal" href="#vrm-disablegameobject">[VRM]正規化する時にDisableのGameObjectがあると失敗する場合があるのを修正</a></li>
<li><a class="reference internal" href="#gltf-normalmap">[GLTF]NormalMap等のマテリアル対応関連</a><ul>
<li><a class="reference internal" href="#normalmap-asset-import">NormalMap asset import</a></li>
<li><a class="reference internal" href="#normalmap-runtime-import">NormalMap runtime import</a></li>
<li><a class="reference internal" href="#normalmap-export">NormalMap export</a></li>
</ul>
</li>
<li><a class="reference internal" href="#gltf-animation">[GLTF]Animation関連</a><ul>
<li><a class="reference internal" href="#id3">import</a></li>
<li><a class="reference internal" href="#editor-export">editor export</a></li>
</ul>
</li>
<li><a class="reference internal" href="#mtoon">[MToon]更新</a></li>
<li><a class="reference internal" href="#gltf-importer">[GLTF]Importerインタフェース整理</a></li>
<li><a class="reference internal" href="#vrm-automeshrenderer">[VRM] Auto指定のMeshRendererが一人称視点で非表示になるのを修正</a></li>
<li><a class="reference internal" href="#gltf-glb">[GLTF]GLBエクスポーター</a></li>
</ul>
</li>
</ul>
<h4>Previous topic</h4>
<p class="topless"><a href="v0.45.html"
title="previous chapter">v0.45</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="v0.43.html"
title="next chapter">v0.43</a></p>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../../_sources/release/055/v0.44.md.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="../../search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Go" />
</form>
</div>
</div>
<script>$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../../genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="v0.43.html" title="v0.43"
>next</a> |</li>
<li class="right" >
<a href="v0.45.html" title="v0.45"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../../index.html">UniVRM Programming Document documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../index.html" >Release</a> &#187;</li>
<li class="nav-item nav-item-2"><a href="index.html" >v0.55: Unity-5.6(.NET-3.5)</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">v0.44: UniGLTF/UniUnlit 追加</a></li>
</ul>
</div>
<div class="footer" role="contentinfo">
&#169; Copyright 2021, VRM Consortium.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 4.2.0.
</div>
</body>
</body>
</html>

View File

@@ -1,52 +1,110 @@
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<title>v0.45 &#8212; UniVRM Programming Document documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../../_static/nature.css" />
<script data-url_root="../../" id="documentation_options" src="../../_static/documentation_options.js"></script>
<script src="../../_static/jquery.js"></script>
<script src="../../_static/underscore.js"></script>
<script src="../../_static/doctools.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>v0.45 &mdash; UniVRM Programming Document documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
<script src="../../_static/js/html5shiv.min.js"></script>
<![endif]-->
<script data-url_root="../../" id="documentation_options" src="../../_static/documentation_options.js"></script>
<script src="../../_static/jquery.js"></script>
<script src="../../_static/underscore.js"></script>
<script src="../../_static/doctools.js"></script>
<script src="../../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
<link rel="next" title="v0.44: UniGLTF/UniUnlit 追加" href="v0.44.html" />
<link rel="prev" title="v0.46" href="v0.46.html" />
</head><body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="v0.44.html" title="v0.44: UniGLTF/UniUnlit 追加"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="v0.46.html" title="v0.46"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../../index.html">UniVRM Programming Document documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../index.html" >Release</a> &#187;</li>
<li class="nav-item nav-item-2"><a href="index.html" accesskey="U">v0.55: Unity-5.6(.NET-3.5)</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">v0.45</a></li>
</ul>
</div>
<link rel="next" title="v0.46" href="v0.46.html" />
<link rel="prev" title="v0.44: UniGLTF/UniUnlit 追加" href="v0.44.html" />
</head>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" >
<a href="../../index.html" class="icon icon-home"> UniVRM Programming Document
</a>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../../build.html">アプリケーションのビルド</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../implementation/index.html">実装メモ</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../gltf/index.html">glTF</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../vrm0/index.html">VRM</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../vrm1/index.html">VRM-1.0(β)</a></li>
<li class="toctree-l1 current"><a class="reference internal" href="../index.html">Release</a><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="../079/index.html">v0.79: Unity-2019.4</a></li>
<li class="toctree-l2"><a class="reference internal" href="../068/index.html">v0.68v0.78: Unity-2018.4 (pre release)</a></li>
<li class="toctree-l2"><a class="reference internal" href="../056/index.html">v0.56v0.67: Unity-2018.4</a></li>
<li class="toctree-l2 current"><a class="reference internal" href="index.html">v0.55: Unity-5.6(.NET-3.5)</a><ul class="current">
<li class="toctree-l3"><a class="reference internal" href="index.html#unitypackage">UnityPackage</a></li>
<li class="toctree-l3 current"><a class="reference internal" href="index.html#releases">Releases</a><ul class="current">
<li class="toctree-l4"><a class="reference internal" href="v0.40.html">v0.40</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.41.html">v0.41</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.42.html">v0.42</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.43.html">v0.43</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.44.html">v0.44: UniGLTF/UniUnlit 追加</a></li>
<li class="toctree-l4 current"><a class="current reference internal" href="#">v0.45</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.46.html">v0.46</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.47.html">v0.47</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.48.html">v0.48</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.49.html">v0.49</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.50.html">v0.50</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.51.0.html">v0.51.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.52.0.html">v0.52.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.53.0.html">v0.53.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.54.0.html">v0.54.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.55.0.html">v0.55.0</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="../../index.html">UniVRM Programming Document</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="Page navigation">
<ul class="wy-breadcrumbs">
<li><a href="../../index.html" class="icon icon-home"></a> &raquo;</li>
<li><a href="../index.html">Release</a> &raquo;</li>
<li><a href="index.html">v0.55: Unity-5.6(.NET-3.5)</a> &raquo;</li>
<li>v0.45</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/vrm-c/UniVRM/blob/master/docs/release/055/v0.45.md" class="fa fa-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<section class="tex2jax_ignore mathjax_ignore" id="v0-45">
<h1>v0.45<a class="headerlink" href="#v0-45" title="Permalink to this headline"></a></h1>
<h1>v0.45<a class="headerlink" href="#v0-45" title="Permalink to this headline"></a></h1>
<p><code class="docutils literal notranslate"><span class="pre">0c49</span></code> https://github.com/dwango/UniVRM/releases/tag/v0.45</p>
<section id="id1">
<h2>バグ修正<a class="headerlink" href="#id1" title="Permalink to this headline"></a></h2>
<h2>バグ修正<a class="headerlink" href="#id1" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li><p>法線マップ、MettalicRoughnessなどのテクスチャが無変換でエクスポートされる(最後のマテリアル以外変換・コピー前をエクスポートするバグ)</p></li>
<li><p>sRGBWriteの指定が不足している場合があるのを修正(sRGBをlinearとして出力していまい、テクスチャの色が濃く変わってしまう。プロジェクトのカラースペースがlinear設定になっているなどが条件と思われる</p></li>
@@ -54,13 +112,13 @@
</ul>
</section>
<section id="api">
<h2>APIの変更(追記)<a class="headerlink" href="#api" title="Permalink to this headline"></a></h2>
<h2>APIの変更(追記)<a class="headerlink" href="#api" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li><p>ToDo: publicの変更を明記する</p></li>
<li><p>ToDo: 内部用の関数にそれと分かる名前を付ける</p></li>
</ul>
<section id="vrmblendshapeproxy-clear">
<h3>VRMBlendShapeProxy.Clearの削除<a class="headerlink" href="#vrmblendshapeproxy-clear" title="Permalink to this headline"></a></h3>
<h3>VRMBlendShapeProxy.Clearの削除<a class="headerlink" href="#vrmblendshapeproxy-clear" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><p>名前通りの機能で無くApplyとほぼ同じ効果</p></li>
<li><p>古いカスタムエディタで使っていた?</p></li>
@@ -68,7 +126,7 @@
</section>
</section>
<section id="id2">
<h2>更新<a class="headerlink" href="#id2" title="Permalink to this headline"></a></h2>
<h2>更新<a class="headerlink" href="#id2" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li><p><a class="reference external" href="https://github.com/Santarh/MToon/releases">Mtoon-1.7</a></p></li>
<li><p>GlbアニメーションのBlendShapeキーフレームのエクスポート</p></li>
@@ -102,78 +160,34 @@
</section>
<div class="clearer"></div>
</div>
</div>
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="v0.44.html" class="btn btn-neutral float-left" title="v0.44: UniGLTF/UniUnlit 追加" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="v0.46.html" class="btn btn-neutral float-right" title="v0.46" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, VRM Consortium.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<ul>
<li><a href="../../../ja/release/055/v0.45.html">日本語</a></li>
</ul>
</section>
</div>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>
<h3><a href="../../index.html">Table of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">v0.45</a><ul>
<li><a class="reference internal" href="#id1">バグ修正</a></li>
<li><a class="reference internal" href="#api">APIの変更(追記)</a><ul>
<li><a class="reference internal" href="#vrmblendshapeproxy-clear">VRMBlendShapeProxy.Clearの削除</a></li>
</ul>
</li>
<li><a class="reference internal" href="#id2">更新</a></li>
</ul>
</li>
</ul>
<h4>Previous topic</h4>
<p class="topless"><a href="v0.46.html"
title="previous chapter">v0.46</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="v0.44.html"
title="next chapter">v0.44: UniGLTF/UniUnlit 追加</a></p>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../../_sources/release/055/v0.45.md.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="../../search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Go" />
</form>
</div>
</div>
<script>$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../../genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="v0.44.html" title="v0.44: UniGLTF/UniUnlit 追加"
>next</a> |</li>
<li class="right" >
<a href="v0.46.html" title="v0.46"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../../index.html">UniVRM Programming Document documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../index.html" >Release</a> &#187;</li>
<li class="nav-item nav-item-2"><a href="index.html" >v0.55: Unity-5.6(.NET-3.5)</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">v0.45</a></li>
</ul>
</div>
<div class="footer" role="contentinfo">
&#169; Copyright 2021, VRM Consortium.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 4.2.0.
</div>
</body>
</body>
</html>

View File

@@ -1,90 +1,148 @@
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<title>v0.46 &#8212; UniVRM Programming Document documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../../_static/nature.css" />
<script data-url_root="../../" id="documentation_options" src="../../_static/documentation_options.js"></script>
<script src="../../_static/jquery.js"></script>
<script src="../../_static/underscore.js"></script>
<script src="../../_static/doctools.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>v0.46 &mdash; UniVRM Programming Document documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
<script src="../../_static/js/html5shiv.min.js"></script>
<![endif]-->
<script data-url_root="../../" id="documentation_options" src="../../_static/documentation_options.js"></script>
<script src="../../_static/jquery.js"></script>
<script src="../../_static/underscore.js"></script>
<script src="../../_static/doctools.js"></script>
<script src="../../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
<link rel="next" title="v0.45" href="v0.45.html" />
<link rel="prev" title="v0.47" href="v0.47.html" />
</head><body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="v0.45.html" title="v0.45"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="v0.47.html" title="v0.47"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../../index.html">UniVRM Programming Document documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../index.html" >Release</a> &#187;</li>
<li class="nav-item nav-item-2"><a href="index.html" accesskey="U">v0.55: Unity-5.6(.NET-3.5)</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">v0.46</a></li>
</ul>
</div>
<link rel="next" title="v0.47" href="v0.47.html" />
<link rel="prev" title="v0.45" href="v0.45.html" />
</head>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" >
<a href="../../index.html" class="icon icon-home"> UniVRM Programming Document
</a>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../../build.html">アプリケーションのビルド</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../implementation/index.html">実装メモ</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../gltf/index.html">glTF</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../vrm0/index.html">VRM</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../vrm1/index.html">VRM-1.0(β)</a></li>
<li class="toctree-l1 current"><a class="reference internal" href="../index.html">Release</a><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="../079/index.html">v0.79: Unity-2019.4</a></li>
<li class="toctree-l2"><a class="reference internal" href="../068/index.html">v0.68v0.78: Unity-2018.4 (pre release)</a></li>
<li class="toctree-l2"><a class="reference internal" href="../056/index.html">v0.56v0.67: Unity-2018.4</a></li>
<li class="toctree-l2 current"><a class="reference internal" href="index.html">v0.55: Unity-5.6(.NET-3.5)</a><ul class="current">
<li class="toctree-l3"><a class="reference internal" href="index.html#unitypackage">UnityPackage</a></li>
<li class="toctree-l3 current"><a class="reference internal" href="index.html#releases">Releases</a><ul class="current">
<li class="toctree-l4"><a class="reference internal" href="v0.40.html">v0.40</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.41.html">v0.41</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.42.html">v0.42</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.43.html">v0.43</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.44.html">v0.44: UniGLTF/UniUnlit 追加</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.45.html">v0.45</a></li>
<li class="toctree-l4 current"><a class="current reference internal" href="#">v0.46</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.47.html">v0.47</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.48.html">v0.48</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.49.html">v0.49</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.50.html">v0.50</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.51.0.html">v0.51.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.52.0.html">v0.52.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.53.0.html">v0.53.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.54.0.html">v0.54.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.55.0.html">v0.55.0</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="../../index.html">UniVRM Programming Document</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="Page navigation">
<ul class="wy-breadcrumbs">
<li><a href="../../index.html" class="icon icon-home"></a> &raquo;</li>
<li><a href="../index.html">Release</a> &raquo;</li>
<li><a href="index.html">v0.55: Unity-5.6(.NET-3.5)</a> &raquo;</li>
<li>v0.46</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/vrm-c/UniVRM/blob/master/docs/release/055/v0.46.md" class="fa fa-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<section class="tex2jax_ignore mathjax_ignore" id="v0-46">
<h1>v0.46<a class="headerlink" href="#v0-46" title="Permalink to this headline"></a></h1>
<h1>v0.46<a class="headerlink" href="#v0-46" title="Permalink to this headline"></a></h1>
<section id="commit">
<h2>commit<a class="headerlink" href="#commit" title="Permalink to this headline"></a></h2>
<h2>commit<a class="headerlink" href="#commit" title="Permalink to this headline"></a></h2>
<p><code class="docutils literal notranslate"><span class="pre">ce8c</span></code></p>
</section>
<section id="id1">
<h2>バグ修正<a class="headerlink" href="#id1" title="Permalink to this headline"></a></h2>
<h2>バグ修正<a class="headerlink" href="#id1" title="Permalink to this headline"></a></h2>
<section id="importercontext-destroy">
<h3>ImporterContext.Destroyの修正<a class="headerlink" href="#importercontext-destroy" title="Permalink to this headline"></a></h3>
<h3>ImporterContext.Destroyの修正<a class="headerlink" href="#importercontext-destroy" title="Permalink to this headline"></a></h3>
<p>Runtimeのリソース破棄に使えるように仕様変更しました。
詳細は、<code class="docutils literal notranslate"><span class="pre">APIの変更</span></code> - <code class="docutils literal notranslate"><span class="pre">ImporterContext.Destroy</span></code> を参照。</p>
</section>
<section id="blendshapeproxy">
<h3>BlendShapeProxyでマテリアルのクリア挙動を修正しました<a class="headerlink" href="#blendshapeproxy" title="Permalink to this headline"></a></h3>
<h3>BlendShapeProxyでマテリアルのクリア挙動を修正しました<a class="headerlink" href="#blendshapeproxy" title="Permalink to this headline"></a></h3>
<p>毎フレームマテリアルの基準値にクリアしていたので、変化していないときにセットするのをやめると元に戻ってしまう。</p>
<ul class="simple">
<li><p>https://github.com/dwango/UniVRM/issues/72</p></li>
</ul>
</section>
<section id="thumbnail">
<h3>thumbnail設定の復旧<a class="headerlink" href="#thumbnail" title="Permalink to this headline"></a></h3>
<h3>thumbnail設定の復旧<a class="headerlink" href="#thumbnail" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><p>https://github.com/dwango/UniVRM/issues/62</p></li>
</ul>
</section>
</section>
<section id="importer">
<h2>Importer<a class="headerlink" href="#importer" title="Permalink to this headline"></a></h2>
<h2>Importer<a class="headerlink" href="#importer" title="Permalink to this headline"></a></h2>
<section id="floatnaninf">
<h3>float値にNan、Infがあったときにパース出来るようにした<a class="headerlink" href="#floatnaninf" title="Permalink to this headline"></a></h3>
<h3>float値にNan、Infがあったときにパース出来るようにした<a class="headerlink" href="#floatnaninf" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><p>ToDo: ExporterでNan Infを検知すべき</p></li>
</ul>
</section>
<section id="unity2018-3">
<h3>Unity2018.3対応<a class="headerlink" href="#unity2018-3" title="Permalink to this headline"></a></h3>
<h3>Unity2018.3対応<a class="headerlink" href="#unity2018-3" title="Permalink to this headline"></a></h3>
<div class="highlight-csharp notranslate"><div class="highlight"><pre><span></span><span class="cp">#if NET_4_6 || NET_STANDARD_2_0</span>
</pre></div>
</div>
</section>
<section id="import-blendshapeclip-blendshapeavatar-material">
<h3>Import時に既存のファイル(BlendShapeClip, BlendShapeAvatar, Material)を上書きしない<a class="headerlink" href="#import-blendshapeclip-blendshapeavatar-material" title="Permalink to this headline"></a></h3>
<h3>Import時に既存のファイル(BlendShapeClip, BlendShapeAvatar, Material)を上書きしない<a class="headerlink" href="#import-blendshapeclip-blendshapeavatar-material" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><p>https://github.com/dwango/UniVRM/issues/56</p></li>
</ul>
@@ -92,26 +150,26 @@
</section>
</section>
<section id="exporter">
<h2>Exporter<a class="headerlink" href="#exporter" title="Permalink to this headline"></a></h2>
<h2>Exporter<a class="headerlink" href="#exporter" title="Permalink to this headline"></a></h2>
<section id="id2">
<h3>非アクティブオブジェクトのスキップ<a class="headerlink" href="#id2" title="Permalink to this headline"></a></h3>
<h3>非アクティブオブジェクトのスキップ<a class="headerlink" href="#id2" title="Permalink to this headline"></a></h3>
<p>エクスポート時に非アクティブのノードのメッシュエクスポートをスキップするようにしました。</p>
</section>
</section>
<section id="component">
<h2>Component<a class="headerlink" href="#component" title="Permalink to this headline"></a></h2>
<h2>Component<a class="headerlink" href="#component" title="Permalink to this headline"></a></h2>
<section id="vrmfirstperson-setup">
<h3>VRMFirstPerson.Setupの最適化<a class="headerlink" href="#vrmfirstperson-setup" title="Permalink to this headline"></a></h3>
<h3>VRMFirstPerson.Setupの最適化<a class="headerlink" href="#vrmfirstperson-setup" title="Permalink to this headline"></a></h3>
<p>設定が <code class="docutils literal notranslate"><span class="pre">auto</span></code> のとき SubMesh の index 配列(<code class="docutils literal notranslate"><span class="pre">mesh.getIndices</span></code>)が長い(10万以上)モデルで異常に負荷がかかるのを修正しました。</p>
</section>
</section>
<section id="api">
<h2>APIの変更<a class="headerlink" href="#api" title="Permalink to this headline"></a></h2>
<h2>APIの変更<a class="headerlink" href="#api" title="Permalink to this headline"></a></h2>
<section id="blendshapeproxy-setvalue-key-value-immediately">
<h3>BlendShapeProxy.SetValue(key, value, immediately)<a class="headerlink" href="#blendshapeproxy-setvalue-key-value-immediately" title="Permalink to this headline"></a></h3>
<h3>BlendShapeProxy.SetValue(key, value, immediately)<a class="headerlink" href="#blendshapeproxy-setvalue-key-value-immediately" title="Permalink to this headline"></a></h3>
<p>3引数 <code class="docutils literal notranslate"><span class="pre">SetValue</span></code> の代わりに2引数の明示的な関数を用意しました。</p>
<section id="accumulatevalue">
<h4>AccumulateValue<a class="headerlink" href="#accumulatevalue" title="Permalink to this headline"></a></h4>
<h4>AccumulateValue<a class="headerlink" href="#accumulatevalue" title="Permalink to this headline"></a></h4>
<p>値を貯めて、後で <code class="docutils literal notranslate"><span class="pre">Apply</span></code> したときに反映する。
<code class="docutils literal notranslate"><span class="pre">SetValues</span></code> の最後にも <code class="docutils literal notranslate"><span class="pre">Apply</span></code> されます。</p>
<div class="highlight-csharp notranslate"><div class="highlight"><pre><span></span><span class="k">void</span> <span class="n">BlendShapeProxy</span><span class="p">.</span><span class="n">AccumulateValue</span><span class="p">(</span><span class="n">key</span><span class="p">,</span> <span class="k">value</span><span class="p">)</span>
@@ -121,7 +179,7 @@
</div>
</section>
<section id="immediatelysetvalue">
<h4>ImmediatelySetValue<a class="headerlink" href="#immediatelysetvalue" title="Permalink to this headline"></a></h4>
<h4>ImmediatelySetValue<a class="headerlink" href="#immediatelysetvalue" title="Permalink to this headline"></a></h4>
<p>即反映する。</p>
<div class="highlight-csharp notranslate"><div class="highlight"><pre><span></span><span class="k">void</span> <span class="n">BlendShapeProxy</span><span class="p">.</span><span class="n">ImmediatelySetValue</span><span class="p">(</span><span class="n">key</span><span class="p">,</span> <span class="k">value</span><span class="p">)</span>
@@ -131,23 +189,23 @@
</section>
</section>
<section id="id3">
<h3>ImporterContext.Destroy<a class="headerlink" href="#id3" title="Permalink to this headline"></a></h3>
<h3>ImporterContext.Destroy<a class="headerlink" href="#id3" title="Permalink to this headline"></a></h3>
<div class="highlight-csharp notranslate"><div class="highlight"><pre><span></span><span class="n">ImporterContext</span><span class="p">.</span><span class="n">Destroy</span><span class="p">(</span><span class="kt">bool</span> <span class="n">destroySubAssets</span><span class="p">)</span>
</pre></div>
</div>
<p>が名前から期待される動作をしていないので <code class="docutils literal notranslate"><span class="pre">Obsolete</span></code> にして用途を明確にした関数を用意しました。</p>
<section id="destroyrootandresources">
<h4>DestroyRootAndResources<a class="headerlink" href="#destroyrootandresources" title="Permalink to this headline"></a></h4>
<h4>DestroyRootAndResources<a class="headerlink" href="#destroyrootandresources" title="Permalink to this headline"></a></h4>
<p>runtimeインポーター向けのリソース解放。
追加したDisposeはこれを呼びます。</p>
</section>
<section id="editordestroyroot">
<h4>EditorDestroyRoot<a class="headerlink" href="#editordestroyroot" title="Permalink to this headline"></a></h4>
<h4>EditorDestroyRoot<a class="headerlink" href="#editordestroyroot" title="Permalink to this headline"></a></h4>
<p>editorインポート時のprefabの元になったGameObjectをシーンから削除。
旧Destroy(destroySubAssets=false)</p>
</section>
<section id="editordestroyrootandassets">
<h4>EditorDestroyRootAndAssets<a class="headerlink" href="#editordestroyrootandassets" title="Permalink to this headline"></a></h4>
<h4>EditorDestroyRootAndAssets<a class="headerlink" href="#editordestroyrootandassets" title="Permalink to this headline"></a></h4>
<p>editorインポート時にエラーが発生した場合などに作ったアセットを削除する。
旧Destroy(destroySubAssets=true)</p>
</section>
@@ -156,107 +214,34 @@
</section>
<div class="clearer"></div>
</div>
</div>
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="v0.45.html" class="btn btn-neutral float-left" title="v0.45" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="v0.47.html" class="btn btn-neutral float-right" title="v0.47" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, VRM Consortium.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<ul>
<li><a href="../../../ja/release/055/v0.46.html">日本語</a></li>
</ul>
</section>
</div>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>
<h3><a href="../../index.html">Table of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">v0.46</a><ul>
<li><a class="reference internal" href="#commit">commit</a></li>
<li><a class="reference internal" href="#id1">バグ修正</a><ul>
<li><a class="reference internal" href="#importercontext-destroy">ImporterContext.Destroyの修正</a></li>
<li><a class="reference internal" href="#blendshapeproxy">BlendShapeProxyでマテリアルのクリア挙動を修正しました</a></li>
<li><a class="reference internal" href="#thumbnail">thumbnail設定の復旧</a></li>
</ul>
</li>
<li><a class="reference internal" href="#importer">Importer</a><ul>
<li><a class="reference internal" href="#floatnaninf">float値にNan、Infがあったときにパース出来るようにした</a></li>
<li><a class="reference internal" href="#unity2018-3">Unity2018.3対応</a></li>
<li><a class="reference internal" href="#import-blendshapeclip-blendshapeavatar-material">Import時に既存のファイル(BlendShapeClip, BlendShapeAvatar, Material)を上書きしない</a></li>
</ul>
</li>
<li><a class="reference internal" href="#exporter">Exporter</a><ul>
<li><a class="reference internal" href="#id2">非アクティブオブジェクトのスキップ</a></li>
</ul>
</li>
<li><a class="reference internal" href="#component">Component</a><ul>
<li><a class="reference internal" href="#vrmfirstperson-setup">VRMFirstPerson.Setupの最適化</a></li>
</ul>
</li>
<li><a class="reference internal" href="#api">APIの変更</a><ul>
<li><a class="reference internal" href="#blendshapeproxy-setvalue-key-value-immediately">BlendShapeProxy.SetValue(key, value, immediately)</a><ul>
<li><a class="reference internal" href="#accumulatevalue">AccumulateValue</a></li>
<li><a class="reference internal" href="#immediatelysetvalue">ImmediatelySetValue</a></li>
</ul>
</li>
<li><a class="reference internal" href="#id3">ImporterContext.Destroy</a><ul>
<li><a class="reference internal" href="#destroyrootandresources">DestroyRootAndResources</a></li>
<li><a class="reference internal" href="#editordestroyroot">EditorDestroyRoot</a></li>
<li><a class="reference internal" href="#editordestroyrootandassets">EditorDestroyRootAndAssets</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<h4>Previous topic</h4>
<p class="topless"><a href="v0.47.html"
title="previous chapter">v0.47</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="v0.45.html"
title="next chapter">v0.45</a></p>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../../_sources/release/055/v0.46.md.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="../../search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Go" />
</form>
</div>
</div>
<script>$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../../genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="v0.45.html" title="v0.45"
>next</a> |</li>
<li class="right" >
<a href="v0.47.html" title="v0.47"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../../index.html">UniVRM Programming Document documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../index.html" >Release</a> &#187;</li>
<li class="nav-item nav-item-2"><a href="index.html" >v0.55: Unity-5.6(.NET-3.5)</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">v0.46</a></li>
</ul>
</div>
<div class="footer" role="contentinfo">
&#169; Copyright 2021, VRM Consortium.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 4.2.0.
</div>
</body>
</body>
</html>

View File

@@ -1,49 +1,107 @@
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<title>v0.47 &#8212; UniVRM Programming Document documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../../_static/nature.css" />
<script data-url_root="../../" id="documentation_options" src="../../_static/documentation_options.js"></script>
<script src="../../_static/jquery.js"></script>
<script src="../../_static/underscore.js"></script>
<script src="../../_static/doctools.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>v0.47 &mdash; UniVRM Programming Document documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
<script src="../../_static/js/html5shiv.min.js"></script>
<![endif]-->
<script data-url_root="../../" id="documentation_options" src="../../_static/documentation_options.js"></script>
<script src="../../_static/jquery.js"></script>
<script src="../../_static/underscore.js"></script>
<script src="../../_static/doctools.js"></script>
<script src="../../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
<link rel="next" title="v0.46" href="v0.46.html" />
<link rel="prev" title="v0.48" href="v0.48.html" />
</head><body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="v0.46.html" title="v0.46"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="v0.48.html" title="v0.48"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../../index.html">UniVRM Programming Document documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../index.html" >Release</a> &#187;</li>
<li class="nav-item nav-item-2"><a href="index.html" accesskey="U">v0.55: Unity-5.6(.NET-3.5)</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">v0.47</a></li>
</ul>
</div>
<link rel="next" title="v0.48" href="v0.48.html" />
<link rel="prev" title="v0.46" href="v0.46.html" />
</head>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" >
<a href="../../index.html" class="icon icon-home"> UniVRM Programming Document
</a>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../../build.html">アプリケーションのビルド</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../implementation/index.html">実装メモ</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../gltf/index.html">glTF</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../vrm0/index.html">VRM</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../vrm1/index.html">VRM-1.0(β)</a></li>
<li class="toctree-l1 current"><a class="reference internal" href="../index.html">Release</a><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="../079/index.html">v0.79: Unity-2019.4</a></li>
<li class="toctree-l2"><a class="reference internal" href="../068/index.html">v0.68v0.78: Unity-2018.4 (pre release)</a></li>
<li class="toctree-l2"><a class="reference internal" href="../056/index.html">v0.56v0.67: Unity-2018.4</a></li>
<li class="toctree-l2 current"><a class="reference internal" href="index.html">v0.55: Unity-5.6(.NET-3.5)</a><ul class="current">
<li class="toctree-l3"><a class="reference internal" href="index.html#unitypackage">UnityPackage</a></li>
<li class="toctree-l3 current"><a class="reference internal" href="index.html#releases">Releases</a><ul class="current">
<li class="toctree-l4"><a class="reference internal" href="v0.40.html">v0.40</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.41.html">v0.41</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.42.html">v0.42</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.43.html">v0.43</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.44.html">v0.44: UniGLTF/UniUnlit 追加</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.45.html">v0.45</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.46.html">v0.46</a></li>
<li class="toctree-l4 current"><a class="current reference internal" href="#">v0.47</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.48.html">v0.48</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.49.html">v0.49</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.50.html">v0.50</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.51.0.html">v0.51.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.52.0.html">v0.52.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.53.0.html">v0.53.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.54.0.html">v0.54.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.55.0.html">v0.55.0</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="../../index.html">UniVRM Programming Document</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="Page navigation">
<ul class="wy-breadcrumbs">
<li><a href="../../index.html" class="icon icon-home"></a> &raquo;</li>
<li><a href="../index.html">Release</a> &raquo;</li>
<li><a href="index.html">v0.55: Unity-5.6(.NET-3.5)</a> &raquo;</li>
<li>v0.47</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/vrm-c/UniVRM/blob/master/docs/release/055/v0.47.md" class="fa fa-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<section class="tex2jax_ignore mathjax_ignore" id="v0-47">
<h1>v0.47<a class="headerlink" href="#v0-47" title="Permalink to this headline"></a></h1>
<h1>v0.47<a class="headerlink" href="#v0-47" title="Permalink to this headline"></a></h1>
<p>今回は、メンテナンスリリースです。<br />
リポジトリの構成を変更しました。加えて、typo修正や特定の処理系でビルドできない問題の解消などが含まれています。</p>
<p>VRM作成に使う場合は、更新しなくても問題ありません。</p>
@@ -73,65 +131,34 @@
</section>
<div class="clearer"></div>
</div>
</div>
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="v0.46.html" class="btn btn-neutral float-left" title="v0.46" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="v0.48.html" class="btn btn-neutral float-right" title="v0.48" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, VRM Consortium.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<ul>
<li><a href="../../../ja/release/055/v0.47.html">日本語</a></li>
</ul>
</section>
</div>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>
<h4>Previous topic</h4>
<p class="topless"><a href="v0.48.html"
title="previous chapter">v0.48</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="v0.46.html"
title="next chapter">v0.46</a></p>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../../_sources/release/055/v0.47.md.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="../../search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Go" />
</form>
</div>
</div>
<script>$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../../genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="v0.46.html" title="v0.46"
>next</a> |</li>
<li class="right" >
<a href="v0.48.html" title="v0.48"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../../index.html">UniVRM Programming Document documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../index.html" >Release</a> &#187;</li>
<li class="nav-item nav-item-2"><a href="index.html" >v0.55: Unity-5.6(.NET-3.5)</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">v0.47</a></li>
</ul>
</div>
<div class="footer" role="contentinfo">
&#169; Copyright 2021, VRM Consortium.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 4.2.0.
</div>
</body>
</body>
</html>

View File

@@ -1,55 +1,113 @@
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<title>v0.48 &#8212; UniVRM Programming Document documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../../_static/nature.css" />
<script data-url_root="../../" id="documentation_options" src="../../_static/documentation_options.js"></script>
<script src="../../_static/jquery.js"></script>
<script src="../../_static/underscore.js"></script>
<script src="../../_static/doctools.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>v0.48 &mdash; UniVRM Programming Document documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
<script src="../../_static/js/html5shiv.min.js"></script>
<![endif]-->
<script data-url_root="../../" id="documentation_options" src="../../_static/documentation_options.js"></script>
<script src="../../_static/jquery.js"></script>
<script src="../../_static/underscore.js"></script>
<script src="../../_static/doctools.js"></script>
<script src="../../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
<link rel="next" title="v0.47" href="v0.47.html" />
<link rel="prev" title="v0.49" href="v0.49.html" />
</head><body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="v0.47.html" title="v0.47"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="v0.49.html" title="v0.49"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../../index.html">UniVRM Programming Document documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../index.html" >Release</a> &#187;</li>
<li class="nav-item nav-item-2"><a href="index.html" accesskey="U">v0.55: Unity-5.6(.NET-3.5)</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">v0.48</a></li>
</ul>
</div>
<link rel="next" title="v0.49" href="v0.49.html" />
<link rel="prev" title="v0.47" href="v0.47.html" />
</head>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" >
<a href="../../index.html" class="icon icon-home"> UniVRM Programming Document
</a>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../../build.html">アプリケーションのビルド</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../implementation/index.html">実装メモ</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../gltf/index.html">glTF</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../vrm0/index.html">VRM</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../vrm1/index.html">VRM-1.0(β)</a></li>
<li class="toctree-l1 current"><a class="reference internal" href="../index.html">Release</a><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="../079/index.html">v0.79: Unity-2019.4</a></li>
<li class="toctree-l2"><a class="reference internal" href="../068/index.html">v0.68v0.78: Unity-2018.4 (pre release)</a></li>
<li class="toctree-l2"><a class="reference internal" href="../056/index.html">v0.56v0.67: Unity-2018.4</a></li>
<li class="toctree-l2 current"><a class="reference internal" href="index.html">v0.55: Unity-5.6(.NET-3.5)</a><ul class="current">
<li class="toctree-l3"><a class="reference internal" href="index.html#unitypackage">UnityPackage</a></li>
<li class="toctree-l3 current"><a class="reference internal" href="index.html#releases">Releases</a><ul class="current">
<li class="toctree-l4"><a class="reference internal" href="v0.40.html">v0.40</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.41.html">v0.41</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.42.html">v0.42</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.43.html">v0.43</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.44.html">v0.44: UniGLTF/UniUnlit 追加</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.45.html">v0.45</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.46.html">v0.46</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.47.html">v0.47</a></li>
<li class="toctree-l4 current"><a class="current reference internal" href="#">v0.48</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.49.html">v0.49</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.50.html">v0.50</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.51.0.html">v0.51.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.52.0.html">v0.52.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.53.0.html">v0.53.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.54.0.html">v0.54.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.55.0.html">v0.55.0</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="../../index.html">UniVRM Programming Document</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="Page navigation">
<ul class="wy-breadcrumbs">
<li><a href="../../index.html" class="icon icon-home"></a> &raquo;</li>
<li><a href="../index.html">Release</a> &raquo;</li>
<li><a href="index.html">v0.55: Unity-5.6(.NET-3.5)</a> &raquo;</li>
<li>v0.48</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/vrm-c/UniVRM/blob/master/docs/release/055/v0.48.md" class="fa fa-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<section class="tex2jax_ignore mathjax_ignore" id="v0-48">
<h1>v0.48<a class="headerlink" href="#v0-48" title="Permalink to this headline"></a></h1>
<h1>v0.48<a class="headerlink" href="#v0-48" title="Permalink to this headline"></a></h1>
<ul class="simple">
<li><p>commit: <code class="docutils literal notranslate"><span class="pre">4840</span></code> https://github.com/dwango/UniVRM/releases/tag/v0.48</p></li>
<li><p>milestone: https://github.com/dwango/UniVRM/milestone/7?closed=1</p></li>
</ul>
<section id="id1">
<h2>バグ修正<a class="headerlink" href="#id1" title="Permalink to this headline"></a></h2>
<h2>バグ修正<a class="headerlink" href="#id1" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li><p>不正なglTF形式のファイルを出力してしまう問題の修正</p>
<ul>
@@ -60,7 +118,7 @@
</ul>
</section>
<section id="id2">
<h2>その他<a class="headerlink" href="#id2" title="Permalink to this headline"></a></h2>
<h2>その他<a class="headerlink" href="#id2" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li><p>typo・テストの修正</p>
<ul>
@@ -74,74 +132,34 @@
</section>
<div class="clearer"></div>
</div>
</div>
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="v0.47.html" class="btn btn-neutral float-left" title="v0.47" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="v0.49.html" class="btn btn-neutral float-right" title="v0.49" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, VRM Consortium.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<ul>
<li><a href="../../../ja/release/055/v0.48.html">日本語</a></li>
</ul>
</section>
</div>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>
<h3><a href="../../index.html">Table of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">v0.48</a><ul>
<li><a class="reference internal" href="#id1">バグ修正</a></li>
<li><a class="reference internal" href="#id2">その他</a></li>
</ul>
</li>
</ul>
<h4>Previous topic</h4>
<p class="topless"><a href="v0.49.html"
title="previous chapter">v0.49</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="v0.47.html"
title="next chapter">v0.47</a></p>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../../_sources/release/055/v0.48.md.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="../../search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Go" />
</form>
</div>
</div>
<script>$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../../genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="v0.47.html" title="v0.47"
>next</a> |</li>
<li class="right" >
<a href="v0.49.html" title="v0.49"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../../index.html">UniVRM Programming Document documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../index.html" >Release</a> &#187;</li>
<li class="nav-item nav-item-2"><a href="index.html" >v0.55: Unity-5.6(.NET-3.5)</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">v0.48</a></li>
</ul>
</div>
<div class="footer" role="contentinfo">
&#169; Copyright 2021, VRM Consortium.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 4.2.0.
</div>
</body>
</body>
</html>

View File

@@ -1,55 +1,113 @@
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<title>v0.49 &#8212; UniVRM Programming Document documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../../_static/nature.css" />
<script data-url_root="../../" id="documentation_options" src="../../_static/documentation_options.js"></script>
<script src="../../_static/jquery.js"></script>
<script src="../../_static/underscore.js"></script>
<script src="../../_static/doctools.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>v0.49 &mdash; UniVRM Programming Document documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
<script src="../../_static/js/html5shiv.min.js"></script>
<![endif]-->
<script data-url_root="../../" id="documentation_options" src="../../_static/documentation_options.js"></script>
<script src="../../_static/jquery.js"></script>
<script src="../../_static/underscore.js"></script>
<script src="../../_static/doctools.js"></script>
<script src="../../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
<link rel="next" title="v0.48" href="v0.48.html" />
<link rel="prev" title="v0.50" href="v0.50.html" />
</head><body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="v0.48.html" title="v0.48"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="v0.50.html" title="v0.50"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../../index.html">UniVRM Programming Document documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../index.html" >Release</a> &#187;</li>
<li class="nav-item nav-item-2"><a href="index.html" accesskey="U">v0.55: Unity-5.6(.NET-3.5)</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">v0.49</a></li>
</ul>
</div>
<link rel="next" title="v0.50" href="v0.50.html" />
<link rel="prev" title="v0.48" href="v0.48.html" />
</head>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" >
<a href="../../index.html" class="icon icon-home"> UniVRM Programming Document
</a>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../../build.html">アプリケーションのビルド</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../implementation/index.html">実装メモ</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../gltf/index.html">glTF</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../vrm0/index.html">VRM</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../vrm1/index.html">VRM-1.0(β)</a></li>
<li class="toctree-l1 current"><a class="reference internal" href="../index.html">Release</a><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="../079/index.html">v0.79: Unity-2019.4</a></li>
<li class="toctree-l2"><a class="reference internal" href="../068/index.html">v0.68v0.78: Unity-2018.4 (pre release)</a></li>
<li class="toctree-l2"><a class="reference internal" href="../056/index.html">v0.56v0.67: Unity-2018.4</a></li>
<li class="toctree-l2 current"><a class="reference internal" href="index.html">v0.55: Unity-5.6(.NET-3.5)</a><ul class="current">
<li class="toctree-l3"><a class="reference internal" href="index.html#unitypackage">UnityPackage</a></li>
<li class="toctree-l3 current"><a class="reference internal" href="index.html#releases">Releases</a><ul class="current">
<li class="toctree-l4"><a class="reference internal" href="v0.40.html">v0.40</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.41.html">v0.41</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.42.html">v0.42</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.43.html">v0.43</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.44.html">v0.44: UniGLTF/UniUnlit 追加</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.45.html">v0.45</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.46.html">v0.46</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.47.html">v0.47</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.48.html">v0.48</a></li>
<li class="toctree-l4 current"><a class="current reference internal" href="#">v0.49</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.50.html">v0.50</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.51.0.html">v0.51.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.52.0.html">v0.52.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.53.0.html">v0.53.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.54.0.html">v0.54.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.55.0.html">v0.55.0</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="../../index.html">UniVRM Programming Document</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="Page navigation">
<ul class="wy-breadcrumbs">
<li><a href="../../index.html" class="icon icon-home"></a> &raquo;</li>
<li><a href="../index.html">Release</a> &raquo;</li>
<li><a href="index.html">v0.55: Unity-5.6(.NET-3.5)</a> &raquo;</li>
<li>v0.49</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/vrm-c/UniVRM/blob/master/docs/release/055/v0.49.md" class="fa fa-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<section class="tex2jax_ignore mathjax_ignore" id="v0-49">
<h1>v0.49<a class="headerlink" href="#v0-49" title="Permalink to this headline"></a></h1>
<h1>v0.49<a class="headerlink" href="#v0-49" title="Permalink to this headline"></a></h1>
<ul class="simple">
<li><p>commit: <code class="docutils literal notranslate"><span class="pre">43af</span></code> https://github.com/dwango/UniVRM/releases/tag/v0.49</p></li>
<li><p>milestone: https://github.com/dwango/UniVRM/milestone/8?closed=1</p></li>
</ul>
<section id="id1">
<h2>バグ修正<a class="headerlink" href="#id1" title="Permalink to this headline"></a></h2>
<h2>バグ修正<a class="headerlink" href="#id1" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li><p>[<strong>closed</strong>] Fix same mesh but different material <a class="reference external" href="https://github.com/dwango/UniVRM/pull/143">#143</a></p>
<ul>
@@ -85,7 +143,7 @@
</ul>
</section>
<section id="id2">
<h2>改良<a class="headerlink" href="#id2" title="Permalink to this headline"></a></h2>
<h2>改良<a class="headerlink" href="#id2" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li><p>[<strong>closed</strong>] Update MToon to v1.8 <a class="reference external" href="https://github.com/dwango/UniVRM/pull/149">#149</a></p>
<ul>
@@ -125,7 +183,7 @@
</ul>
</section>
<section id="id3">
<h2>その他<a class="headerlink" href="#id3" title="Permalink to this headline"></a></h2>
<h2>その他<a class="headerlink" href="#id3" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li><p>[<strong>closed</strong>] Added GenericCallUtility <a class="reference external" href="https://github.com/dwango/UniVRM/pull/148">#148</a></p>
<ul>
@@ -147,75 +205,34 @@
</section>
<div class="clearer"></div>
</div>
</div>
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="v0.48.html" class="btn btn-neutral float-left" title="v0.48" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="v0.50.html" class="btn btn-neutral float-right" title="v0.50" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, VRM Consortium.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<ul>
<li><a href="../../../ja/release/055/v0.49.html">日本語</a></li>
</ul>
</section>
</div>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>
<h3><a href="../../index.html">Table of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">v0.49</a><ul>
<li><a class="reference internal" href="#id1">バグ修正</a></li>
<li><a class="reference internal" href="#id2">改良</a></li>
<li><a class="reference internal" href="#id3">その他</a></li>
</ul>
</li>
</ul>
<h4>Previous topic</h4>
<p class="topless"><a href="v0.50.html"
title="previous chapter">v0.50</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="v0.48.html"
title="next chapter">v0.48</a></p>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../../_sources/release/055/v0.49.md.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="../../search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Go" />
</form>
</div>
</div>
<script>$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../../genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="v0.48.html" title="v0.48"
>next</a> |</li>
<li class="right" >
<a href="v0.50.html" title="v0.50"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../../index.html">UniVRM Programming Document documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../index.html" >Release</a> &#187;</li>
<li class="nav-item nav-item-2"><a href="index.html" >v0.55: Unity-5.6(.NET-3.5)</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">v0.49</a></li>
</ul>
</div>
<div class="footer" role="contentinfo">
&#169; Copyright 2021, VRM Consortium.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 4.2.0.
</div>
</body>
</body>
</html>

View File

@@ -1,55 +1,113 @@
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<title>v0.50 &#8212; UniVRM Programming Document documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../../_static/nature.css" />
<script data-url_root="../../" id="documentation_options" src="../../_static/documentation_options.js"></script>
<script src="../../_static/jquery.js"></script>
<script src="../../_static/underscore.js"></script>
<script src="../../_static/doctools.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>v0.50 &mdash; UniVRM Programming Document documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
<script src="../../_static/js/html5shiv.min.js"></script>
<![endif]-->
<script data-url_root="../../" id="documentation_options" src="../../_static/documentation_options.js"></script>
<script src="../../_static/jquery.js"></script>
<script src="../../_static/underscore.js"></script>
<script src="../../_static/doctools.js"></script>
<script src="../../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
<link rel="next" title="v0.49" href="v0.49.html" />
<link rel="prev" title="v0.51.0" href="v0.51.0.html" />
</head><body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="v0.49.html" title="v0.49"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="v0.51.0.html" title="v0.51.0"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../../index.html">UniVRM Programming Document documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../index.html" >Release</a> &#187;</li>
<li class="nav-item nav-item-2"><a href="index.html" accesskey="U">v0.55: Unity-5.6(.NET-3.5)</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">v0.50</a></li>
</ul>
</div>
<link rel="next" title="v0.51.0" href="v0.51.0.html" />
<link rel="prev" title="v0.49" href="v0.49.html" />
</head>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" >
<a href="../../index.html" class="icon icon-home"> UniVRM Programming Document
</a>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../../build.html">アプリケーションのビルド</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../implementation/index.html">実装メモ</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../gltf/index.html">glTF</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../vrm0/index.html">VRM</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../vrm1/index.html">VRM-1.0(β)</a></li>
<li class="toctree-l1 current"><a class="reference internal" href="../index.html">Release</a><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="../079/index.html">v0.79: Unity-2019.4</a></li>
<li class="toctree-l2"><a class="reference internal" href="../068/index.html">v0.68v0.78: Unity-2018.4 (pre release)</a></li>
<li class="toctree-l2"><a class="reference internal" href="../056/index.html">v0.56v0.67: Unity-2018.4</a></li>
<li class="toctree-l2 current"><a class="reference internal" href="index.html">v0.55: Unity-5.6(.NET-3.5)</a><ul class="current">
<li class="toctree-l3"><a class="reference internal" href="index.html#unitypackage">UnityPackage</a></li>
<li class="toctree-l3 current"><a class="reference internal" href="index.html#releases">Releases</a><ul class="current">
<li class="toctree-l4"><a class="reference internal" href="v0.40.html">v0.40</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.41.html">v0.41</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.42.html">v0.42</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.43.html">v0.43</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.44.html">v0.44: UniGLTF/UniUnlit 追加</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.45.html">v0.45</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.46.html">v0.46</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.47.html">v0.47</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.48.html">v0.48</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.49.html">v0.49</a></li>
<li class="toctree-l4 current"><a class="current reference internal" href="#">v0.50</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.51.0.html">v0.51.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.52.0.html">v0.52.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.53.0.html">v0.53.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.54.0.html">v0.54.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.55.0.html">v0.55.0</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="../../index.html">UniVRM Programming Document</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="Page navigation">
<ul class="wy-breadcrumbs">
<li><a href="../../index.html" class="icon icon-home"></a> &raquo;</li>
<li><a href="../index.html">Release</a> &raquo;</li>
<li><a href="index.html">v0.55: Unity-5.6(.NET-3.5)</a> &raquo;</li>
<li>v0.50</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/vrm-c/UniVRM/blob/master/docs/release/055/v0.50.md" class="fa fa-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<section class="tex2jax_ignore mathjax_ignore" id="v0-50">
<h1>v0.50<a class="headerlink" href="#v0-50" title="Permalink to this headline"></a></h1>
<h1>v0.50<a class="headerlink" href="#v0-50" title="Permalink to this headline"></a></h1>
<ul class="simple">
<li><p>commit: <code class="docutils literal notranslate"><span class="pre">9db7</span></code> https://github.com/dwango/UniVRM/releases/tag/v0.50</p></li>
<li><p>milestone: https://github.com/dwango/UniVRM/milestone/9?closed=1</p></li>
</ul>
<section id="id1">
<h2>新規<a class="headerlink" href="#id1" title="Permalink to this headline"></a></h2>
<h2>新規<a class="headerlink" href="#id1" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li><p>[<strong>closed</strong>] Add specVersion field to VRM extensions <a class="reference external" href="https://github.com/dwango/UniVRM/pull/162">#162</a></p>
<ul>
@@ -64,7 +122,7 @@
</ul>
</section>
<section id="id2">
<h2>バグ修正<a class="headerlink" href="#id2" title="Permalink to this headline"></a></h2>
<h2>バグ修正<a class="headerlink" href="#id2" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li><p>[<strong>closed</strong>] Fix to restore Smoothness value when setting Metallic map <a class="reference external" href="https://github.com/dwango/UniVRM/pull/185">#185</a></p>
<ul>
@@ -84,7 +142,7 @@
</ul>
</section>
<section id="id3">
<h2>改良<a class="headerlink" href="#id3" title="Permalink to this headline"></a></h2>
<h2>改良<a class="headerlink" href="#id3" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li><p>[<strong>closed</strong>] Add README.url <a class="reference external" href="https://github.com/dwango/UniVRM/pull/180">#180</a> (by &#64;nkjzm)</p></li>
<li><p>[<strong>closed</strong>] Divide unity packages for asmdef files <a class="reference external" href="https://github.com/dwango/UniVRM/pull/178">#178</a></p></li>
@@ -97,7 +155,7 @@
</ul>
</section>
<section id="id4">
<h2>その他<a class="headerlink" href="#id4" title="Permalink to this headline"></a></h2>
<h2>その他<a class="headerlink" href="#id4" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li><p>[<strong>closed</strong>] Fix adf error <a class="reference external" href="https://github.com/dwango/UniVRM/pull/177">#177</a></p></li>
<li><p>[<strong>closed</strong>] fix KeyValue <a class="reference external" href="https://github.com/dwango/UniVRM/pull/176">#176</a></p></li>
@@ -113,76 +171,34 @@
</section>
<div class="clearer"></div>
</div>
</div>
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="v0.49.html" class="btn btn-neutral float-left" title="v0.49" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="v0.51.0.html" class="btn btn-neutral float-right" title="v0.51.0" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, VRM Consortium.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<ul>
<li><a href="../../../ja/release/055/v0.50.html">日本語</a></li>
</ul>
</section>
</div>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>
<h3><a href="../../index.html">Table of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">v0.50</a><ul>
<li><a class="reference internal" href="#id1">新規</a></li>
<li><a class="reference internal" href="#id2">バグ修正</a></li>
<li><a class="reference internal" href="#id3">改良</a></li>
<li><a class="reference internal" href="#id4">その他</a></li>
</ul>
</li>
</ul>
<h4>Previous topic</h4>
<p class="topless"><a href="v0.51.0.html"
title="previous chapter">v0.51.0</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="v0.49.html"
title="next chapter">v0.49</a></p>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../../_sources/release/055/v0.50.md.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="../../search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Go" />
</form>
</div>
</div>
<script>$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../../genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="v0.49.html" title="v0.49"
>next</a> |</li>
<li class="right" >
<a href="v0.51.0.html" title="v0.51.0"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../../index.html">UniVRM Programming Document documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../index.html" >Release</a> &#187;</li>
<li class="nav-item nav-item-2"><a href="index.html" >v0.55: Unity-5.6(.NET-3.5)</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">v0.50</a></li>
</ul>
</div>
<div class="footer" role="contentinfo">
&#169; Copyright 2021, VRM Consortium.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 4.2.0.
</div>
</body>
</body>
</html>

View File

@@ -1,53 +1,111 @@
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<title>v0.51.0 &#8212; UniVRM Programming Document documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../../_static/nature.css" />
<script data-url_root="../../" id="documentation_options" src="../../_static/documentation_options.js"></script>
<script src="../../_static/jquery.js"></script>
<script src="../../_static/underscore.js"></script>
<script src="../../_static/doctools.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>v0.51.0 &mdash; UniVRM Programming Document documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
<script src="../../_static/js/html5shiv.min.js"></script>
<![endif]-->
<script data-url_root="../../" id="documentation_options" src="../../_static/documentation_options.js"></script>
<script src="../../_static/jquery.js"></script>
<script src="../../_static/underscore.js"></script>
<script src="../../_static/doctools.js"></script>
<script src="../../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
<link rel="next" title="v0.50" href="v0.50.html" />
<link rel="prev" title="v0.52.0" href="v0.52.0.html" />
</head><body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="v0.50.html" title="v0.50"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="v0.52.0.html" title="v0.52.0"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../../index.html">UniVRM Programming Document documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../index.html" >Release</a> &#187;</li>
<li class="nav-item nav-item-2"><a href="index.html" accesskey="U">v0.55: Unity-5.6(.NET-3.5)</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">v0.51.0</a></li>
</ul>
</div>
<link rel="next" title="v0.52.0" href="v0.52.0.html" />
<link rel="prev" title="v0.50" href="v0.50.html" />
</head>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" >
<a href="../../index.html" class="icon icon-home"> UniVRM Programming Document
</a>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../../build.html">アプリケーションのビルド</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../implementation/index.html">実装メモ</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../gltf/index.html">glTF</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../vrm0/index.html">VRM</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../vrm1/index.html">VRM-1.0(β)</a></li>
<li class="toctree-l1 current"><a class="reference internal" href="../index.html">Release</a><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="../079/index.html">v0.79: Unity-2019.4</a></li>
<li class="toctree-l2"><a class="reference internal" href="../068/index.html">v0.68v0.78: Unity-2018.4 (pre release)</a></li>
<li class="toctree-l2"><a class="reference internal" href="../056/index.html">v0.56v0.67: Unity-2018.4</a></li>
<li class="toctree-l2 current"><a class="reference internal" href="index.html">v0.55: Unity-5.6(.NET-3.5)</a><ul class="current">
<li class="toctree-l3"><a class="reference internal" href="index.html#unitypackage">UnityPackage</a></li>
<li class="toctree-l3 current"><a class="reference internal" href="index.html#releases">Releases</a><ul class="current">
<li class="toctree-l4"><a class="reference internal" href="v0.40.html">v0.40</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.41.html">v0.41</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.42.html">v0.42</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.43.html">v0.43</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.44.html">v0.44: UniGLTF/UniUnlit 追加</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.45.html">v0.45</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.46.html">v0.46</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.47.html">v0.47</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.48.html">v0.48</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.49.html">v0.49</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.50.html">v0.50</a></li>
<li class="toctree-l4 current"><a class="current reference internal" href="#">v0.51.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.52.0.html">v0.52.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.53.0.html">v0.53.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.54.0.html">v0.54.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.55.0.html">v0.55.0</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="../../index.html">UniVRM Programming Document</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="Page navigation">
<ul class="wy-breadcrumbs">
<li><a href="../../index.html" class="icon icon-home"></a> &raquo;</li>
<li><a href="../index.html">Release</a> &raquo;</li>
<li><a href="index.html">v0.55: Unity-5.6(.NET-3.5)</a> &raquo;</li>
<li>v0.51.0</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/vrm-c/UniVRM/blob/master/docs/release/055/v0.51.0.md" class="fa fa-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<section class="tex2jax_ignore mathjax_ignore" id="v0-51-0">
<h1>v0.51.0<a class="headerlink" href="#v0-51-0" title="Permalink to this headline"></a></h1>
<h1>v0.51.0<a class="headerlink" href="#v0-51-0" title="Permalink to this headline"></a></h1>
<p>commit: 1b36 https://github.com/dwango/UniVRM/releases/tag/v0.51.0<br />
milestone: https://github.com/dwango/UniVRM/milestone/10?closed=1</p>
<section id="id1">
<h2>バグ修正<a class="headerlink" href="#id1" title="Permalink to this headline"></a></h2>
<h2>バグ修正<a class="headerlink" href="#id1" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li><p>[<strong>closed</strong>] Set a default values to meta fields <a class="reference external" href="https://github.com/dwango/UniVRM/pull/194">#194</a></p>
<ul>
@@ -57,7 +115,7 @@ milestone: https://github.com/dwango/UniVRM/milestone/10?closed=1</p>
</ul>
</section>
<section id="id2">
<h2>改良<a class="headerlink" href="#id2" title="Permalink to this headline"></a></h2>
<h2>改良<a class="headerlink" href="#id2" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li><p>[<strong>closed</strong>] Bump version to 0.51.0. Support Semver <a class="reference external" href="https://github.com/dwango/UniVRM/pull/193">#193</a></p>
<ul>
@@ -69,74 +127,34 @@ milestone: https://github.com/dwango/UniVRM/milestone/10?closed=1</p>
</section>
<div class="clearer"></div>
</div>
</div>
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="v0.50.html" class="btn btn-neutral float-left" title="v0.50" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="v0.52.0.html" class="btn btn-neutral float-right" title="v0.52.0" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, VRM Consortium.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<ul>
<li><a href="../../../ja/release/055/v0.51.0.html">日本語</a></li>
</ul>
</section>
</div>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>
<h3><a href="../../index.html">Table of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">v0.51.0</a><ul>
<li><a class="reference internal" href="#id1">バグ修正</a></li>
<li><a class="reference internal" href="#id2">改良</a></li>
</ul>
</li>
</ul>
<h4>Previous topic</h4>
<p class="topless"><a href="v0.52.0.html"
title="previous chapter">v0.52.0</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="v0.50.html"
title="next chapter">v0.50</a></p>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../../_sources/release/055/v0.51.0.md.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="../../search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Go" />
</form>
</div>
</div>
<script>$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../../genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="v0.50.html" title="v0.50"
>next</a> |</li>
<li class="right" >
<a href="v0.52.0.html" title="v0.52.0"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../../index.html">UniVRM Programming Document documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../index.html" >Release</a> &#187;</li>
<li class="nav-item nav-item-2"><a href="index.html" >v0.55: Unity-5.6(.NET-3.5)</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">v0.51.0</a></li>
</ul>
</div>
<div class="footer" role="contentinfo">
&#169; Copyright 2021, VRM Consortium.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 4.2.0.
</div>
</body>
</body>
</html>

View File

@@ -1,57 +1,115 @@
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<title>v0.52.0 &#8212; UniVRM Programming Document documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../../_static/nature.css" />
<script data-url_root="../../" id="documentation_options" src="../../_static/documentation_options.js"></script>
<script src="../../_static/jquery.js"></script>
<script src="../../_static/underscore.js"></script>
<script src="../../_static/doctools.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>v0.52.0 &mdash; UniVRM Programming Document documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
<script src="../../_static/js/html5shiv.min.js"></script>
<![endif]-->
<script data-url_root="../../" id="documentation_options" src="../../_static/documentation_options.js"></script>
<script src="../../_static/jquery.js"></script>
<script src="../../_static/underscore.js"></script>
<script src="../../_static/doctools.js"></script>
<script src="../../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
<link rel="next" title="v0.51.0" href="v0.51.0.html" />
<link rel="prev" title="v0.53.0" href="v0.53.0.html" />
</head><body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="v0.51.0.html" title="v0.51.0"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="v0.53.0.html" title="v0.53.0"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../../index.html">UniVRM Programming Document documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../index.html" >Release</a> &#187;</li>
<li class="nav-item nav-item-2"><a href="index.html" accesskey="U">v0.55: Unity-5.6(.NET-3.5)</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">v0.52.0</a></li>
</ul>
</div>
<link rel="next" title="v0.53.0" href="v0.53.0.html" />
<link rel="prev" title="v0.51.0" href="v0.51.0.html" />
</head>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" >
<a href="../../index.html" class="icon icon-home"> UniVRM Programming Document
</a>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../../build.html">アプリケーションのビルド</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../implementation/index.html">実装メモ</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../gltf/index.html">glTF</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../vrm0/index.html">VRM</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../vrm1/index.html">VRM-1.0(β)</a></li>
<li class="toctree-l1 current"><a class="reference internal" href="../index.html">Release</a><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="../079/index.html">v0.79: Unity-2019.4</a></li>
<li class="toctree-l2"><a class="reference internal" href="../068/index.html">v0.68v0.78: Unity-2018.4 (pre release)</a></li>
<li class="toctree-l2"><a class="reference internal" href="../056/index.html">v0.56v0.67: Unity-2018.4</a></li>
<li class="toctree-l2 current"><a class="reference internal" href="index.html">v0.55: Unity-5.6(.NET-3.5)</a><ul class="current">
<li class="toctree-l3"><a class="reference internal" href="index.html#unitypackage">UnityPackage</a></li>
<li class="toctree-l3 current"><a class="reference internal" href="index.html#releases">Releases</a><ul class="current">
<li class="toctree-l4"><a class="reference internal" href="v0.40.html">v0.40</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.41.html">v0.41</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.42.html">v0.42</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.43.html">v0.43</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.44.html">v0.44: UniGLTF/UniUnlit 追加</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.45.html">v0.45</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.46.html">v0.46</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.47.html">v0.47</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.48.html">v0.48</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.49.html">v0.49</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.50.html">v0.50</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.51.0.html">v0.51.0</a></li>
<li class="toctree-l4 current"><a class="current reference internal" href="#">v0.52.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.53.0.html">v0.53.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.54.0.html">v0.54.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.55.0.html">v0.55.0</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="../../index.html">UniVRM Programming Document</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="Page navigation">
<ul class="wy-breadcrumbs">
<li><a href="../../index.html" class="icon icon-home"></a> &raquo;</li>
<li><a href="../index.html">Release</a> &raquo;</li>
<li><a href="index.html">v0.55: Unity-5.6(.NET-3.5)</a> &raquo;</li>
<li>v0.52.0</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/vrm-c/UniVRM/blob/master/docs/release/055/v0.52.0.md" class="fa fa-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<section class="tex2jax_ignore mathjax_ignore" id="v0-52-0">
<h1>v0.52.0<a class="headerlink" href="#v0-52-0" title="Permalink to this headline"></a></h1>
<h1>v0.52.0<a class="headerlink" href="#v0-52-0" title="Permalink to this headline"></a></h1>
<ul class="simple">
<li><p>commit: 1b36 https://github.com/dwango/UniVRM/releases/tag/v0.52.0</p></li>
<li><p>milestone: https://github.com/dwango/UniVRM/milestone/11?closed=1</p></li>
</ul>
<section id="v0-52-0-04-06-2019">
<h2>v0.52.0 (04/06/2019)<a class="headerlink" href="#v0-52-0-04-06-2019" title="Permalink to this headline"></a></h2>
<h2>v0.52.0 (04/06/2019)<a class="headerlink" href="#v0-52-0-04-06-2019" title="Permalink to this headline"></a></h2>
<section id="id1">
<h3>更新内容<a class="headerlink" href="#id1" title="Permalink to this headline"></a></h3>
<h3>更新内容<a class="headerlink" href="#id1" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><p>[<strong>closed</strong>] Update MToon to v3.0 <a class="reference external" href="https://github.com/vrm-c/UniVRM/pull/255">#255</a></p></li>
<li><p>[<strong>material</strong>] update MToon v2.0 <a class="reference external" href="https://github.com/vrm-c/UniVRM/pull/249">#249</a></p>
@@ -109,7 +167,7 @@
</ul>
</section>
<section id="id2">
<h3>その他のバグ修正<a class="headerlink" href="#id2" title="Permalink to this headline"></a></h3>
<h3>その他のバグ修正<a class="headerlink" href="#id2" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><p>[<strong>closed</strong>] Update version number <a class="reference external" href="https://github.com/vrm-c/UniVRM/pull/250">#250</a></p></li>
<li><p>[<strong>bug</strong>] added DepthFirstScheduler reference to VRM.Sample <a class="reference external" href="https://github.com/vrm-c/UniVRM/pull/241">#241</a></p></li>
@@ -136,77 +194,34 @@
</section>
<div class="clearer"></div>
</div>
</div>
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="v0.51.0.html" class="btn btn-neutral float-left" title="v0.51.0" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="v0.53.0.html" class="btn btn-neutral float-right" title="v0.53.0" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, VRM Consortium.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<ul>
<li><a href="../../../ja/release/055/v0.52.0.html">日本語</a></li>
</ul>
</section>
</div>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>
<h3><a href="../../index.html">Table of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">v0.52.0</a><ul>
<li><a class="reference internal" href="#v0-52-0-04-06-2019">v0.52.0 (04/06/2019)</a><ul>
<li><a class="reference internal" href="#id1">更新内容</a></li>
<li><a class="reference internal" href="#id2">その他のバグ修正</a></li>
</ul>
</li>
</ul>
</li>
</ul>
<h4>Previous topic</h4>
<p class="topless"><a href="v0.53.0.html"
title="previous chapter">v0.53.0</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="v0.51.0.html"
title="next chapter">v0.51.0</a></p>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../../_sources/release/055/v0.52.0.md.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="../../search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Go" />
</form>
</div>
</div>
<script>$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../../genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="v0.51.0.html" title="v0.51.0"
>next</a> |</li>
<li class="right" >
<a href="v0.53.0.html" title="v0.53.0"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../../index.html">UniVRM Programming Document documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../index.html" >Release</a> &#187;</li>
<li class="nav-item nav-item-2"><a href="index.html" >v0.55: Unity-5.6(.NET-3.5)</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">v0.52.0</a></li>
</ul>
</div>
<div class="footer" role="contentinfo">
&#169; Copyright 2021, VRM Consortium.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 4.2.0.
</div>
</body>
</body>
</html>

View File

@@ -1,55 +1,113 @@
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<title>v0.53.0 &#8212; UniVRM Programming Document documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../../_static/nature.css" />
<script data-url_root="../../" id="documentation_options" src="../../_static/documentation_options.js"></script>
<script src="../../_static/jquery.js"></script>
<script src="../../_static/underscore.js"></script>
<script src="../../_static/doctools.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>v0.53.0 &mdash; UniVRM Programming Document documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
<script src="../../_static/js/html5shiv.min.js"></script>
<![endif]-->
<script data-url_root="../../" id="documentation_options" src="../../_static/documentation_options.js"></script>
<script src="../../_static/jquery.js"></script>
<script src="../../_static/underscore.js"></script>
<script src="../../_static/doctools.js"></script>
<script src="../../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
<link rel="next" title="v0.52.0" href="v0.52.0.html" />
<link rel="prev" title="v0.54.0" href="v0.54.0.html" />
</head><body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="v0.52.0.html" title="v0.52.0"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="v0.54.0.html" title="v0.54.0"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../../index.html">UniVRM Programming Document documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../index.html" >Release</a> &#187;</li>
<li class="nav-item nav-item-2"><a href="index.html" accesskey="U">v0.55: Unity-5.6(.NET-3.5)</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">v0.53.0</a></li>
</ul>
</div>
<link rel="next" title="v0.54.0" href="v0.54.0.html" />
<link rel="prev" title="v0.52.0" href="v0.52.0.html" />
</head>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" >
<a href="../../index.html" class="icon icon-home"> UniVRM Programming Document
</a>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../../build.html">アプリケーションのビルド</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../implementation/index.html">実装メモ</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../gltf/index.html">glTF</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../vrm0/index.html">VRM</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../vrm1/index.html">VRM-1.0(β)</a></li>
<li class="toctree-l1 current"><a class="reference internal" href="../index.html">Release</a><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="../079/index.html">v0.79: Unity-2019.4</a></li>
<li class="toctree-l2"><a class="reference internal" href="../068/index.html">v0.68v0.78: Unity-2018.4 (pre release)</a></li>
<li class="toctree-l2"><a class="reference internal" href="../056/index.html">v0.56v0.67: Unity-2018.4</a></li>
<li class="toctree-l2 current"><a class="reference internal" href="index.html">v0.55: Unity-5.6(.NET-3.5)</a><ul class="current">
<li class="toctree-l3"><a class="reference internal" href="index.html#unitypackage">UnityPackage</a></li>
<li class="toctree-l3 current"><a class="reference internal" href="index.html#releases">Releases</a><ul class="current">
<li class="toctree-l4"><a class="reference internal" href="v0.40.html">v0.40</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.41.html">v0.41</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.42.html">v0.42</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.43.html">v0.43</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.44.html">v0.44: UniGLTF/UniUnlit 追加</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.45.html">v0.45</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.46.html">v0.46</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.47.html">v0.47</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.48.html">v0.48</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.49.html">v0.49</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.50.html">v0.50</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.51.0.html">v0.51.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.52.0.html">v0.52.0</a></li>
<li class="toctree-l4 current"><a class="current reference internal" href="#">v0.53.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.54.0.html">v0.54.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.55.0.html">v0.55.0</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="../../index.html">UniVRM Programming Document</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="Page navigation">
<ul class="wy-breadcrumbs">
<li><a href="../../index.html" class="icon icon-home"></a> &raquo;</li>
<li><a href="../index.html">Release</a> &raquo;</li>
<li><a href="index.html">v0.55: Unity-5.6(.NET-3.5)</a> &raquo;</li>
<li>v0.53.0</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/vrm-c/UniVRM/blob/master/docs/release/055/v0.53.0.md" class="fa fa-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<section class="tex2jax_ignore mathjax_ignore" id="v0-53-0">
<h1>v0.53.0<a class="headerlink" href="#v0-53-0" title="Permalink to this headline"></a></h1>
<h1>v0.53.0<a class="headerlink" href="#v0-53-0" title="Permalink to this headline"></a></h1>
<ul class="simple">
<li><p>commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.53.0</p></li>
<li><p>milestone: https://github.com/vrm-c/UniVRM/milestone/12?closed=1</p></li>
</ul>
<section id="v0-53-0-05-06-2019">
<h2>v0.53.0 (05/06/2019)<a class="headerlink" href="#v0-53-0-05-06-2019" title="Permalink to this headline"></a></h2>
<h2>v0.53.0 (05/06/2019)<a class="headerlink" href="#v0-53-0-05-06-2019" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li><p>[<strong>closed</strong>] update MToon version v3.2 <a class="reference external" href="https://github.com/vrm-c/UniVRM/pull/264">#264</a></p></li>
<li><p>[<strong>closed</strong>] update MToon v3.1 <a class="reference external" href="https://github.com/vrm-c/UniVRM/pull/263">#263</a></p></li>
@@ -74,73 +132,34 @@
</section>
<div class="clearer"></div>
</div>
</div>
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="v0.52.0.html" class="btn btn-neutral float-left" title="v0.52.0" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="v0.54.0.html" class="btn btn-neutral float-right" title="v0.54.0" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, VRM Consortium.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<ul>
<li><a href="../../../ja/release/055/v0.53.0.html">日本語</a></li>
</ul>
</section>
</div>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>
<h3><a href="../../index.html">Table of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">v0.53.0</a><ul>
<li><a class="reference internal" href="#v0-53-0-05-06-2019">v0.53.0 (05/06/2019)</a></li>
</ul>
</li>
</ul>
<h4>Previous topic</h4>
<p class="topless"><a href="v0.54.0.html"
title="previous chapter">v0.54.0</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="v0.52.0.html"
title="next chapter">v0.52.0</a></p>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../../_sources/release/055/v0.53.0.md.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="../../search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Go" />
</form>
</div>
</div>
<script>$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../../genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="v0.52.0.html" title="v0.52.0"
>next</a> |</li>
<li class="right" >
<a href="v0.54.0.html" title="v0.54.0"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../../index.html">UniVRM Programming Document documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../index.html" >Release</a> &#187;</li>
<li class="nav-item nav-item-2"><a href="index.html" >v0.55: Unity-5.6(.NET-3.5)</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">v0.53.0</a></li>
</ul>
</div>
<div class="footer" role="contentinfo">
&#169; Copyright 2021, VRM Consortium.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 4.2.0.
</div>
</body>
</body>
</html>

View File

@@ -1,55 +1,113 @@
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<title>v0.54.0 &#8212; UniVRM Programming Document documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../../_static/nature.css" />
<script data-url_root="../../" id="documentation_options" src="../../_static/documentation_options.js"></script>
<script src="../../_static/jquery.js"></script>
<script src="../../_static/underscore.js"></script>
<script src="../../_static/doctools.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>v0.54.0 &mdash; UniVRM Programming Document documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
<script src="../../_static/js/html5shiv.min.js"></script>
<![endif]-->
<script data-url_root="../../" id="documentation_options" src="../../_static/documentation_options.js"></script>
<script src="../../_static/jquery.js"></script>
<script src="../../_static/underscore.js"></script>
<script src="../../_static/doctools.js"></script>
<script src="../../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
<link rel="next" title="v0.53.0" href="v0.53.0.html" />
<link rel="prev" title="v0.55.0" href="v0.55.0.html" />
</head><body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="v0.53.0.html" title="v0.53.0"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="v0.55.0.html" title="v0.55.0"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../../index.html">UniVRM Programming Document documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../index.html" >Release</a> &#187;</li>
<li class="nav-item nav-item-2"><a href="index.html" accesskey="U">v0.55: Unity-5.6(.NET-3.5)</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">v0.54.0</a></li>
</ul>
</div>
<link rel="next" title="v0.55.0" href="v0.55.0.html" />
<link rel="prev" title="v0.53.0" href="v0.53.0.html" />
</head>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" >
<a href="../../index.html" class="icon icon-home"> UniVRM Programming Document
</a>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../../build.html">アプリケーションのビルド</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../implementation/index.html">実装メモ</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../gltf/index.html">glTF</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../vrm0/index.html">VRM</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../vrm1/index.html">VRM-1.0(β)</a></li>
<li class="toctree-l1 current"><a class="reference internal" href="../index.html">Release</a><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="../079/index.html">v0.79: Unity-2019.4</a></li>
<li class="toctree-l2"><a class="reference internal" href="../068/index.html">v0.68v0.78: Unity-2018.4 (pre release)</a></li>
<li class="toctree-l2"><a class="reference internal" href="../056/index.html">v0.56v0.67: Unity-2018.4</a></li>
<li class="toctree-l2 current"><a class="reference internal" href="index.html">v0.55: Unity-5.6(.NET-3.5)</a><ul class="current">
<li class="toctree-l3"><a class="reference internal" href="index.html#unitypackage">UnityPackage</a></li>
<li class="toctree-l3 current"><a class="reference internal" href="index.html#releases">Releases</a><ul class="current">
<li class="toctree-l4"><a class="reference internal" href="v0.40.html">v0.40</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.41.html">v0.41</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.42.html">v0.42</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.43.html">v0.43</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.44.html">v0.44: UniGLTF/UniUnlit 追加</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.45.html">v0.45</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.46.html">v0.46</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.47.html">v0.47</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.48.html">v0.48</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.49.html">v0.49</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.50.html">v0.50</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.51.0.html">v0.51.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.52.0.html">v0.52.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.53.0.html">v0.53.0</a></li>
<li class="toctree-l4 current"><a class="current reference internal" href="#">v0.54.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.55.0.html">v0.55.0</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="../../index.html">UniVRM Programming Document</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="Page navigation">
<ul class="wy-breadcrumbs">
<li><a href="../../index.html" class="icon icon-home"></a> &raquo;</li>
<li><a href="../index.html">Release</a> &raquo;</li>
<li><a href="index.html">v0.55: Unity-5.6(.NET-3.5)</a> &raquo;</li>
<li>v0.54.0</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/vrm-c/UniVRM/blob/master/docs/release/055/v0.54.0.md" class="fa fa-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<section class="tex2jax_ignore mathjax_ignore" id="v0-54-0">
<h1>v0.54.0<a class="headerlink" href="#v0-54-0" title="Permalink to this headline"></a></h1>
<h1>v0.54.0<a class="headerlink" href="#v0-54-0" title="Permalink to this headline"></a></h1>
<ul class="simple">
<li><p>commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.54.0</p></li>
<li><p>milestone: https://github.com/vrm-c/UniVRM/milestone/13?closed=1</p></li>
</ul>
<section id="v0-54-0-17-12-2019">
<h2>v0.54.0 (17/12/2019)<a class="headerlink" href="#v0-54-0-17-12-2019" title="Permalink to this headline"></a></h2>
<h2>v0.54.0 (17/12/2019)<a class="headerlink" href="#v0-54-0-17-12-2019" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li><p>[<strong>closed</strong>] Refer to vertex color when importing with UniUnlit <a class="reference external" href="https://github.com/vrm-c/UniVRM/pull/343">#343</a></p>
<ul>
@@ -130,7 +188,7 @@
</ul>
</section>
<section id="id1">
<h2>その他修正<a class="headerlink" href="#id1" title="Permalink to this headline"></a></h2>
<h2>その他修正<a class="headerlink" href="#id1" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li><p>[<strong>closed</strong>] fix Count() to Count <a class="reference external" href="https://github.com/vrm-c/UniVRM/pull/345">#345</a></p></li>
<li><p>[<strong>closed</strong>] ReduceBlendshapeSize default false <a class="reference external" href="https://github.com/vrm-c/UniVRM/pull/342">#342</a></p></li>
@@ -158,74 +216,34 @@
</section>
<div class="clearer"></div>
</div>
</div>
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="v0.53.0.html" class="btn btn-neutral float-left" title="v0.53.0" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="v0.55.0.html" class="btn btn-neutral float-right" title="v0.55.0" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, VRM Consortium.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<ul>
<li><a href="../../../ja/release/055/v0.54.0.html">日本語</a></li>
</ul>
</section>
</div>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>
<h3><a href="../../index.html">Table of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">v0.54.0</a><ul>
<li><a class="reference internal" href="#v0-54-0-17-12-2019">v0.54.0 (17/12/2019)</a></li>
<li><a class="reference internal" href="#id1">その他修正</a></li>
</ul>
</li>
</ul>
<h4>Previous topic</h4>
<p class="topless"><a href="v0.55.0.html"
title="previous chapter">v0.55.0</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="v0.53.0.html"
title="next chapter">v0.53.0</a></p>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../../_sources/release/055/v0.54.0.md.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="../../search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Go" />
</form>
</div>
</div>
<script>$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../../genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="v0.53.0.html" title="v0.53.0"
>next</a> |</li>
<li class="right" >
<a href="v0.55.0.html" title="v0.55.0"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../../index.html">UniVRM Programming Document documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../index.html" >Release</a> &#187;</li>
<li class="nav-item nav-item-2"><a href="index.html" >v0.55: Unity-5.6(.NET-3.5)</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">v0.54.0</a></li>
</ul>
</div>
<div class="footer" role="contentinfo">
&#169; Copyright 2021, VRM Consortium.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 4.2.0.
</div>
</body>
</body>
</html>

View File

@@ -1,52 +1,109 @@
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<title>v0.55.0 &#8212; UniVRM Programming Document documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../../_static/nature.css" />
<script data-url_root="../../" id="documentation_options" src="../../_static/documentation_options.js"></script>
<script src="../../_static/jquery.js"></script>
<script src="../../_static/underscore.js"></script>
<script src="../../_static/doctools.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>v0.55.0 &mdash; UniVRM Programming Document documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
<script src="../../_static/js/html5shiv.min.js"></script>
<![endif]-->
<script data-url_root="../../" id="documentation_options" src="../../_static/documentation_options.js"></script>
<script src="../../_static/jquery.js"></script>
<script src="../../_static/underscore.js"></script>
<script src="../../_static/doctools.js"></script>
<script src="../../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
<link rel="next" title="v0.54.0" href="v0.54.0.html" />
<link rel="prev" title="v0.55: Unity-5.6(.NET-3.5)" href="index.html" />
</head><body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="v0.54.0.html" title="v0.54.0"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="index.html" title="v0.55: Unity-5.6(.NET-3.5)"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../../index.html">UniVRM Programming Document documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../index.html" >Release</a> &#187;</li>
<li class="nav-item nav-item-2"><a href="index.html" accesskey="U">v0.55: Unity-5.6(.NET-3.5)</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">v0.55.0</a></li>
</ul>
</div>
<link rel="prev" title="v0.54.0" href="v0.54.0.html" />
</head>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" >
<a href="../../index.html" class="icon icon-home"> UniVRM Programming Document
</a>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../../build.html">アプリケーションのビルド</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../implementation/index.html">実装メモ</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../gltf/index.html">glTF</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../vrm0/index.html">VRM</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../vrm1/index.html">VRM-1.0(β)</a></li>
<li class="toctree-l1 current"><a class="reference internal" href="../index.html">Release</a><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="../079/index.html">v0.79: Unity-2019.4</a></li>
<li class="toctree-l2"><a class="reference internal" href="../068/index.html">v0.68v0.78: Unity-2018.4 (pre release)</a></li>
<li class="toctree-l2"><a class="reference internal" href="../056/index.html">v0.56v0.67: Unity-2018.4</a></li>
<li class="toctree-l2 current"><a class="reference internal" href="index.html">v0.55: Unity-5.6(.NET-3.5)</a><ul class="current">
<li class="toctree-l3"><a class="reference internal" href="index.html#unitypackage">UnityPackage</a></li>
<li class="toctree-l3 current"><a class="reference internal" href="index.html#releases">Releases</a><ul class="current">
<li class="toctree-l4"><a class="reference internal" href="v0.40.html">v0.40</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.41.html">v0.41</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.42.html">v0.42</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.43.html">v0.43</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.44.html">v0.44: UniGLTF/UniUnlit 追加</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.45.html">v0.45</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.46.html">v0.46</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.47.html">v0.47</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.48.html">v0.48</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.49.html">v0.49</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.50.html">v0.50</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.51.0.html">v0.51.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.52.0.html">v0.52.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.53.0.html">v0.53.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.54.0.html">v0.54.0</a></li>
<li class="toctree-l4 current"><a class="current reference internal" href="#">v0.55.0</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="../../index.html">UniVRM Programming Document</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="Page navigation">
<ul class="wy-breadcrumbs">
<li><a href="../../index.html" class="icon icon-home"></a> &raquo;</li>
<li><a href="../index.html">Release</a> &raquo;</li>
<li><a href="index.html">v0.55: Unity-5.6(.NET-3.5)</a> &raquo;</li>
<li>v0.55.0</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/vrm-c/UniVRM/blob/master/docs/release/055/v0.55.0.md" class="fa fa-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<section class="tex2jax_ignore mathjax_ignore" id="v0-55-0">
<h1>v0.55.0<a class="headerlink" href="#v0-55-0" title="Permalink to this headline"></a></h1>
<h1>v0.55.0<a class="headerlink" href="#v0-55-0" title="Permalink to this headline"></a></h1>
<p>2019/12/26</p>
<section id="changelog">
<h2>ChangeLog<a class="headerlink" href="#changelog" title="Permalink to this headline"></a></h2>
<h2>ChangeLog<a class="headerlink" href="#changelog" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li><p><a class="reference external" href="https://github.com/vrm-c/UniVRM/releases/tag/v0.55.0">https://github.com/vrm-c/UniVRM/releases/tag/v0.55.0</a></p></li>
<li><p><a class="reference external" href="https://github.com/vrm-c/UniVRM/milestone/14?closed=1">milestone</a></p></li>
@@ -82,73 +139,33 @@
</section>
<div class="clearer"></div>
</div>
</div>
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="v0.54.0.html" class="btn btn-neutral float-left" title="v0.54.0" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
</div>
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, VRM Consortium.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<ul>
<li><a href="../../../ja/release/055/v0.55.0.html">日本語</a></li>
</ul>
</section>
</div>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>
<h3><a href="../../index.html">Table of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">v0.55.0</a><ul>
<li><a class="reference internal" href="#changelog">ChangeLog</a></li>
</ul>
</li>
</ul>
<h4>Previous topic</h4>
<p class="topless"><a href="index.html"
title="previous chapter">v0.55: Unity-5.6(.NET-3.5)</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="v0.54.0.html"
title="next chapter">v0.54.0</a></p>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../../_sources/release/055/v0.55.0.md.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="../../search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Go" />
</form>
</div>
</div>
<script>$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../../genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="v0.54.0.html" title="v0.54.0"
>next</a> |</li>
<li class="right" >
<a href="index.html" title="v0.55: Unity-5.6(.NET-3.5)"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../../index.html">UniVRM Programming Document documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../index.html" >Release</a> &#187;</li>
<li class="nav-item nav-item-2"><a href="index.html" >v0.55: Unity-5.6(.NET-3.5)</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">v0.55.0</a></li>
</ul>
</div>
<div class="footer" role="contentinfo">
&#169; Copyright 2021, VRM Consortium.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 4.2.0.
</div>
</body>
</body>
</html>

View File

@@ -1,123 +1,310 @@
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<title>v0.56v0.67: Unity-2018.4 &#8212; UniVRM Programming Document documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../../_static/nature.css" />
<script data-url_root="../../" id="documentation_options" src="../../_static/documentation_options.js"></script>
<script src="../../_static/jquery.js"></script>
<script src="../../_static/underscore.js"></script>
<script src="../../_static/doctools.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>v0.56v0.67: Unity-2018.4 &mdash; UniVRM Programming Document documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
<script src="../../_static/js/html5shiv.min.js"></script>
<![endif]-->
<script data-url_root="../../" id="documentation_options" src="../../_static/documentation_options.js"></script>
<script src="../../_static/jquery.js"></script>
<script src="../../_static/underscore.js"></script>
<script src="../../_static/doctools.js"></script>
<script src="../../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
<link rel="next" title="v0.55: Unity-5.6(.NET-3.5)" href="../055/index.html" />
<link rel="prev" title="v0.68.0: ImporterContext, ScriptedImporter(glb/gltf), remove DepthFirstScheduler" href="../068/v0.68.0.html" />
</head><body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="../055/index.html" title="v0.55: Unity-5.6(.NET-3.5)"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="../068/v0.68.0.html" title="v0.68.0: ImporterContext, ScriptedImporter(glb/gltf), remove DepthFirstScheduler"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../../index.html">UniVRM Programming Document documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../index.html" accesskey="U">Release</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">v0.56v0.67: Unity-2018.4</a></li>
</ul>
</div>
<link rel="next" title="v0.56.0: 最低バージョンを Unity-2018.4 に更新" href="v0.56.0.html" />
<link rel="prev" title="v0.78.0: ScriptdImporter の改修" href="../068/v0.78.0.html" />
</head>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<section class="tex2jax_ignore mathjax_ignore" id="v0-56-v0-67-unity-2018-4">
<h1>v0.56v0.67: Unity-2018.4<a class="headerlink" href="#v0-56-v0-67-unity-2018-4" title="Permalink to this headline"></a></h1>
<section id="id1">
<h2>0.56以降<a class="headerlink" href="#id1" title="Permalink to this headline"></a></h2>
<p><code class="docutils literal notranslate"><span class="pre">Unity-2018.4</span></code></p>
<div class="toctree-wrapper compound">
<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" >
<a href="../../index.html" class="icon icon-home"> UniVRM Programming Document
</a>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</section>
</section>
<div class="clearer"></div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<ul>
<li><a href="../../../ja/release/056/index.html">日本語</a></li>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../../build.html">アプリケーションのビルド</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../implementation/index.html">実装メモ</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../gltf/index.html">glTF</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../vrm0/index.html">VRM</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../vrm1/index.html">VRM-1.0(β)</a></li>
<li class="toctree-l1 current"><a class="reference internal" href="../index.html">Release</a><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="../079/index.html">v0.79: Unity-2019.4</a></li>
<li class="toctree-l2"><a class="reference internal" href="../068/index.html">v0.68v0.78: Unity-2018.4 (pre release)</a></li>
<li class="toctree-l2 current"><a class="current reference internal" href="#">v0.56v0.67: Unity-2018.4</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#releasenote">ReleaseNote</a><ul>
<li class="toctree-l4"><a class="reference internal" href="v0.56.0.html">v0.56.0: 最低バージョンを Unity-2018.4 に更新</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.57.0.html">v0.57.0: ボーン名重複の自動リネーム</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.58.0.html">v0.58.0: テクスチャサイズの適正な考慮</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.59.0.html">v0.59.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.60.0.html">v0.60.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.61.0.html">v0.61.0: シリアライザーを reflection からコード生成に変更</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.62.0.html">v0.62.0: BlendShape bake</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.63.0.html">v0.63.0: UniGLTF と UniVRM の分離</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.64.0.html">v0.64.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.65.0.html">v0.65.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.66.0.html">v0.66.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.67.0.html">v0.67.0: UniJson 単純化</a></li>
</ul>
<h3><a href="../../index.html">Table of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">v0.56v0.67: Unity-2018.4</a><ul>
<li><a class="reference internal" href="#id1">0.56以降</a></li>
</li>
<li class="toctree-l3"><a class="reference internal" href="#download">Download</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="../055/index.html">v0.55: Unity-5.6(.NET-3.5)</a></li>
</ul>
</li>
</ul>
<h4>Previous topic</h4>
<p class="topless"><a href="../068/v0.68.0.html"
title="previous chapter">v0.68.0: ImporterContext, ScriptedImporter(glb/gltf), remove DepthFirstScheduler</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="../055/index.html"
title="next chapter">v0.55: Unity-5.6(.NET-3.5)</a></p>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../../_sources/release/056/index.md.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="../../search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Go" />
</form>
</div>
</div>
<script>$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="../../index.html">UniVRM Programming Document</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="Page navigation">
<ul class="wy-breadcrumbs">
<li><a href="../../index.html" class="icon icon-home"></a> &raquo;</li>
<li><a href="../index.html">Release</a> &raquo;</li>
<li>v0.56v0.67: Unity-2018.4</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/vrm-c/UniVRM/blob/master/docs/release/056/index.md" class="fa fa-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<section class="tex2jax_ignore mathjax_ignore" id="v0-56-v0-67-unity-2018-4">
<h1>v0.56v0.67: Unity-2018.4<a class="headerlink" href="#v0-56-v0-67-unity-2018-4" title="Permalink to this headline"></a></h1>
<section id="releasenote">
<h2>ReleaseNote<a class="headerlink" href="#releasenote" title="Permalink to this headline"></a></h2>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="v0.56.0.html">v0.56.0: 最低バージョンを Unity-2018.4 に更新</a></li>
<li class="toctree-l1"><a class="reference internal" href="v0.57.0.html">v0.57.0: ボーン名重複の自動リネーム</a></li>
<li class="toctree-l1"><a class="reference internal" href="v0.58.0.html">v0.58.0: テクスチャサイズの適正な考慮</a></li>
<li class="toctree-l1"><a class="reference internal" href="v0.59.0.html">v0.59.0</a></li>
<li class="toctree-l1"><a class="reference internal" href="v0.60.0.html">v0.60.0</a></li>
<li class="toctree-l1"><a class="reference internal" href="v0.61.0.html">v0.61.0: シリアライザーを reflection からコード生成に変更</a></li>
<li class="toctree-l1"><a class="reference internal" href="v0.62.0.html">v0.62.0: BlendShape bake</a></li>
<li class="toctree-l1"><a class="reference internal" href="v0.63.0.html">v0.63.0: UniGLTF と UniVRM の分離</a></li>
<li class="toctree-l1"><a class="reference internal" href="v0.64.0.html">v0.64.0</a></li>
<li class="toctree-l1"><a class="reference internal" href="v0.65.0.html">v0.65.0</a></li>
<li class="toctree-l1"><a class="reference internal" href="v0.66.0.html">v0.66.0</a></li>
<li class="toctree-l1"><a class="reference internal" href="v0.67.0.html">v0.67.0: UniJson 単純化</a></li>
</ul>
</div>
</section>
<section id="download">
<h2>Download<a class="headerlink" href="#download" title="Permalink to this headline"></a></h2>
<table class="colwidths-auto docutils align-default">
<thead>
<tr class="row-odd"><th class="head"><p>date</p></th>
<th class="head"><p>version</p></th>
<th class="head"><p>安定性・バグ</p></th>
<th class="head"><p>更新内容・備考</p></th>
</tr>
</thead>
<tbody>
<tr class="row-even"><td><p>2020</p></td>
<td><p><a class="reference external" href="http://github.com/vrm-c/UniVRM/releases/tag/v0.56.0">0.56.0</a></p></td>
<td><p>x</p></td>
<td><p>Unity-2018.4 に変更</p></td>
</tr>
<tr class="row-odd"><td><p></p></td>
<td><p><a class="reference external" href="http://github.com/vrm-c/UniVRM/releases/tag/v0.56.1">0.56.1</a></p></td>
<td><p>x</p></td>
<td><p></p></td>
</tr>
<tr class="row-even"><td><p></p></td>
<td><p><a class="reference external" href="http://github.com/vrm-c/UniVRM/releases/tag/v0.56.2">0.56.2</a></p></td>
<td><p>x</p></td>
<td><p></p></td>
</tr>
<tr class="row-odd"><td><p></p></td>
<td><p><a class="reference external" href="http://github.com/vrm-c/UniVRM/releases/tag/v0.56.3">0.56.3</a></p></td>
<td><p></p></td>
<td><p></p></td>
</tr>
<tr class="row-even"><td><p></p></td>
<td><p><a class="reference external" href="http://github.com/vrm-c/UniVRM/releases/tag/v0.57.0">0.57.0</a></p></td>
<td><p></p></td>
<td><p>ボーン名重複時にに自動でリネームするようになりました</p></td>
</tr>
<tr class="row-odd"><td><p></p></td>
<td><p><a class="reference external" href="http://github.com/vrm-c/UniVRM/releases/tag/v0.57.1">0.57.1</a></p></td>
<td><p></p></td>
<td><p></p></td>
</tr>
<tr class="row-even"><td><p></p></td>
<td><p><a class="reference external" href="http://github.com/vrm-c/UniVRM/releases/tag/v0.58.0">0.58.0</a></p></td>
<td><p><a class="footnote-reference brackets" href="#firstperson-import" id="id1">1</a></p></td>
<td><p>エクスポートダイアログの作り直し</p></td>
</tr>
<tr class="row-odd"><td><p></p></td>
<td><p><a class="reference external" href="http://github.com/vrm-c/UniVRM/releases/tag/v0.58.1">0.58.1</a></p></td>
<td><p></p></td>
<td><p></p></td>
</tr>
<tr class="row-even"><td><p></p></td>
<td><p><a class="reference external" href="http://github.com/vrm-c/UniVRM/releases/tag/v0.59.0">0.59.0</a></p></td>
<td><p></p></td>
<td><p>springBone の Missing を検知してメッセージ</p></td>
</tr>
<tr class="row-odd"><td><p></p></td>
<td><p><a class="reference external" href="http://github.com/vrm-c/UniVRM/releases/tag/v0.60.0">0.60.0</a></p></td>
<td><p></p></td>
<td><p>null check 的なものが増えて、モデル改変してもエラーが出にくくなりました</p></td>
</tr>
<tr class="row-even"><td><p></p></td>
<td><p><a class="reference external" href="http://github.com/vrm-c/UniVRM/releases/tag/v0.61.0">0.61.0</a> <a class="reference external" href="https://github.com/vrm-c/UniVRM/milestone/20?closed=1">milestone</a></p></td>
<td><p><a class="footnote-reference brackets" href="#springcollider" id="id2">2</a></p></td>
<td><p>UniUnlit の頂点カラー。AOT問題を修正</p></td>
</tr>
<tr class="row-odd"><td><p></p></td>
<td><p><a class="reference external" href="http://github.com/vrm-c/UniVRM/releases/tag/v0.61.1">0.61.1</a></p></td>
<td><p></p></td>
<td><p></p></td>
</tr>
<tr class="row-even"><td><p></p></td>
<td><p><a class="reference external" href="http://github.com/vrm-c/UniVRM/releases/tag/v0.62.0">0.62.0</a> <a class="reference external" href="https://github.com/vrm-c/UniVRM/milestone/21?closed=1">milestone</a></p></td>
<td><p></p></td>
<td><p>BlendShape bake の動作が正しくなった</p></td>
</tr>
<tr class="row-odd"><td><p>2021 01/05</p></td>
<td><p><a class="reference external" href="http://github.com/vrm-c/UniVRM/releases/tag/v0.63.0">0.63.0</a> <a class="reference external" href="https://github.com/vrm-c/UniVRM/milestone/25?closed=1">milestone</a></p></td>
<td><p><a class="footnote-reference brackets" href="#jpg" id="id3">3</a> <a class="footnote-reference brackets" href="#kwmap" id="id4">4</a> <a class="footnote-reference brackets" href="#upm" id="id5">5</a></p></td>
<td><p>jpg問題あり。UniGLTF分離</p></td>
</tr>
<tr class="row-even"><td><p>01/07</p></td>
<td><p><a class="reference external" href="http://github.com/vrm-c/UniVRM/releases/tag/v0.63.1">0.63.1</a></p></td>
<td><p><a class="footnote-reference brackets" href="#jpg" id="id6">3</a> <a class="footnote-reference brackets" href="#kwmap" id="id7">4</a></p></td>
<td><p>jpg問題あり</p></td>
</tr>
<tr class="row-odd"><td><p>01/08</p></td>
<td><p><a class="reference external" href="http://github.com/vrm-c/UniVRM/releases/tag/v0.63.2">0.63.2</a></p></td>
<td><p></p></td>
<td><p></p></td>
</tr>
<tr class="row-even"><td><p>01/15</p></td>
<td><p><a class="reference external" href="http://github.com/vrm-c/UniVRM/releases/tag/v0.64.0">0.64.0</a> <a class="reference external" href="https://github.com/vrm-c/UniVRM/milestone/23?closed=1">milestone</a></p></td>
<td><p><a class="footnote-reference brackets" href="#asmdef" id="id8">6</a></p></td>
<td><p>メッシュの一部を削除したときのエクスポートエラーを回避。vrm-1.0 Experimental</p></td>
</tr>
<tr class="row-odd"><td><p>01/26</p></td>
<td><p><a class="reference external" href="http://github.com/vrm-c/UniVRM/releases/tag/v0.65.0">0.65.0</a></p></td>
<td><p><a class="footnote-reference brackets" href="#build" id="id9">7</a></p></td>
<td><p></p></td>
</tr>
<tr class="row-even"><td><p>01/28</p></td>
<td><p><a class="reference external" href="http://github.com/vrm-c/UniVRM/releases/tag/v0.65.1">0.65.1</a> <a class="reference external" href="https://github.com/vrm-c/UniVRM/milestone/28?closed=1">milestone</a></p></td>
<td><p><a class="footnote-reference brackets" href="#build" id="id10">7</a></p></td>
<td><p>トルコ語のExportを修正<a class="reference external" href="https://github.com/vrm-c/UniVRM/issues/696">#696</a></p></td>
</tr>
<tr class="row-odd"><td><p>01/28</p></td>
<td><p><a class="reference external" href="http://github.com/vrm-c/UniVRM/releases/tag/v0.65.2">0.65.2</a> <a class="reference external" href="https://github.com/vrm-c/UniVRM/milestone/29?closed=1">milestone</a></p></td>
<td><p></p></td>
<td><p></p></td>
</tr>
<tr class="row-even"><td><p></p></td>
<td><p><a class="reference external" href="http://github.com/vrm-c/UniVRM/releases/tag/v0.65.3">0.65.3</a></p></td>
<td><p></p></td>
<td><p>UniGLTFのバージョン。UPM専用。パッケージリリース無し</p></td>
</tr>
<tr class="row-odd"><td><p>02/03</p></td>
<td><p><a class="reference external" href="http://github.com/vrm-c/UniVRM/releases/tag/v0.66.0">0.66.0</a> <a class="reference external" href="https://github.com/vrm-c/UniVRM/milestone/26?closed=1">milestone</a></p></td>
<td><p>安定✅</p></td>
<td><p>未正規化ヒエラルキーにスプリングボーンがあるときの警告メッセージ</p></td>
</tr>
<tr class="row-even"><td><p></p></td>
<td><p><a class="reference external" href="http://github.com/vrm-c/UniVRM/releases/tag/v0.67.0">0.67.0</a> <a class="reference external" href="https://github.com/vrm-c/UniVRM/milestone/27?closed=1">milestone</a></p></td>
<td><p></p></td>
<td><p>UPM専用。パッケージリリース無し</p></td>
</tr>
<tr class="row-odd"><td><p></p></td>
<td><p><a class="reference external" href="http://github.com/vrm-c/UniVRM/releases/tag/v0.67.1">0.67.1</a></p></td>
<td><p></p></td>
<td><p>UPM専用。パッケージリリース無し</p></td>
</tr>
</tbody>
</table>
<hr class="footnotes docutils" />
<dl class="footnote brackets">
<dt class="label" id="firstperson-import"><span class="brackets"><a class="fn-backref" href="#id1">1</a></span></dt>
<dd><p>VRMFirstPerson のエディターインポートのバグ <a class="reference external" href="https://github.com/vrm-c/UniVRM/issues/515">/#515</a></p>
</dd>
<dt class="label" id="springcollider"><span class="brackets"><a class="fn-backref" href="#id2">2</a></span></dt>
<dd><p>スプリングボーンのコライダーの座標変換バグ。 <a class="reference external" href="https://github.com/vrm-c/UniVRM/issues/576">#576</a></p>
</dd>
<dt class="label" id="jpg"><span class="brackets">3</span><span class="fn-backref">(<a href="#id3">1</a>,<a href="#id6">2</a>)</span></dt>
<dd><p>エクスポートダイアログのスクリーンショットボタンの jpg バグ。<a class="reference external" href="https://github.com/vrm-c/UniVRM/issues/639">#639</a></p>
</dd>
<dt class="label" id="kwmap"><span class="brackets">4</span><span class="fn-backref">(<a href="#id4">1</a>,<a href="#id7">2</a>)</span></dt>
<dd><p>シリアライザのバグ。エクスポートしたファイルの互換性。 <a class="reference external" href="https://github.com/vrm-c/UniVRM/issues/654">#654</a></p>
</dd>
<dt class="label" id="upm"><span class="brackets"><a class="fn-backref" href="#id5">5</a></span></dt>
<dd><p>MeshUtility フォルダの移動と参照の問題。</p>
</dd>
<dt class="label" id="asmdef"><span class="brackets"><a class="fn-backref" href="#id8">6</a></span></dt>
<dd><p>他のパッケージと併用するときに install で問題が出る? <a class="reference external" href="https://github.com/vrm-c/UniVRM/pull/687">#687</a></p>
</dd>
<dt class="label" id="build"><span class="brackets">7</span><span class="fn-backref">(<a href="#id9">1</a>,<a href="#id10">2</a>)</span></dt>
<dd><p>build すると Exception( <code class="docutils literal notranslate"><span class="pre">#if</span> <span class="pre">UNITY_EDITOR</span></code> )。 <a class="reference external" href="https://github.com/vrm-c/UniVRM/issues/701">#701</a></p>
</dd>
</dl>
</section>
</section>
</div>
</div>
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="../068/v0.78.0.html" class="btn btn-neutral float-left" title="v0.78.0: ScriptdImporter の改修" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="v0.56.0.html" class="btn btn-neutral float-right" title="v0.56.0: 最低バージョンを Unity-2018.4 に更新" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../../genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="../055/index.html" title="v0.55: Unity-5.6(.NET-3.5)"
>next</a> |</li>
<li class="right" >
<a href="../068/v0.68.0.html" title="v0.68.0: ImporterContext, ScriptedImporter(glb/gltf), remove DepthFirstScheduler"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../../index.html">UniVRM Programming Document documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../index.html" >Release</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">v0.56v0.67: Unity-2018.4</a></li>
</ul>
</div>
<div class="footer" role="contentinfo">
&#169; Copyright 2021, VRM Consortium.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 4.2.0.
</div>
</body>
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, VRM Consortium.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
</section>
</div>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>
</body>
</html>

View File

@@ -1,48 +1,112 @@
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<title>v0.56.0: 最低バージョンを Unity-2018.4 に更新 &#8212; UniVRM Programming Document documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../../_static/nature.css" />
<script data-url_root="../../" id="documentation_options" src="../../_static/documentation_options.js"></script>
<script src="../../_static/jquery.js"></script>
<script src="../../_static/underscore.js"></script>
<script src="../../_static/doctools.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>v0.56.0: 最低バージョンを Unity-2018.4 に更新 &mdash; UniVRM Programming Document documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
<script src="../../_static/js/html5shiv.min.js"></script>
<![endif]-->
<script data-url_root="../../" id="documentation_options" src="../../_static/documentation_options.js"></script>
<script src="../../_static/jquery.js"></script>
<script src="../../_static/underscore.js"></script>
<script src="../../_static/doctools.js"></script>
<script src="../../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
</head><body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="nav-item nav-item-0"><a href="../../index.html">UniVRM Programming Document documentation</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">v0.56.0: 最低バージョンを Unity-2018.4 に更新</a></li>
</ul>
</div>
<link rel="search" title="Search" href="../../search.html" />
<link rel="next" title="v0.57.0: ボーン名重複の自動リネーム" href="v0.57.0.html" />
<link rel="prev" title="v0.56v0.67: Unity-2018.4" href="index.html" />
</head>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" >
<a href="../../index.html" class="icon icon-home"> UniVRM Programming Document
</a>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../../build.html">アプリケーションのビルド</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../implementation/index.html">実装メモ</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../gltf/index.html">glTF</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../vrm0/index.html">VRM</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../vrm1/index.html">VRM-1.0(β)</a></li>
<li class="toctree-l1 current"><a class="reference internal" href="../index.html">Release</a><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="../079/index.html">v0.79: Unity-2019.4</a></li>
<li class="toctree-l2"><a class="reference internal" href="../068/index.html">v0.68v0.78: Unity-2018.4 (pre release)</a></li>
<li class="toctree-l2 current"><a class="reference internal" href="index.html">v0.56v0.67: Unity-2018.4</a><ul class="current">
<li class="toctree-l3 current"><a class="reference internal" href="index.html#releasenote">ReleaseNote</a><ul class="current">
<li class="toctree-l4 current"><a class="current reference internal" href="#">v0.56.0: 最低バージョンを Unity-2018.4 に更新</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.57.0.html">v0.57.0: ボーン名重複の自動リネーム</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.58.0.html">v0.58.0: テクスチャサイズの適正な考慮</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.59.0.html">v0.59.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.60.0.html">v0.60.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.61.0.html">v0.61.0: シリアライザーを reflection からコード生成に変更</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.62.0.html">v0.62.0: BlendShape bake</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.63.0.html">v0.63.0: UniGLTF と UniVRM の分離</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.64.0.html">v0.64.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.65.0.html">v0.65.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.66.0.html">v0.66.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.67.0.html">v0.67.0: UniJson 単純化</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="index.html#download">Download</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="../055/index.html">v0.55: Unity-5.6(.NET-3.5)</a></li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="../../index.html">UniVRM Programming Document</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="Page navigation">
<ul class="wy-breadcrumbs">
<li><a href="../../index.html" class="icon icon-home"></a> &raquo;</li>
<li><a href="../index.html">Release</a> &raquo;</li>
<li><a href="index.html">v0.56v0.67: Unity-2018.4</a> &raquo;</li>
<li>v0.56.0: 最低バージョンを Unity-2018.4 に更新</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/vrm-c/UniVRM/blob/master/docs/release/056/v0.56.0.md" class="fa fa-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<section class="tex2jax_ignore mathjax_ignore" id="v0-56-0-unity-2018-4">
<h1>v0.56.0: 最低バージョンを Unity-2018.4 に更新<a class="headerlink" href="#v0-56-0-unity-2018-4" title="Permalink to this headline"></a></h1>
<h1>v0.56.0: 最低バージョンを Unity-2018.4 に更新<a class="headerlink" href="#v0-56-0-unity-2018-4" title="Permalink to this headline"></a></h1>
<ul class="simple">
<li><p>commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.56.0</p></li>
<li><p>milestone: https://github.com/vrm-c/UniVRM/milestone/15?closed=1</p></li>
</ul>
<p><a class="reference external" href="https://github.com/vrm-c/UniVRM/compare/v0.55.0...v0.56.0">Full Changelog</a></p>
<section id="id1">
<h2>主な変更<a class="headerlink" href="#id1" title="Permalink to this headline"></a></h2>
<h2>主な変更<a class="headerlink" href="#id1" title="Permalink to this headline"></a></h2>
<section id="unity">
<h3>Unity対応バージョンを更新<a class="headerlink" href="#unity" title="Permalink to this headline"></a></h3>
<h3>Unity対応バージョンを更新<a class="headerlink" href="#unity" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><p>サポートバージョンを <code class="docutils literal notranslate"><span class="pre">Unity-2018.4LTS</span> <span class="pre">以降</span></code> <code class="docutils literal notranslate"><span class="pre">.Net4</span></code> のみに更新しました。</p></li>
</ul>
@@ -55,7 +119,7 @@
</ul>
</section>
<section id="vrmshaders">
<h3>VRMShaders フォルダを独立<a class="headerlink" href="#vrmshaders" title="Permalink to this headline"></a></h3>
<h3>VRMShaders フォルダを独立<a class="headerlink" href="#vrmshaders" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><p>MToon</p></li>
<li><p>UniUnlit</p></li>
@@ -78,7 +142,7 @@ UniVRM-0.55 以前からアップグレードする場合は、 <code class="doc
</ul>
</section>
<section id="univrm-upm">
<h3>UniVRM の UPM 対応<a class="headerlink" href="#univrm-upm" title="Permalink to this headline"></a></h3>
<h3>UniVRM の UPM 対応<a class="headerlink" href="#univrm-upm" title="Permalink to this headline"></a></h3>
<p><code class="docutils literal notranslate"><span class="pre">Unity-2019.3</span></code> で導入された <a class="reference external" href="https://docs.unity3d.com/Manual/upm-ui-giturl.html">git url</a> によるパッケージ指定に対応しました。
以下の2つを登録することで UniVRM を使用できます。
VRM が VRMShaders に依存しています。</p>
@@ -92,7 +156,7 @@ VRM が VRMShaders に依存しています。</p>
</ul>
</section>
<section id="blendshapekey">
<h3>BlendShapeKeyのインタフェースを厳格化、整理<a class="headerlink" href="#blendshapekey" title="Permalink to this headline"></a></h3>
<h3>BlendShapeKeyのインタフェースを厳格化、整理<a class="headerlink" href="#blendshapekey" title="Permalink to this headline"></a></h3>
<p>BlendShapeKeyを作成する方法が不明瞭だったため、
より明示的な API に置き換えました。</p>
<ul class="simple">
@@ -172,7 +236,7 @@ VRM が VRMShaders に依存しています。</p>
</ul>
</section>
<section id="meshutility">
<h3>MeshUtility の追加<a class="headerlink" href="#meshutility" title="Permalink to this headline"></a></h3>
<h3>MeshUtility の追加<a class="headerlink" href="#meshutility" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><p><code class="docutils literal notranslate"><span class="pre">https://github.com/vrm-c/UniVRM.git?path=/Assets/MeshUtilty</span></code></p></li>
</ul>
@@ -193,7 +257,7 @@ VRM が VRMShaders に依存しています。</p>
</ul>
</section>
<section id="exporter">
<h3>Exporter の更新<a class="headerlink" href="#exporter" title="Permalink to this headline"></a></h3>
<h3>Exporter の更新<a class="headerlink" href="#exporter" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><p>[<strong>closed</strong>] <strong>Add blendshape options to export dialog</strong> <a class="reference external" href="https://github.com/vrm-c/UniVRM/pull/421">#421</a></p>
<ul>
@@ -239,7 +303,7 @@ VRM が VRMShaders に依存しています。</p>
</ul>
</section>
<section id="unitypackage">
<h3>unitypackage<a class="headerlink" href="#unitypackage" title="Permalink to this headline"></a></h3>
<h3>unitypackage<a class="headerlink" href="#unitypackage" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><p>[<strong>closed</strong>] update export UnityPackage menu <a class="reference external" href="https://github.com/vrm-c/UniVRM/pull/441">#441</a></p>
<ul>
@@ -251,7 +315,7 @@ VRM が VRMShaders に依存しています。</p>
</section>
</section>
<section id="changelog">
<h2>その他のChangelog<a class="headerlink" href="#changelog" title="Permalink to this headline"></a></h2>
<h2>その他のChangelog<a class="headerlink" href="#changelog" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li><p>[<strong>closed</strong>] <strong>Add texture transform extensions</strong> <a class="reference external" href="https://github.com/vrm-c/UniVRM/pull/229">#229</a></p>
<ul>
@@ -343,69 +407,34 @@ VRM が VRMShaders に依存しています。</p>
</section>
<div class="clearer"></div>
</div>
</div>
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="index.html" class="btn btn-neutral float-left" title="v0.56v0.67: Unity-2018.4" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="v0.57.0.html" class="btn btn-neutral float-right" title="v0.57.0: ボーン名重複の自動リネーム" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, VRM Consortium.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<ul>
<li><a href="../../../ja/release/056/v0.56.0.html">日本語</a></li>
</ul>
</section>
</div>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>
<h3><a href="../../index.html">Table of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">v0.56.0: 最低バージョンを Unity-2018.4 に更新</a><ul>
<li><a class="reference internal" href="#id1">主な変更</a><ul>
<li><a class="reference internal" href="#unity">Unity対応バージョンを更新</a></li>
<li><a class="reference internal" href="#vrmshaders">VRMShaders フォルダを独立</a></li>
<li><a class="reference internal" href="#univrm-upm">UniVRM の UPM 対応</a></li>
<li><a class="reference internal" href="#blendshapekey">BlendShapeKeyのインタフェースを厳格化、整理</a></li>
<li><a class="reference internal" href="#meshutility">MeshUtility の追加</a></li>
<li><a class="reference internal" href="#exporter">Exporter の更新</a></li>
<li><a class="reference internal" href="#unitypackage">unitypackage</a></li>
</ul>
</li>
<li><a class="reference internal" href="#changelog">その他のChangelog</a></li>
</ul>
</li>
</ul>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../../_sources/release/056/v0.56.0.md.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="../../search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Go" />
</form>
</div>
</div>
<script>$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../../genindex.html" title="General Index"
>index</a></li>
<li class="nav-item nav-item-0"><a href="../../index.html">UniVRM Programming Document documentation</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">v0.56.0: 最低バージョンを Unity-2018.4 に更新</a></li>
</ul>
</div>
<div class="footer" role="contentinfo">
&#169; Copyright 2021, VRM Consortium.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 4.2.0.
</div>
</body>
</body>
</html>

View File

@@ -1,48 +1,112 @@
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<title>v0.57.0: ボーン名重複の自動リネーム &#8212; UniVRM Programming Document documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../../_static/nature.css" />
<script data-url_root="../../" id="documentation_options" src="../../_static/documentation_options.js"></script>
<script src="../../_static/jquery.js"></script>
<script src="../../_static/underscore.js"></script>
<script src="../../_static/doctools.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>v0.57.0: ボーン名重複の自動リネーム &mdash; UniVRM Programming Document documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
<script src="../../_static/js/html5shiv.min.js"></script>
<![endif]-->
<script data-url_root="../../" id="documentation_options" src="../../_static/documentation_options.js"></script>
<script src="../../_static/jquery.js"></script>
<script src="../../_static/underscore.js"></script>
<script src="../../_static/doctools.js"></script>
<script src="../../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
</head><body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="nav-item nav-item-0"><a href="../../index.html">UniVRM Programming Document documentation</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">v0.57.0: ボーン名重複の自動リネーム</a></li>
</ul>
</div>
<link rel="search" title="Search" href="../../search.html" />
<link rel="next" title="v0.58.0: テクスチャサイズの適正な考慮" href="v0.58.0.html" />
<link rel="prev" title="v0.56.0: 最低バージョンを Unity-2018.4 に更新" href="v0.56.0.html" />
</head>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" >
<a href="../../index.html" class="icon icon-home"> UniVRM Programming Document
</a>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../../build.html">アプリケーションのビルド</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../implementation/index.html">実装メモ</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../gltf/index.html">glTF</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../vrm0/index.html">VRM</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../vrm1/index.html">VRM-1.0(β)</a></li>
<li class="toctree-l1 current"><a class="reference internal" href="../index.html">Release</a><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="../079/index.html">v0.79: Unity-2019.4</a></li>
<li class="toctree-l2"><a class="reference internal" href="../068/index.html">v0.68v0.78: Unity-2018.4 (pre release)</a></li>
<li class="toctree-l2 current"><a class="reference internal" href="index.html">v0.56v0.67: Unity-2018.4</a><ul class="current">
<li class="toctree-l3 current"><a class="reference internal" href="index.html#releasenote">ReleaseNote</a><ul class="current">
<li class="toctree-l4"><a class="reference internal" href="v0.56.0.html">v0.56.0: 最低バージョンを Unity-2018.4 に更新</a></li>
<li class="toctree-l4 current"><a class="current reference internal" href="#">v0.57.0: ボーン名重複の自動リネーム</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.58.0.html">v0.58.0: テクスチャサイズの適正な考慮</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.59.0.html">v0.59.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.60.0.html">v0.60.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.61.0.html">v0.61.0: シリアライザーを reflection からコード生成に変更</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.62.0.html">v0.62.0: BlendShape bake</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.63.0.html">v0.63.0: UniGLTF と UniVRM の分離</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.64.0.html">v0.64.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.65.0.html">v0.65.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.66.0.html">v0.66.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.67.0.html">v0.67.0: UniJson 単純化</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="index.html#download">Download</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="../055/index.html">v0.55: Unity-5.6(.NET-3.5)</a></li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="../../index.html">UniVRM Programming Document</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="Page navigation">
<ul class="wy-breadcrumbs">
<li><a href="../../index.html" class="icon icon-home"></a> &raquo;</li>
<li><a href="../index.html">Release</a> &raquo;</li>
<li><a href="index.html">v0.56v0.67: Unity-2018.4</a> &raquo;</li>
<li>v0.57.0: ボーン名重複の自動リネーム</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/vrm-c/UniVRM/blob/master/docs/release/056/v0.57.0.md" class="fa fa-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<section class="tex2jax_ignore mathjax_ignore" id="v0-57-0">
<h1>v0.57.0: ボーン名重複の自動リネーム<a class="headerlink" href="#v0-57-0" title="Permalink to this headline"></a></h1>
<h1>v0.57.0: ボーン名重複の自動リネーム<a class="headerlink" href="#v0-57-0" title="Permalink to this headline"></a></h1>
<ul class="simple">
<li><p>commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.57.0</p></li>
<li><p>milestone: https://github.com/vrm-c/UniVRM/milestone/16?closed=1</p></li>
</ul>
<p><a class="reference external" href="https://github.com/vrm-c/UniVRM/compare/v0.56...v0.57.0">Full Changelog</a></p>
<section id="id1">
<h2>主な変更<a class="headerlink" href="#id1" title="Permalink to this headline"></a></h2>
<h2>主な変更<a class="headerlink" href="#id1" title="Permalink to this headline"></a></h2>
<section id="exporter">
<h3>Exporter<a class="headerlink" href="#exporter" title="Permalink to this headline"></a></h3>
<h3>Exporter<a class="headerlink" href="#exporter" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><p>[<strong>closed</strong>] ボーン名重複と、RootのTRSを警告に下げてエクスポートできるようにした <a class="reference external" href="https://github.com/vrm-c/UniVRM/pull/478">#478</a></p>
<ul>
@@ -59,7 +123,7 @@
</section>
</section>
<section id="changelog">
<h2>その他のChangelog<a class="headerlink" href="#changelog" title="Permalink to this headline"></a></h2>
<h2>その他のChangelog<a class="headerlink" href="#changelog" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li><p>[<strong>closed</strong>] UnitTestが通らなくなったのを修正 <a class="reference external" href="https://github.com/vrm-c/UniVRM/pull/495">#495</a></p></li>
<li><p>[<strong>closed</strong>] Fix warning <a class="reference external" href="https://github.com/vrm-c/UniVRM/pull/489">#489</a></p></li>
@@ -73,63 +137,34 @@
</section>
<div class="clearer"></div>
</div>
</div>
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="v0.56.0.html" class="btn btn-neutral float-left" title="v0.56.0: 最低バージョンを Unity-2018.4 に更新" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="v0.58.0.html" class="btn btn-neutral float-right" title="v0.58.0: テクスチャサイズの適正な考慮" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, VRM Consortium.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<ul>
<li><a href="../../../ja/release/056/v0.57.0.html">日本語</a></li>
</ul>
</section>
</div>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>
<h3><a href="../../index.html">Table of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">v0.57.0: ボーン名重複の自動リネーム</a><ul>
<li><a class="reference internal" href="#id1">主な変更</a><ul>
<li><a class="reference internal" href="#exporter">Exporter</a></li>
</ul>
</li>
<li><a class="reference internal" href="#changelog">その他のChangelog</a></li>
</ul>
</li>
</ul>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../../_sources/release/056/v0.57.0.md.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="../../search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Go" />
</form>
</div>
</div>
<script>$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../../genindex.html" title="General Index"
>index</a></li>
<li class="nav-item nav-item-0"><a href="../../index.html">UniVRM Programming Document documentation</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">v0.57.0: ボーン名重複の自動リネーム</a></li>
</ul>
</div>
<div class="footer" role="contentinfo">
&#169; Copyright 2021, VRM Consortium.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 4.2.0.
</div>
</body>
</body>
</html>

View File

@@ -1,48 +1,112 @@
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<title>v0.58.0: テクスチャサイズの適正な考慮 &#8212; UniVRM Programming Document documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../../_static/nature.css" />
<script data-url_root="../../" id="documentation_options" src="../../_static/documentation_options.js"></script>
<script src="../../_static/jquery.js"></script>
<script src="../../_static/underscore.js"></script>
<script src="../../_static/doctools.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>v0.58.0: テクスチャサイズの適正な考慮 &mdash; UniVRM Programming Document documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
<script src="../../_static/js/html5shiv.min.js"></script>
<![endif]-->
<script data-url_root="../../" id="documentation_options" src="../../_static/documentation_options.js"></script>
<script src="../../_static/jquery.js"></script>
<script src="../../_static/underscore.js"></script>
<script src="../../_static/doctools.js"></script>
<script src="../../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
</head><body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="nav-item nav-item-0"><a href="../../index.html">UniVRM Programming Document documentation</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">v0.58.0: テクスチャサイズの適正な考慮</a></li>
</ul>
</div>
<link rel="search" title="Search" href="../../search.html" />
<link rel="next" title="v0.59.0" href="v0.59.0.html" />
<link rel="prev" title="v0.57.0: ボーン名重複の自動リネーム" href="v0.57.0.html" />
</head>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" >
<a href="../../index.html" class="icon icon-home"> UniVRM Programming Document
</a>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../../build.html">アプリケーションのビルド</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../implementation/index.html">実装メモ</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../gltf/index.html">glTF</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../vrm0/index.html">VRM</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../vrm1/index.html">VRM-1.0(β)</a></li>
<li class="toctree-l1 current"><a class="reference internal" href="../index.html">Release</a><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="../079/index.html">v0.79: Unity-2019.4</a></li>
<li class="toctree-l2"><a class="reference internal" href="../068/index.html">v0.68v0.78: Unity-2018.4 (pre release)</a></li>
<li class="toctree-l2 current"><a class="reference internal" href="index.html">v0.56v0.67: Unity-2018.4</a><ul class="current">
<li class="toctree-l3 current"><a class="reference internal" href="index.html#releasenote">ReleaseNote</a><ul class="current">
<li class="toctree-l4"><a class="reference internal" href="v0.56.0.html">v0.56.0: 最低バージョンを Unity-2018.4 に更新</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.57.0.html">v0.57.0: ボーン名重複の自動リネーム</a></li>
<li class="toctree-l4 current"><a class="current reference internal" href="#">v0.58.0: テクスチャサイズの適正な考慮</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.59.0.html">v0.59.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.60.0.html">v0.60.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.61.0.html">v0.61.0: シリアライザーを reflection からコード生成に変更</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.62.0.html">v0.62.0: BlendShape bake</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.63.0.html">v0.63.0: UniGLTF と UniVRM の分離</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.64.0.html">v0.64.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.65.0.html">v0.65.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.66.0.html">v0.66.0</a></li>
<li class="toctree-l4"><a class="reference internal" href="v0.67.0.html">v0.67.0: UniJson 単純化</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="index.html#download">Download</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="../055/index.html">v0.55: Unity-5.6(.NET-3.5)</a></li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="../../index.html">UniVRM Programming Document</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="Page navigation">
<ul class="wy-breadcrumbs">
<li><a href="../../index.html" class="icon icon-home"></a> &raquo;</li>
<li><a href="../index.html">Release</a> &raquo;</li>
<li><a href="index.html">v0.56v0.67: Unity-2018.4</a> &raquo;</li>
<li>v0.58.0: テクスチャサイズの適正な考慮</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/vrm-c/UniVRM/blob/master/docs/release/056/v0.58.0.md" class="fa fa-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<section class="tex2jax_ignore mathjax_ignore" id="v0-58-0">
<h1>v0.58.0: テクスチャサイズの適正な考慮<a class="headerlink" href="#v0-58-0" title="Permalink to this headline"></a></h1>
<h1>v0.58.0: テクスチャサイズの適正な考慮<a class="headerlink" href="#v0-58-0" title="Permalink to this headline"></a></h1>
<ul class="simple">
<li><p>commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.58.0</p></li>
<li><p>milestone: https://github.com/vrm-c/UniVRM/milestone/17?closed=1</p></li>
</ul>
<p><a class="reference external" href="https://github.com/vrm-c/UniVRM/compare/v0.57.1...v0.58.0">Full Changelog</a></p>
<section id="id1">
<h2>主な変更<a class="headerlink" href="#id1" title="Permalink to this headline"></a></h2>
<h2>主な変更<a class="headerlink" href="#id1" title="Permalink to this headline"></a></h2>
<section id="id2">
<h3>テクスチャサイズの適正な考慮<a class="headerlink" href="#id2" title="Permalink to this headline"></a></h3>
<h3>テクスチャサイズの適正な考慮<a class="headerlink" href="#id2" title="Permalink to this headline"></a></h3>
<p>UnityEditor で VRM ファイルを出力する際に、すべてのテクスチャがテクスチャのインポートサイズ設定を考慮するように修正しました。
この修正によって VRM ファイルのサイズ減少が大きく期待できます。</p>
<blockquote>
@@ -53,27 +117,27 @@
</ul>
</section>
<section id="blendshapekey">
<h3>BlendShapeKey<a class="headerlink" href="#blendshapekey" title="Permalink to this headline"></a></h3>
<h3>BlendShapeKey<a class="headerlink" href="#blendshapekey" title="Permalink to this headline"></a></h3>
<p>https://vrm.dev/dev/univrm-0.xx/programming/univrm_use_blendshape/</p>
<ul class="simple">
<li><p>[<strong>closed</strong>] Refactor BlendShapeKey &amp;&amp; BlendShapePreset.Unknown 以外のプリセットは独自の Name を持てない仕様に変更 <a class="reference external" href="https://github.com/vrm-c/UniVRM/pull/501">#501</a></p></li>
</ul>
</section>
<section id="springbone">
<h3>未対応のSpringBone設定<a class="headerlink" href="#springbone" title="Permalink to this headline"></a></h3>
<h3>未対応のSpringBone設定<a class="headerlink" href="#springbone" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><p>[<strong>closed</strong>] 新規のエクスポート警告 https://github.com/vrm-c/UniVRM/issues/474</p></li>
<li><p>[<strong>closed</strong>] * implement SpringBone validation #474 <a class="reference external" href="https://github.com/vrm-c/UniVRM/pull/510">#510</a></p></li>
</ul>
</section>
<section id="prefab">
<h3>prefab エクスポートの復活<a class="headerlink" href="#prefab" title="Permalink to this headline"></a></h3>
<h3>prefab エクスポートの復活<a class="headerlink" href="#prefab" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><p>[<strong>closed</strong>] NO_ACTIVE_MESH の判定方法を変更 <a class="reference external" href="https://github.com/vrm-c/UniVRM/pull/513">#513</a></p></li>
</ul>
</section>
<section id="id3">
<h3>エクスポートダイアログの作り直し<a class="headerlink" href="#id3" title="Permalink to this headline"></a></h3>
<h3>エクスポートダイアログの作り直し<a class="headerlink" href="#id3" title="Permalink to this headline"></a></h3>
<p>機能はほぼ同じですが、画面と操作が変わっています</p>
<p>https://vrm.dev/docs/univrm/export/univrm_export/</p>
<ul class="simple">
@@ -83,7 +147,7 @@
</section>
</section>
<section id="changelog">
<h2>その他のChangelog<a class="headerlink" href="#changelog" title="Permalink to this headline"></a></h2>
<h2>その他のChangelog<a class="headerlink" href="#changelog" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li><p>[<strong>closed</strong>] BlendShape AccumulateValue will not be over 100 <a class="reference external" href="https://github.com/vrm-c/UniVRM/pull/497">#497</a></p></li>
</ul>
@@ -91,67 +155,34 @@
</section>
<div class="clearer"></div>
</div>
</div>
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="v0.57.0.html" class="btn btn-neutral float-left" title="v0.57.0: ボーン名重複の自動リネーム" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="v0.59.0.html" class="btn btn-neutral float-right" title="v0.59.0" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, VRM Consortium.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<ul>
<li><a href="../../../ja/release/056/v0.58.0.html">日本語</a></li>
</ul>
</section>
</div>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>
<h3><a href="../../index.html">Table of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">v0.58.0: テクスチャサイズの適正な考慮</a><ul>
<li><a class="reference internal" href="#id1">主な変更</a><ul>
<li><a class="reference internal" href="#id2">テクスチャサイズの適正な考慮</a></li>
<li><a class="reference internal" href="#blendshapekey">BlendShapeKey</a></li>
<li><a class="reference internal" href="#springbone">未対応のSpringBone設定</a></li>
<li><a class="reference internal" href="#prefab">prefab エクスポートの復活</a></li>
<li><a class="reference internal" href="#id3">エクスポートダイアログの作り直し</a></li>
</ul>
</li>
<li><a class="reference internal" href="#changelog">その他のChangelog</a></li>
</ul>
</li>
</ul>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../../_sources/release/056/v0.58.0.md.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="../../search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Go" />
</form>
</div>
</div>
<script>$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../../genindex.html" title="General Index"
>index</a></li>
<li class="nav-item nav-item-0"><a href="../../index.html">UniVRM Programming Document documentation</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">v0.58.0: テクスチャサイズの適正な考慮</a></li>
</ul>
</div>
<div class="footer" role="contentinfo">
&#169; Copyright 2021, VRM Consortium.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 4.2.0.
</div>
</body>
</body>
</html>

Some files were not shown because too many files have changed in this diff Show More