Hi.
This is my code:
Transform mgTarget = mg.GetMarkTarget();
print(mgTarget);
print(mgTarget.GetComponent());
My problem is that the last line returns Null.
The script *is* on the GameObject, but it's a DLL plugin script from an asset.
How can I acces the script?
↧