Hello Guest

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Donitz

Pages: [1]
1
Support / Re: Tilemap TMX loading through C#
« on: July 09, 2013, 06:54:14 pm »
Thank you for the swift reply.

Well, as much as I would like being able to just keep a tmx file for each ship, I don't want to unnecessarily bloat the game. I could just import each tmx file and keep the Render Data for each ship as a prefab right? The problem then of course is that they have to be re-imported for every change done.

Would it also be possible to access the tile properties and object data that I've saved in Tiled from the Render Data?

2
Support / Tilemap TMX loading through C#
« on: July 09, 2013, 06:38:58 pm »
Yello.

Is there any way to import TMX files for a tilemap through C#? I'd love to be able to store information about every ship in my game as a separate TMX file and load them dynamically.

Pages: [1]