Dragos Daian
Dragos Daian
Oh my, just checked and it seems it would be really difficult to do, unsure if impossible, but it seems that unity webgl and tasks don't go along very well....
If you are exporting an addon, it doesn't make sense to have the user download other files, except the addons directory. Thats what they expect. The samples one i feel...
> I am not sure this is the best approach. > > > > We need to include vrm_samples since it is recommended for asset library to include examples and...
Godette-chat I wouldn't replace. Maybe would be cool if they were each in their own folder also. As for new entries, idk if this would be a good place to...
Some tool would be cool for sure. If it worked on browser, even better. Maybe you just have an upload file form and you upload the animation and then you...
In the end bug only happens with capsule. So I ended up making the capsule from 2 circles and 1 square.
I wouldn't know. From my knowledge I know it's possible to use hardcoded extensions. One option would be to have project settings (eg. SQLite/default_extension) and have the user put there...
Oh, I see, right now default extension is a property on the node. Hm. I wonder why not just use the path variable, what is the purpose of the extension....
But for now, as to not make breaking changes, I can just add a defaultExtension property on the project settings inside: filesystem/import/sqlite/default_extension
- For default_extension(maybe i can rename to default_extensions: Just so that if someone has files with multiple extensions, eg .db and .database its easier to support this now rather than...