Hey everyone Thanks for the ideas. I found the issue which is where some scripts depended on other scripts references during the same frame so in the editor it happened to execute the code in the intended order while the built version it did not. I reworked the code and put the dependent code on late update and this fixed most of my issues :) Now I just think its the delay for the webgl build and I compensated by moving the player faster. Thanks a lot for the tips!