genar

Results 34 issues of genar

Soooo lets talk about archetypes. If i am correct, archetypes offer a higher iteration speed. This is because entities with the same components are stored in one big array. Which...

enhancement
todo || !todo

### Description Im currently testing the 6.14.3 version of this lib. Especially the BulkSaveChanges operation. ### Exception Once executed i receive this error... ```info: Microsoft.EntityFrameworkCore.Database.Command[0] -- Failed with error: Duplicate...

Good evening ! First of all... great library ! We wanted to use it in our current project... but we failed at implementing the FilteredMaterialSearchview... We added Sections & Filters...

We need to persist a bunch of third party objects in an NoSQL database, i found your lib and saw the pojo annotation example. Does this mean that we can...

Is it possible to register `MessagepackFormatter` for generic types? E.g. i have a custom list called `UnsafeList`, i want to register a Formatter which (de)serializes that list. However i do...

**Describe the bug** Some fragments/vertexes or shaders are not loaded correctly resulting in a "broken" look. **Files** http://dl.dropboxusercontent.com/s/8cssz5eci7gkugm/coffee_maker%20%282%29.glb?dl=0 **To Reproduce** Steps to reproduce the behavior: 1. Attach gltFastAsset script to...

bug

Well its in the title... it works with standard masks but not with those. I wonder if there's a way to combine them, like having a RoundedRectMask2D or something similar.

Well my question is pretty simple, i took a look into the documentation and saw examples on how you send and receive classes. But what about structs ? Can we...

# Background Sometimes it makes sense to attach additional data to a chunk. Whether it is flags, entire components or additional arrays to naturally expand the possibilities. Chunk components would...

enhancement

# Background Would be pretty neat if we could clone entities and its components based on a template which defines its values. Basically a way to create entities with set...

enhancement