2using System.Collections.Generic;
3using System.Text.RegularExpressions;
4using Sirenix.OdinInspector;
6using UnityEngine.Serialization;
10 [Obsolete(
"Use StepsDataSO instead")]
17 if (stepID ==
string.Empty)
35 Debug.Log($
"StepsData {name} validation begin");
41 if (Regex.IsMatch(v1,
@"\p{IsCyrillic}"))
43 Debug.LogError($
"StepsData {v1} Cyrillic symbol presented!!");
52 Debug.LogError($
"StepsData {v1} duplicates at position {i}:{j}");
57 Debug.Log($
"StepsData {name} validation finish");
List< StepItem > listOfSteps
StepItem GetStepItem(string stepID="")