maint: hotreload updated to 1.13.7
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
#if ENABLE_MONO && (DEVELOPMENT_BUILD || UNITY_EDITOR)
|
||||
using UnityEngine;
|
||||
|
||||
namespace SingularityGroup.HotReload {
|
||||
@@ -8,13 +7,15 @@ namespace SingularityGroup.HotReload {
|
||||
public static bool IsAssetStoreBuild => true;
|
||||
|
||||
|
||||
public const string Version = "1.13.7";
|
||||
public const string Version = "1.13.13";
|
||||
// Never higher than Version
|
||||
// Used for the download
|
||||
public const string ServerVersion = "1.13.7";
|
||||
public const string ServerVersion = "1.13.11";
|
||||
public const string PackageName = "com.singularitygroup.hotreload";
|
||||
public const string DefaultLocale = Localization.Locale.English;
|
||||
// avoids unreachable code warnings from using const
|
||||
public static string DefaultLocaleField = DefaultLocale;
|
||||
public const string LibraryCachePath = "Library/" + PackageName;
|
||||
public const string ConfigFileName = "hot-reload-config.json";
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user