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