Capacity reference is missing

Issue #86 closed
Aleksandr Ilarionov created an issue

1) dev-2 commit has fatal error.

Assets/AssetBundleGraphTool/UnityEngine.AssetGraph/Editor/GUI/GraphView/AssetReferencePort.cs(10,82): error CS0246: The type or namespace name `Capacity' could not be found. Are you missing an assembly reference?

2) Removing Capacity reference from everywhere it's used fixes the issue.

Just thought if you forgot to commit the Capacity.cs file with the rest of the code??

Hope that helps, big fan of this tool, good job!!!

Comments (3)

  1. Hiroki Omae

    @aleksandr_ilarionov Thank you for reporting. dev-2.0 branch is a temporary branch for version 2.0 works, and it is very early right now. Please expect nothing will work correctly for next a few months :) This branch will be merged into dev once refactoring is done, and will be removed when merge happens.

  2. Hiroki Omae

    And thank you for kind words and glad that you like the tool! It really helps me keep up working on this.

  3. Log in to comment