Create and Fuck your AI Slut -70% OFF
x

Tutorial Unity How To Uncensor (Almost) Any Unity Game

kumarin

Engaged Member
Feb 19, 2022
2,592
4,531
387
hi guys is it possible to decensor this ? i tried with Sw decendor but it didn't work maybe i've done something wrong, thank you
Soft censor is removed by SW_Decensor plugin. but textures are baked.
 

kumarin

Engaged Member
Feb 19, 2022
2,592
4,531
387
yuumura / Thanks for many works.
As you probably know, Texture_Replacer plugin has been modified to apply in real-time.
Even if you don't use it for deployment, I think it's a convenient feature when working.
 
Last edited:
  • Heart
Reactions: bwebrwkerw

Prick

Engaged Member
Jul 17, 2017
2,301
2,171
477
IDK why it's labelled virus :cautious:
It's BepInEx dlls that usually cause this.

You could upload the archive with a password to prevent VirusTotal from being able to scan it.

Unfortunately it only takes one detection from any random AV software to achieve the virus tag.
 

ku2333

Member
Oct 22, 2023
226
174
176
Use attached file. It's plugin of BepInEx.
Source is simple.
C:
        [HarmonyPatch(typeof(MosaicSystem), "Add")]
        public class MosaicSystem_Add
        {
            [HarmonyPrefix]
            public static bool Prefix()
            {
                return false;
            }
        }
If you want to not use BepInEx, Edit Assembly-CSharp.dll file is more simple. just delete source in MosaicSystem.Add().
Why did I use it but it didn't work, or could you please send me the Assembly-CSharp.dll file
 

kumarin

Engaged Member
Feb 19, 2022
2,592
4,531
387
Why did I use it but it didn't work, or could you please send me the Assembly-CSharp.dll file
your attached file looks like 3dMigoto. if it works well, use it.
you can edit the Assembly-CSharp.dll files with the dnSpy easily.