The doc here:
http://docs.unity3d.com/ScriptReference/Texture2D.LoadImage.html
shows how to create a Texture2D from a byte array. If you can convert your base64 string into a byte array you should be okay.
↧