Description
Original report by PuzzledBoy (Bitbucket: PuzzledBoy, GitHub: PuzzledBoy).
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.
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, IEnumerable
1 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, IEnumerable
1 incoming, IEnumerable1 connectionsToOutput, UnityEngine.AssetGraph.Output outputFunc, Boolean isActualRun, System.Action
3 updateHandler) (at Assets/AssetGraph/UnityEngine.AssetGraph/Editor/System/Core/AssetGraphController.cs:210)
UnityEditor.EditorApplication:Internal_CallDelayFunctions()
Unity version 2017.2.1p3.
Thank you.