Skip to content

Installation

CoCoFlow 0.4.1 requires Unity 6000.0 or newer.

Open Window > Package Management > Package Manager, choose Install package from git URL, and enter:

https://github.com/YunXEE/CoCoFlow.git#v0.4.1

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.

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.

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.