maint: hotreload updated to 1.13.7

This commit is contained in:
Chris
2026-01-06 22:42:15 -05:00
parent 796dbca5d8
commit 105da8850a
128 changed files with 3538 additions and 738 deletions

View File

@@ -1,5 +1,6 @@
using System.Collections.Generic;
using System.Linq;
using SingularityGroup.HotReload.Editor.Localization;
using UnityEditor.Compilation;
using UnityEngine;
@@ -60,7 +61,7 @@ namespace SingularityGroup.HotReload.Editor.ProjectGeneration
foreach (var error in responseFilesWithErrors)
foreach (var valueError in error.Value.Errors)
{
Log.Error("{0} Parse Error : {1}", error.Key, valueError);
Log.Error(Translations.Errors.ErrorParseError, error.Key, valueError);
}
}