[SOLVED] How to Update Player Profile in Game

I want to develop a component in which user can upload his/her profile picture in-game.
Can anybody guide me about this.

You can use the normal html element of the type file to upload any image. But you will have to use any backend service like firebase or playfab to save that file permanently.

Thanks @saif ,
Issue Resolved.

1 Like