Is there any way to import one script into another Script
If you are talking about linking var’s without them being static. I have seen it done like this before.
//On script B
var scriptA : ScriptA;
By just setting up the script name as a var. And dragging the script to the Inspector. But i have only seen it from example so i dont know if its a good idea. ![]()