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

<https://anchorfact.org/kb/game-development/unity-engine>
  a schema:TechArticle ;
  schema:headline "Unity Game Engine" ;
  schema:url <https://anchorfact.org/game-development/unity-engine/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.715" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "human_only" .

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

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

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