Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

unity call function from another script

public otherScript other;

   void Update()
   {
     other.funtion();
   }
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #unity #call #function #script
ADD COMMENT
Topic
Name
6+6 =