Addressable detected prefab changes when I only changed the attached monoscript
For example: I have a monoscript attached on LevelView prefab. whenever I change this monoscript(for example: add a line) then run the "Check for Content Update Restrictions" it shows LevelView prefab has been changed.
For other prefabs, it gives the same result.
There is no change of this prefab, form source control.
I dont want this happen. Is it a bug? Im using addressables 1.20.5 Unity 2020.3.36
Last night, I had read the source code of addressable, I found out that addressable would add warning flag if any dependency of this asset had changed.
In my case, the monoscript is the prefab's dependency. So when i change the monoscript, the prefab is flagged.
I dont know why does addressables design like this? And there is no optional case for user to choose.