Skip to content

Fix MonoBehaviour custom counter menu binding#141

Merged
NuggoDEV merged 1 commit intoNuggoDEV:masterfrom
qe201020335:binding_fix
Aug 19, 2024
Merged

Fix MonoBehaviour custom counter menu binding#141
NuggoDEV merged 1 commit intoNuggoDEV:masterfrom
qe201020335:binding_fix

Conversation

@qe201020335
Copy link
Copy Markdown
Contributor

@qe201020335 qe201020335 commented May 28, 2024

FromComponentOnRoot requires the object to already exist on the root, which is not correct in this case. The settings menu should be created here.

Use a new game object instead of root to allow Zenject to run the inject methods before enabling the MonoBehaviour.

Changes to type checks cover the cases where the type is not directly inheriting MonoBehaviour (there are more layers in between).

@NuggoDEV NuggoDEV merged commit 4623dbe into NuggoDEV:master Aug 19, 2024
rakkyo150 pushed a commit to rakkyo150/CounterPlus-Improved that referenced this pull request Nov 2, 2025
Fix MonoBehaviour custom counter menu binding
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