@prefix schema: <https://schema.org/> .
@prefix af: <https://anchorfact.org/ns#> .

<https://anchorfact.org/kb/game-development/level-design>
  a schema:TechArticle ;
  schema:headline "Level Design" ;
  schema:url <https://anchorfact.org/game-development/level-design/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.725" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "human_only" .

<https://anchorfact.org/kb/game-development/level-design>
  schema:citation <https://dev.epicgames.com/documentation/en-us/unreal-engine/designer-01-project-setup-and-level-blockout-in-unreal-engine> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/game-development/level-design>
  schema:citation <https://docs.unity3d.com/Manual/com.unity.probuilder.html> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/game-development/level-design>
  schema:citation <https://dev.epicgames.com/documentation/unreal-engine/scripting-the-unreal-editor-using-python> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/game-development/level-design>
  schema:citation <https://docs.godotengine.org/en/stable/tutorials/plugins/editor/index.html> ;
  af:sourceTier "B" .