Hello Guest

Author Topic: TileMap Editor API  (Read 4764 times)

paulhocker

  • 2D Toolkit
  • Newbie
  • *
  • Posts: 22
    • View Profile
    • SpockerDotNet LLC
TileMap Editor API
« 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.


unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: TileMap Editor API
« Reply #1 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.

paulhocker

  • 2D Toolkit
  • Newbie
  • *
  • Posts: 22
    • View Profile
    • SpockerDotNet LLC
Re: TileMap Editor API
« Reply #2 on: July 30, 2013, 06:40:49 pm »
Oh well -- a boy can dream. Thanks.