add VRMMeta

This commit is contained in:
ousttrue
2018-03-30 15:47:34 +09:00
parent ae6d6ee966
commit 36f369db42
11 changed files with 136 additions and 18 deletions

11
Scripts/Meta/VRMMeta.cs Normal file
View File

@@ -0,0 +1,11 @@
using UnityEngine;
namespace VRM
{
public class VRMMeta : MonoBehaviour
{
[SerializeField]
public VRMMetaObject Meta;
}
}