sandr01d
sandr01d
We currently rely on deferred execution quite heavily. This leads to subtle bugs that are quite hard to catch (see e.g. #271 and #323). I also find that it makes...
Added missing null check
I've mostly kept the existing implementation of `GltfImport.LoadFile()`, but modified it to support any kind of stream (as long as the stream is readable). While loading from a file stream...
**Describe the bug** When importing a JSON glTF, all members that are not present in the JSON file have a non-null value. This is caused by Unitys `JsonUtility` which instantiates...
The GNOME flatpak runtime version 42 is deprecated and flatpak warns about this: ``` Info: runtime org.gnome.Platform branch 42 is end-of-life, with reason: The GNOME 42 runtime is no longer...
## Description This PR allows exporting meshes that have read/write set to disabled in the import settings. ## Implementation When a mesh is not readable, it's data on the CPU...
I've mostly kept the existing implementation of `GltfImport.LoadFile()`, but modified it to support any kind of stream (as long as the stream is readable). While loading from a file stream...
### Checklist - [X] I can reproduce the bug with the latest version given [here](https://github.com/FossifyOrg/Messages/releases/latest). - [X] I made sure that there are **no existing issues** - [open](https://github.com/FossifyOrg/Messages/issues) or [closed](https://github.com/FossifyOrg/Messages/issues?q=is%3Aissue+is%3Aclosed)...