I have been using the [Unity Test Tools][1] but I am having an issue where I am creating a gameObject in the test script, attaching a component that I want to test, but Awake is not being called. Is there any way to ensure Awake gets called when the component is added via my test script? I really don't want to muddy up my component and add a public method that calls Awake or anything.
Thank you!
[1]: https://www.assetstore.unity3d.com/#/content/13802
↧