i restored my pc and it bugged unity a lot, how can i make the text look normal again?
Usually, if just one function gets darkened like this it may be because the IDE thinks that method is unused.
I’m guessing this is Visual Studio and I wouldn’t be surprised that even today VS still doesn’t know about Unity’s “message” (event) methods.
Try adding a new method and actually call it from within an existing method to see if that changes the text style.
VS does know about Unity’s methods. You can even see above the method “Mensagem do Unity” which on mine is “Unity Message”. I also don’t have any color fade on mine.
I do agree that the color change can be the result of something not being used, but in this case I wonder if the color scheme is just setup to maybe darken methods. Possibly something changed when the PC was restored. But yeah, adding another method and seeing what color it is would probably tell if they matched. If they are all darkened, then within VS the color scheme will have to be adjusted possibly is my guess.
