I want to build a game with Unity where arbitrary webpage is turned into a game scene and players can interact with and destroy elements in an html page. For example, if a web page contains paragraphs and point forms of texts, I can move those as if they are just a sprite in the game. I hope this make sense. Can someone suggest how I can implement it in Unity and C#?
Thanks