GrayGooAgent FAQ¶
What does GrayGooAgent support at launch?¶
The current tested baseline is:
Unreal Engine 5.7Windows / Win64- editor-only workflows
The main areas it can help with at launch 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 the primary path. External agent workflows are an optional extension, not a requirement.
Is this a fully automatic "do anything" agent?¶
No.
GrayGooAgent is most effective for narrow, verifiable editor tasks. Its primary value lies in project inspection, rapid orientation within a real project, and efficient handling of repetitive editor operations. 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 a first setup, though, a simple OpenAI or OpenAI-compatible configuration is still the easiest place to start.
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 safest way to start is still the read-only quickstart followed by one small, concrete task.
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: 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
For setup-first reading, continue with Core Concepts and Support.