3/8/2026 at 7:50:12 AM
If Microsoft hadn't killed XNA (what MonoGame is based on) a decade ago, they could be packaging it with Copilot right now as the ideal code-first AI-assisted game engine. Easy to use, easy to test, no visual editor where AI will struggle like with Unity/Unreal/Godot.by Nition
3/8/2026 at 8:36:58 AM
> AI will struggle like with Unity/Unreal/Godot.I am automating Unity with headless method invocation of agent authored editor scripts. I don't think "struggle" is the word I'd use to describe how GPT5.4 is currently performing.
I can tell the agent things like "iterate over all scenes. Wrap lightmap baking in a 5 minute timeout. Identify all scenes that exceed baking time. Inspect the scene objects and identify static geometry with poorly configured light map scale relative to their world space extents."
by bob1029
3/8/2026 at 8:46:22 AM
That's fair. I suppose instead of saying "struggle" re the others I should have said "be even more effective" re XNA.by Nition
3/8/2026 at 3:27:28 PM
Quite curious about this. Does the agent gets its own repo and deliver with commits?by 3371
3/8/2026 at 4:04:55 PM
No. Not yet, anyways. I maintain autonomy over source control at the moment. Headless activity is verified in a separate unity editor instance before I push any commits. I might look into source control tools once I get through perspective and orthographic screenshot tools. Giving the agent a way to see the final composed scene seems much more valuable than SCM automation right now.by bob1029
3/8/2026 at 7:59:11 AM
If they hadn't killed it, it would have a visual editor by now. Or worse, dominated by Maya integrations.by jayd16
3/8/2026 at 8:39:54 AM
Microsoft's head died long time ago. Corpo parasite took control of the body completely.by wiseowise
3/8/2026 at 8:14:06 AM
For Lazarus (an IDE with visual components similar to Delphi) I switched to code-first components and did away with the form files. You can probably do this with all of these frameworks.by nurettin
3/8/2026 at 1:09:27 PM
We’re building an AI agent for Delphi — and a major part is it supporting visual form editing. It works. You can see the form change live in the designer as the AI does its stuff.It’s not publicly available yet but has an active group of beta testers. https://www.remobjects.com/codebot/delphi.aspx
by vintagedave
3/9/2026 at 10:10:53 AM
Right, good that you've got that going, congratulations to you and your team. Design time does make human development much easier, since you are able to see the working prototype run as you design it, not sure what the point is if AI is doing that, since the value is in making the development cycle shorter, which the AI has no use for.by nurettin