Hello!
What am I doing wrong?
throw error
FormattingException: Error parsing format string: Could not evaluate the selector "0" at 10
What am I doing wrong?
Code (CSharp):
- var table = UnityEngine.Localization.Settings.LocalizationSettings.StringDatabase.GetLocalizedStringAsync(Loc.MAIN_TABLE, "board_mistakes");
- table.Completed += (x) =>
- {
- mistakeText.text = Smart.Format(x.Result, value) + "/" + maxMistake;
- };
Code (CSharp):
- FormattingException: Error parsing format string: Could not evaluate the selector "0" at 10
- Mistakes {0}
- ----------^...