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
If you mean that the components are available when the start method gets executed then yes, they are accessible at that time.
Depending on what version you are using you can also get then in Awake.
Versions below 1.2 have the extendedbehaviour and the extension methods so you can get the components in Awake, Start, OnEnable, whenever you want really.
From 1.2 on there's no extendedbehaviour or extension method anymore so they are only available from when Start gets called.
Thank you for making such a nice script and sharing it on GitHub. Don't forget to update your unitypackage file, it wasn't working because I was using an older version of the asset that came from the unitypackage.
Is it even reasonable to ask that or is that a code smell of some sort?
The text was updated successfully, but these errors were encountered: