Make clothes “intelligent” - they will automatically apply any morphs or Pose Controls to a character when clothes are put on a character
On this screenshot you can see that Nipples morph is set to 100% and her nipples are indeed visible.
Click on small gear icon and select “Parameter Settings”
Copy this value to clipboard. You will get Genesis3Female#PBMNipples:?value
Go back to Mirage Creative Unity project and click on clothes asset to display its settings in Inspector. Change that copied name Genesis3Female#PBMNipples:?value to a simpler form:
PBMNipples?value and set value to 0. Zero value corresponds to 0%. You can set value to any other value, usually values are in range of float values from 0 to 1, i.e. 0.1, 0.23 and so on.
Range of min/max values can be seen here, where 0 corresponds to 0% and 1 to 100%
After you setup clothes item in Mirage Creative you can select Daz/Build to build this clothing asset and it will automatically apply any morphs from Parent Overrides section when it’s put on a character and automatically revert morph value to a previous state when clothing is removed.