umasteeringgroup / UMA

Unity Multipurpose Avatar
MIT License
726 stars 167 forks source link

UMA Modifies Overlay and Slot Data Assets When Generating Addressables via Single Group #445

Closed jurjjc closed 3 weeks ago

jurjjc commented 3 weeks ago

Describe the bug When generating addressables via a single group in UMA, all Overlay and Slot data assets are modified. This issue is visible through version control (e.g., Git). However, when generating addressables via groups optimized, no modifications appear. This suggests a potential bug in the single group generation process.

Environment (please complete the following information):

To Reproduce Steps to reproduce the behavior:

  1. Open the UMA Global Library.
  2. Select Addressables > Generators > Generate Single group (fast).
  3. Observe the changes to Overlay and Slot data assets through version control (e.g., Git).

Expected behavior Generating addressables via a single group should not cause unnecessary modifications to Overlay and Slot data assets.

Screenshots

Additional context