Change namespaces from VRM/global to VRM.Samples for all scripts in VRM.Samples

This commit is contained in:
yutopp
2019-01-07 19:06:31 +09:00
parent 8a952874e5
commit ea224d3911
11 changed files with 89 additions and 84 deletions

View File

@@ -5,7 +5,7 @@ using System.Runtime.InteropServices;
using UnityEngine;
namespace VRM
namespace VRM.Samples
{
public class VRMRuntimeLoader : MonoBehaviour
{
@@ -195,7 +195,7 @@ namespace VRM
//メッシュを表示します
context.ShowMeshes();
// add motion
var humanPoseTransfer = root.AddComponent<UniHumanoid.HumanPoseTransfer>();
if (m_target != null)