❔ How do i call a method from another script
How do i call a method from another script because when i look it up all i get is unity
2 Replies
because c# itself doesnt have a concept of scripts
i assume you mean file
in c# all files in a project are compiled to a single assmebly
which means you can just access the class in the other file, assuming its access modifier lets you
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.