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 MonoBehaviour custom counter menu binding #141

Merged
merged 1 commit into from
Aug 19, 2024

Conversation

qe201020335
Copy link
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
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