updated: hot reload to 1.13.7
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
#if ENABLE_MONO && (DEVELOPMENT_BUILD || UNITY_EDITOR)
|
||||
using System;
|
||||
using System.Reflection;
|
||||
using SingularityGroup.HotReload.DTO;
|
||||
|
||||
namespace SingularityGroup.HotReload.Burst {
|
||||
public static class JobHotReloadUtility {
|
||||
public static void HotReloadBurstCompiledJobs(CodePatch patch, Module module) {
|
||||
JobPatchUtility.PatchBurstCompiledJobs(patch, module, unityMajorVersion:
|
||||
public static void HotReloadBurstCompiledJobs(SUnityJob jobData, Type proxyJobType) {
|
||||
JobPatchUtility.PatchBurstCompiledJobs(jobData, proxyJobType, unityMajorVersion:
|
||||
#if UNITY_2022_2_OR_NEWER
|
||||
2022
|
||||
#elif UNITY_2021_3_OR_NEWER
|
||||
|
||||
Reference in New Issue
Block a user