Build error when Manifest Name same as it's parent directory name.

Issue #89 closed
PuzzledBoy created an issue

Hi,Love AssetGraph Tool, I bet it will become the most popular and useful AssetBundle Tool in the future.

Recently I find out a issue. if I Set the Manifest Name(at the node Build Asset Bundles) same to it's parent directory name, then I get a build error,and lost the Manifest bundle at the build result.

01.png

The error message:

FileNotFoundException: E:/UnityProjects/SimpleABGTExample/Assets/TestAssetBundlesBuild/TestAssetBundlesBuild does not exist System.IO.File.Move (System.String sourceFileName, System.String destFileName) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.IO/File.cs:318) UnityEngine.AssetGraph.BundleBuilder.Build (BuildTarget target, UnityEngine.AssetGraph.DataModel.Version2.NodeData node, IEnumerable1 incoming, IEnumerable1 connectionsToOutput, UnityEngine.AssetGraph.Output Output, System.Action3 progressFunc) (at Assets/AssetGraph/UnityEngine.AssetGraph/Editor/System/Node/Buitin/BundleBuilder.cs:460) UnityEngine.AssetGraph.AssetGraphController.DoNodeOperation (BuildTarget target, UnityEngine.AssetGraph.DataModel.Version2.NodeData currentNodeData, IEnumerable1 incoming, IEnumerable1 connectionsToOutput, UnityEngine.AssetGraph.Output outputFunc, Boolean isActualRun, System.Action3 updateHandler) (at Assets/AssetGraph/UnityEngine.AssetGraph/Editor/System/Core/AssetGraphController.cs:210) UnityEditor.EditorApplication:Internal_CallDelayFunctions()

Unity version 2017.2.1p3. Thank you.

Comments (5)

  1. Log in to comment