mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-13 22:39:39 -05:00
Merge pull request #2035 from hans00/master
Fix no way to create MetaObject
This commit is contained in:
@@ -5,6 +5,7 @@ using UnityEngine;
|
||||
|
||||
namespace VRM
|
||||
{
|
||||
[CreateAssetMenu(menuName = "VRM/MetaObject")]
|
||||
public class VRMMetaObject : ScriptableObject
|
||||
{
|
||||
[SerializeField]
|
||||
|
||||
Reference in New Issue
Block a user