UnityLive2DExtractor icon indicating copy to clipboard operation
UnityLive2DExtractor copied to clipboard

Unity Live2D Cubism 3 Extractor

Results 14 UnityLive2DExtractor issues
Sort by recently updated
recently updated
newest added

抱歉 我在運行時出現了很多 read fail on binding 的訊息 請問這是出現了什麼問題? 如圖 ![unknown](https://user-images.githubusercontent.com/10280294/182222802-a91014c5-5bd9-477b-8b1f-2473476c5d8d.png) 使用版本 v1.0.7 運行的檔案 https://mega.nz/folder/A8QkwYhB#rN5wOIxbMuHhQdjVv0CfDQ

i tried using it on a folder and it gave a outofmemoryexception, what do i do when this happens?

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

就是各种文件都在一起,所以当成一个模型处理了,于是就出了问题 因为文件名都是乱码所以不知道文件整理的全不全,/s/1pE_efo6ktlV17qMBTVTctg?pwd=ftpm

I will be honest I know very little about coding. I wish to rip the live2d files from a game called Mosaique Neko Waifus 4. I have followed the instructions,...

Hello! This is my first issue, so please bear with me. When I extract the models I have, the `UnityLive2DExtractor` doesn't output some of the motions. I looked through `AssetStudio`...

I'm working on figuring out how to get the Cubism motion3 files out of a game going EoS soon, but it seems like the structure of the files prevents me...

我的各角色live2d是.bundle檔案,每個角色的檔案我都用assetstudio確認過有moc和phy的檔案,但我把他們各自放到不同資料夾且把各自的資料夾拖到live2dextractor時只有固定的某個角色能成功,其他的全部都是跳出終端機一下就立刻沒了。 我曾想過是不是因為檔案是中文名,但當我把能輸出成功的檔案改中文名且不能輸出的改英文名時,前者依舊可以輸出成功,後者依舊不行。 如果能夠幫助我我會很感謝的。

I'm trying to extract audio files from Azur Lane, specifically the voice lines. I don't know where the files are stored and I'm not sure if I'm extracting from the...

用文件夹尝试导出多个live2d时 似乎只会导出一个 看了一下是因为 var basePath = container.Substring(0, container.LastIndexOf("/")); 因为每个文件container都是resources/live2d/model/live2d模型名 这样的格式 导致不同的l2d相互覆盖了