How to load HTML page inside unity game?

Hi, I am working on project for android platform in which i want to show a HTML page inside unity. The HTML page is actually a 360 view to which user can interact. Is it possible in unity ?

hmm.. You must need to check that this method is calling well and camera's position is assigning or not by placing the Debug.Log() or by breakpoints. if logs are printing in the console there might be possibilities that any Update()/FixesUpdate()/LateUpdate() is re-setting camera's position back again in any script like CameraCaontroller.cs

1 Answer

1

I join the question :slight_smile: