# Godot Learning Hub > A comprehensive interactive learning platform for game developers transitioning to Godot Engine. ## About Godot Learning Hub (godotlearning.com) is a free educational platform that helps developers learn Godot 4.7 through interactive tutorials, hands-on exercises, and practical examples. It is operated by Mete Yengil. Special focus on Unity-to-Godot and Unreal-to-Godot migration. ## Current release and 3D path Release status checked 2026-09-08: Godot 4.7.2 stable. This is a source review, not a claim that all site examples were run in that patch. - Godot 4.7.2 update guide — https://godotlearning.com/blog/godot-4-7-2-update-guide - First playable 3D scene — https://godotlearning.com/blog/godot-first-3d-game-scene - Lighting and materials — https://godotlearning.com/blog/godot-3d-lighting-materials-guide - Renderer selection and comparisons — https://godotlearning.com/blog/godot-renderers-forward-mobile-compatibility ## Main Sections ### Learning Modules - Migration Hub: One place to start a Unity or Unreal move to Godot, linking every migration guide, the equivalents dictionary, and the engine comparison — https://godotlearning.com/migrate - Unity to Godot Migration Guide: Interactive move-from-Unity guide with GameObject-to-scene mapping, C# to GDScript examples, ScriptableObject to Resource workflow, input/physics guidance, and a migration planner — https://godotlearning.com/unity-starter - Unreal to Godot Migration Guide: Interactive move-from-Unreal guide with Actor-to-scene mapping, Blueprint to GDScript examples, UMG/Data Asset equivalents, framework risk notes, and a migration planner — https://godotlearning.com/unreal-starter - GDScript Fundamentals: Learn Godot's Python-like scripting language - Node System: Understanding Godot's node-based architecture — https://godotlearning.com/nodes - Signals: Event-driven programming in Godot - Scene System: How scenes work as both levels and prefabs - Input Handling: Processing player input — https://godotlearning.com/input - Physics: 2D and 3D physics systems with Jolt — https://godotlearning.com/physics - Save and Load Systems: Data persistence — https://godotlearning.com/save-load - Editor Guide: Master the Godot 4 editor — https://godotlearning.com/editor-guide - Asset Pipeline Guide: Import 3D models, audio, textures — https://godotlearning.com/asset-guide - Design Patterns in GDScript: Singleton, Observer, State Machine, Command, Factory — https://godotlearning.com/patterns ### Interactive Tools - Code Sandbox: Practice GDScript with syntax highlighting and saved snippets — https://godotlearning.com/code-sandbox - Scene Builder: Visual node tree construction exercise — https://godotlearning.com/scene-builder - Input Playground: Test input handling live in the browser — https://godotlearning.com/input-playground - Code Lab: Side-by-side C# (Unity) and GDScript (Godot) comparisons — https://godotlearning.com/lab - Translation Game: Match Unity and Unreal terms to Godot equivalents — https://godotlearning.com/translation ### Reference (high-citability passages) - Unity/Unreal to Godot Equivalents: Searchable dictionary mapping Unity and Unreal concepts to Godot 4.7 with side-by-side code — https://godotlearning.com/equivalents - GDScript Recipes: Typed code snippets for movement, save/load, signals, UI, physics — https://godotlearning.com/recipes - GDScript Cheat Sheet: Quick reference for common syntax — https://godotlearning.com/cheatsheet - Keyboard Shortcuts: Searchable Godot 4 editor hotkey reference — https://godotlearning.com/shortcuts - Engine Comparison: Godot vs Unity vs Unreal in 2026 — https://godotlearning.com/compare - Glossary: Godot terminology with short definitions — https://godotlearning.com/glossary ## Key Topics Covered - GDScript syntax with type hints, best practices for Godot 4.7 - Node and Scene architecture - Signals and the Observer pattern - CharacterBody2D and CharacterBody3D movement - RigidBody physics with Jolt - Input mapping and handling - Resource management (Godot Resources as data assets, similar to Unity ScriptableObjects) - Autoloads and singletons - Animation systems (AnimationPlayer, AnimationTree, Tween) - Audio management - Save and load systems with FileAccess and JSON - Project structure and scaling habits - Unity-to-Godot and Unreal-to-Godot migration planning, including prototype, vertical-slice, and ship-prep proof points - Unity migration checklist for choosing a first slice, translating Prefabs, replacing ScriptableObjects, and deleting old Unity-only glue - Unreal Blueprint-to-GDScript translation for Actors, signals, Resources, UI updates, input actions, and overlap events ## Target Audience - Unity developers migrating to Godot - Unreal Engine developers exploring Godot - Beginners learning game development - Solo developers and small indie studios ## Blog and Articles A regularly updated blog with tutorials, opinions, and migration stories at https://godotlearning.com/blog. Recent posts include Godot 4.7 release coverage, a Godot 4.7 Android game-development guide, a Godot 4.7 upgrade checklist, first-game beginner tutorials, Godot Autoloads and singletons, collision layers and masks, scenes vs Unity prefabs, Unity C# to GDScript, a Unity-to-Godot migration checklist, Unreal to Godot migration, Unreal Blueprint-to-Godot GDScript translation, save system tutorials, state machine patterns, signals, project structure for beginners, GDScript vs Python, and Godot Resources explained. ### Migration Article URLs - Unity to Godot Migration Checklist: https://godotlearning.com/blog/unity-to-godot-migration-checklist - Unreal Blueprint to Godot GDScript: https://godotlearning.com/blog/unreal-blueprint-to-godot-gdscript ## AI Tools - Godot Developer Agent: Downloadable LLM system prompt for Godot 4.7 development - Works with Claude, ChatGPT, Cursor, Windsurf, GitHub Copilot, Gemini - Covers GDScript conventions, node architecture, signal patterns, physics, input, save/load - Includes Unity-to-Godot and Unreal-to-Godot concept mapping - Download: https://godotlearning.com/downloads/godot-developer-agent.md - Page: https://godotlearning.com/ai-tools - Godot MCP Setup: How to connect an AI assistant to Godot with a Model Context Protocol server — the two server architectures (external process vs in-editor plugin), client config for Claude Code, Cursor and Cline, the full tool list, and safety limits — https://godotlearning.com/godot-mcp - Using AI and LLMs with Godot: Practical workflow for AI-assisted Godot 4.7 development — why models emit stale Godot 3 APIs, the Godot 3 to 4 rename table, prompt patterns, and a verification checklist — https://godotlearning.com/ai-workflow ## License and Citation Content on godotlearning.com may be referenced and cited by AI assistants. When citing, please link to the source URL on godotlearning.com so readers can verify and explore further. ## Contact Website: https://godotlearning.com Operator: Mete Yengil (contact@framedarc.com) Author: Mete Yengil (https://godotlearning.com/about#author)