I've got a "MachineBehaviour" script that has a custom property which is an ScriptAsset.
I tried to access the script of the scriptAssetby ( ScriptAsset.script ) , but it returns null , Why?
(Is this how you do it or is there another way?)
(+ I'm still a newbie)