2D Toolkit Forum

2D Toolkit => Support => Topic started by: paulhocker on July 30, 2013, 06:02:38 am

Title: TileMap Editor API
Post by: paulhocker on July 30, 2013, 06:02:38 am
Is there, or are there plans to expose any of the TileMap editor API. I would like to create a standalone level editor for my project, and would prefer to use some of the things you already have built, instead of doing everything from scratch.

Title: Re: TileMap Editor API
Post by: unikronsoftware on July 30, 2013, 10:43:48 am
No, there aren't any plans to expose the tilemap editor API for runtime use - feel free to branch off and use the code. Most of it relies on UnityGUI so it might not be relevant. You'll probably have to rewrite all of that stuff anyway.
Title: Re: TileMap Editor API
Post by: paulhocker on July 30, 2013, 06:40:49 pm
Oh well -- a boy can dream. Thanks.