- Oct 31, 2018
- 25
- 28
You could try re-decensoring it. I used the following guide for it:For some reason I get pink blocks where the mosaics are?
Decensoring Unity Version (
You must be registered to see the links
)This is applicable to any Unity version (2.X, 3.X etc). As long as the developer does not decide to change the means of censorship it will always work on any future version.
NOTE: You need to redo the below steps for every time you update the game, copying & pasting the altered files will not work (It’ll probably just cause crash).
Decensoring is possible in Unity version because a shader is used to create mosaic, unlike the Flash version where the images themselves are censored. The steps below essentially “break” the mosaic shader.
Steps
-
You must be registered to see the links(Latest version, v2.2 beta4 or newer)
- Make copy of file [game dir]/Game_Data/sharedassets0.assets
- Run the Extractor, open the copy you made
- Find “CustomMosaic” item (should be near the top), click it, click “Export Dump” and save it
- Find “Font Material” item, “View Data”, expand “Base”, expand “m_Shader”, note “m_FileID” and “mPath_ID”
- Open the extracted text file, replace the values of “m_FileID” and “m_PathID” with values from step 4, scroll to the bottom and set both "0 float a" to 0, save the file
- Select the “CustomMosaic” item in Extractor, click “Import Dump” and choose the edited file
- Click File:Save and overwrite the original file (sharedassets0.assets)