Hello
Here Is A Screenshot
What would you expect to see in the console?
the information shown on console per any operation (or frame), like those appeared in the tutorial (please see picture below from tut.)
Check that you have actually attached your script to the GameObject in the scene.
It would also be more useful if you could post your script, see below regarding formatting.
Updated Sun Feb 25 2018 12:51
You don’t have the print
statement within the Update
method;
void Update()
{
print(myState);
// ....
}
See also;
- Forum User Guides : How to apply code formatting within your post
2 Likes
Problem Solved!
Thanks Rob
1 Like
You’re very welcome
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.