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
commit f0c2aba941
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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