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

Handle the case where a MonoBehaviour is null #444

Merged
merged 1 commit into from Nov 9, 2022

Commits on Nov 8, 2022

  1. Handle the case where a MonoBehaviour is null

    - It might be null if its type couldn't be found
    - Resolves `NullReferenceException`s in cases where a MonoBehaviour's type was stripped
    JesseTG committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    bb9299c View commit details
    Browse the repository at this point in the history