HotPatcher icon indicating copy to clipboard operation
HotPatcher copied to clipboard

Unreal Engine hot update manage and package plugin.

Results 35 HotPatcher issues
Sort by recently updated
recently updated
newest added

![UC $IZX0WX3I}38V$SA2{0F](https://user-images.githubusercontent.com/12391857/184301928-3d68c455-7501-413f-af2d-3c19a9bd16b2.png)

Solved #43 by adding dummy categories for those that are not assigned yet.

I've just pull the master branch and put it under the Engine/Plugins/ directory, but UE5 complains about requiring category specifier for all properties exposed to blueprint in this plugin as...

Severity Code Description Project File Line Suppression Status error C2440 "=": cannot convert from "int" to "EShaderPlatform" hotpatchertext1 D:\UE5Test\hotpatchertext1\Plugins\HotPatcher\Source\HotPatcherCore\Private\Cooker\MultiCooker\MultiCookerProxy.cpp 128 Parameter error C2660 "RecompileShadersForRemote": function does not accept 7 hotpatchertext1...

fix: chunk ignore and force skip is invalid

复现条件: 1. 配置多chunk 打patch 2. 勾选Create Default Chunk后 3. 执行Patch操作, 结果: 有些差分出来的资源,没进任何pak, DefaultPak里面也没有.但是Diff.json里面是有的 原因: 没进入的资源是因为 这些资源不符合任何Chunk的IncludeFileFilters, 但却被其他资源引用到了. 假设符合上面条件的资源为:B.asset 在执行PatcherProxy.ParserChunkWorker 里面的 FChunkAssetDescribe ChunkDiffInfo = UFlibHotPatcherCoreHelper::DiffChunkWithPatchSetting( *Context.GetSettingObject(), Context.NewVersionChunk, TotalChunk ); 方法里 会将B.asset...

![image](https://user-images.githubusercontent.com/77440524/189345389-98c4bfb3-8c77-4d24-9525-7a7035f0083d.png) ![image](https://user-images.githubusercontent.com/77440524/189345472-6cc53d2f-9761-4393-a2e1-3727b88ac266.png) 文件导出了,但是进程没有自动停止。 ![image](https://user-images.githubusercontent.com/77440524/189345580-26ad19d6-0665-4d69-8c76-fdc186591bdb.png) ![image](https://user-images.githubusercontent.com/77440524/189346856-a39d7ca2-a8d1-4227-ac9f-493763425f4f.png) 发布补丁无法生成release.json文件 ![image](https://user-images.githubusercontent.com/77440524/189346929-e7c07c96-2861-4bcd-9ff5-c34670bc2a2d.png) 进程也无法自动停止 ![image](https://user-images.githubusercontent.com/77440524/189347016-64d2393d-caf5-4a59-996d-5fbac165d60e.png)

LogMissionNotificationProxy: Display: [2022.08.26-03.17.59:523][ 0]LogTemp: Display: Loaded TP LinuxTargetPlatform LogMissionNotificationProxy: Display: [2022.08.26-03.17.59:578][ 0]LogTemp: Display: Loaded TP LuminTargetPlatform LogMissionNotificationProxy: Display: [2022.08.26-03.17.59:578][ 0]LogTemp: Display: Loaded TP LuminTargetPlatform LogMissionNotificationProxy: Display: [2022.08.26-03.17.59:578][ 0]LogTargetPlatformManager: Display: Building...

项目在使用UE5.2,希望使用,但是不太能升级到5.3