- Home /
Gameobjects not in the right position
I have collider's that act as interactable objects in a 360 degree image. Everything works perfectly from within Unity or if I build a windows application. However, when I build to WebGL my collider's position changes and is not longer where it needs to be. I have opened the index.html file and changed the resolution to match the resolution I am using in Unity. It seems that for some reason WebGL is offsetting my gameobjects. This problem only occurs with WebGL builds. What could be causing this? Any help is greatly appreciated.
Your answer
Follow this Question
Related Questions
Is there a way to send an XMLHttpRequest and get the response in a WWW object? 0 Answers
Multiple Cars not working 1 Answer
Unity WebGL game on itch.io loads different scene than in editor 0 Answers
Unity WebGL form posts to Cloud Firestore with Firebase JS SDK 1 Answer
Distribute terrain in zones 3 Answers