mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-14 22:50:08 -05:00
default MigrateToVrm1 is true
This commit is contained in:
parent
c81242b588
commit
3b6c41c2e3
|
|
@ -13,7 +13,7 @@ namespace UniVRM10
|
|||
public class VrmScriptedImporter : ScriptedImporter
|
||||
{
|
||||
[SerializeField]
|
||||
public bool MigrateToVrm1 = default;
|
||||
public bool MigrateToVrm1 = true;
|
||||
|
||||
[SerializeField]
|
||||
public ImporterRenderPipelineTypes RenderPipeline = default;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user