We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
TTT の NDMF Preview のターゲットを出す処理でそれぞれのフェーズのフィルターごとに全く同じ結果になるのだけど、ある程度時間のかかる処理があります。
https://github.com/ReinaS-64892/TexTransTool/blob/c702be68eda5bc7ce6d8b2e16302f8da4edc239a/Editor/NDMF/TexTransDomainFilter.cs#L48 この TTT のコンポーネントを探す処理を高速化するのもある程度限界があるので、できれば ... このあたりをフィルターごとに計算するのではなく使い回しできる何かがができると嬉しいです!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
TTT の NDMF Preview のターゲットを出す処理でそれぞれのフェーズのフィルターごとに全く同じ結果になるのだけど、ある程度時間のかかる処理があります。
https://github.com/ReinaS-64892/TexTransTool/blob/c702be68eda5bc7ce6d8b2e16302f8da4edc239a/Editor/NDMF/TexTransDomainFilter.cs#L48
この TTT のコンポーネントを探す処理を高速化するのもある程度限界があるので、できれば ... このあたりをフィルターごとに計算するのではなく使い回しできる何かがができると嬉しいです!
The text was updated successfully, but these errors were encountered: