tmenezes
tmenezes
**Issue:** While comparing two dictionaries, it isn't easy to identify what is the item that contains difference if the item key isn't exposed. **Solution proposal:** While using dictionaries, the **Key**...
Each tile layer in Tiled turns into a new tilemap in Unity (Tile as Object = false). However the created Tilemap doesn't work with Tilemap Collider 2D. Nothing happens. Looks...
Could not get it to work with enum types. Perhaps missing how the setup is done for enums... Also the two different serializers part adds up complexity making it difficult...
The `Azure.Data.Tables` package v. 12.8.1 uses `System.Text.Json`. The `System.Text.Json` is faster and allocates way less memory that `JSON.Net`. Can this library stick with same serializer as default in the default...