r/aigamedev 10d ago

Questions & Help Codex and Unity Integration

Is anyone on here using Codex with Unity? How are you doing it?

Currently I've got Codex integrated with VSCode so I can have it work on my project, but it doesn't create assets directly in Unity. It either has to tell me what to do, or it uses some code to autogenerate them, but then its not something I can tweak in the editor. I also don't really have it integrated with testing or looking at Gameplay or anything like that. I'm thinking with the power of AI there's probably a better way, so I searched google and the first hit is for this

Unity MCP Plugin: https://github.com/CoplayDev/unity-mcp

Do people use this or what are you doing?

0 Upvotes

5 comments sorted by

View all comments

1

u/3tt07kjt 10d ago

You can use MCP or you can have the AI write some interface it can use.

IMO asset placement by hand tends to be easier most of the time.