Hey, all,
I’m having major problems getting my project moved over to Unity 3.5. I’ve worked through most of them, but this one is really causing me issues.
I use the character shadow script from the Unify Wiki to create nice, soft shadows for the players’ car. This worked fine in Unity 3.4 (I had the shaders in the Resources folder), but in Unity 3.5, I get the following error when trying to make a build:
'An asset is marked as don’t save, but is included in the build: Asset ‘Assets/Game/Resources/Shaders/ShadowProjectorMultiply.shader’
There is no information about this error anywhere I can find, and I have no idea how the shader in question has been ‘marked as don’t save’.
Does anyone have any idea how I can fix this? It’s driving me nuts - I can’t make a build at all!
Cheers,
SB.