First of all,I can’t accurately classify my questions, so I will describe the phenomenon and my expected results.the script as attached. if you add these scripts to a empty project, everything is ok.But when you uncomment ClassB.funcB, ClassA will error: The class "ClassB" couldn't be fully loaded (script error or cyclic dependency) I think it is maybe a forward declaration problem.
What can I do to keep it from reporting errors. use ClassB.funcA everything is ok,but i think "load" is not a elegant approach
i need your help please,thanks a lot. BR.