Search Unity

JavaScript (???) bug

Discussion in 'Scripting' started by slippyd, Jun 21, 2005.

  1. slippyd

    slippyd

    Joined:
    Jun 11, 2005
    Posts:
    129
    I have a strange bug showing up in my program. The status bar constantly says "!available". If I look in the console, it tells me this:
    !available: Quiet Assert in file: BaseObject.h at line: 574

    Another small bug I noticed is that in the Input settings, the tooltips for "Negative Button" and "Positive Button" are switched. That is, Negative Button says, "Button to be pressed for movement in a positive direction," and Positive Buttons says, "Button to be pressed for movement in a negative direction."
     
  2. Joachim_Ante

    Joachim_Ante

    Unity Technologies

    Joined:
    Mar 16, 2005
    Posts:
    5,203
    You want to disable verbose mode in the console. This will make the !available assert never print.

    Thanks for the bug report.