Search Unity

Question "Hold on" pops up on pressing "Play" and never loads

Discussion in 'Editor & General Support' started by datskimachoninja, Nov 6, 2020.

  1. datskimachoninja

    datskimachoninja

    Joined:
    Jun 26, 2020
    Posts:
    1
    So I've been making a 2D platformer with my friends on Unity 2020.1.11f.1, we are using GitHub to store and share the repository. When I try to start any scene, be it with objects or completely empty, it simply gets stuck on "Hold on, EditorApplication.playModeStateChanged" and never loads past that. I thought it might me a loop in some script, but everyone else can start it on their PCs no problem. Besides, empty scene should also load no problem.

    I've tried cloning the repository again, reinstalling the Unity version. I am going to try removing the GitHub PlugIn, maybe that would work. Screenshot_4.png
     
  2. bantus

    bantus

    Joined:
    Aug 16, 2017
    Posts:
    7
    Similar issue out of nowhere; I also use the Github plugin, did that resolve your issue?
     
  3. Pierre-Marie

    Pierre-Marie

    Joined:
    Aug 3, 2015
    Posts:
    52
    Hi, I have the same issue but it's when I attached Visual studio to Debug.
    If I don't I can run the game with no probleme but I can't debug anymore.

    Did someone find a solution?