FlailingFog / KK-Blender-Porter-Pack

Plugin pack for exporting Koikatsu characters to Blender.
Other
373 stars 30 forks source link

[KKBP 7.0.0 / Help Wanted] Importing KKS model into Unity generates untextured model #591

Closed HiLordReilo closed 1 month ago

HiLordReilo commented 3 months ago

I'm trying to import the model to Unity for VRC, but upon drag'n'dropping files generated by KKBP FBX export into Unity project assets folder, I just get an untextured model image

I followed the "How to use" section on the wiki and both initial and baked models shows up fine in Blender. Am I missing something? Do I need to do some extra configuration in Unity?

HiLordReilo commented 3 months ago

A small correction: it seems that resulting FBX file is not linked with the textures in general, as the model won't be textured even if you import it into empty Blender project

FlailingFog commented 3 months ago

I could never get texture linking to work, so the exported fbx file won't have a texture. You have to make a material in unity and load in the textures / atlas files. It's not for VRC, but I have an example of doing something similar here: https://youtu.be/4Z02sY6Y8GI&t=399. Just note that KKBP 7.0.0 has more material slots than what's shown in this video, so you have to make a Body material and drag it into several body material slots, make a Clothes material and drag it into several clothes material slots, etc

HiLordReilo commented 3 months ago

Yeah, I really should've took a look at older examples first 😅 Is it fine to use material combiner with new approach to reduce the slot count though?

FlailingFog commented 2 months ago

I don't think material combiner will work, but you can just use the minus button where the material slots are to reduce the slot count. image

FlailingFog commented 1 month ago

New example here: https://www.youtube.com/watch?v=pUusXi_Np8s