UniGLTFVersion_partial.cs 212 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 namespace UniGLTF { public static partial class UniGLTFVersion { public const string UNIGLTF_VERSION = "UniGLTF-" + VERSION; public const string MENU = "VRM/" + UNIGLTF_VERSION; } }