tentone / nunuStudio

Web powered cross-platform 3D, WebXR game engine.
https://nunustudio.org
MIT License
2.13k stars 319 forks source link

multiple errors at publish to html from web version: extractpoints, t is undefined, resize is not defined #472

Closed j2l closed 3 years ago

j2l commented 3 years ago

Description

I tried nunu web editor and tried to publish to html5 It saved locally and I ran http-server to server index.html On FF & Chrome I have various errors: image

image

Version
Platform

EDIT : It only happens when using 127.0.0.1:8080 but it's working fine with LAN IP

tentone commented 3 years ago

Hello

This might a be a problem with the webserver, just tested using python integrated webserver.

Seems to be working without any problem (try with python -m http.server)

Thanks a lot for reporting.

Cheers