Sorry, the links didn't work in the last comment, I try to repost them here https://docs.unrealengine.com/en-US/RenderingAndGraphics/Materials/LightingModels/SubSurfaceProfile/index.html https://docs.unrealengine.com/en-US/RenderingAndGraphics/Materials/HowTo/Subsurface_Profile/index.html
Hi SkyCastle, The problem causing the crash is too many "subsurface profile"s in this unreal project scene. (Max 255 active profiles per scene) as mentioned in https://docs.unrealengine.com/en-US/RenderingAndGraphics/Materials/LightingModels/SubSurfaceProfile/index.html To understand what is a subsurface profile, you can read https://docs.unrealengine.com/en-US/RenderingAndGraphics/Materials/HowTo/Subsurface_Profile/index.html Or you can think of a subsurface profile is a combination of SSS color plus radius and other parameters. Skin, Head, and SSS shaders all have SSS colors. If there were too many characters, props, or accessories in different SSS colors, the 255 max limit could be exceeded. Please check the number of subsurface profile in the scene. You can manually select the subsufarce profile for existing material to reuse the existing one. Auto-setup import currently won't reuse existing ones. and can try to delete the extra subsurface profiles to a safe amount. >> Standard Shader vs HQ yes, standard shader doesn't use SSS, so it won't add subsurface profile. Thanks, Wayn Reallusion
My CC is v3.32. Exporting from CC to Unreal. Using the Auto Setup to import. Unreal Version is 4.25.3. This happens when importing all of our CC models into Unreal. Have not tried it with default character yet. All of our models are generated by using Headshot, otherwise they are default with few modifications. I've managed to isolate this issue somewhat and have been able to import models using the Standard Shader vs HQ. With this approach I can modify and open the models in Unreal. This however does not completely eliminate the crash, just makes it far less frequent. This crash also occurs when using the iClone to Unreal Live Sync. After importing the model into the game and activating sync the character appeared and was correctly synchronized. However after pressing the Home button in iClone the character disappeared in Unreal, trying to restart, I deleted the iClone origin and the same crash error occurred.
Hi SkyCastle, Can you confirm the version of your CC is 3.2 and you have the pipeline plugin installed or 3DXChange installed for export FBX. Which version of UE are you currently using, and which version of auto-setup for unreal are you using? Which character can reproduce this issue, or simply the default project character? Does this issue happen with a clean new project in UE? Thanks, Wayn Reallusion