Merge pull request #2035 from hans00/master

Fix no way to create MetaObject
This commit is contained in:
ousttrue
2023-04-11 14:42:08 +09:00
committed by GitHub

View File

@@ -5,6 +5,7 @@ using UnityEngine;
namespace VRM
{
[CreateAssetMenu(menuName = "VRM/MetaObject")]
public class VRMMetaObject : ScriptableObject
{
[SerializeField]