You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This occurs on import of a new character from CC3 into Unity 2021.1.19f1, HDRP 11.0.0, and it recurs whenever this code is re-executed based on user activity. Stack trace:
Trying to copy properties from null material.
UnityEngine.StackTraceUtility:ExtractStackTrace ()
RLPlugin.RLEditor:CreateMaterials (System.Collections.Generic.HashSet`1<string>,string,RLPlugin.RLEditor/EBaseGeneration,LitJson.JsonData) (at Assets/Plugins/Reallusion/Auto-Setup-for-Unity/Editor/RLEditor.cs:1043)
RLPlugin.RLEditor:OnPostprocessAllAssets (string[],string[],string[],string[]) (at Assets/Plugins/Reallusion/Auto-Setup-for-Unity/Editor/RLEditor.cs:894)
UnityEditor.AssetPostprocessingInternal:PostprocessAllAssets (string[],string[],string[],string[],string[])
Initially I thought this might be related to #1, but it persists even after the diffusion profile has been assigned to the character and clothing materials.
I took a brief look at the code but haven't yet had time to investigate deeply.
The text was updated successfully, but these errors were encountered:
For hdrp (actually any pipeline) I would suggest using Victor's repositories for importing to Unity and/or blender. They're also endorsed by reallusion.
This occurs on import of a new character from CC3 into Unity 2021.1.19f1, HDRP 11.0.0, and it recurs whenever this code is re-executed based on user activity. Stack trace:
Initially I thought this might be related to #1, but it persists even after the diffusion profile has been assigned to the character and clothing materials.
I took a brief look at the code but haven't yet had time to investigate deeply.
The text was updated successfully, but these errors were encountered: