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

fix: plugins creation exception handling #5246

Merged
merged 2 commits into from
May 26, 2023
Merged

fix: plugins creation exception handling #5246

merged 2 commits into from
May 26, 2023

Conversation

pbosio
Copy link
Contributor

@pbosio pbosio commented May 25, 2023

What does this PR change?

an exception while instancing a plugin can break the instantiation of other plugins.
so we encapsulate the instantiation in a try/catch

Our Code Review Standards

https://github.com/decentraland/unity-renderer/blob/master/docs/code-review-standards.md

Copilot summary

🤖 Generated by Copilot at 07ccead

Improve error handling and code quality of PluginInfo class. This class is responsible for creating and managing plugins in the unity-renderer.

@pbosio pbosio added the No QA Needed Issues which do not require QA testing label May 25, 2023
@pbosio pbosio self-assigned this May 25, 2023
Signed-off-by: pbosio <[email protected]>
@pbosio pbosio requested a review from AjimenezDCL May 25, 2023 19:16
@pbosio pbosio merged commit eb77930 into dev May 26, 2023
@pbosio pbosio deleted the fix/plugins-exceptions branch May 26, 2023 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
No QA Needed Issues which do not require QA testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants