mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-06-02 22:14:30 -05:00
comment
This commit is contained in:
parent
100333d3c4
commit
3e6abc9e5e
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user