So i was done scripting in unity. But then i try to run the script it does nothing, It dosent even load in unity, i dont know why
In unity:
And in C# script:
By the way my new in unity game engine
So i was done scripting in unity. But then i try to run the script it does nothing, It dosent even load in unity, i dont know why
In unity:
And in C# script:
By the way my new in unity game engine
You need to add your script to a unity game object. I assume the .cs file is placed in the assets-folder, then pick the script in “Add Component”.
See [1]