GrayGooAgent FAQ¶
What does GrayGooAgent support at launch?¶
The current validated launch baseline is:
Unreal Engine 5.7Windows / Win64- editor-only workflows
The main launch workflow surfaces are:
- Blueprint
- Animation Blueprint
- UMG
- Niagara
- asset workflows
- scene and editor automation workflows
Is this a runtime gameplay plugin?¶
No.
GrayGooAgent is positioned as an editor-only plugin for Unreal Editor workflows. It is not sold as a runtime gameplay feature plugin for packaged games.
Do I need an outside agent to use it well?¶
No.
The in-editor workflow is a first-class primary path. External agent workflows are an acceleration path, not a requirement.
Is this a fully automatic "do anything" agent?¶
No.
GrayGooAgent is not a magic wish machine. Its most reliable value is helping you get up to speed quickly, explore a real project, and handle simple-but-tedious editor work efficiently. Some harder tasks may also work well, but results there depend more on model capability, task framing, and available context.
Which provider path should I use first?¶
For the narrowest onboarding path, start with:
- one OpenAI or OpenAI-compatible provider instance
- one model
- both default provider fields pointing to that same instance
Only expand into more complex provider or bridge setups after the basic quickstart path is stable.
OpenAI-compatible support also means you can use local LLM services and other providers that expose the same API shape.
Can I use ChatGPT Plus/Pro?¶
Yes.
GrayGooAgent includes an OpenAI Codex (ChatGPT Plus/Pro) provider path. For first-time onboarding, however, the lowest-support-cost path is still a simple OpenAI or OpenAI-compatible configuration.
Which Unreal plugins do I need to confirm for first run?¶
Manual first-run prerequisites:
InterchangePythonScriptPlugin
GrayGooAgent also declares broader capability-side dependencies:
NiagaraPCGDataflow
Those are best understood as workflow-surface dependencies rather than first-run blockers.
Why is Run Quickstart disabled?¶
Common causes:
- there is no active session
- the current session is closed
- the current session is busy
- the provider is not configured yet
Start by creating a fresh session and fixing any provider issue shown in the startup guide.
Will GrayGooAgent automatically modify my project?¶
It can perform structured editor operations, but the recommended launch path starts with a read-only quickstart and then moves into small, grounded tasks with clear scope.
Does it support macOS or Linux?¶
Do not treat those platforms as supported unless they have been explicitly validated in release notes or public support material.
Where should I ask for help?¶
Community support:
- Discord:
https://discord.gg/sEd2Ydy6
Before reporting an issue, collect:
- engine version
- operating system
- plugin version
- provider type
- model id
- a screenshot of the startup guide state
- relevant log lines around the failure