Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Bug Unity editor Error

Discussion in 'Editor & General Support' started by juanchocoreano, Jan 28, 2023.

  1. juanchocoreano

    juanchocoreano

    Joined:
    Oct 21, 2021
    Posts:
    8
    Hi!

    I am having huge problem with Unity Editor.

    In the Gameplay mode, when I click , it is clicked constantly as if something is running on Update method.
    I looked every script but there is no problem. Which is wierd because it was working until yesterday then I haven't touched anything.

    I tried with other version of Unity , It works same.
    I tried with another project then it has same problem.

    It works well with the other PC.
    Any other programs doesn't have this issue on this PC.
    Even Unity works well for the edit. It only works weird with Gameplay.


    So I assume that this is Unity Editor problem.

    I tried to Uninstall and Install Unity many times. (When I did it, I Deleted every Unity files on the C drive)

    I made this to test.

    On the New scene, I made a Button which links to ErrorTest() to see how many time it repeats.
    As you see the screenshot. It repeats more than 999 with one click. UnityError.png

    public class DebugTest : MonoBehaviour
    {
    public void ErrorTest()
    {
    Debug.Log("Error");
    }
    }

    It really makes me crazy. anyone has same problem or know how to fix it.
    Please, help me!

    Thank you!
     

    Attached Files: