shapes2d icon indicating copy to clipboard operation
shapes2d copied to clipboard

Constant material refresh

Open Wokarol opened this issue 1 year ago • 0 comments

I use the asset, and while it generally works great. But generates a lot of mess in git.

In some cases, running a scene can generate countless material and ID changes. image

And using the asset for prefabs means that every one of them is full of overrides image

It's a really nice asset, but that problem means it's basically not viable for any serious project. Is there a way to solve it, perhaps by using ISerializationCallbackReceiver and configuring material on deserialization and returning to default or null one when on serialization.

Wokarol avatar May 06 '24 18:05 Wokarol