playMaker

Author Topic: Texture from WWW object to sprite[SOLVED]  (Read 6843 times)

diegographics

  • Playmaker Newbie
  • *
  • Posts: 3
    • Valentin Winkelmann
Texture from WWW object to sprite[SOLVED]
« on: August 18, 2015, 07:46:34 PM »
Hello,
i load a texture ( a profile picture from wordpress user) from web and want to put it in a unity UI Image but i don't find any action to convert textures to sprites and there is also no sprite variable, only a texture variable in playmaker.

is there any way to put the texture on the UI image?

 :)  ::) excuse my bad english.
« Last Edit: August 20, 2015, 01:42:20 PM by jeanfabre »
Excuse my bad English

diegographics

  • Playmaker Newbie
  • *
  • Posts: 3
    • Valentin Winkelmann
Re: Texture from WWW object to sprite
« Reply #1 on: August 19, 2015, 01:32:15 PM »
Have anybody a answer to my question please ?
Excuse my bad English

dudebxl

  • Hero Member
  • *****
  • Posts: 602
Re: Texture from WWW object to sprite
« Reply #2 on: August 19, 2015, 06:03:56 PM »
does this help:http://answers.unity3d.com/questions/938516/convert-texture2d-to-sprite.html

diegographics

  • Playmaker Newbie
  • *
  • Posts: 3
    • Valentin Winkelmann
Re: Texture from WWW object to sprite
« Reply #3 on: August 20, 2015, 04:04:29 AM »
does this help:http://answers.unity3d.com/questions/938516/convert-texture2d-to-sprite.html

Thankyou for your reply, i already read this article but i look for a solution directly in playmaker, because i have actually make a complete wordpress login api with playmaker, so i dont want one smaler functionality solve with hardcode, it would be great if they are a solution to make it directly in playmaker
Excuse my bad English

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Texture from WWW object to sprite
« Reply #4 on: August 20, 2015, 01:37:09 PM »
Hi,

 I created a new custom action for this. you can get it on the Ecosystem

 WWWSprite

 Bye,

 Jean