AssetBundleBrowser AssetBundleBuildTab.cs InvalidOperationException
Issue #53
closed
fix.
253: // build. 254: EditorGUILayout.Space(); 255: if (GUILayout.Button("Build") ) 256: { 257: EditorApplication.delayCall += ExecuteBuild; 258: } 259: GUILayout.EndVertical(); 260: EditorGUILayout.EndScrollView();
Comments (3)
-
-
- changed status to closed
-
FYI, I have created PR in AssetBundles-Browser project.
https://github.com/Unity-Technologies/AssetBundles-Browser/pull/22
Also there were areas that raise the same issue in GraphTool, so those code are now also fixed using delayCall.
- Log in to comment
@kaznog thank you for reporting. I am afraid that AssetBundleBuildTab.cs is part of AssetBundles-Browser project, not part of AssetBundle Graph Tool. Would you be kind to report to following project instead of here?
https://github.com/Unity-Technologies/AssetBundles-Browser
Thanks!