diff --git a/Assets/VRMShaders/GLTF/IO/Runtime/AwaitCaller.meta b/Assets/VRMShaders/GLTF/IO/Runtime/AwaitCaller.meta
new file mode 100644
index 000000000..f759ea07f
--- /dev/null
+++ b/Assets/VRMShaders/GLTF/IO/Runtime/AwaitCaller.meta
@@ -0,0 +1,3 @@
+fileFormatVersion: 2
+guid: ea8ee11da1da4f82b988a3108a362c2f
+timeCreated: 1634202988
\ No newline at end of file
diff --git a/Assets/VRMShaders/GLTF/IO/Runtime/IAwaitCaller.cs b/Assets/VRMShaders/GLTF/IO/Runtime/AwaitCaller/IAwaitCaller.cs
similarity index 70%
rename from Assets/VRMShaders/GLTF/IO/Runtime/IAwaitCaller.cs
rename to Assets/VRMShaders/GLTF/IO/Runtime/AwaitCaller/IAwaitCaller.cs
index 2d31a73d5..c97e4d0ce 100644
--- a/Assets/VRMShaders/GLTF/IO/Runtime/IAwaitCaller.cs
+++ b/Assets/VRMShaders/GLTF/IO/Runtime/AwaitCaller/IAwaitCaller.cs
@@ -32,26 +32,4 @@ namespace VRMShaders
///
Task Run(Func action);
}
-
- ///
- /// 同期実行
- ///
- public sealed class ImmediateCaller : IAwaitCaller
- {
- public Task NextFrame()
- {
- return Task.FromResult