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

[HB-6104] Trigger UnexpectedErrors into the Main Thread. #153

Conversation

SCastanedaMunoz
Copy link
Collaborator

Description

Unexpected Errors need to be enqueued into the main thread regardless of where the come from. Most of these errors come from GameObjects, a lot of GameObject specific methods need to be called from the main thread so Unity does not trigger additional errors.

@SCastanedaMunoz SCastanedaMunoz added the enhancement New feature or request label Jun 28, 2023
@SCastanedaMunoz SCastanedaMunoz requested a review from a team June 28, 2023 16:02
@SCastanedaMunoz SCastanedaMunoz self-assigned this Jun 28, 2023
@SCastanedaMunoz SCastanedaMunoz requested review from bwised, kushG, cb-jpadilla and pleasesavemycat and removed request for a team June 28, 2023 16:02
Copy link
Contributor

@cb-jpadilla cb-jpadilla left a comment

Choose a reason for hiding this comment

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

Lgtm

@github-actions
Copy link

Test Results

1 tests  ±0   1 ✔️ ±0   0s ⏱️ ±0s
1 suites ±0   0 💤 ±0 
1 files   ±0   0 ±0 

Results for commit 68ad5a8. ± Comparison against base commit 6c80088.

@SCastanedaMunoz SCastanedaMunoz merged commit 8209103 into develop Jun 28, 2023
@SCastanedaMunoz SCastanedaMunoz deleted the HB-6104-mediation-unity-add-explicit-garbage-collection-to-canary-to-test-disposal-of-unmanaged-resources branch June 28, 2023 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants