It's posibble Rendering web Page to Texture?

can anyone share an idea?

Hi @Luis_Mb,

Not directly, you will have to use a library that renders client side or server side the webpage to an image, and then use that to create/update a pc.Texture.

Ofcourse this can’t work in realtime, since it takes too long to generate a single frame.