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

Add Particle System Renderer Error Handler. #64

Merged
merged 3 commits into from
Dec 11, 2023

Conversation

CyTakayukiKiyohara
Copy link
Contributor

@CyTakayukiKiyohara CyTakayukiKiyohara commented Dec 4, 2023

Particle System Rendererのエラーチェックと修正をエディタスクリプトから行うためのAPIを追加しました。
FIx Nowボタンで行っているエラーチェックと修正の機能と同様です。

これに伴い、ParticlesUberLitGUIで行っていたRendererのエラーハンドリング関する処理をRendererErrorHandlerクラスに移しました。

RendererErrorHandlerクラスは下記の二つのメソッドをpublicで公開しています。

  • CheckErrorWithMaterial: エラーチェック
  • FixErrorWithMaterial: エラー修正

利用の仕方はAssets/Demo/Demo05/Scripts/ErrorHandlerTest.csを参照してください。

また、この変更に伴いFix Nowボタンに関するコードも変更が入っていますが、機能を移したRendererErrorHandlerクラスを利用する形に変更されているだけなので、ロジックに変更はありません。

レビューよろしくお願いします。

@CyTakayukiKiyohara CyTakayukiKiyohara marked this pull request as ready for review December 5, 2023 02:59
Copy link
Member

@Haruma-K Haruma-K left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ありがとうございます!
どこかのタイミングでリリースしておいてください 🙏

@CyTakayukiKiyohara CyTakayukiKiyohara merged commit 73e8348 into main Dec 11, 2023
1 check passed
@CyTakayukiKiyohara CyTakayukiKiyohara deleted the feature/add-helpler-api branch December 11, 2023 05:08
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

Successfully merging this pull request may close these issues.

2 participants