Search Unity

Cannot find script class of scripts with no errors.

Discussion in 'Scripting' started by unity_dIY5WbqQ95X8-w, Aug 6, 2019.

  1. unity_dIY5WbqQ95X8-w

    unity_dIY5WbqQ95X8-w

    Joined:
    Jul 22, 2019
    Posts:
    6
    I've been running into a really annoying problem with Unity lately. Scripts that are bug free and have the file name and class name matching suddenly stop working. This applies not only to scripts that I've written myself, but also scripts downloaded from the asset store. I've got no clue what causes this problem, but if anyone else has run into this issue before, and knows how to fix it, please let me know.
     
  2. What does it mean? Details? What are you trying to do? What errors you see? Why do you think they "don't work"?
     
    SparrowGS likes this.
  3. palex-nx

    palex-nx

    Joined:
    Jul 23, 2018
    Posts:
    1,748
    Sounds like something is not compiling. Make copy of your project folder without Library subfolder, open it with Unity and try again.
     
  4. unity_dIY5WbqQ95X8-w

    unity_dIY5WbqQ95X8-w

    Joined:
    Jul 22, 2019
    Posts:
    6
  5. SparrowGS

    SparrowGS

    Joined:
    Apr 6, 2017
    Posts:
    2,536
    What does it say in the console?
     
  6. unity_dIY5WbqQ95X8-w

    unity_dIY5WbqQ95X8-w

    Joined:
    Jul 22, 2019
    Posts:
    6
    The problem stopped showing up. I'm not sure what I did to fix it, but it's been a couple days and I haven't run into the problem again.