ManlyMarco
ManlyMarco
### Describe your problem At the moment if you want to switch to using a different plugin GUID, the only option is to use BepInIncompatibility but it will only prevent...
Add a patch attribute that marks the patch as optional - if the method is not found or patching fails, the patch process is not aborted and there's a warning...
https://github.com/BepInEx/HarmonyX/blob/master/Harmony/Public/Harmony.cs#L367 There exists a world where Guid.NewGuid() returns the same thing twice for different instances, and it creates a weird bug someone wastes time chasing. How about adding a check...
Traverse.Field and some other methods don't show any warning in log if the member doesn't actually exist (unlike AccessTools), which makes debugging harder. If the member doesn't exist then a...
Add a new tag to sideloader for requiring a plugin and its minimum version, analog to how BepInDependency works. Log a warning if plugin is missing and either still load...
> When performing a 3D capture in the 5 Dec 2021 version, the position of the additional camera to animate on the timeline was not applied. > If the 3D...
Make this usable without hand editing files https://github.com/IllusionMods/KKManager/blob/c40529e8542bf4f4a9452be8e63afc3d5da58866/src/KKManager.Updater/UpdateSourceManager.cs#L48-L49