示例#1
0
        static void SetNamesSelecting()
        {
            var namer = AssetBundleEditor.GetAssetBundleNamerWithPacking();

            namer.SetAssetNameToSelectingObjects(RootAssetDirPath);
        }
示例#2
0
        static void SetNamesAll()
        {
            var namer = AssetBundleEditor.GetAssetBundleNamerWithPacking();

            namer.SetAllAssetsName(RootAssetDirPath);
        }