diff --git a/Assets/VRM/UniGLTF/Scripts/Format/glbTypes.cs b/Assets/VRM/UniGLTF/Scripts/Format/glbTypes.cs
index 088f4c3d6..a876b541b 100644
--- a/Assets/VRM/UniGLTF/Scripts/Format/glbTypes.cs
+++ b/Assets/VRM/UniGLTF/Scripts/Format/glbTypes.cs
@@ -4,7 +4,7 @@ using System.Text;
namespace UniGLTF
{
- public enum GlbChunkType : UInt32
+ public enum GlbChunkType : uint
{
JSON = 0x4E4F534A,
BIN = 0x004E4942,
diff --git a/Assets/VRM/UniGLTF/Scripts/IO/UnityPath.cs b/Assets/VRM/UniGLTF/Scripts/IO/UnityPath.cs
index 08b5d784b..38975f774 100644
--- a/Assets/VRM/UniGLTF/Scripts/IO/UnityPath.cs
+++ b/Assets/VRM/UniGLTF/Scripts/IO/UnityPath.cs
@@ -171,7 +171,7 @@ namespace UniGLTF
));
}
- UnityPath(string value)
+ UnityPath(string value) : this()
{
Value = value.Replace("\\", "/");
}
@@ -239,7 +239,7 @@ namespace UniGLTF
}
///
- ///
+ ///
///
/// C:/path/to/file
///