/// <summary>
/// The <see cref="Guid"/> of the template
/// </summary>
public Guid templateID;
public string templateID = Guid.NewGuid().ToString();
/// The name of the template
};
var template = ScriptableObject.CreateInstance<KeyPointTemplate>();
template.templateID = guid;
template.templateID = guid.ToString();
template.templateName = label;
template.jointTexture = null;
template.skeletonTexture = null;