The question is answered, right answer was accepted
Not finding a class in inspector (Easy)
So i had a small problem (didnt know) that was easily resolve thanks to this question in unity aswers
http://answers.unity3d.com/questions/7555/how-do-i-call-a-function-in-another-gameobjects-sc.html
but without the gameobjects part only the functions calling part
And when i go to inpector i try to find the class BUT its gone...
C# also
So its pretty easy actually either .GetComponent or make it static
Follow this Question
Related Questions
How can i enable and disable a void function on the update function? 1 Answer
How to call functions from another script c# (Unity5) 1 Answer
What go inside the brackets in voids? 1 Answer
Running C# Function from JS file 0 Answers
I need to activate a function in another script from a script on a different game object 0 Answers