Error on trying to inject an entry point script to another script #539
Unanswered
shaked-okami
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have the following scenario:
Script A is a mono behaviour, script A is dependent on script B.
Script B implements IStartable, and is registered before script A.
When the container tries to resolve script A, it crashes since it cannot resolve Script B.
this is very weird since i can enter the constructor of script B before crashing.
Is this suppose to behave like that??
Beta Was this translation helpful? Give feedback.
All reactions