UniVRM/Assets/VRM/Runtime/Format/VRMVersion.cs
ousttrue 54d2e967e5 mv VRM10.Samples to VRM10/Samples
* StreamingAssets 移動
* BVH load 調整
2021-08-18 18:19:14 +09:00

12 lines
231 B
C#

namespace VRM
{
public static partial class VRMVersion
{
public const int MAJOR = 0;
public const int MINOR = 80;
public const int PATCH = 0;
public const string VERSION = "0.80.0";
}
}