apilatosba
apilatosba
good morning. In all changed files, after LoadOBJ() is called, UploadMeshData() is called on the returned mesh: ``` c // LESSON 04: Load 3d model Mesh mesh = LoadOBJ("resources/dwarf.obj"); //...
good morning. i think it would be nice to individually enable/disable components. As of now we can only enable/disable entities but not components.
**Describe the bug** Multi dimensional arrays gets serialized as a flat array and this causes an exception during deserialization. An example program of the issue: ```csharp // jagged array (no...