Dragging a zip file into the Remote Viewer page would fail if it contained a glTF with `./` prefixes in the `images` section. The best fix is to use Java's proper URI object rather than trying to parse the string.
Dragging a zip file into the Remote Viewer page would fail if it contained a glTF with `./` prefixes in the `images` section. The best fix is to use Java's proper URI object rather than trying to parse the string.