You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we changed our workflow from "MonoInstaller only" to "MonoInstaller + PrefabInstaller", we found this issue. We have a script that we bind with FromInstance (together with 'To', 'AsSingle' and 'NonLazy'). This worked fine with MonoInstaller, but if we use same installer as PrefabInstaller, Inject is not called on our script (but is binded and injected to other scripts).
Best Regards,
Michal Dolezal
The text was updated successfully, but these errors were encountered:
Hello,
When we changed our workflow from "MonoInstaller only" to "MonoInstaller + PrefabInstaller", we found this issue. We have a script that we bind with FromInstance (together with 'To', 'AsSingle' and 'NonLazy'). This worked fine with MonoInstaller, but if we use same installer as PrefabInstaller, Inject is not called on our script (but is binded and injected to other scripts).
Best Regards,
Michal Dolezal
The text was updated successfully, but these errors were encountered: