Unity-Technologies / AssetGraph

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

Changing Overwrite Import Settings importer config does not properly make graph dirty #132

Closed hiroki-o closed 6 years ago

hiroki-o commented 6 years ago

Original report by Hiroki Omae (Bitbucket: [Hiroki Omae](https://bitbucket.org/Hiroki Omae), ).


Regression When changing "Overwrite Import Settings" node importer config does not properly make graph dirty when changed from Inspector, which makes changes prevent from saving properly.

hiroki-o commented 6 years ago

Original comment by Hiroki Omae (Bitbucket: [Hiroki Omae](https://bitbucket.org/Hiroki Omae), ).


fixing issue #97

hiroki-o commented 6 years ago

Original comment by Hiroki Omae (Bitbucket: [Hiroki Omae](https://bitbucket.org/Hiroki Omae), ).


Due to fix of this issue, Overwrite Import Settings will no longer implicitly configure importer type from incoming asset. Importer Type must be explictly configured by user when node is created.