Installation
CoCoFlow 0.4.1 requires Unity 6000.0 or newer.
Install from Unity Package Manager
Section titled “Install from Unity Package Manager”Open Window > Package Management > Package Manager, choose Install package from git URL, and enter:
https://github.com/YunXEE/CoCoFlow.git#v0.4.1Install from manifest.json
Section titled “Install from manifest.json”Add the package to the dependencies object in Packages/manifest.json:
{ "dependencies": { "com.yunxee.cocoflow": "https://github.com/YunXEE/CoCoFlow.git#v0.4.1" }}Keep the #v0.4.1 tag in the URL when the project requires a reproducible
release baseline. A branch URL follows later branch changes and is not the
published 0.4.1 package snapshot.
Required package dependencies
Section titled “Required package dependencies”Unity resolves the required package dependencies declared by CoCoFlow, including Input System, Localization, Cinemachine, Mathematics, and Newtonsoft Json. See the Dependency Matrix for exact versions and assembly boundaries.
Optional integrations
Section titled “Optional integrations”Open CoCoFlow > Utility Panel (the CoCoFlow Utility window) to inspect optional packages, assemblies, support defines, and project settings. UniTask, Addressables, DOTween, and UniTask.DOTween are optional and enable only the corresponding conditional assemblies.
Do not set stale support defines to bypass a missing package or unsupported version. The CoCoFlow Utility panel and asmdef version constraints must agree.
Next steps
Section titled “Next steps”- Review the StateGraph Asset and Compiler.
- Assemble and validate a StateGraph Runtime and Host.
- Check optional package requirements in the Dependency Matrix.