Answer the question
In order to leave comments, you need to log in
Visual Studio does not want to work with a symbolic variable, what should I do?
I'm trying to use a variable from the Unity library of the game Assembly-CSharp.dll
and I see symbol variables there, I try to use them, but Visual Studio displays an error "Invalid Symbol".
What can be done about it? Is it possible then to use this variable at all?
Answer the question
In order to leave comments, you need to log in
you have the wrong symbol on the screen. put a dot after the instance name and wait for the drop down list of class members and just choose
the dumbest option from it - copy the member name from the class definition
ps although .Net allows you to use all Unicode characters, it is not a good idea to use characters that are not on the keyboard. what are you proving to yourself with such a rake
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question