This commit is contained in:
Masataka SUMI 2021-10-29 00:49:46 +09:00
parent 100333d3c4
commit 3e6abc9e5e
2 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,8 @@ using UnityEngine;
namespace UniVRM10
{
/// <summary>
/// Migration Target: VRM file with Unlit material exported with UniVRM v0.43 or lower.
///
/// 過去の UniVRM において、KHR_materials_unlit 拡張を使わず、VRM 拡張を用いて Unlit を表現していた Material をマイグレーションする。
/// KHR_materials_unlit を用いてマイグレーションする.
/// </summary>

View File

@ -8,6 +8,8 @@ using UnityEngine;
namespace UniVRM10
{
/// <summary>
/// Migration Target: VRM file with "VRM/UnlitTransparentZWrite" material exported with UniVRM v0.43 or lower.
///
/// 過去の UniVRM の "VRM/UnlitTransparentZWrite" シェーダをマイグレーションする.
/// 他の Unlit シェーダと違い、VRMC_materials_mtoon を用いてマイグレーションする.
/// </summary>