Installation
CoCo Asset Flow is distributed as a repository-root Unity Package Manager package.
Requirements
Section titled “Requirements”- Unity Editor
6000.3or newer. - Git available to Unity Package Manager.
- A Unity project where third-party assets can be imported below
Assets.
The package is Editor-only. It does not add a runtime component to Player builds.
Install from a Git URL
Section titled “Install from a Git URL”-
Open your Unity project.
-
Select Window → Package Manager.
-
Select + → Install package from git URL….
-
Enter:
https://github.com/YunXEE/CoCoAssetFlow.git -
Wait for Unity to resolve and compile the package.
You can also add the dependency directly to Packages/manifest.json:
{ "dependencies": { "com.yunxee.cocoassetflow": "https://github.com/YunXEE/CoCoAssetFlow.git" }}The package declares com.unity.nuget.newtonsoft-json as a transitive dependency. Do not manually copy a Newtonsoft DLL or add a separate host-project dependency.
Confirm the installation
Section titled “Confirm the installation”After compilation, the following menu items should exist:
Tools└── CoCo Asset Flow ├── Cleanup Runner └── Profile EditorIf Unity reports compilation errors, resolve those errors before opening the package windows. Cleanup cannot run while the Editor domain is in a failed compile state.
Optional Samples
Section titled “Optional Samples”In Package Manager, open CoCo Asset Flow and expand Samples:
- Quick Start contains a six-asset synthetic walkthrough and the editable Common 3D Pack Profile.
- AI Profile Solver contains optional Agent-neutral guidance and examples.
Importing the package alone does not create fixtures, Profiles, reports, or .agents configuration in the host project.
Update or remove
Section titled “Update or remove”When tracking the Git main branch, use Package Manager to update the dependency after the repository changes.
To remove the package, select it in Package Manager and choose Remove. Project Profiles, imported Samples, processed assets, and CoCoAssetFlowReports remain project data and are not automatically deleted.
Next step
Section titled “Next step”Continue with Your first cleanup.