mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-04-24 15:08:02 -05:00
UniVRM-0.115.0
This commit is contained in:
parent
7e052b19b3
commit
34a417b34d
|
|
@ -47,21 +47,21 @@
|
|||
<body>
|
||||
<main>
|
||||
<a
|
||||
href="https://github.com/vrm-c/UniVRM/releases/download/v0.114.0/VRM-0.114.0_0.11.unitypackage"
|
||||
href="https://github.com/vrm-c/UniVRM/releases/download/v0.115.0/VRM-0.115.0_0.11.unitypackage"
|
||||
class="btn"
|
||||
>
|
||||
<div>
|
||||
<h1>VRM-0.114.0</h1>
|
||||
<h1>VRM-0.115.0</h1>
|
||||
<div>for vrm-1.0</div>
|
||||
<div>2021.3 LTS or later</div>
|
||||
</div>
|
||||
</a>
|
||||
<a
|
||||
href="https://github.com/vrm-c/UniVRM/releases/download/v0.114.0/UniVRM-0.114.0_0.11.unitypackage"
|
||||
href="https://github.com/vrm-c/UniVRM/releases/download/v0.115.0/UniVRM-0.115.0_0.11.unitypackage"
|
||||
class="btn"
|
||||
>
|
||||
<div>
|
||||
<h1>UniVRM-0.114.0</h1>
|
||||
<h1>UniVRM-0.115.0</h1>
|
||||
<div>for vrm-0.x</div>
|
||||
<div>2021.3 LTS or later</div>
|
||||
</div>
|
||||
|
|
|
|||
16
docs/release/112/v0.115.0.md
Normal file
16
docs/release/112/v0.115.0.md
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# v0.115.0 Fix ExpressionLookAt and PR merge
|
||||
|
||||
## vrm-1.0: expression / lookat
|
||||
* [[\#2163](https://github.com/vrm-c/UniVRM/pull/2163)] Fix a incorrect eye direction control in VRM-1.0.
|
||||
* [[\#2155](https://github.com/vrm-c/UniVRM/pull/2155)] VRM10ExpressionEditorTool can control custom expressions.
|
||||
* [[\#2162](https://github.com/vrm-c/UniVRM/pull/2162)] ExpressionのPreviewのPrefabを切り替えたときにパラメータが表示されなくなる問題を修正
|
||||
* [[\#2148](https://github.com/vrm-c/UniVRM/pull/2148)] [VRM0.x] Fix wrong preview results in editor inspector when a vrm blendshape material target is "*_ST_S" or "*_ST_T"
|
||||
|
||||
## others
|
||||
* [[\#2144](https://github.com/vrm-c/UniVRM/pull/2144)] メッシュ名が.から始まってたり空だとimport時に失敗する?
|
||||
* [[\#2164](https://github.com/vrm-c/UniVRM/pull/2164)] UniVRM-0.115.0
|
||||
* [[\#2157](https://github.com/vrm-c/UniVRM/pull/2157)] Bump urllib3 from 1.26.7 to 1.26.17
|
||||
* [[\#2153](https://github.com/vrm-c/UniVRM/pull/2153)] Transfer "TextureImportTypes" to ITextureDeserializer.LoadTextureAsync()
|
||||
* [[\#2146](https://github.com/vrm-c/UniVRM/pull/2146)] 記述が古いところを修正
|
||||
* [[\#2145](https://github.com/vrm-c/UniVRM/pull/2145)] Update README.md
|
||||
* [[\#2142](https://github.com/vrm-c/UniVRM/pull/2142)] UniVRM-0.114.0
|
||||
Loading…
Reference in New Issue
Block a user