ChuanXin-Unity

Results 210 comments of ChuanXin-Unity

Also, if this can be easily reproducible, could you file a Unity bug report with that project? Thanks!

Hoping to resolve this for a 2018.3 backport.

Sorry, nothing in particular. Backports to 2018.3 may take sometime due to validation. I will update the versions where the fix has landed here to keep everyone updated.

Sorry, this is taking a lot longer than expected unfortunately. This issue has been fixed though finally, and will make its way to current Unity versions.

Currently, the confirmed version with a system to handle these gaps would be Unity 2019.2.0a15. A 2019.1 version will be coming soon. The Composite Collider 2D has an additional setting,...

The 2019.1 version will be Unity 2019.1.2f1.

@John-Okleberry Would it be possible to create a bug report using the Unity Bug Reporter when this issue occurs? This would be very helpful in order to find out what...

Hi, for your particular case, you could try using the Select Tool (first tool in the toolbar) and select the Flower Tile in your Tilemap. In the inspector, you can...

Will look into this issue with undo!

You can make use of the Tilemap Scripting APIs (https://docs.unity3d.com/ScriptReference/Tilemaps.Tilemap.html) to add Tiles to the Tilemap during Runtime, for example using Tilemap.SetTile to add or remove your Road Tiles to...