Skip to content

Fix null reference error in FaceController initialization#476

Merged
uezo merged 1 commit intomasterfrom
develop
Oct 7, 2025
Merged

Fix null reference error in FaceController initialization#476
uezo merged 1 commit intomasterfrom
develop

Conversation

@uezo
Copy link
Owner

@uezo uezo commented Oct 7, 2025

Resolved an issue where FaceController caused a null reference error when ModelController.Awake() was called before FaceController.Awake(). The FaceExpressionProxy component could be accessed before it was initialized, leading to a startup failure. Initialization order is now handled safely to ensure proper dependency setup.

Resolved an issue where `FaceController` caused a null reference error when `ModelController.Awake()` was called before `FaceController.Awake()`.
The `FaceExpressionProxy` component could be accessed before it was initialized, leading to a startup failure.
Initialization order is now handled safely to ensure proper dependency setup.
@uezo uezo merged commit d5fc4cc into master Oct 7, 2025
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.

1 participant