Tiled: JSON object templates are no longer visible in the Templates window.

Created on 25 Sep 2018  路  3Comments  路  Source: mapeditor/tiled

Version used: 1.2.0
Windows 10
Template format used: JSON

The templates aren't listed in the Templates window at all. The feature works without problems in 1.1.6.

bug

Most helpful comment

Fixed it now. The fix will be included in Tiled 1.2.1, which I hope to push out within the next few days.

All 3 comments

Whoops, this is because I've delayed the initialization of the plugins until after the creation of the UI, in order to fix the log messages from the Python plugin not appearing in the Debug Console.

But this means that now the JSON plugin is also loaded after the UI is initialized, so the model loading the templates is no longer picking up the JSON template format when it gets created.

I'll try to find a good fix for this tomorrow.

Fixed it now. The fix will be included in Tiled 1.2.1, which I hope to push out within the next few days.

Thanks!

Was this page helpful?
0 / 5 - 0 ratings