Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split By FilterのFilter ConditionsのTextorBinaryの挙動について #164

Open
s-anzai opened this issue Jun 9, 2021 · 0 comments
Open

Comments

@s-anzai
Copy link

s-anzai commented Jun 9, 2021

お疲れ様です。

Split By FilterのFilter ConditionsのTextorBinaryの設定なんですが
うまくフィルタ条件に引っ掛からないようです。
中身を折って調べてみたところEditor/System/Filters/FilterByNameAndType.cs内の以下のところで条件があわないため
フィルタされないようでした
こちらのローカルではTextAsset=TextScriptImporterのようにして一時的に対応していますが
正しい直し方ではないともいますので対応していただければと思います
お手数をおかけしますが宜しくお願い致します。

//filterType =TextAsset
//incomingType=TextScriptImporter
match = incomingType != null && filterType == incomingType;

使用バージョン:AssetGraph1.7.2-preview
使用Unityversion:2021.1.7f1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant