diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 323b69c..d7f941e 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -13,12 +13,12 @@ "state": { "type": "markdown", "state": { - "file": "README.md", + "file": "Tutorials/Enemy AI - Unity NavMesh (tutorial).md", "mode": "source", "source": false }, "icon": "lucide-file", - "title": "README" + "title": "Enemy AI - Unity NavMesh (tutorial)" } } ] @@ -174,12 +174,13 @@ }, "active": "eca0df4907039a3d", "lastOpenFiles": [ - "Tutorials/How to make an enemy AI with Unity NavMesh Agent.md", + "Tutorials/README.md", + "Tutorials/Enemy AI - Unity NavMesh (tutorial).md", + "README.md", "LICENSE", "Unity-Notes/README.md", "Unity-Notes/LICENSE", "Unity-Notes", - "README.md", "Tutorials", "Welcome.md", "create a link.md" diff --git a/Tutorials/How to make an enemy AI with Unity NavMesh Agent.md b/Tutorials/Enemy AI - Unity NavMesh (tutorial).md similarity index 100% rename from Tutorials/How to make an enemy AI with Unity NavMesh Agent.md rename to Tutorials/Enemy AI - Unity NavMesh (tutorial).md diff --git a/Tutorials/README.md b/Tutorials/README.md new file mode 100644 index 0000000..e7fe7bc --- /dev/null +++ b/Tutorials/README.md @@ -0,0 +1 @@ +Welcome to the Tutorials section, this is a section where you can find tutorials generated by the community, essentially blog posts, videos, rewritten into our own words. \ No newline at end of file