ItemBinding not unbind item attribute when GO destory

filod

Member
i'm not sure it's by design or just a bug. i add these code to ItemBinding to prevent throw error:

C#:
        private void OnDestroy()
        {
            UnbindAttributes();
        }
 
Back
Top