Show GN: OpenClaw प्लगइन, जहाँ AI एजेंट Unity/Godot/Unreal एडिटर को सीधे नियंत्रित करता है
(github.com/TomLeeLive)AI एजेंट अब गेम इंजन के अंदर सीधे scene को modify करता है, object बनाता है, और गेम को test करता है.
मैंने इसे इसलिए बनाया क्योंकि मैं planning document को Markdown में बनवाना चाहता था और यह जानना चाहता था कि AI एजेंट आखिर कितनी दूर तक जा सकता है.
घर से बाहर रहते हुए भी Telegram से काम के निर्देश दिए जा सकते हैं, और अगर आप screenshot लेकर भेजने को कहें तो एजेंट वह भी भेज देता है.
मैंने OpenClaw के लिए गेम इंजन के 3 plugins बनाए हैं:
Unity Plugin (~100 tools)
• GameObject/Component बनाना·modify करना·delete करना
• Transform, Physics, Material को manipulate करना
• Play mode control + keyboard·mouse input simulation
• Editor mode में भी काम करता है (Play mode की ज़रूरत नहीं)
Godot Plugin (30 tools)
• scene/node management, resource manipulation
• editor control, script पढ़ना
• Play mode + input simulation
Unreal Plugin (40+ tools)
• Actor/Component बनाना·modify करना·delete करना
• Blueprint, level management
• Play/Stop/Pause control + input simulation
काम करने का तरीका:
• हर इंजन के package manager से install करें (Unity: UPM, Godot: AssetLib, Unreal: Marketplace)
• plugin editor के अंदर HTTP server चलाता है
• OpenClaw connect होकर editor API को agent tools के रूप में expose करता है
• chat में "दुश्मन के 3 character रख दो" → और वे सच में scene में रख दिए जाते हैं
उदाहरण use cases:
• "इस scene की सभी lights ढूँढकर उनकी brightness 50% कर दो"
• "player character के सामने एक wall object बना दो"
• "गेम चलाकर W key से 10 सेकंड तक move करो और screenshot लेकर भेजो"
यह ChatGPT से code copy-paste करने वाला तरीका नहीं है; AI सीधे editor को operate करता है.
मैंने इसे अकेले develop किया है, और सब कुछ open source (Apache 2.0) है.
• Unity: https://github.com/TomLeeLive/openclaw-unity-plugin
• Godot: https://github.com/TomLeeLive/openclaw-godot-plugin
• Unreal: https://github.com/TomLeeLive/openclaw-unreal-plugin
और OpenClaw के लिए game development specialist AI personas भी हैं: https://clawsouls.ai/souls (gamedev-mentor, game-designer आदि)
सवाल या feedback का स्वागत है.
अभी कोई टिप्पणी नहीं है.