SuperTiled2Unity icon indicating copy to clipboard operation
SuperTiled2Unity copied to clipboard

Imports Tiled files to Unity. Better than regular Tiled2Unity.

Results 80 SuperTiled2Unity issues
Sort by recently updated
recently updated
newest added

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...

This issue will only occure if you use the "Use Sprite Atlas for Tiles" option. I put your example map in Unity and selected the sprite-default materia for better visibility:...

I change the Start function of class SuperMap, add a delay call then fixed this bug. `IEnumerator Start() { // This is a hack so that Unity does not falsely...

## What? Adds supports for nested custom type importing. ## Why? Tiled supports nested custom objects, but when imported with SuperTiled2Unity the object is put in a property with type...

Thanks for the great tool. Maybe it can even help me with this problem. I know that we can use custom properties and assign them to public fields or setters...

I'm on Unity2022.3.11 on Linux and using Tiled v2.1.1. The zip file is unusable on Linux the files are all in the root directory and have `\` in their names...

SuperTiled2Unity version: unknown, Unity version: 2022.3.9f1 Unknown error encountered. Please report as bug. Stack track is in the console output. Object reference not set to an instance of an object...

For personnal use, I converted the whole SuperTiled2Unity project to an individual C# Library project, builded with UnityEngine dll imported as reference. Now on my unity project I just have...

I'm using version 2.1.1, I find that every object in object layer is imported as a collider by default, which is fine for me. But I see a [post on...

I have a map with Objects, some of which are undergoing prefab replacement. Bot the non-replace and replaced objects are not being placed in alignment with the tiles. The replaced...