diff --git a/Assets/LDtkUnity/Runtime/Tools/Const/LDtkHelpUrl.cs b/Assets/LDtkUnity/Runtime/Tools/Const/LDtkHelpUrl.cs index d33b50582..5a8af40dc 100644 --- a/Assets/LDtkUnity/Runtime/Tools/Const/LDtkHelpUrl.cs +++ b/Assets/LDtkUnity/Runtime/Tools/Const/LDtkHelpUrl.cs @@ -11,14 +11,14 @@ internal static class LDtkHelpURL public const string IMPORTER_LDTK_LEVEL = ROOT + "documentation/Importer/topic_LevelImporter.html"; public const string IMPORTER_LDTK_TILESET = - ROOT + "documentation/Importer/topic_TilesetImporter.html"; //todo this doesnt exist yet, ensure it does + ROOT + "documentation/Importer/topic_TilesetImporter.html"; public const string JSON_PROJECT = ROOT + "documentation/Topics/topic_ProjectFile.html"; public const string JSON_LEVEL = ROOT + "documentation/Topics/topic_LevelFile.html"; public const string JSON_TILESET = - ROOT + "documentation/Topics/topic_TilesetFile.html"; //todo this doesnt exist yet, ensure it does + ROOT + "documentation/Topics/topic_TilesetFile.html"; //section contents public const string SECTION_MAIN = diff --git a/DocFX/documentation/Topics/toc.yml b/DocFX/documentation/Topics/toc.yml index 2b70315e1..9ce3cbd80 100644 --- a/DocFX/documentation/Topics/toc.yml +++ b/DocFX/documentation/Topics/toc.yml @@ -40,5 +40,8 @@ - name: Level File href: topic_LevelFile.md +- name: Tileset File + href: topic_TilesetFile.md + diff --git a/DocFX/documentation/Topics/topic_TilesetFile.md b/DocFX/documentation/Topics/topic_TilesetFile.md new file mode 100644 index 000000000..dd9b9baf9 --- /dev/null +++ b/DocFX/documentation/Topics/topic_TilesetFile.md @@ -0,0 +1,7 @@ +# Tileset File +[_**Scripting Reference**_](../../api/LDtkUnity.LDtkTilesetFile.yml) + +This is an import artifact of the [**Tileset Importer**](../Importer/topic_TilesetImporter.md). + +Some of the the json data can be viewed in the inspector. +This can be referenced to get it's json data in runtime. \ No newline at end of file