PenguinMod / PenguinMod-Packager

Converts Scratch projects into HTML files, zip archives, or executable programs for Windows, macOS, and Linux.
https://penguinmod.github.io/PenguinMod-Packager/
Apache License 2.0
0 stars 14 forks source link

Bug in the 3D add-on on the LiveTest version #10

Closed Goshanchick closed 5 months ago

Goshanchick commented 5 months ago

I have prepared a 3D model in a file .fbx and decided to add it to the project. But there is one problem - to add a model, you need to make it under the data uri protocol, but some characters are not encoded in base64, such as a percentage with two circles and so on. How to solve it?

JeremyGamer13 commented 5 months ago

if you import the file as a data URL using the files extension, does it work?

Goshanchick commented 5 months ago

No, because the "Files" extension can only load data from a uri but unfortunately it is impossible to convert them to a uri. What to do? Changed: I just found out right now, it turns out you can export files from uri, I don't know how it works yet, but I'll try. Also changed: yes, it worked, but the model is sooo badly distorted... I need to open a new question.