The files containing the texts to be translated are in Bundle files located in Voodoo Detective_Data\StreamingAssets\aa\StandaloneWindows64.
I have decompiled each of the bundle files with Unity Ultimate (this also works with UABEA)
I then tried to extract the text from the files from these decompilations but I can't extract any text.
I'll take an example:
non-game-preloader_scenes_all_8a2ad4a2e592ebf902efebf772d59c34.bundle
This bundle file after decompilation with Unity Ultimate has 3 files:
- CAB-67f56349384e1ee9ae70ca5bf1ff4fc8 (467 K0)
- CAB-67f56349384e1ee9ae70ca5bf1ff4fc8.sharedAssets 28 Ko)
- CAB-67f56349384e1ee9ae70ca5bf1ff4fc8.sharedAssets.resS
This bundle corresponds to this image in the game:

The text is in the file "CAB-67f56349384e1ee9ae70ca5bf1ff4fc8" but UnityText does not extract any text.

The game uses il2cpp.
I decompiled it with il2cpp dumper and added the Managed directory containing the dlls in the Voodoo Detective_Data directory, but it doesn't change anything for the extraction.
I also put this Managed directory containing the dlls in Voodoo Detective_Data\StreamingAssets\aa\StandaloneWindows64. but again no change in the extractionVoodoo Detective (Bundle files)
Can anyone help me solve this problem?