Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

Color Picker Causing Errors. (Repeatable in new, empty project)

Discussion in '5.4 Beta' started by jeffweber, May 6, 2016.

  1. jeffweber

    jeffweber

    Joined:
    Dec 17, 2009
    Posts:
    616
    How to reproduce in 5.4 beta 17 (also happened in beta 16):

    Open new Unity project.
    Select the camera and then select the color picker in the inspector.
    Change the color to anything.
    Hit play to run the app.

    Here is what I get every time:

    GUI Window tries to begin rendering while something else has not finished rendering! Either you have a recursive OnGUI rendering, or previous OnGUI did not clean up properly.

    rc.right == m_GfxWindow->GetWidth() && rc.bottom == m_GfxWindow->GetHeight()


    -Jeff
     
    MrEsquire likes this.
  2. Peter77

    Peter77

    QA Jesus

    Joined:
    Jun 12, 2013
    Posts:
    6,618
    I believe it's from advantage to report bugs using the "Report a Bug" functionality in Unity. This makes sure that the bug-report gets into their QA pipeline, which might not be the case if the bug-report is a forum post.
     
  3. jeffweber

    jeffweber

    Joined:
    Dec 17, 2009
    Posts:
    616
    I found this just prior to leaving for work so didn't have time to post from Unity. I posted this from work, but will post from within Unity this weekend.

    Has anyone else been able to reproduce the error?
     
  4. TheSniperFan

    TheSniperFan

    Joined:
    Jul 18, 2013
    Posts:
    712
    Something you might want to add to your bug report. The same behavior can be observed when doing the following:

    1. Have any component with a color picker (doesn't need to be a Camera)
    2. Select a color from outside of Unity (say from your browser)
    3. Play

    Restarting Unity fixes it.
     
  5. jeffweber

    jeffweber

    Joined:
    Dec 17, 2009
    Posts:
    616
  6. kideternal

    kideternal

    Joined:
    Nov 20, 2014
    Posts:
    82
    Thank goodness you figured out it was the color picker! This error is driving me nuts!
     
  7. Alex-Lian

    Alex-Lian

    Guest