Hi I am currently trying to do the hand tracking tutorial to make a multi-touch gallery however I get an error ‘Assets\Pointer.cs(17,94): error CS1001: Identifier expected’ when trying to complete the pointer script step. I’m very new to coding so I am unsure what the problem is and would really appreciate some help. I’ll leave photos of what I have done and the error message below. cheers
Dear Charles Hutchings.
Most likely, you have the name of the file (script) Pointer.cs
, and the name of the class in the NewBehaviourScript
implementation. Replace the class name to Pointer
.
Learn more about scripting in Unity.
Please let me know if you have any other questions.