HarikalarKutusu / 3d-voice-chess

A voice driven 3D chess game for learning Voice AI
GNU General Public License v3.0
16 stars 2 forks source link

Fix failed resources in client for production builds #13

Closed HarikalarKutusu closed 2 years ago

HarikalarKutusu commented 2 years ago

The gltf files (chess pieces) and font fail to load initially and give console errors.

HarikalarKutusu commented 2 years ago

Fixed gltf issue, caused by mistyping as "gtlf" extension in App.tsx.

Commit: https://github.com/HarikalarKutusu/3d-voice-chess/commit/f6a3b783f361e303fe3c926253cacd26f3463070

HarikalarKutusu commented 2 years ago

Roboto font load fail was caused by text in 3D environment which was unrelated to @fontsource. As I have privacy measures for connecting Google sources, it was failing. Now everything is served by the website.

In addition, I could clean some related stuff in: https://github.com/HarikalarKutusu/3d-voice-chess/commit/db9d9be621d236203183fd690c8623fa3bf25d72

HarikalarKutusu commented 2 years ago

Updated the client test server. Closing...