I am copying Unity Standard Asset’s MobileSingleStickControl
prefab behavior to create joystick of my own. It requires a script component MobileControlRig
to be attached with canvas. If I try to attach it, all child elements are disabled/gray out, and they can’t be enabled again.
Inspector for disabled element:
'MobileControlRighas been marked with
[ExecuteInEditMode]`. Can this be a cause of issue? Any help will be appreciated. Thanks.