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
I'm using Unity 2021.3.LTS with HDRP and just wanted to clarify the final bit of instructions for using the "Preview Scene". In particular, I tried making a couple of changes to costume meshes (using the smoothing tool) while the character was open in the preview scene. I believe as a result, the character avatar icon in the "CC3 Import Tool" window got changed from green to orange. I think this makes sense because changes were made, but how do I properly apply/save the changes and get back to my original scene? Or am I meant to somehow repeat the same tweaks in the created character prefab itself? Or is there meant to be a 'save', 'apply', or 'close' button?
The text was updated successfully, but these errors were encountered:
Orange means the character's materials have been baked. Which generates the 'characterName_baked' prefab. Green means the full changable parameter based shaders (which works much like the materials in CC3/4) and that is the 'characterName' prefab.
The auto smooth mesh function will apply that mesh to which ever prefab is in the preview scene. (and should be carried forward into the baked prefab if that is then baked.)
Rebuilding the materials will restore the original mesh into the green prefab.
OK, so try "Auto Smooth Mesh" in the preview scene on either the baked or unbaked character prefab. If the results are good, just use Unity "Save" to apply the change to the prefab, then close the prefab scene, otherwise (if no changes were made or they didn't look good) just exit the preview scene without saving.
This asset is nothing short of fabulous!!
I'm using Unity 2021.3.LTS with HDRP and just wanted to clarify the final bit of instructions for using the "Preview Scene". In particular, I tried making a couple of changes to costume meshes (using the smoothing tool) while the character was open in the preview scene. I believe as a result, the character avatar icon in the "CC3 Import Tool" window got changed from green to orange. I think this makes sense because changes were made, but how do I properly apply/save the changes and get back to my original scene? Or am I meant to somehow repeat the same tweaks in the created character prefab itself? Or is there meant to be a 'save', 'apply', or 'close' button?
The text was updated successfully, but these errors were encountered: