We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cee39a9 commit 7279186Copy full SHA for 7279186
Assets/LDtkUnity/Editor/Builders/LDtkBuilderWorld.cs
@@ -31,7 +31,7 @@ public LDtkComponentWorld BuildWorld()
31
32
LDtkComponentLevel[] levels = null;
33
34
- //don't make levels if we are using separate levels
+ //don't make levels if we are using separate levels because the levels in the project only contain root-level information
35
if (!_json.ExternalLevels)
36
{
37
levels = BuildLevels();
0 commit comments