GetComponentAttribute icon indicating copy to clipboard operation
GetComponentAttribute copied to clipboard

Custom Execution Order Management

Open mert-dev-acc opened this issue 6 years ago • 0 comments

Because of we can't change execution order, attribute getting tried to be filled before scene loads, this causes problems on instance objects, since they didn't even created in the first place.(Even instantiation happens on Awake() method, attribute gets called before that.) So, NullRefException thrown by it then. Custom execution management is necessary for such cases.

mert-dev-acc avatar Mar 26 '19 08:03 mert-dev-acc