public static void CreatePointCloudGesture()
    {
        PointCloudGestureTemplate template = FingerGesturesEditorUtils.CreateAsset <PointCloudGestureTemplate>();

        FingerGesturesEditorUtils.SelectAssetInProjectView(template);
    }
    public static void CreateCustomGesture()
    {
        CustomGestureTemplate template = FingerGesturesEditorUtils.CreateAsset <CustomGestureTemplate>();

        FingerGesturesEditorUtils.SelectAssetInProjectView(template);
    }