Paper 2d TranslucentUnlitSpriteMaterial missing in 4.14?

I’ve just updated my project to 4.14 and got a lot of loadinf errors related to my sprites

Can’t find file for asset. /Paper2D/TranslucentUnlitSpriteMaterial

the textures are .png with alpha. It seems TranslucentUnlitSpriteMaterial type is missing or removed from the engine?

Got the same problem…

And here! now i need to go back to 4.13 :frowning:

I copied the TranslucentUnlitSpriteMaterial.asset file from my 4.10 version of UE4 to the same place in the 4.14 version, and it is working for me (I missed the versions in the middle)

File was in \Epic Games\4.10\Engine\Plugins\2D\Paper2D\Content\TranslucentUnlitSpriteMaterial.uasset,
so I copied it to \Epic Games\4.14\Engine\Plugins\2D\Paper2D\Content
and restarted UE4.