We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75a0985 commit ced7f0fCopy full SHA for ced7f0f
redive/resource_fetch.php
@@ -34,7 +34,7 @@
34
[ 'bundleNameMatch'=>'/^a\/spine_000000_chara_base\.cysp\.unity3d$/', 'customAssetProcessor'=> 'exportSpine' ],
35
[ 'bundleNameMatch'=>'/^a\/spine_\d\d_common_battle\.cysp\.unity3d$/', 'customAssetProcessor'=> 'exportSpine' ],
36
[ 'bundleNameMatch'=>'/^a\/spine_1\d\d\d01_battle\.cysp\.unity3d$/', 'customAssetProcessor'=> 'exportSpine' ],
37
- [ 'bundleNameMatch'=>'/^a\/spine_sdnormal_10\d{4}\.unity3d$/', 'customAssetProcessor'=> 'exportAtlas' ],
+ [ 'bundleNameMatch'=>'/^a\/spine_sdnormal_1\d{5}\.unity3d$/', 'customAssetProcessor'=> 'exportAtlas' ],
38
],
39
'sound'=>[
40
[ 'bundleNameMatch'=>'/^v\/vo_cmn_(\d+)\.acb$/', 'exportTo'=> 'sound/unit_common/$1' ],
0 commit comments