decentraland / decentraland/godot-explorer
Show error dialog when scene uses non-optimized DracoMesh Compression
- Dominant language
- Rust
- Stars
- 18
- Forks
- 19
- Avg merge
- 4d 2h
- Merged PRs (30d)
- 43
Description
## Description
When a scene uses DracoMesh Compression that is not optimized, it will fail to load properly on mobile. Currently this fails silently or shows unclear errors.
We need to design and implement a user-facing error dialog that clearly communicates this issue to the user when a scene has non-optimized DracoMesh Compression.
## Expected Behavior
- Detect when a scene is using non-optimized DracoMesh Compression
- Show a clear, user-friendly error dialog explaining the issue
- The dialog should inform the user that only the optimized version will work
## Context
This will improve the user experience when encountering scenes with compression issues, making it clear why content isn't loading rather than failing silently.
---
*Requested by Mateo via Slack*
Contributor guide
Assessment
This issue has not been assessed yet.