Unity-Technologies / AssetGraph

Visual Workflow Automation Tool for Unity.
Other
1.13k stars 209 forks source link

(Addressabes/Set Asset Group) leads wrong totalAssets amount #157

Open EP-Toushirou opened 4 years ago

EP-Toushirou commented 4 years ago

Before Set Asset Group: image

After Set Asset Group: image

EP-Toushirou commented 4 years ago

How to slove this problem before bug fix?

1.Create a 'Group By File' Node. 2.Disconnect wrong show nodes. 3.Reconnect like this: image

Finally,I hope author(@hiroki-o ) can fix this bug,thank you.

GasimoCodes commented 3 years ago

Issue present in my project too (1.7.2-preview, Unity 2021.1.12f1). This also appears to cause another side-effect. When executing graph, sometimes unity hangs up on node executing indefinitely until my entire C: drive is filled up. I made some debugging and it appears that a .log file under AppData/Local/Unity/Editor/ was indefinitely increasing on size as the graph was being executed. (taking the entire rest of the drive, that being over 30GB. The interesting thing is that this seems to happen almost randomly on the same graph.)