ManlyMarco / UniversalUnityDemosaics

A collection of universal demosaic BepInEx plugins for games made in Unity3D engine
https://www.patreon.com/ManlyMarco
GNU General Public License v3.0
194 stars 25 forks source link

Causing heavy FPS drops in Girls & Chainsaw. #1

Closed RedAISkye closed 2 years ago

RedAISkye commented 2 years ago

It successfully de-censors the game "Girls & Chainsaw" but causes heavy FPS drops.

Without the plugin, the game runs smooth.

ManlyMarco commented 2 years ago

Only use one of the plugins at a time. Most of these plugins are pretty dumb as specified in the names and will search for mozaics on every frame, possibly visibly affecting performance. This isn't really a bug, the game will just need a more tailored solution.

RedAISkye commented 2 years ago

Only use one of the plugins at a time.

I am using only one plugin called "DumbRendererDemosaicIl2Cpp.dll" with the latest BepInEx v6 build.

will search for mozaics on every frame, possibly visibly affecting performance.

Is it possible to manually remove it then? I usually snoop around with dnSpy but can't do that for il2cpp.

ManlyMarco commented 2 years ago

Remove what, the mozaic? You can probably use the UnityExplorer plugin, not sure how good it is at manipulating materials. Check log to see what renderers the dumb demosaic is disabling and have a go at it. It would probably be easier to just modify the plugin to work better in that particular game though.