Closed HiLordReilo closed 1 month 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
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
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?
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.
New example here: https://www.youtube.com/watch?v=pUusXi_Np8s
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
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?