Answers for "how to check for a function being executed from another script in unity"

C#
3

unity call function from another script

public otherScript other;

   void Update()
   {
     other.funtion();
   }
Posted by: Guest on June-03-2020

Code answers related to "how to check for a function being executed from another script in unity"

C# Answers by Framework

Browse Popular Code Answers by Language